Versions in this module Expand all Collapse all v1 v1.1.4 Sep 7, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Account struct + ID *string + Location *string + Name *string + Properties *AccountProperties + Sku *Sku + Tags map[string]*string + Type *string + func (a Account) MarshalJSON() ([]byte, error) + type AccountCreateParameters struct + Location *string + Sku *Sku + Tags map[string]*string + func (acp AccountCreateParameters) MarshalJSON() ([]byte, error) + type AccountKeys struct + ID *string + PrimaryKey *string + SecondaryKey *string + func (ak AccountKeys) MarshalJSON() ([]byte, error) + type AccountProperties struct + XMsClientID *string + type AccountUpdateParameters struct + Sku *Sku + Tags map[string]*string + func (aup AccountUpdateParameters) MarshalJSON() ([]byte, error) + type Accounts struct + Value *[]Account + func (a Accounts) MarshalJSON() ([]byte, error) + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result Account, err error) + func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) GetResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result Accounts, err error) + func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result Accounts, err error) + func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListBySubscription(ctx context.Context) (result Accounts, err error) + func (client AccountsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client AccountsClient) ListBySubscriptionResponder(resp *http.Response) (result Accounts, err error) + func (client AccountsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result AccountKeys, err error) + func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) ListKeysResponder(resp *http.Response) (result AccountKeys, err error) + func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListOperations(ctx context.Context) (result Operations, err error) + func (client AccountsClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error) + func (client AccountsClient) ListOperationsResponder(resp *http.Response) (result Operations, err error) + func (client AccountsClient) ListOperationsSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Move(ctx context.Context, resourceGroupName string, moveRequest AccountsMoveRequest) (result autorest.Response, err error) + func (client AccountsClient) MovePreparer(ctx context.Context, resourceGroupName string, moveRequest AccountsMoveRequest) (*http.Request, error) + func (client AccountsClient) MoveResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) MoveSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountKeys, err error) + func (client AccountsClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) RegenerateKeysResponder(resp *http.Response) (result AccountKeys, err error) + func (client AccountsClient) RegenerateKeysSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) + type AccountsMoveRequest struct + ResourceIds *[]string + TargetResourceGroup *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Error struct + Code *string + Details *[]ErrorDetailsItem + Message *string + Target *string + func (e Error) MarshalJSON() ([]byte, error) + type ErrorDetailsItem struct + Code *string + Message *string + Target *string + func (eI ErrorDetailsItem) MarshalJSON() ([]byte, error) + type KeySpecification struct + KeyType KeyType + type KeyType string + const Primary + const Secondary + func PossibleKeyTypeValues() []KeyType + type Operations struct + Value *[]OperationsValueItem + func (o Operations) MarshalJSON() ([]byte, error) + type OperationsValueItem struct + Display *OperationsValueItemDisplay + Name *string + Origin *string + func (oI OperationsValueItem) MarshalJSON() ([]byte, error) + type OperationsValueItemDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + func (oI OperationsValueItemDisplay) MarshalJSON() ([]byte, error) + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type Sku struct + Name *string + Tier *string + func (s Sku) MarshalJSON() ([]byte, error)