storageaccounts

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 AddResponse

type AddResponse struct {
	HttpResponse *http.Response
}

type AddStorageAccountParameters

type AddStorageAccountParameters struct {
	Properties AddStorageAccountProperties `json:"properties"`
}

type AddStorageAccountProperties

type AddStorageAccountProperties struct {
	AccessKey string  `json:"accessKey"`
	Suffix    *string `json:"suffix,omitempty"`
}

type ContainerId

type ContainerId struct {
	SubscriptionId     string
	ResourceGroup      string
	AccountName        string
	StorageAccountName string
	Name               string
}

func NewContainerID

func NewContainerID(subscriptionId, resourceGroup, accountName, storageAccountName, name string) ContainerId

func ParseContainerID

func ParseContainerID(input string) (*ContainerId, error)

ParseContainerID parses a Container ID into an ContainerId struct

func ParseContainerIDInsensitively

func ParseContainerIDInsensitively(input string) (*ContainerId, error)

ParseContainerIDInsensitively parses an Container ID into an ContainerId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseContainerID method should be used instead for validation etc.

func (ContainerId) ID

func (id ContainerId) ID() string

func (ContainerId) String

func (id ContainerId) String() string

type DeleteResponse

type DeleteResponse struct {
	HttpResponse *http.Response
}

type GetResponse

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

type GetStorageContainerResponse

type GetStorageContainerResponse struct {
	HttpResponse *http.Response
	Model        *StorageContainer
}

type ListByAccountCompleteResult

type ListByAccountCompleteResult struct {
	Items []StorageAccountInformation
}

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        *[]StorageAccountInformation
	// 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)

type ListSasTokensCompleteResult

type ListSasTokensCompleteResult struct {
	Items []SasTokenInformation
}

type ListSasTokensResponse

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

func (ListSasTokensResponse) HasMore

func (r ListSasTokensResponse) HasMore() bool

func (ListSasTokensResponse) LoadMore

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

type ListStorageContainersCompleteResult

type ListStorageContainersCompleteResult struct {
	Items []StorageContainer
}

type ListStorageContainersResponse

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

func (ListStorageContainersResponse) HasMore

func (r ListStorageContainersResponse) HasMore() bool

func (ListStorageContainersResponse) LoadMore

type SasTokenInformation

type SasTokenInformation struct {
	AccessToken *string `json:"accessToken,omitempty"`
}

type SasTokenInformationPredicate

type SasTokenInformationPredicate struct {
	AccessToken *string
}

func (SasTokenInformationPredicate) Matches

type StorageAccountId

type StorageAccountId struct {
	SubscriptionId string
	ResourceGroup  string
	AccountName    string
	Name           string
}

func NewStorageAccountID

func NewStorageAccountID(subscriptionId, resourceGroup, accountName, name string) StorageAccountId

func ParseStorageAccountID

func ParseStorageAccountID(input string) (*StorageAccountId, error)

ParseStorageAccountID parses a StorageAccount ID into an StorageAccountId struct

func ParseStorageAccountIDInsensitively

func ParseStorageAccountIDInsensitively(input string) (*StorageAccountId, error)

ParseStorageAccountIDInsensitively parses an StorageAccount ID into an StorageAccountId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseStorageAccountID method should be used instead for validation etc.

func (StorageAccountId) ID

func (id StorageAccountId) ID() string

func (StorageAccountId) String

func (id StorageAccountId) String() string

type StorageAccountInformation

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

type StorageAccountInformationPredicate

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

func (StorageAccountInformationPredicate) Matches

type StorageAccountInformationProperties

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

type StorageAccountsClient

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

func NewStorageAccountsClientWithBaseURI

func NewStorageAccountsClientWithBaseURI(endpoint string) StorageAccountsClient

func (StorageAccountsClient) Add

Add ...

func (StorageAccountsClient) Delete

Delete ...

func (StorageAccountsClient) Get

Get ...

func (StorageAccountsClient) GetStorageContainer

func (c StorageAccountsClient) GetStorageContainer(ctx context.Context, id ContainerId) (result GetStorageContainerResponse, err error)

GetStorageContainer ...

func (StorageAccountsClient) ListByAccount

func (c StorageAccountsClient) ListByAccount(ctx context.Context, id AccountId, options ListByAccountOptions) (resp ListByAccountResponse, err error)

ListByAccount ...

func (StorageAccountsClient) ListByAccountComplete

ListByAccountComplete retrieves all of the results into a single object

func (StorageAccountsClient) ListByAccountCompleteMatchingPredicate

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

ListByAccountCompleteMatchingPredicate retrieves all of the results and then applied the predicate

func (StorageAccountsClient) ListSasTokens

func (c StorageAccountsClient) ListSasTokens(ctx context.Context, id ContainerId) (resp ListSasTokensResponse, err error)

ListSasTokens ...

func (StorageAccountsClient) ListSasTokensComplete

ListSasTokensComplete retrieves all of the results into a single object

func (StorageAccountsClient) ListSasTokensCompleteMatchingPredicate

func (c StorageAccountsClient) ListSasTokensCompleteMatchingPredicate(ctx context.Context, id ContainerId, predicate SasTokenInformationPredicate) (resp ListSasTokensCompleteResult, err error)

ListSasTokensCompleteMatchingPredicate retrieves all of the results and then applied the predicate

func (StorageAccountsClient) ListStorageContainers

func (c StorageAccountsClient) ListStorageContainers(ctx context.Context, id StorageAccountId) (resp ListStorageContainersResponse, err error)

ListStorageContainers ...

func (StorageAccountsClient) ListStorageContainersComplete

ListStorageContainersComplete retrieves all of the results into a single object

func (StorageAccountsClient) ListStorageContainersCompleteMatchingPredicate

func (c StorageAccountsClient) ListStorageContainersCompleteMatchingPredicate(ctx context.Context, id StorageAccountId, predicate StorageContainerPredicate) (resp ListStorageContainersCompleteResult, err error)

ListStorageContainersCompleteMatchingPredicate retrieves all of the results and then applied the predicate

func (StorageAccountsClient) Update

Update ...

type StorageContainer

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

type StorageContainerPredicate

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

func (StorageContainerPredicate) Matches

type StorageContainerProperties

type StorageContainerProperties struct {
	LastModifiedTime *string `json:"lastModifiedTime,omitempty"`
}

type UpdateResponse

type UpdateResponse struct {
	HttpResponse *http.Response
}

type UpdateStorageAccountParameters

type UpdateStorageAccountParameters struct {
	Properties *UpdateStorageAccountProperties `json:"properties,omitempty"`
}

type UpdateStorageAccountProperties

type UpdateStorageAccountProperties struct {
	AccessKey *string `json:"accessKey,omitempty"`
	Suffix    *string `json:"suffix,omitempty"`
}

Jump to

Keyboard shortcuts

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