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 + Tags map[string]*string + Type *string + func (a *Account) UnmarshalJSON(body []byte) error + func (a Account) MarshalJSON() ([]byte, error) + 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 AccountCreateProperties struct + AutoStorage *AutoStorageBaseProperties + Encryption *EncryptionProperties + KeyVaultReference *KeyVaultReference + PoolAllocationMode PoolAllocationMode + PublicNetworkAccess PublicNetworkAccessType + 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 + AccountName *string + Primary *string + Secondary *string + func (ak AccountKeys) MarshalJSON() ([]byte, error) + 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 + DedicatedCoreQuota *int32 + DedicatedCoreQuotaPerVMFamily *[]VirtualMachineFamilyCoreQuota + DedicatedCoreQuotaPerVMFamilyEnforced *bool + Encryption *EncryptionProperties + KeyVaultReference *KeyVaultReference + LowPriorityCoreQuota *int32 + PoolAllocationMode PoolAllocationMode + PoolQuota *int32 + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState ProvisioningState + PublicNetworkAccess PublicNetworkAccessType + 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 AccountUpdateProperties struct + AutoStorage *AutoStorageBaseProperties + Encryption *EncryptionProperties + type ActivateApplicationPackageParameters struct + Format *string + type AllocationState string + const Resizing + const Steady + const Stopping + func PossibleAllocationStateValues() []AllocationState + type Application struct + Etag *string + ID *string + Name *string + Type *string + func (a *Application) UnmarshalJSON(body []byte) error + func (a Application) MarshalJSON() ([]byte, error) + 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 Application, err error) + func (client ApplicationClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationClient) UpdateResponder(resp *http.Response) (result Application, err error) + func (client ApplicationClient) UpdateSender(req *http.Request) (*http.Response, error) + type ApplicationPackage struct + Etag *string + ID *string + Name *string + Type *string + func (ap *ApplicationPackage) UnmarshalJSON(body []byte) error + func (ap ApplicationPackage) MarshalJSON() ([]byte, error) + 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 ApplicationPackage, err error) + func (client ApplicationPackageClient) ActivatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationPackageClient) ActivateResponder(resp *http.Response) (result ApplicationPackage, 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) + func (client ApplicationPackageClient) List(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListApplicationPackagesResultPage, err error) + func (client ApplicationPackageClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListApplicationPackagesResultIterator, err error) + func (client ApplicationPackageClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ApplicationPackageClient) ListResponder(resp *http.Response) (result ListApplicationPackagesResult, err error) + func (client ApplicationPackageClient) ListSender(req *http.Request) (*http.Response, error) + type ApplicationPackageProperties struct + Format *string + LastActivationTime *date.Time + State PackageState + StorageURL *string + StorageURLExpiry *date.Time + func (app ApplicationPackageProperties) MarshalJSON() ([]byte, error) + type ApplicationPackageReference struct + ID *string + Version *string + type ApplicationProperties struct + AllowUpdates *bool + DefaultVersion *string + DisplayName *string + type AutoScaleRun struct + Error *AutoScaleRunError + EvaluationTime *date.Time + Results *string + type AutoScaleRunError struct + Code *string + Details *[]AutoScaleRunError + Message *string + type AutoScaleSettings struct + EvaluationInterval *string + Formula *string + type AutoStorageBaseProperties struct + StorageAccountID *string + type AutoStorageProperties struct + LastKeySync *date.Time + StorageAccountID *string + type AutoUserScope string + const AutoUserScopePool + const AutoUserScopeTask + func PossibleAutoUserScopeValues() []AutoUserScope + type AutoUserSpecification struct + ElevationLevel ElevationLevel + Scope AutoUserScope + type AzureBlobFileSystemConfiguration struct + AccountKey *string + AccountName *string + BlobfuseOptions *string + ContainerName *string + RelativeMountPath *string + SasKey *string + type AzureFileShareConfiguration struct + AccountKey *string + AccountName *string + AzureFileURL *string + MountOptions *string + RelativeMountPath *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CIFSMountConfiguration struct + MountOptions *string + Password *string + RelativeMountPath *string + Source *string + Username *string + type CachingType string + const None + const ReadOnly + const ReadWrite + func PossibleCachingTypeValues() []CachingType + type Certificate struct + Etag *string + ID *string + Name *string + Type *string + func (c *Certificate) UnmarshalJSON(body []byte) error + func (c Certificate) MarshalJSON() ([]byte, error) + type CertificateBaseProperties struct + Format CertificateFormat + Thumbprint *string + ThumbprintAlgorithm *string + type CertificateClient struct + func NewCertificateClient(subscriptionID string) CertificateClient + func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient + func (client CertificateClient) CancelDeletion(ctx context.Context, resourceGroupName string, accountName string, ...) (result Certificate, err error) + func (client CertificateClient) CancelDeletionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CertificateClient) CancelDeletionResponder(resp *http.Response) (result Certificate, err error) + func (client CertificateClient) CancelDeletionSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result CertificateCreateFuture, err error) + func (client CertificateClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CertificateClient) CreateResponder(resp *http.Response) (result Certificate, err error) + func (client CertificateClient) CreateSender(req *http.Request) (future CertificateCreateFuture, err error) + func (client CertificateClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result CertificateDeleteFuture, err error) + func (client CertificateClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CertificateClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CertificateClient) DeleteSender(req *http.Request) (future CertificateDeleteFuture, err error) + func (client CertificateClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Certificate, err error) + func (client CertificateClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CertificateClient) GetResponder(resp *http.Response) (result Certificate, err error) + func (client CertificateClient) GetSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) ListByBatchAccount(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListCertificatesResultPage, err error) + func (client CertificateClient) ListByBatchAccountComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListCertificatesResultIterator, err error) + func (client CertificateClient) ListByBatchAccountPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CertificateClient) ListByBatchAccountResponder(resp *http.Response) (result ListCertificatesResult, err error) + func (client CertificateClient) ListByBatchAccountSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Certificate, err error) + func (client CertificateClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CertificateClient) UpdateResponder(resp *http.Response) (result Certificate, err error) + func (client CertificateClient) UpdateSender(req *http.Request) (*http.Response, error) + type CertificateCreateFuture struct + Result func(CertificateClient) (Certificate, error) + func (future *CertificateCreateFuture) UnmarshalJSON(body []byte) error + type CertificateCreateOrUpdateParameters struct + Etag *string + ID *string + Name *string + Type *string + func (ccoup *CertificateCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ccoup CertificateCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type CertificateCreateOrUpdateProperties struct + Data *string + Format CertificateFormat + Password *string + Thumbprint *string + ThumbprintAlgorithm *string + type CertificateDeleteFuture struct + Result func(CertificateClient) (autorest.Response, error) + func (future *CertificateDeleteFuture) UnmarshalJSON(body []byte) error + type CertificateFormat string + const Cer + const Pfx + func PossibleCertificateFormatValues() []CertificateFormat + type CertificateProperties struct + DeleteCertificateError *DeleteCertificateError + Format CertificateFormat + PreviousProvisioningState CertificateProvisioningState + PreviousProvisioningStateTransitionTime *date.Time + ProvisioningState CertificateProvisioningState + ProvisioningStateTransitionTime *date.Time + PublicData *string + Thumbprint *string + ThumbprintAlgorithm *string + func (cp CertificateProperties) MarshalJSON() ([]byte, error) + type CertificateProvisioningState string + const Deleting + const Failed + const Succeeded + func PossibleCertificateProvisioningStateValues() []CertificateProvisioningState + type CertificateReference struct + ID *string + StoreLocation CertificateStoreLocation + StoreName *string + Visibility *[]CertificateVisibility + type CertificateStoreLocation string + const CurrentUser + const LocalMachine + func PossibleCertificateStoreLocationValues() []CertificateStoreLocation + type CertificateVisibility string + const CertificateVisibilityRemoteUser + const CertificateVisibilityStartTask + const CertificateVisibilityTask + func PossibleCertificateVisibilityValues() []CertificateVisibility + type CheckNameAvailabilityParameters struct + Name *string + Type *string + type CheckNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason NameAvailabilityReason + func (cnar CheckNameAvailabilityResult) MarshalJSON() ([]byte, error) + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type CloudServiceConfiguration struct + OsFamily *string + OsVersion *string + type ComputeNodeDeallocationOption string + const Requeue + const RetainedData + const TaskCompletion + const Terminate + func PossibleComputeNodeDeallocationOptionValues() []ComputeNodeDeallocationOption + type ComputeNodeFillType string + const Pack + const Spread + func PossibleComputeNodeFillTypeValues() []ComputeNodeFillType + type ContainerConfiguration struct + ContainerImageNames *[]string + ContainerRegistries *[]ContainerRegistry + Type *string + type ContainerRegistry struct + Password *string + RegistryServer *string + UserName *string + type ContainerWorkingDirectory string + const ContainerImageDefault + const TaskWorkingDirectory + func PossibleContainerWorkingDirectoryValues() []ContainerWorkingDirectory + type DataDisk struct + Caching CachingType + DiskSizeGB *int32 + Lun *int32 + StorageAccountType StorageAccountType + type DeleteCertificateError struct + Code *string + Details *[]DeleteCertificateError + Message *string + Target *string + type DeploymentConfiguration struct + CloudServiceConfiguration *CloudServiceConfiguration + VirtualMachineConfiguration *VirtualMachineConfiguration + type DiskEncryptionConfiguration struct + Targets *[]DiskEncryptionTarget + type DiskEncryptionTarget string + const OsDisk + const TemporaryDisk + func PossibleDiskEncryptionTargetValues() []DiskEncryptionTarget + type ElevationLevel string + const Admin + const NonAdmin + func PossibleElevationLevelValues() []ElevationLevel + type EncryptionProperties struct + KeySource KeySource + KeyVaultProperties *KeyVaultProperties + type EnvironmentSetting struct + Name *string + Value *string + type FixedScaleSettings struct + NodeDeallocationOption ComputeNodeDeallocationOption + ResizeTimeout *string + TargetDedicatedNodes *int32 + TargetLowPriorityNodes *int32 + type IPAddressProvisioningType string + const BatchManaged + const NoPublicIPAddresses + const UserManaged + func PossibleIPAddressProvisioningTypeValues() []IPAddressProvisioningType + type ImageReference struct + ID *string + Offer *string + Publisher *string + Sku *string + Version *string + type InboundEndpointProtocol string + const TCP + const UDP + func PossibleInboundEndpointProtocolValues() []InboundEndpointProtocol + type InboundNatPool struct + BackendPort *int32 + FrontendPortRangeEnd *int32 + FrontendPortRangeStart *int32 + Name *string + NetworkSecurityGroupRules *[]NetworkSecurityGroupRule + Protocol InboundEndpointProtocol + type InterNodeCommunicationState string + const Disabled + const Enabled + func PossibleInterNodeCommunicationStateValues() []InterNodeCommunicationState + type KeySource string + const MicrosoftBatch + const MicrosoftKeyVault + func PossibleKeySourceValues() []KeySource + type KeyVaultProperties struct + KeyIdentifier *string + type KeyVaultReference struct + ID *string + URL *string + type LinuxUserConfiguration struct + Gid *int32 + SSHPrivateKey *string + UID *int32 + type ListApplicationPackagesResult struct + NextLink *string + Value *[]ApplicationPackage + func (lapr ListApplicationPackagesResult) IsEmpty() bool + type ListApplicationPackagesResultIterator struct + func NewListApplicationPackagesResultIterator(page ListApplicationPackagesResultPage) ListApplicationPackagesResultIterator + func (iter *ListApplicationPackagesResultIterator) Next() error + func (iter *ListApplicationPackagesResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListApplicationPackagesResultIterator) NotDone() bool + func (iter ListApplicationPackagesResultIterator) Response() ListApplicationPackagesResult + func (iter ListApplicationPackagesResultIterator) Value() ApplicationPackage + type ListApplicationPackagesResultPage struct + func NewListApplicationPackagesResultPage(cur ListApplicationPackagesResult, ...) ListApplicationPackagesResultPage + func (page *ListApplicationPackagesResultPage) Next() error + func (page *ListApplicationPackagesResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListApplicationPackagesResultPage) NotDone() bool + func (page ListApplicationPackagesResultPage) Response() ListApplicationPackagesResult + func (page ListApplicationPackagesResultPage) Values() []ApplicationPackage + 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 ListCertificatesResult struct + NextLink *string + Value *[]Certificate + func (lcr ListCertificatesResult) IsEmpty() bool + type ListCertificatesResultIterator struct + func NewListCertificatesResultIterator(page ListCertificatesResultPage) ListCertificatesResultIterator + func (iter *ListCertificatesResultIterator) Next() error + func (iter *ListCertificatesResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListCertificatesResultIterator) NotDone() bool + func (iter ListCertificatesResultIterator) Response() ListCertificatesResult + func (iter ListCertificatesResultIterator) Value() Certificate + type ListCertificatesResultPage struct + func NewListCertificatesResultPage(cur ListCertificatesResult, ...) ListCertificatesResultPage + func (page *ListCertificatesResultPage) Next() error + func (page *ListCertificatesResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListCertificatesResultPage) NotDone() bool + func (page ListCertificatesResultPage) Response() ListCertificatesResult + func (page ListCertificatesResultPage) Values() []Certificate + type ListPoolsResult struct + NextLink *string + Value *[]Pool + func (lpr ListPoolsResult) IsEmpty() bool + type ListPoolsResultIterator struct + func NewListPoolsResultIterator(page ListPoolsResultPage) ListPoolsResultIterator + func (iter *ListPoolsResultIterator) Next() error + func (iter *ListPoolsResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListPoolsResultIterator) NotDone() bool + func (iter ListPoolsResultIterator) Response() ListPoolsResult + func (iter ListPoolsResultIterator) Value() Pool + type ListPoolsResultPage struct + func NewListPoolsResultPage(cur ListPoolsResult, ...) ListPoolsResultPage + func (page *ListPoolsResultPage) Next() error + func (page *ListPoolsResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListPoolsResultPage) NotDone() bool + func (page ListPoolsResultPage) Response() ListPoolsResult + func (page ListPoolsResultPage) Values() []Pool + type ListPrivateEndpointConnectionsResult struct + NextLink *string + Value *[]PrivateEndpointConnection + func (lpecr ListPrivateEndpointConnectionsResult) IsEmpty() bool + type ListPrivateEndpointConnectionsResultIterator struct + func NewListPrivateEndpointConnectionsResultIterator(page ListPrivateEndpointConnectionsResultPage) ListPrivateEndpointConnectionsResultIterator + func (iter *ListPrivateEndpointConnectionsResultIterator) Next() error + func (iter *ListPrivateEndpointConnectionsResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListPrivateEndpointConnectionsResultIterator) NotDone() bool + func (iter ListPrivateEndpointConnectionsResultIterator) Response() ListPrivateEndpointConnectionsResult + func (iter ListPrivateEndpointConnectionsResultIterator) Value() PrivateEndpointConnection + type ListPrivateEndpointConnectionsResultPage struct + func NewListPrivateEndpointConnectionsResultPage(cur ListPrivateEndpointConnectionsResult, ...) ListPrivateEndpointConnectionsResultPage + func (page *ListPrivateEndpointConnectionsResultPage) Next() error + func (page *ListPrivateEndpointConnectionsResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListPrivateEndpointConnectionsResultPage) NotDone() bool + func (page ListPrivateEndpointConnectionsResultPage) Response() ListPrivateEndpointConnectionsResult + func (page ListPrivateEndpointConnectionsResultPage) Values() []PrivateEndpointConnection + type ListPrivateLinkResourcesResult struct + NextLink *string + Value *[]PrivateLinkResource + func (lplrr ListPrivateLinkResourcesResult) IsEmpty() bool + type ListPrivateLinkResourcesResultIterator struct + func NewListPrivateLinkResourcesResultIterator(page ListPrivateLinkResourcesResultPage) ListPrivateLinkResourcesResultIterator + func (iter *ListPrivateLinkResourcesResultIterator) Next() error + func (iter *ListPrivateLinkResourcesResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListPrivateLinkResourcesResultIterator) NotDone() bool + func (iter ListPrivateLinkResourcesResultIterator) Response() ListPrivateLinkResourcesResult + func (iter ListPrivateLinkResourcesResultIterator) Value() PrivateLinkResource + type ListPrivateLinkResourcesResultPage struct + func NewListPrivateLinkResourcesResultPage(cur ListPrivateLinkResourcesResult, ...) ListPrivateLinkResourcesResultPage + func (page *ListPrivateLinkResourcesResultPage) Next() error + func (page *ListPrivateLinkResourcesResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListPrivateLinkResourcesResultPage) NotDone() bool + func (page ListPrivateLinkResourcesResultPage) Response() ListPrivateLinkResourcesResult + func (page ListPrivateLinkResourcesResultPage) Values() []PrivateLinkResource + type LocationClient struct + func NewLocationClient(subscriptionID string) LocationClient + func NewLocationClientWithBaseURI(baseURI string, subscriptionID string) LocationClient + func (client LocationClient) CheckNameAvailability(ctx context.Context, locationName string, ...) (result CheckNameAvailabilityResult, err error) + func (client LocationClient) CheckNameAvailabilityPreparer(ctx context.Context, locationName string, ...) (*http.Request, error) + func (client LocationClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error) + func (client LocationClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + 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 + func (lq LocationQuota) MarshalJSON() ([]byte, error) + type LoginMode string + const Batch + const Interactive + func PossibleLoginModeValues() []LoginMode + type MetadataItem struct + Name *string + Value *string + type MountConfiguration struct + AzureBlobFileSystemConfiguration *AzureBlobFileSystemConfiguration + AzureFileShareConfiguration *AzureFileShareConfiguration + CifsMountConfiguration *CIFSMountConfiguration + NfsMountConfiguration *NFSMountConfiguration + type NFSMountConfiguration struct + MountOptions *string + RelativeMountPath *string + Source *string + type NameAvailabilityReason string + const AlreadyExists + const Invalid + func PossibleNameAvailabilityReasonValues() []NameAvailabilityReason + type NetworkConfiguration struct + EndpointConfiguration *PoolEndpointConfiguration + PublicIPAddressConfiguration *PublicIPAddressConfiguration + SubnetID *string + type NetworkSecurityGroupRule struct + Access NetworkSecurityGroupRuleAccess + Priority *int32 + SourceAddressPrefix *string + SourcePortRanges *[]string + type NetworkSecurityGroupRuleAccess string + const Allow + const Deny + func PossibleNetworkSecurityGroupRuleAccessValues() []NetworkSecurityGroupRuleAccess + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + Properties interface{} + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PackageState string + const Active + const Pending + func PossiblePackageStateValues() []PackageState + type Pool struct + Etag *string + ID *string + Name *string + Type *string + func (p *Pool) UnmarshalJSON(body []byte) error + func (p Pool) MarshalJSON() ([]byte, error) + type PoolAllocationMode string + const BatchService + const UserSubscription + func PossiblePoolAllocationModeValues() []PoolAllocationMode + type PoolClient struct + func NewPoolClient(subscriptionID string) PoolClient + func NewPoolClientWithBaseURI(baseURI string, subscriptionID string) PoolClient + func (client PoolClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result PoolCreateFuture, err error) + func (client PoolClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PoolClient) CreateResponder(resp *http.Response) (result Pool, err error) + func (client PoolClient) CreateSender(req *http.Request) (future PoolCreateFuture, err error) + func (client PoolClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result PoolDeleteFuture, err error) + func (client PoolClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PoolClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PoolClient) DeleteSender(req *http.Request) (future PoolDeleteFuture, err error) + func (client PoolClient) DisableAutoScale(ctx context.Context, resourceGroupName string, accountName string, ...) (result Pool, err error) + func (client PoolClient) DisableAutoScalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PoolClient) DisableAutoScaleResponder(resp *http.Response) (result Pool, err error) + func (client PoolClient) DisableAutoScaleSender(req *http.Request) (*http.Response, error) + func (client PoolClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Pool, err error) + func (client PoolClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PoolClient) GetResponder(resp *http.Response) (result Pool, err error) + func (client PoolClient) GetSender(req *http.Request) (*http.Response, error) + func (client PoolClient) ListByBatchAccount(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListPoolsResultPage, err error) + func (client PoolClient) ListByBatchAccountComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListPoolsResultIterator, err error) + func (client PoolClient) ListByBatchAccountPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PoolClient) ListByBatchAccountResponder(resp *http.Response) (result ListPoolsResult, err error) + func (client PoolClient) ListByBatchAccountSender(req *http.Request) (*http.Response, error) + func (client PoolClient) StopResize(ctx context.Context, resourceGroupName string, accountName string, ...) (result Pool, err error) + func (client PoolClient) StopResizePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PoolClient) StopResizeResponder(resp *http.Response) (result Pool, err error) + func (client PoolClient) StopResizeSender(req *http.Request) (*http.Response, error) + func (client PoolClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Pool, err error) + func (client PoolClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PoolClient) UpdateResponder(resp *http.Response) (result Pool, err error) + func (client PoolClient) UpdateSender(req *http.Request) (*http.Response, error) + type PoolCreateFuture struct + Result func(PoolClient) (Pool, error) + func (future *PoolCreateFuture) UnmarshalJSON(body []byte) error + type PoolDeleteFuture struct + Result func(PoolClient) (autorest.Response, error) + func (future *PoolDeleteFuture) UnmarshalJSON(body []byte) error + type PoolEndpointConfiguration struct + InboundNatPools *[]InboundNatPool + type PoolProperties struct + AllocationState AllocationState + AllocationStateTransitionTime *date.Time + ApplicationLicenses *[]string + ApplicationPackages *[]ApplicationPackageReference + AutoScaleRun *AutoScaleRun + Certificates *[]CertificateReference + CreationTime *date.Time + CurrentDedicatedNodes *int32 + CurrentLowPriorityNodes *int32 + DeploymentConfiguration *DeploymentConfiguration + DisplayName *string + InterNodeCommunication InterNodeCommunicationState + LastModified *date.Time + MaxTasksPerNode *int32 + Metadata *[]MetadataItem + MountConfiguration *[]MountConfiguration + NetworkConfiguration *NetworkConfiguration + ProvisioningState PoolProvisioningState + ProvisioningStateTransitionTime *date.Time + ResizeOperationStatus *ResizeOperationStatus + ScaleSettings *ScaleSettings + StartTask *StartTask + TaskSchedulingPolicy *TaskSchedulingPolicy + UserAccounts *[]UserAccount + VMSize *string + func (pp PoolProperties) MarshalJSON() ([]byte, error) + type PoolProvisioningState string + const PoolProvisioningStateDeleting + const PoolProvisioningStateSucceeded + func PossiblePoolProvisioningStateValues() []PoolProvisioningState + type PrivateEndpoint struct + ID *string + func (peVar PrivateEndpoint) MarshalJSON() ([]byte, error) + type PrivateEndpointConnection struct + Etag *string + ID *string + Name *string + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionClient struct + func NewPrivateEndpointConnectionClient(subscriptionID string) PrivateEndpointConnectionClient + func NewPrivateEndpointConnectionClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionClient + func (client PrivateEndpointConnectionClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionClient) ListByBatchAccount(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListPrivateEndpointConnectionsResultPage, err error) + func (client PrivateEndpointConnectionClient) ListByBatchAccountComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListPrivateEndpointConnectionsResultIterator, err error) + func (client PrivateEndpointConnectionClient) ListByBatchAccountPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionClient) ListByBatchAccountResponder(resp *http.Response) (result ListPrivateEndpointConnectionsResult, err error) + func (client PrivateEndpointConnectionClient) ListByBatchAccountSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionClient) UpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionClient) UpdateSender(req *http.Request) (*http.Response, error) + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState PrivateEndpointConnectionProvisioningState + func (pecp PrivateEndpointConnectionProperties) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + const PrivateEndpointConnectionProvisioningStateUpdating + func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState + type PrivateLinkResource struct + Etag *string + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceClient struct + func NewPrivateLinkResourceClient(subscriptionID string) PrivateLinkResourceClient + func NewPrivateLinkResourceClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourceClient + func (client PrivateLinkResourceClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateLinkResource, err error) + func (client PrivateLinkResourceClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateLinkResourceClient) GetResponder(resp *http.Response) (result PrivateLinkResource, err error) + func (client PrivateLinkResourceClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateLinkResourceClient) ListByBatchAccount(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListPrivateLinkResourcesResultPage, err error) + func (client PrivateLinkResourceClient) ListByBatchAccountComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListPrivateLinkResourcesResultIterator, err error) + func (client PrivateLinkResourceClient) ListByBatchAccountPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateLinkResourceClient) ListByBatchAccountResponder(resp *http.Response) (result ListPrivateLinkResourcesResult, err error) + func (client PrivateLinkResourceClient) ListByBatchAccountSender(req *http.Request) (*http.Response, error) + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type PrivateLinkServiceConnectionState struct + ActionRequired *string + Description *string + Status PrivateLinkServiceConnectionStatus + func (plscs PrivateLinkServiceConnectionState) MarshalJSON() ([]byte, error) + type PrivateLinkServiceConnectionStatus string + const PrivateLinkServiceConnectionStatusApproved + const PrivateLinkServiceConnectionStatusDisconnected + const PrivateLinkServiceConnectionStatusPending + const PrivateLinkServiceConnectionStatusRejected + func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus + type ProvisioningState string + const ProvisioningStateCancelled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateInvalid + const ProvisioningStateSucceeded + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + Etag *string + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type PublicIPAddressConfiguration struct + IPAddressIds *[]string + Provision IPAddressProvisioningType + type PublicNetworkAccessType string + const PublicNetworkAccessTypeDisabled + const PublicNetworkAccessTypeEnabled + func PossiblePublicNetworkAccessTypeValues() []PublicNetworkAccessType + type ResizeError struct + Code *string + Details *[]ResizeError + Message *string + type ResizeOperationStatus struct + Errors *[]ResizeError + NodeDeallocationOption ComputeNodeDeallocationOption + ResizeTimeout *string + StartTime *date.Time + TargetDedicatedNodes *int32 + TargetLowPriorityNodes *int32 + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceFile struct + AutoStorageContainerName *string + BlobPrefix *string + FileMode *string + FilePath *string + HTTPURL *string + StorageContainerURL *string + type ScaleSettings struct + AutoScale *AutoScaleSettings + FixedScale *FixedScaleSettings + type StartTask struct + CommandLine *string + ContainerSettings *TaskContainerSettings + EnvironmentSettings *[]EnvironmentSetting + MaxTaskRetryCount *int32 + ResourceFiles *[]ResourceFile + UserIdentity *UserIdentity + WaitForSuccess *bool + type StorageAccountType string + const PremiumLRS + const StandardLRS + func PossibleStorageAccountTypeValues() []StorageAccountType + type TaskContainerSettings struct + ContainerRunOptions *string + ImageName *string + Registry *ContainerRegistry + WorkingDirectory ContainerWorkingDirectory + type TaskSchedulingPolicy struct + NodeFillType ComputeNodeFillType + type UserAccount struct + ElevationLevel ElevationLevel + LinuxUserConfiguration *LinuxUserConfiguration + Name *string + Password *string + WindowsUserConfiguration *WindowsUserConfiguration + type UserIdentity struct + AutoUser *AutoUserSpecification + UserName *string + type VirtualMachineConfiguration struct + ContainerConfiguration *ContainerConfiguration + DataDisks *[]DataDisk + DiskEncryptionConfiguration *DiskEncryptionConfiguration + ImageReference *ImageReference + LicenseType *string + NodeAgentSkuID *string + WindowsConfiguration *WindowsConfiguration + type VirtualMachineFamilyCoreQuota struct + CoreQuota *int32 + Name *string + func (vmfcq VirtualMachineFamilyCoreQuota) MarshalJSON() ([]byte, error) + type WindowsConfiguration struct + EnableAutomaticUpdates *bool + type WindowsUserConfiguration struct + LoginMode LoginMode