datalakestoreaccounts

package
v2.85.6 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2021 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountId

type AccountId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

func NewAccountID

func NewAccountID(subscriptionId, resourceGroup, name string) AccountId

func ParseAccountID

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

ParseAccountID parses a Account ID into an AccountId struct

func ParseAccountIDInsensitively

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

ParseAccountIDInsensitively parses an Account ID into an AccountId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseAccountID method should be used instead for validation etc.

func (AccountId) ID

func (id AccountId) ID() string

func (AccountId) String

func (id AccountId) String() string

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
	ResourceGroup  string
	AccountName    string
	Name           string
}

func NewDataLakeStoreAccountID

func NewDataLakeStoreAccountID(subscriptionId, resourceGroup, accountName, name string) DataLakeStoreAccountId

func ParseDataLakeStoreAccountID

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

ParseDataLakeStoreAccountID parses a DataLakeStoreAccount ID into an DataLakeStoreAccountId struct

func ParseDataLakeStoreAccountIDInsensitively

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

ParseDataLakeStoreAccountIDInsensitively parses an DataLakeStoreAccount ID into an DataLakeStoreAccountId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseDataLakeStoreAccountID method should be used instead for validation etc.

func (DataLakeStoreAccountId) ID

func (DataLakeStoreAccountId) String

func (id DataLakeStoreAccountId) String() string

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