Versions in this module Expand all Collapse all v43 v43.3.0 Jun 19, 2020 v43.2.0 Jun 15, 2020 v43.1.0 Jun 9, 2020 v43.0.0 Jun 2, 2020 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 + 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 + 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 + type ErrorDetailsItem struct + Code *string + Message *string + Target *string + type KeySpecification struct + KeyType KeyType + type KeyType string + const Primary + const Secondary + func PossibleKeyTypeValues() []KeyType + type Operations struct + Value *[]OperationsValueItem + type OperationsValueItem struct + Display *OperationsValueItemDisplay + Name *string + Origin *string + type OperationsValueItemDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type Resource struct + ID *string + Name *string + Type *string + type Sku struct + Name *string + Tier *string Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48