datalakestoreaccounts

package
v2.96.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateAccountID

func ValidateAccountID(input interface{}, key string) (warnings []string, errors []error)

ValidateAccountID checks that 'input' can be parsed as a Account ID

func ValidateDataLakeStoreAccountID

func ValidateDataLakeStoreAccountID(input interface{}, key string) (warnings []string, errors []error)

ValidateDataLakeStoreAccountID checks that 'input' can be parsed as a Data Lake Store Account ID

Types

type AccountId

type AccountId struct {
	SubscriptionId    string
	ResourceGroupName string
	AccountName       string
}

AccountId is a struct representing the Resource ID for a Account

func NewAccountID

func NewAccountID(subscriptionId string, resourceGroupName string, accountName string) AccountId

NewAccountID returns a new AccountId struct

func ParseAccountID

func ParseAccountID(input string) (*AccountId, error)

ParseAccountID parses 'input' into a AccountId

func ParseAccountIDInsensitively

func ParseAccountIDInsensitively(input string) (*AccountId, error)

ParseAccountIDInsensitively parses 'input' case-insensitively into a AccountId note: this method should only be used for API response data and not user input

func (AccountId) ID

func (id AccountId) ID() string

ID returns the formatted Account ID

func (AccountId) Segments

func (id AccountId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Account ID

func (AccountId) String

func (id AccountId) String() string

String returns a human-readable description of this Account ID

type AddDataLakeStoreParameters

type AddDataLakeStoreParameters struct {
	Properties *AddDataLakeStoreProperties `json:"properties,omitempty"`
}

type AddDataLakeStoreProperties

type AddDataLakeStoreProperties struct {
	Suffix *string `json:"suffix,omitempty"`
}

type AddResponse

type AddResponse struct {
	HttpResponse *http.Response
}

type DataLakeStoreAccountId

type DataLakeStoreAccountId struct {
	SubscriptionId           string
	ResourceGroupName        string
	AccountName              string
	DataLakeStoreAccountName string
}

DataLakeStoreAccountId is a struct representing the Resource ID for a Data Lake Store Account

func NewDataLakeStoreAccountID

func NewDataLakeStoreAccountID(subscriptionId string, resourceGroupName string, accountName string, dataLakeStoreAccountName string) DataLakeStoreAccountId

NewDataLakeStoreAccountID returns a new DataLakeStoreAccountId struct

func ParseDataLakeStoreAccountID

func ParseDataLakeStoreAccountID(input string) (*DataLakeStoreAccountId, error)

ParseDataLakeStoreAccountID parses 'input' into a DataLakeStoreAccountId

func ParseDataLakeStoreAccountIDInsensitively

func ParseDataLakeStoreAccountIDInsensitively(input string) (*DataLakeStoreAccountId, error)

ParseDataLakeStoreAccountIDInsensitively parses 'input' case-insensitively into a DataLakeStoreAccountId note: this method should only be used for API response data and not user input

func (DataLakeStoreAccountId) ID

ID returns the formatted Data Lake Store Account ID

func (DataLakeStoreAccountId) Segments

func (id DataLakeStoreAccountId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Data Lake Store Account ID

func (DataLakeStoreAccountId) String

func (id DataLakeStoreAccountId) String() string

String returns a human-readable description of this Data Lake Store Account ID

type DataLakeStoreAccountInformation

type DataLakeStoreAccountInformation struct {
	Id         *string                                    `json:"id,omitempty"`
	Name       *string                                    `json:"name,omitempty"`
	Properties *DataLakeStoreAccountInformationProperties `json:"properties,omitempty"`
	Type       *string                                    `json:"type,omitempty"`
}

type DataLakeStoreAccountInformationPredicate

type DataLakeStoreAccountInformationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (DataLakeStoreAccountInformationPredicate) Matches

type DataLakeStoreAccountInformationProperties

type DataLakeStoreAccountInformationProperties struct {
	Suffix *string `json:"suffix,omitempty"`
}

type DataLakeStoreAccountsClient

type DataLakeStoreAccountsClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewDataLakeStoreAccountsClientWithBaseURI

func NewDataLakeStoreAccountsClientWithBaseURI(endpoint string) DataLakeStoreAccountsClient

func (DataLakeStoreAccountsClient) Add

Add ...

func (DataLakeStoreAccountsClient) Delete

Delete ...

func (DataLakeStoreAccountsClient) Get

Get ...

func (DataLakeStoreAccountsClient) ListByAccount

ListByAccount ...

func (DataLakeStoreAccountsClient) ListByAccountComplete

ListByAccountComplete retrieves all of the results into a single object

func (DataLakeStoreAccountsClient) ListByAccountCompleteMatchingPredicate

func (c DataLakeStoreAccountsClient) ListByAccountCompleteMatchingPredicate(ctx context.Context, id AccountId, options ListByAccountOptions, predicate DataLakeStoreAccountInformationPredicate) (resp ListByAccountCompleteResult, err error)

ListByAccountCompleteMatchingPredicate retrieves all of the results and then applied the predicate

type DeleteResponse

type DeleteResponse struct {
	HttpResponse *http.Response
}

type GetResponse

type GetResponse struct {
	HttpResponse *http.Response
	Model        *DataLakeStoreAccountInformation
}

type ListByAccountCompleteResult

type ListByAccountCompleteResult struct {
	Items []DataLakeStoreAccountInformation
}

type ListByAccountOptions

type ListByAccountOptions struct {
	Count   *bool
	Filter  *string
	Orderby *string
	Select  *string
	Skip    *int64
	Top     *int64
}

func DefaultListByAccountOptions

func DefaultListByAccountOptions() ListByAccountOptions

type ListByAccountResponse

type ListByAccountResponse struct {
	HttpResponse *http.Response
	Model        *[]DataLakeStoreAccountInformation
	// contains filtered or unexported fields
}

func (ListByAccountResponse) HasMore

func (r ListByAccountResponse) HasMore() bool

func (ListByAccountResponse) LoadMore

func (r ListByAccountResponse) LoadMore(ctx context.Context) (resp ListByAccountResponse, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL