Versions in this module Expand all Collapse all v30 v30.1.0 Jun 10, 2019 v30.0.0 May 28, 2019 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 + func (future *AccountCreateFuture) Result(client AccountClient) (a Account, err 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 + KeyVaultReference *KeyVaultReference + PoolAllocationMode PoolAllocationMode + type AccountDeleteFuture struct + func (future *AccountDeleteFuture) Result(client AccountClient) (ar autorest.Response, err error) + type AccountKeyType string + const Primary + const Secondary + func PossibleAccountKeyTypeValues() []AccountKeyType + type AccountKeys struct + AccountName *string + 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(...) 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 + KeyVaultReference *KeyVaultReference + LowPriorityCoreQuota *int32 + PoolAllocationMode PoolAllocationMode + PoolQuota *int32 + ProvisioningState ProvisioningState + 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 + 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 + 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 BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + 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 + func (future *CertificateCreateFuture) Result(client CertificateClient) (c Certificate, err 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 + func (future *CertificateDeleteFuture) Result(client CertificateClient) (ar autorest.Response, err 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 + 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 + 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 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 ElevationLevel string + const Admin + const NonAdmin + func PossibleElevationLevelValues() []ElevationLevel + type EnvironmentSetting struct + Name *string + Value *string + type FixedScaleSettings struct + NodeDeallocationOption ComputeNodeDeallocationOption + ResizeTimeout *string + TargetDedicatedNodes *int32 + TargetLowPriorityNodes *int32 + 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 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(...) 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(...) 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(...) 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(getNextPage func(context.Context, ListPoolsResult) (ListPoolsResult, error)) 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 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 + type LoginMode string + const Batch + const Interactive + func PossibleLoginModeValues() []LoginMode + type MetadataItem struct + Name *string + Value *string + type NameAvailabilityReason string + const AlreadyExists + const Invalid + func PossibleNameAvailabilityReasonValues() []NameAvailabilityReason + type NetworkConfiguration struct + EndpointConfiguration *PoolEndpointConfiguration + SubnetID *string + type NetworkSecurityGroupRule struct + Access NetworkSecurityGroupRuleAccess + Priority *int32 + SourceAddressPrefix *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(...) 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 + func (future *PoolCreateFuture) Result(client PoolClient) (p Pool, err error) + type PoolDeleteFuture struct + func (future *PoolDeleteFuture) Result(client PoolClient) (ar autorest.Response, err 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 + NetworkConfiguration *NetworkConfiguration + ProvisioningState PoolProvisioningState + ProvisioningStateTransitionTime *date.Time + ResizeOperationStatus *ResizeOperationStatus + ScaleSettings *ScaleSettings + StartTask *StartTask + TaskSchedulingPolicy *TaskSchedulingPolicy + UserAccounts *[]UserAccount + VMSize *string + type PoolProvisioningState string + const PoolProvisioningStateDeleting + const PoolProvisioningStateSucceeded + func PossiblePoolProvisioningStateValues() []PoolProvisioningState + 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 + 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 + 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 + ImageReference *ImageReference + LicenseType *string + NodeAgentSkuID *string + WindowsConfiguration *WindowsConfiguration + type WindowsConfiguration struct + EnableAutomaticUpdates *bool + type WindowsUserConfiguration struct + LoginMode LoginMode Other modules containing this package 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.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.v43 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.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49