Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Account struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (a *Account) UnmarshalJSON(body []byte) error + func (a Account) MarshalJSON() ([]byte, error) + type AccountBaseProperties struct + AutoStorage *AutoStorageBaseProperties + type AccountClient struct + func NewAccountClient(subscriptionID string) AccountClient + func NewAccountClientWithBaseURI(baseURI string, subscriptionID string) AccountClient + func (client AccountClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountCreateFuture, err error) + func (client AccountClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountClient) CreateResponder(resp *http.Response) (result Account, err error) + func (client AccountClient) CreateSender(req *http.Request) (future AccountCreateFuture, err error) + func (client AccountClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result AccountDeleteFuture, err error) + func (client AccountClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountClient) DeleteSender(req *http.Request) (future AccountDeleteFuture, err error) + func (client AccountClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result Account, err error) + func (client AccountClient) GetKeys(ctx context.Context, resourceGroupName string, accountName string) (result AccountKeys, err error) + func (client AccountClient) GetKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountClient) GetKeysResponder(resp *http.Response) (result AccountKeys, err error) + func (client AccountClient) GetKeysSender(req *http.Request) (*http.Response, error) + func (client AccountClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountClient) GetResponder(resp *http.Response) (result Account, err error) + func (client AccountClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountClient) List(ctx context.Context) (result AccountListResultPage, err error) + func (client AccountClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AccountListResultPage, err error) + func (client AccountClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AccountListResultIterator, err error) + func (client AccountClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AccountClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountClient) ListComplete(ctx context.Context) (result AccountListResultIterator, err error) + func (client AccountClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AccountClient) ListResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountClient) ListSender(req *http.Request) (*http.Response, error) + func (client AccountClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountKeys, err error) + func (client AccountClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountClient) RegenerateKeyResponder(resp *http.Response) (result AccountKeys, err error) + func (client AccountClient) RegenerateKeySender(req *http.Request) (*http.Response, error) + func (client AccountClient) SynchronizeAutoStorageKeys(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + func (client AccountClient) SynchronizeAutoStorageKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountClient) SynchronizeAutoStorageKeysResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountClient) SynchronizeAutoStorageKeysSender(req *http.Request) (*http.Response, error) + func (client AccountClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountClient) UpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountClient) UpdateSender(req *http.Request) (*http.Response, error) + type AccountCreateFuture struct + Result func(AccountClient) (Account, error) + func (future *AccountCreateFuture) UnmarshalJSON(body []byte) error + type AccountCreateParameters struct + Location *string + Tags map[string]*string + func (acp *AccountCreateParameters) UnmarshalJSON(body []byte) error + func (acp AccountCreateParameters) MarshalJSON() ([]byte, error) + type AccountDeleteFuture struct + Result func(AccountClient) (autorest.Response, error) + func (future *AccountDeleteFuture) UnmarshalJSON(body []byte) error + type AccountKeyType string + const Primary + const Secondary + func PossibleAccountKeyTypeValues() []AccountKeyType + type AccountKeys struct + Primary *string + Secondary *string + type AccountListResult struct + NextLink *string + Value *[]Account + func (alr AccountListResult) IsEmpty() bool + type AccountListResultIterator struct + func NewAccountListResultIterator(page AccountListResultPage) AccountListResultIterator + func (iter *AccountListResultIterator) Next() error + func (iter *AccountListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter AccountListResultIterator) NotDone() bool + func (iter AccountListResultIterator) Response() AccountListResult + func (iter AccountListResultIterator) Value() Account + type AccountListResultPage struct + func NewAccountListResultPage(cur AccountListResult, ...) AccountListResultPage + func (page *AccountListResultPage) Next() error + func (page *AccountListResultPage) NextWithContext(ctx context.Context) (err error) + func (page AccountListResultPage) NotDone() bool + func (page AccountListResultPage) Response() AccountListResult + func (page AccountListResultPage) Values() []Account + type AccountProperties struct + AccountEndpoint *string + ActiveJobAndJobScheduleQuota *int32 + AutoStorage *AutoStorageProperties + CoreQuota *int32 + PoolQuota *int32 + ProvisioningState ProvisioningState + func (ap AccountProperties) MarshalJSON() ([]byte, error) + type AccountRegenerateKeyParameters struct + KeyName AccountKeyType + type AccountUpdateParameters struct + Tags map[string]*string + func (aup *AccountUpdateParameters) UnmarshalJSON(body []byte) error + func (aup AccountUpdateParameters) MarshalJSON() ([]byte, error) + type ActivateApplicationPackageParameters struct + Format *string + type AddApplicationParameters struct + AllowUpdates *bool + DisplayName *string + type Application struct + AllowUpdates *bool + DefaultVersion *string + DisplayName *string + ID *string + Packages *[]ApplicationPackage + type ApplicationClient struct + func NewApplicationClient(subscriptionID string) ApplicationClient + func NewApplicationClientWithBaseURI(baseURI string, subscriptionID string) ApplicationClient + func (client ApplicationClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result Application, err error) + func (client ApplicationClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationClient) CreateResponder(resp *http.Response) (result Application, err error) + func (client ApplicationClient) CreateSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client ApplicationClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ApplicationClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Application, err error) + func (client ApplicationClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationClient) GetResponder(resp *http.Response) (result Application, err error) + func (client ApplicationClient) GetSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) List(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListApplicationsResultPage, err error) + func (client ApplicationClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListApplicationsResultIterator, err error) + func (client ApplicationClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationClient) ListResponder(resp *http.Response) (result ListApplicationsResult, err error) + func (client ApplicationClient) ListSender(req *http.Request) (*http.Response, error) + func (client ApplicationClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client ApplicationClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client ApplicationClient) UpdateSender(req *http.Request) (*http.Response, error) + type ApplicationPackage struct + Format *string + ID *string + LastActivationTime *date.Time + State PackageState + StorageURL *string + StorageURLExpiry *date.Time + Version *string + type ApplicationPackageClient struct + func NewApplicationPackageClient(subscriptionID string) ApplicationPackageClient + func NewApplicationPackageClientWithBaseURI(baseURI string, subscriptionID string) ApplicationPackageClient + func (client ApplicationPackageClient) Activate(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client ApplicationPackageClient) ActivatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationPackageClient) ActivateResponder(resp *http.Response) (result autorest.Response, err error) + func (client ApplicationPackageClient) ActivateSender(req *http.Request) (*http.Response, error) + func (client ApplicationPackageClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result ApplicationPackage, err error) + func (client ApplicationPackageClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationPackageClient) CreateResponder(resp *http.Response) (result ApplicationPackage, err error) + func (client ApplicationPackageClient) CreateSender(req *http.Request) (*http.Response, error) + func (client ApplicationPackageClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client ApplicationPackageClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationPackageClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ApplicationPackageClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ApplicationPackageClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result ApplicationPackage, err error) + func (client ApplicationPackageClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationPackageClient) GetResponder(resp *http.Response) (result ApplicationPackage, err error) + func (client ApplicationPackageClient) GetSender(req *http.Request) (*http.Response, error) + type AutoStorageBaseProperties struct + StorageAccountID *string + type AutoStorageProperties struct + LastKeySync *date.Time + StorageAccountID *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CloudError struct + Code *string + Details *[]CloudError + Message *string + Target *string + type ListApplicationsResult struct + NextLink *string + Value *[]Application + func (lar ListApplicationsResult) IsEmpty() bool + type ListApplicationsResultIterator struct + func NewListApplicationsResultIterator(page ListApplicationsResultPage) ListApplicationsResultIterator + func (iter *ListApplicationsResultIterator) Next() error + func (iter *ListApplicationsResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListApplicationsResultIterator) NotDone() bool + func (iter ListApplicationsResultIterator) Response() ListApplicationsResult + func (iter ListApplicationsResultIterator) Value() Application + type ListApplicationsResultPage struct + func NewListApplicationsResultPage(cur ListApplicationsResult, ...) ListApplicationsResultPage + func (page *ListApplicationsResultPage) Next() error + func (page *ListApplicationsResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListApplicationsResultPage) NotDone() bool + func (page ListApplicationsResultPage) Response() ListApplicationsResult + func (page ListApplicationsResultPage) Values() []Application + type LocationClient struct + func NewLocationClient(subscriptionID string) LocationClient + func NewLocationClientWithBaseURI(baseURI string, subscriptionID string) LocationClient + func (client LocationClient) GetQuotas(ctx context.Context, locationName string) (result LocationQuota, err error) + func (client LocationClient) GetQuotasPreparer(ctx context.Context, locationName string) (*http.Request, error) + func (client LocationClient) GetQuotasResponder(resp *http.Response) (result LocationQuota, err error) + func (client LocationClient) GetQuotasSender(req *http.Request) (*http.Response, error) + type LocationQuota struct + AccountQuota *int32 + type PackageState string + const Active + const Pending + const Unmapped + func PossiblePackageStateValues() []PackageState + type ProvisioningState string + const Cancelled + const Creating + const Deleting + const Failed + const Invalid + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type UpdateApplicationParameters struct + AllowUpdates *bool + DefaultVersion *string + DisplayName *string