Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AppResource struct + ID *string + Identity *ManagedIdentityProperties + Location *string + Name *string + Properties *AppResourceProperties + Type *string + func (ar AppResource) MarshalJSON() ([]byte, error) + type AppResourceCollection struct + NextLink *string + Value *[]AppResource + func (arc AppResourceCollection) IsEmpty() bool + type AppResourceCollectionIterator struct + func NewAppResourceCollectionIterator(page AppResourceCollectionPage) AppResourceCollectionIterator + func (iter *AppResourceCollectionIterator) Next() error + func (iter *AppResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppResourceCollectionIterator) NotDone() bool + func (iter AppResourceCollectionIterator) Response() AppResourceCollection + func (iter AppResourceCollectionIterator) Value() AppResource + type AppResourceCollectionPage struct + func NewAppResourceCollectionPage(cur AppResourceCollection, ...) AppResourceCollectionPage + func (page *AppResourceCollectionPage) Next() error + func (page *AppResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppResourceCollectionPage) NotDone() bool + func (page AppResourceCollectionPage) Response() AppResourceCollection + func (page AppResourceCollectionPage) Values() []AppResource + type AppResourceProperties struct + ActiveDeploymentName *string + CreatedTime *date.Time + EnableEndToEndTLS *bool + Fqdn *string + HTTPSOnly *bool + PersistentDisk *PersistentDisk + ProvisioningState AppResourceProvisioningState + Public *bool + TemporaryDisk *TemporaryDisk + URL *string + func (arp AppResourceProperties) MarshalJSON() ([]byte, error) + type AppResourceProvisioningState string + const Creating + const Failed + const Succeeded + const Updating + func PossibleAppResourceProvisioningStateValues() []AppResourceProvisioningState + type ApplicationInsightsAgentVersions struct + Java *string + func (aiav ApplicationInsightsAgentVersions) MarshalJSON() ([]byte, error) + type AppsClient struct + func NewAppsClient(subscriptionID string) AppsClient + func NewAppsClientWithBaseURI(baseURI string, subscriptionID string) AppsClient + func (client AppsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AppsCreateOrUpdateFuture, err error) + func (client AppsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateResponder(resp *http.Response) (result AppResource, err error) + func (client AppsClient) CreateOrUpdateSender(req *http.Request) (future AppsCreateOrUpdateFuture, err error) + func (client AppsClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AppsDeleteFuture, err error) + func (client AppsClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AppsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSender(req *http.Request) (future AppsDeleteFuture, err error) + func (client AppsClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AppResource, err error) + func (client AppsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AppsClient) GetResourceUploadURL(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ResourceUploadDefinition, err error) + func (client AppsClient) GetResourceUploadURLPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AppsClient) GetResourceUploadURLResponder(resp *http.Response) (result ResourceUploadDefinition, err error) + func (client AppsClient) GetResourceUploadURLSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetResponder(resp *http.Response) (result AppResource, err error) + func (client AppsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AppsClient) List(ctx context.Context, resourceGroupName string, serviceName string) (result AppResourceCollectionPage, err error) + func (client AppsClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string) (result AppResourceCollectionIterator, err error) + func (client AppsClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client AppsClient) ListResponder(resp *http.Response) (result AppResourceCollection, err error) + func (client AppsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AppsUpdateFuture, err error) + func (client AppsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AppsClient) UpdateResponder(resp *http.Response) (result AppResource, err error) + func (client AppsClient) UpdateSender(req *http.Request) (future AppsUpdateFuture, err error) + func (client AppsClient) ValidateDomain(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CustomDomainValidateResult, err error) + func (client AppsClient) ValidateDomainPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AppsClient) ValidateDomainResponder(resp *http.Response) (result CustomDomainValidateResult, err error) + func (client AppsClient) ValidateDomainSender(req *http.Request) (*http.Response, error) + type AppsCreateOrUpdateFuture struct + Result func(AppsClient) (AppResource, error) + func (future *AppsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type AppsDeleteFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsDeleteFuture) UnmarshalJSON(body []byte) error + type AppsUpdateFuture struct + Result func(AppsClient) (AppResource, error) + func (future *AppsUpdateFuture) UnmarshalJSON(body []byte) error + type AvailableOperations struct + NextLink *string + Value *[]OperationDetail + func (ao AvailableOperations) IsEmpty() bool + type AvailableOperationsIterator struct + func NewAvailableOperationsIterator(page AvailableOperationsPage) AvailableOperationsIterator + func (iter *AvailableOperationsIterator) Next() error + func (iter *AvailableOperationsIterator) NextWithContext(ctx context.Context) (err error) + func (iter AvailableOperationsIterator) NotDone() bool + func (iter AvailableOperationsIterator) Response() AvailableOperations + func (iter AvailableOperationsIterator) Value() OperationDetail + type AvailableOperationsPage struct + func NewAvailableOperationsPage(cur AvailableOperations, ...) AvailableOperationsPage + func (page *AvailableOperationsPage) Next() error + func (page *AvailableOperationsPage) NextWithContext(ctx context.Context) (err error) + func (page AvailableOperationsPage) NotDone() bool + func (page AvailableOperationsPage) Response() AvailableOperations + func (page AvailableOperationsPage) Values() []OperationDetail + type AvailableRuntimeVersions struct + Value *[]SupportedRuntimeVersion + func (arv AvailableRuntimeVersions) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BindingResource struct + ID *string + Name *string + Properties *BindingResourceProperties + Type *string + func (br BindingResource) MarshalJSON() ([]byte, error) + type BindingResourceCollection struct + NextLink *string + Value *[]BindingResource + func (brc BindingResourceCollection) IsEmpty() bool + type BindingResourceCollectionIterator struct + func NewBindingResourceCollectionIterator(page BindingResourceCollectionPage) BindingResourceCollectionIterator + func (iter *BindingResourceCollectionIterator) Next() error + func (iter *BindingResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter BindingResourceCollectionIterator) NotDone() bool + func (iter BindingResourceCollectionIterator) Response() BindingResourceCollection + func (iter BindingResourceCollectionIterator) Value() BindingResource + type BindingResourceCollectionPage struct + func NewBindingResourceCollectionPage(cur BindingResourceCollection, ...) BindingResourceCollectionPage + func (page *BindingResourceCollectionPage) Next() error + func (page *BindingResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page BindingResourceCollectionPage) NotDone() bool + func (page BindingResourceCollectionPage) Response() BindingResourceCollection + func (page BindingResourceCollectionPage) Values() []BindingResource + type BindingResourceProperties struct + BindingParameters map[string]interface{} + CreatedAt *string + GeneratedProperties *string + Key *string + ResourceID *string + ResourceName *string + ResourceType *string + UpdatedAt *string + func (brp BindingResourceProperties) MarshalJSON() ([]byte, error) + type BindingsClient struct + func NewBindingsClient(subscriptionID string) BindingsClient + func NewBindingsClientWithBaseURI(baseURI string, subscriptionID string) BindingsClient + func (client BindingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BindingsCreateOrUpdateFuture, err error) + func (client BindingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BindingsClient) CreateOrUpdateResponder(resp *http.Response) (result BindingResource, err error) + func (client BindingsClient) CreateOrUpdateSender(req *http.Request) (future BindingsCreateOrUpdateFuture, err error) + func (client BindingsClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BindingsDeleteFuture, err error) + func (client BindingsClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BindingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BindingsClient) DeleteSender(req *http.Request) (future BindingsDeleteFuture, err error) + func (client BindingsClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BindingResource, err error) + func (client BindingsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BindingsClient) GetResponder(resp *http.Response) (result BindingResource, err error) + func (client BindingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client BindingsClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BindingResourceCollectionPage, err error) + func (client BindingsClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BindingResourceCollectionIterator, err error) + func (client BindingsClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BindingsClient) ListResponder(resp *http.Response) (result BindingResourceCollection, err error) + func (client BindingsClient) ListSender(req *http.Request) (*http.Response, error) + func (client BindingsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BindingsUpdateFuture, err error) + func (client BindingsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BindingsClient) UpdateResponder(resp *http.Response) (result BindingResource, err error) + func (client BindingsClient) UpdateSender(req *http.Request) (future BindingsUpdateFuture, err error) + type BindingsCreateOrUpdateFuture struct + Result func(BindingsClient) (BindingResource, error) + func (future *BindingsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type BindingsDeleteFuture struct + Result func(BindingsClient) (autorest.Response, error) + func (future *BindingsDeleteFuture) UnmarshalJSON(body []byte) error + type BindingsUpdateFuture struct + Result func(BindingsClient) (BindingResource, error) + func (future *BindingsUpdateFuture) UnmarshalJSON(body []byte) error + type CertificateProperties struct + ActivateDate *string + CertVersion *string + DNSNames *[]string + ExpirationDate *string + IssuedDate *string + Issuer *string + KeyVaultCertName *string + SubjectName *string + Thumbprint *string + VaultURI *string + func (cp CertificateProperties) MarshalJSON() ([]byte, error) + type CertificateResource struct + ID *string + Name *string + Properties *CertificateProperties + Type *string + func (cr CertificateResource) MarshalJSON() ([]byte, error) + type CertificateResourceCollection struct + NextLink *string + Value *[]CertificateResource + func (crc CertificateResourceCollection) IsEmpty() bool + type CertificateResourceCollectionIterator struct + func NewCertificateResourceCollectionIterator(page CertificateResourceCollectionPage) CertificateResourceCollectionIterator + func (iter *CertificateResourceCollectionIterator) Next() error + func (iter *CertificateResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CertificateResourceCollectionIterator) NotDone() bool + func (iter CertificateResourceCollectionIterator) Response() CertificateResourceCollection + func (iter CertificateResourceCollectionIterator) Value() CertificateResource + type CertificateResourceCollectionPage struct + func NewCertificateResourceCollectionPage(cur CertificateResourceCollection, ...) CertificateResourceCollectionPage + func (page *CertificateResourceCollectionPage) Next() error + func (page *CertificateResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CertificateResourceCollectionPage) NotDone() bool + func (page CertificateResourceCollectionPage) Response() CertificateResourceCollection + func (page CertificateResourceCollectionPage) Values() []CertificateResource + type CertificatesClient struct + func NewCertificatesClient(subscriptionID string) CertificatesClient + func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient + func (client CertificatesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificatesCreateOrUpdateFuture, err error) + func (client CertificatesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificatesClient) CreateOrUpdateResponder(resp *http.Response) (result CertificateResource, err error) + func (client CertificatesClient) CreateOrUpdateSender(req *http.Request) (future CertificatesCreateOrUpdateFuture, err error) + func (client CertificatesClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificatesDeleteFuture, err error) + func (client CertificatesClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificatesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CertificatesClient) DeleteSender(req *http.Request) (future CertificatesDeleteFuture, err error) + func (client CertificatesClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificateResource, err error) + func (client CertificatesClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificatesClient) GetResponder(resp *http.Response) (result CertificateResource, err error) + func (client CertificatesClient) GetSender(req *http.Request) (*http.Response, error) + func (client CertificatesClient) List(ctx context.Context, resourceGroupName string, serviceName string) (result CertificateResourceCollectionPage, err error) + func (client CertificatesClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string) (result CertificateResourceCollectionIterator, err error) + func (client CertificatesClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client CertificatesClient) ListResponder(resp *http.Response) (result CertificateResourceCollection, err error) + func (client CertificatesClient) ListSender(req *http.Request) (*http.Response, error) + type CertificatesCreateOrUpdateFuture struct + Result func(CertificatesClient) (CertificateResource, error) + func (future *CertificatesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type CertificatesDeleteFuture struct + Result func(CertificatesClient) (autorest.Response, error) + func (future *CertificatesDeleteFuture) UnmarshalJSON(body []byte) error + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type ClusterResourceProperties struct + NetworkProfile *NetworkProfile + ProvisioningState ProvisioningState + ServiceID *string + Version *int32 + func (crp ClusterResourceProperties) MarshalJSON() ([]byte, error) + type ConfigServerGitProperty struct + HostKey *string + HostKeyAlgorithm *string + Label *string + Password *string + PrivateKey *string + Repositories *[]GitPatternRepository + SearchPaths *[]string + StrictHostKeyChecking *bool + URI *string + Username *string + type ConfigServerProperties struct + ConfigServer *ConfigServerSettings + Error *Error + ProvisioningState ConfigServerState + func (csp ConfigServerProperties) MarshalJSON() ([]byte, error) + type ConfigServerResource struct + ID *string + Name *string + Properties *ConfigServerProperties + Type *string + func (csr ConfigServerResource) MarshalJSON() ([]byte, error) + type ConfigServerSettings struct + GitProperty *ConfigServerGitProperty + type ConfigServerSettingsErrorRecord struct + Messages *[]string + Name *string + URI *string + type ConfigServerSettingsValidateResult struct + Details *[]ConfigServerSettingsErrorRecord + IsValid *bool + type ConfigServerState string + const ConfigServerStateDeleted + const ConfigServerStateFailed + const ConfigServerStateNotAvailable + const ConfigServerStateSucceeded + const ConfigServerStateUpdating + func PossibleConfigServerStateValues() []ConfigServerState + type ConfigServersClient struct + func NewConfigServersClient(subscriptionID string) ConfigServersClient + func NewConfigServersClientWithBaseURI(baseURI string, subscriptionID string) ConfigServersClient + func (client ConfigServersClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result ConfigServerResource, err error) + func (client ConfigServersClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ConfigServersClient) GetResponder(resp *http.Response) (result ConfigServerResource, err error) + func (client ConfigServersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConfigServersClient) UpdatePatch(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ConfigServersUpdatePatchFuture, err error) + func (client ConfigServersClient) UpdatePatchPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ConfigServersClient) UpdatePatchResponder(resp *http.Response) (result ConfigServerResource, err error) + func (client ConfigServersClient) UpdatePatchSender(req *http.Request) (future ConfigServersUpdatePatchFuture, err error) + func (client ConfigServersClient) UpdatePut(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ConfigServersUpdatePutFuture, err error) + func (client ConfigServersClient) UpdatePutPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ConfigServersClient) UpdatePutResponder(resp *http.Response) (result ConfigServerResource, err error) + func (client ConfigServersClient) UpdatePutSender(req *http.Request) (future ConfigServersUpdatePutFuture, err error) + func (client ConfigServersClient) Validate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ConfigServersValidateFuture, err error) + func (client ConfigServersClient) ValidatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ConfigServersClient) ValidateResponder(resp *http.Response) (result ConfigServerSettingsValidateResult, err error) + func (client ConfigServersClient) ValidateSender(req *http.Request) (future ConfigServersValidateFuture, err error) + type ConfigServersUpdatePatchFuture struct + Result func(ConfigServersClient) (ConfigServerResource, error) + func (future *ConfigServersUpdatePatchFuture) UnmarshalJSON(body []byte) error + type ConfigServersUpdatePutFuture struct + Result func(ConfigServersClient) (ConfigServerResource, error) + func (future *ConfigServersUpdatePutFuture) UnmarshalJSON(body []byte) error + type ConfigServersValidateFuture struct + Result func(ConfigServersClient) (ConfigServerSettingsValidateResult, error) + func (future *ConfigServersValidateFuture) UnmarshalJSON(body []byte) error + type CustomDomainProperties struct + AppName *string + CertName *string + Thumbprint *string + func (cdp CustomDomainProperties) MarshalJSON() ([]byte, error) + type CustomDomainResource struct + ID *string + Name *string + Properties *CustomDomainProperties + Type *string + func (cdr CustomDomainResource) MarshalJSON() ([]byte, error) + type CustomDomainResourceCollection struct + NextLink *string + Value *[]CustomDomainResource + func (cdrc CustomDomainResourceCollection) IsEmpty() bool + type CustomDomainResourceCollectionIterator struct + func NewCustomDomainResourceCollectionIterator(page CustomDomainResourceCollectionPage) CustomDomainResourceCollectionIterator + func (iter *CustomDomainResourceCollectionIterator) Next() error + func (iter *CustomDomainResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CustomDomainResourceCollectionIterator) NotDone() bool + func (iter CustomDomainResourceCollectionIterator) Response() CustomDomainResourceCollection + func (iter CustomDomainResourceCollectionIterator) Value() CustomDomainResource + type CustomDomainResourceCollectionPage struct + func NewCustomDomainResourceCollectionPage(cur CustomDomainResourceCollection, ...) CustomDomainResourceCollectionPage + func (page *CustomDomainResourceCollectionPage) Next() error + func (page *CustomDomainResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CustomDomainResourceCollectionPage) NotDone() bool + func (page CustomDomainResourceCollectionPage) Response() CustomDomainResourceCollection + func (page CustomDomainResourceCollectionPage) Values() []CustomDomainResource + type CustomDomainValidatePayload struct + Name *string + type CustomDomainValidateResult struct + IsValid *bool + Message *string + type CustomDomainsClient struct + func NewCustomDomainsClient(subscriptionID string) CustomDomainsClient + func NewCustomDomainsClientWithBaseURI(baseURI string, subscriptionID string) CustomDomainsClient + func (client CustomDomainsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CustomDomainsCreateOrUpdateFuture, err error) + func (client CustomDomainsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CustomDomainsClient) CreateOrUpdateResponder(resp *http.Response) (result CustomDomainResource, err error) + func (client CustomDomainsClient) CreateOrUpdateSender(req *http.Request) (future CustomDomainsCreateOrUpdateFuture, err error) + func (client CustomDomainsClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CustomDomainsDeleteFuture, err error) + func (client CustomDomainsClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CustomDomainsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CustomDomainsClient) DeleteSender(req *http.Request) (future CustomDomainsDeleteFuture, err error) + func (client CustomDomainsClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CustomDomainResource, err error) + func (client CustomDomainsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CustomDomainsClient) GetResponder(resp *http.Response) (result CustomDomainResource, err error) + func (client CustomDomainsClient) GetSender(req *http.Request) (*http.Response, error) + func (client CustomDomainsClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CustomDomainResourceCollectionPage, err error) + func (client CustomDomainsClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CustomDomainResourceCollectionIterator, err error) + func (client CustomDomainsClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CustomDomainsClient) ListResponder(resp *http.Response) (result CustomDomainResourceCollection, err error) + func (client CustomDomainsClient) ListSender(req *http.Request) (*http.Response, error) + func (client CustomDomainsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CustomDomainsUpdateFuture, err error) + func (client CustomDomainsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CustomDomainsClient) UpdateResponder(resp *http.Response) (result CustomDomainResource, err error) + func (client CustomDomainsClient) UpdateSender(req *http.Request) (future CustomDomainsUpdateFuture, err error) + type CustomDomainsCreateOrUpdateFuture struct + Result func(CustomDomainsClient) (CustomDomainResource, error) + func (future *CustomDomainsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type CustomDomainsDeleteFuture struct + Result func(CustomDomainsClient) (autorest.Response, error) + func (future *CustomDomainsDeleteFuture) UnmarshalJSON(body []byte) error + type CustomDomainsUpdateFuture struct + Result func(CustomDomainsClient) (CustomDomainResource, error) + func (future *CustomDomainsUpdateFuture) UnmarshalJSON(body []byte) error + type DeploymentInstance struct + DiscoveryStatus *string + Name *string + Reason *string + StartTime *string + Status *string + func (di DeploymentInstance) MarshalJSON() ([]byte, error) + type DeploymentResource struct + ID *string + Name *string + Properties *DeploymentResourceProperties + Sku *Sku + Type *string + func (dr DeploymentResource) MarshalJSON() ([]byte, error) + type DeploymentResourceCollection struct + NextLink *string + Value *[]DeploymentResource + func (drc DeploymentResourceCollection) IsEmpty() bool + type DeploymentResourceCollectionIterator struct + func NewDeploymentResourceCollectionIterator(page DeploymentResourceCollectionPage) DeploymentResourceCollectionIterator + func (iter *DeploymentResourceCollectionIterator) Next() error + func (iter *DeploymentResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DeploymentResourceCollectionIterator) NotDone() bool + func (iter DeploymentResourceCollectionIterator) Response() DeploymentResourceCollection + func (iter DeploymentResourceCollectionIterator) Value() DeploymentResource + type DeploymentResourceCollectionPage struct + func NewDeploymentResourceCollectionPage(cur DeploymentResourceCollection, ...) DeploymentResourceCollectionPage + func (page *DeploymentResourceCollectionPage) Next() error + func (page *DeploymentResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DeploymentResourceCollectionPage) NotDone() bool + func (page DeploymentResourceCollectionPage) Response() DeploymentResourceCollection + func (page DeploymentResourceCollectionPage) Values() []DeploymentResource + type DeploymentResourceProperties struct + Active *bool + AppName *string + CreatedTime *date.Time + DeploymentSettings *DeploymentSettings + Instances *[]DeploymentInstance + ProvisioningState DeploymentResourceProvisioningState + Source *UserSourceInfo + Status DeploymentResourceStatus + func (drp DeploymentResourceProperties) MarshalJSON() ([]byte, error) + type DeploymentResourceProvisioningState string + const DeploymentResourceProvisioningStateCreating + const DeploymentResourceProvisioningStateFailed + const DeploymentResourceProvisioningStateSucceeded + const DeploymentResourceProvisioningStateUpdating + func PossibleDeploymentResourceProvisioningStateValues() []DeploymentResourceProvisioningState + type DeploymentResourceStatus string + const DeploymentResourceStatusAllocating + const DeploymentResourceStatusCompiling + const DeploymentResourceStatusFailed + const DeploymentResourceStatusRunning + const DeploymentResourceStatusStopped + const DeploymentResourceStatusUnknown + const DeploymentResourceStatusUpgrading + func PossibleDeploymentResourceStatusValues() []DeploymentResourceStatus + type DeploymentSettings struct + CPU *int32 + EnvironmentVariables map[string]*string + JvmOptions *string + MemoryInGB *int32 + NetCoreMainEntryPath *string + RuntimeVersion RuntimeVersion + func (ds DeploymentSettings) MarshalJSON() ([]byte, error) + type DeploymentsClient struct + func NewDeploymentsClient(subscriptionID string) DeploymentsClient + func NewDeploymentsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentsClient + func (client DeploymentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentsCreateOrUpdateFuture, err error) + func (client DeploymentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) CreateOrUpdateResponder(resp *http.Response) (result DeploymentResource, err error) + func (client DeploymentsClient) CreateOrUpdateSender(req *http.Request) (future DeploymentsCreateOrUpdateFuture, err error) + func (client DeploymentsClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentsDeleteFuture, err error) + func (client DeploymentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DeploymentsClient) DeleteSender(req *http.Request) (future DeploymentsDeleteFuture, err error) + func (client DeploymentsClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentResource, err error) + func (client DeploymentsClient) GetLogFileURL(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LogFileURLResponse, err error) + func (client DeploymentsClient) GetLogFileURLPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) GetLogFileURLResponder(resp *http.Response) (result LogFileURLResponse, err error) + func (client DeploymentsClient) GetLogFileURLSender(req *http.Request) (*http.Response, error) + func (client DeploymentsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) GetResponder(resp *http.Response) (result DeploymentResource, err error) + func (client DeploymentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DeploymentsClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentResourceCollectionPage, err error) + func (client DeploymentsClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentResourceCollectionIterator, err error) + func (client DeploymentsClient) ListForCluster(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentResourceCollectionPage, err error) + func (client DeploymentsClient) ListForClusterComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentResourceCollectionIterator, err error) + func (client DeploymentsClient) ListForClusterPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) ListForClusterResponder(resp *http.Response) (result DeploymentResourceCollection, err error) + func (client DeploymentsClient) ListForClusterSender(req *http.Request) (*http.Response, error) + func (client DeploymentsClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) ListResponder(resp *http.Response) (result DeploymentResourceCollection, err error) + func (client DeploymentsClient) ListSender(req *http.Request) (*http.Response, error) + func (client DeploymentsClient) Restart(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentsRestartFuture, err error) + func (client DeploymentsClient) RestartPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client DeploymentsClient) RestartSender(req *http.Request) (future DeploymentsRestartFuture, err error) + func (client DeploymentsClient) Start(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentsStartFuture, err error) + func (client DeploymentsClient) StartPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client DeploymentsClient) StartSender(req *http.Request) (future DeploymentsStartFuture, err error) + func (client DeploymentsClient) Stop(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentsStopFuture, err error) + func (client DeploymentsClient) StopPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client DeploymentsClient) StopSender(req *http.Request) (future DeploymentsStopFuture, err error) + func (client DeploymentsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DeploymentsUpdateFuture, err error) + func (client DeploymentsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DeploymentsClient) UpdateResponder(resp *http.Response) (result DeploymentResource, err error) + func (client DeploymentsClient) UpdateSender(req *http.Request) (future DeploymentsUpdateFuture, err error) + type DeploymentsCreateOrUpdateFuture struct + Result func(DeploymentsClient) (DeploymentResource, error) + func (future *DeploymentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DeploymentsDeleteFuture struct + Result func(DeploymentsClient) (autorest.Response, error) + func (future *DeploymentsDeleteFuture) UnmarshalJSON(body []byte) error + type DeploymentsRestartFuture struct + Result func(DeploymentsClient) (autorest.Response, error) + func (future *DeploymentsRestartFuture) UnmarshalJSON(body []byte) error + type DeploymentsStartFuture struct + Result func(DeploymentsClient) (autorest.Response, error) + func (future *DeploymentsStartFuture) UnmarshalJSON(body []byte) error + type DeploymentsStopFuture struct + Result func(DeploymentsClient) (autorest.Response, error) + func (future *DeploymentsStopFuture) UnmarshalJSON(body []byte) error + type DeploymentsUpdateFuture struct + Result func(DeploymentsClient) (DeploymentResource, error) + func (future *DeploymentsUpdateFuture) UnmarshalJSON(body []byte) error + type Error struct + Code *string + Message *string + type GitPatternRepository struct + HostKey *string + HostKeyAlgorithm *string + Label *string + Name *string + Password *string + Pattern *[]string + PrivateKey *string + SearchPaths *[]string + StrictHostKeyChecking *bool + URI *string + Username *string + type LogFileURLResponse struct + URL *string + type LogSpecification struct + BlobDuration *string + DisplayName *string + Name *string + type ManagedIdentityProperties struct + PrincipalID *string + TenantID *string + Type ManagedIdentityType + type ManagedIdentityType string + const None + const SystemAssigned + const SystemAssignedUserAssigned + const UserAssigned + func PossibleManagedIdentityTypeValues() []ManagedIdentityType + type MetricDimension struct + DisplayName *string + Name *string + type MetricSpecification struct + AggregationType *string + Category *string + Dimensions *[]MetricDimension + DisplayDescription *string + DisplayName *string + FillGapWithZero *bool + Name *string + SupportedAggregationTypes *[]string + SupportedTimeGrainTypes *[]string + Unit *string + type MonitoringSettingProperties struct + AppInsightsAgentVersions *ApplicationInsightsAgentVersions + AppInsightsInstrumentationKey *string + AppInsightsSamplingRate *float64 + Error *Error + ProvisioningState MonitoringSettingState + TraceEnabled *bool + func (msp MonitoringSettingProperties) MarshalJSON() ([]byte, error) + type MonitoringSettingResource struct + ID *string + Name *string + Properties *MonitoringSettingProperties + Type *string + func (msr MonitoringSettingResource) MarshalJSON() ([]byte, error) + type MonitoringSettingState string + const MonitoringSettingStateFailed + const MonitoringSettingStateNotAvailable + const MonitoringSettingStateSucceeded + const MonitoringSettingStateUpdating + func PossibleMonitoringSettingStateValues() []MonitoringSettingState + type MonitoringSettingsClient struct + func NewMonitoringSettingsClient(subscriptionID string) MonitoringSettingsClient + func NewMonitoringSettingsClientWithBaseURI(baseURI string, subscriptionID string) MonitoringSettingsClient + func (client MonitoringSettingsClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result MonitoringSettingResource, err error) + func (client MonitoringSettingsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client MonitoringSettingsClient) GetResponder(resp *http.Response) (result MonitoringSettingResource, err error) + func (client MonitoringSettingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client MonitoringSettingsClient) UpdatePatch(ctx context.Context, resourceGroupName string, serviceName string, ...) (result MonitoringSettingsUpdatePatchFuture, err error) + func (client MonitoringSettingsClient) UpdatePatchPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client MonitoringSettingsClient) UpdatePatchResponder(resp *http.Response) (result MonitoringSettingResource, err error) + func (client MonitoringSettingsClient) UpdatePatchSender(req *http.Request) (future MonitoringSettingsUpdatePatchFuture, err error) + func (client MonitoringSettingsClient) UpdatePut(ctx context.Context, resourceGroupName string, serviceName string, ...) (result MonitoringSettingsUpdatePutFuture, err error) + func (client MonitoringSettingsClient) UpdatePutPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client MonitoringSettingsClient) UpdatePutResponder(resp *http.Response) (result MonitoringSettingResource, err error) + func (client MonitoringSettingsClient) UpdatePutSender(req *http.Request) (future MonitoringSettingsUpdatePutFuture, err error) + type MonitoringSettingsUpdatePatchFuture struct + Result func(MonitoringSettingsClient) (MonitoringSettingResource, error) + func (future *MonitoringSettingsUpdatePatchFuture) UnmarshalJSON(body []byte) error + type MonitoringSettingsUpdatePutFuture struct + Result func(MonitoringSettingsClient) (MonitoringSettingResource, error) + func (future *MonitoringSettingsUpdatePutFuture) UnmarshalJSON(body []byte) error + type NameAvailability struct + Message *string + NameAvailable *bool + Reason *string + type NameAvailabilityParameters struct + Name *string + Type *string + type NetworkProfile struct + AppNetworkResourceGroup *string + AppSubnetID *string + OutboundIPs *NetworkProfileOutboundIPs + RequiredTraffics *[]RequiredTraffic + ServiceCidr *string + ServiceRuntimeNetworkResourceGroup *string + ServiceRuntimeSubnetID *string + func (np NetworkProfile) MarshalJSON() ([]byte, error) + type NetworkProfileOutboundIPs struct + PublicIPs *[]string + func (npP NetworkProfileOutboundIPs) MarshalJSON() ([]byte, error) + type OperationDetail struct + Display *OperationDisplay + IsDataAction *bool + Name *string + Origin *string + Properties *OperationProperties + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationProperties struct + ServiceSpecification *ServiceSpecification + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result AvailableOperationsPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result AvailableOperationsIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result AvailableOperations, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PersistentDisk struct + MountPath *string + SizeInGB *int32 + UsedInGB *int32 + func (pd PersistentDisk) MarshalJSON() ([]byte, error) + type ProvisioningState string + const ProvisioningStateCreating + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMoveFailed + const ProvisioningStateMoved + const ProvisioningStateMoving + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type RegenerateTestKeyRequestPayload struct + KeyType TestKeyType + type RequiredTraffic struct + Direction TrafficDirection + Fqdns *[]string + Ips *[]string + Port *int32 + Protocol *string + func (rt RequiredTraffic) MarshalJSON() ([]byte, error) + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceSku struct + Capacity *SkuCapacity + LocationInfo *[]ResourceSkuLocationInfo + Locations *[]string + Name *string + ResourceType *string + Restrictions *[]ResourceSkuRestrictions + Tier *string + type ResourceSkuCapabilities struct + Name *string + Value *string + type ResourceSkuCollection struct + NextLink *string + Value *[]ResourceSku + func (rsc ResourceSkuCollection) IsEmpty() bool + type ResourceSkuCollectionIterator struct + func NewResourceSkuCollectionIterator(page ResourceSkuCollectionPage) ResourceSkuCollectionIterator + func (iter *ResourceSkuCollectionIterator) Next() error + func (iter *ResourceSkuCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceSkuCollectionIterator) NotDone() bool + func (iter ResourceSkuCollectionIterator) Response() ResourceSkuCollection + func (iter ResourceSkuCollectionIterator) Value() ResourceSku + type ResourceSkuCollectionPage struct + func NewResourceSkuCollectionPage(cur ResourceSkuCollection, ...) ResourceSkuCollectionPage + func (page *ResourceSkuCollectionPage) Next() error + func (page *ResourceSkuCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceSkuCollectionPage) NotDone() bool + func (page ResourceSkuCollectionPage) Response() ResourceSkuCollection + func (page ResourceSkuCollectionPage) Values() []ResourceSku + type ResourceSkuLocationInfo struct + Location *string + ZoneDetails *[]ResourceSkuZoneDetails + Zones *[]string + type ResourceSkuRestrictionInfo struct + Locations *[]string + Zones *[]string + type ResourceSkuRestrictions struct + ReasonCode ResourceSkuRestrictionsReasonCode + RestrictionInfo *ResourceSkuRestrictionInfo + Type ResourceSkuRestrictionsType + Values *[]string + type ResourceSkuRestrictionsReasonCode string + const NotAvailableForSubscription + const QuotaID + func PossibleResourceSkuRestrictionsReasonCodeValues() []ResourceSkuRestrictionsReasonCode + type ResourceSkuRestrictionsType string + const Location + const Zone + func PossibleResourceSkuRestrictionsTypeValues() []ResourceSkuRestrictionsType + type ResourceSkuZoneDetails struct + Capabilities *[]ResourceSkuCapabilities + Name *[]string + type ResourceUploadDefinition struct + RelativePath *string + UploadURL *string + type RuntimeVersion string + const Java11 + const Java8 + const NetCore31 + func PossibleRuntimeVersionValues() []RuntimeVersion + type RuntimeVersionsClient struct + func NewRuntimeVersionsClient(subscriptionID string) RuntimeVersionsClient + func NewRuntimeVersionsClientWithBaseURI(baseURI string, subscriptionID string) RuntimeVersionsClient + func (client RuntimeVersionsClient) ListRuntimeVersions(ctx context.Context) (result AvailableRuntimeVersions, err error) + func (client RuntimeVersionsClient) ListRuntimeVersionsPreparer(ctx context.Context) (*http.Request, error) + func (client RuntimeVersionsClient) ListRuntimeVersionsResponder(resp *http.Response) (result AvailableRuntimeVersions, err error) + func (client RuntimeVersionsClient) ListRuntimeVersionsSender(req *http.Request) (*http.Response, error) + type ServiceResource struct + ID *string + Location *string + Name *string + Properties *ClusterResourceProperties + Sku *Sku + Tags map[string]*string + Type *string + func (sr ServiceResource) MarshalJSON() ([]byte, error) + type ServiceResourceList struct + NextLink *string + Value *[]ServiceResource + func (srl ServiceResourceList) IsEmpty() bool + type ServiceResourceListIterator struct + func NewServiceResourceListIterator(page ServiceResourceListPage) ServiceResourceListIterator + func (iter *ServiceResourceListIterator) Next() error + func (iter *ServiceResourceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceResourceListIterator) NotDone() bool + func (iter ServiceResourceListIterator) Response() ServiceResourceList + func (iter ServiceResourceListIterator) Value() ServiceResource + type ServiceResourceListPage struct + func NewServiceResourceListPage(cur ServiceResourceList, ...) ServiceResourceListPage + func (page *ServiceResourceListPage) Next() error + func (page *ServiceResourceListPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceResourceListPage) NotDone() bool + func (page ServiceResourceListPage) Response() ServiceResourceList + func (page ServiceResourceListPage) Values() []ServiceResource + type ServiceSpecification struct + LogSpecifications *[]LogSpecification + MetricSpecifications *[]MetricSpecification + type ServicesClient struct + func NewServicesClient(subscriptionID string) ServicesClient + func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient + func (client ServicesClient) CheckNameAvailability(ctx context.Context, location string, ...) (result NameAvailability, err error) + func (client ServicesClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, ...) (*http.Request, error) + func (client ServicesClient) CheckNameAvailabilityResponder(resp *http.Response) (result NameAvailability, err error) + func (client ServicesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServicesCreateOrUpdateFuture, err error) + func (client ServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServicesClient) CreateOrUpdateResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServicesClient) CreateOrUpdateSender(req *http.Request) (future ServicesCreateOrUpdateFuture, err error) + func (client ServicesClient) Delete(ctx context.Context, resourceGroupName string, serviceName string) (result ServicesDeleteFuture, err error) + func (client ServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServicesClient) DeleteSender(req *http.Request) (future ServicesDeleteFuture, err error) + func (client ServicesClient) DisableTestEndpoint(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client ServicesClient) DisableTestEndpointPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServicesClient) DisableTestEndpointResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServicesClient) DisableTestEndpointSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) EnableTestEndpoint(ctx context.Context, resourceGroupName string, serviceName string) (result TestKeys, err error) + func (client ServicesClient) EnableTestEndpointPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServicesClient) EnableTestEndpointResponder(resp *http.Response) (result TestKeys, err error) + func (client ServicesClient) EnableTestEndpointSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result ServiceResource, err error) + func (client ServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServicesClient) GetResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) List(ctx context.Context, resourceGroupName string) (result ServiceResourceListPage, err error) + func (client ServicesClient) ListBySubscription(ctx context.Context) (result ServiceResourceListPage, err error) + func (client ServicesClient) ListBySubscriptionComplete(ctx context.Context) (result ServiceResourceListIterator, err error) + func (client ServicesClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client ServicesClient) ListBySubscriptionResponder(resp *http.Response) (result ServiceResourceList, err error) + func (client ServicesClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) ListComplete(ctx context.Context, resourceGroupName string) (result ServiceResourceListIterator, err error) + func (client ServicesClient) ListPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ServicesClient) ListResponder(resp *http.Response) (result ServiceResourceList, err error) + func (client ServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) ListTestKeys(ctx context.Context, resourceGroupName string, serviceName string) (result TestKeys, err error) + func (client ServicesClient) ListTestKeysPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServicesClient) ListTestKeysResponder(resp *http.Response) (result TestKeys, err error) + func (client ServicesClient) ListTestKeysSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) RegenerateTestKey(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TestKeys, err error) + func (client ServicesClient) RegenerateTestKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServicesClient) RegenerateTestKeyResponder(resp *http.Response) (result TestKeys, err error) + func (client ServicesClient) RegenerateTestKeySender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServicesUpdateFuture, err error) + func (client ServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServicesClient) UpdateResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServicesClient) UpdateSender(req *http.Request) (future ServicesUpdateFuture, err error) + type ServicesCreateOrUpdateFuture struct + Result func(ServicesClient) (ServiceResource, error) + func (future *ServicesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ServicesDeleteFuture struct + Result func(ServicesClient) (autorest.Response, error) + func (future *ServicesDeleteFuture) UnmarshalJSON(body []byte) error + type ServicesUpdateFuture struct + Result func(ServicesClient) (ServiceResource, error) + func (future *ServicesUpdateFuture) UnmarshalJSON(body []byte) error + type Sku struct + Capacity *int32 + Name *string + Tier *string + type SkuCapacity struct + Default *int32 + Maximum *int32 + Minimum *int32 + ScaleType SkuScaleType + type SkuScaleType string + const SkuScaleTypeAutomatic + const SkuScaleTypeManual + const SkuScaleTypeNone + func PossibleSkuScaleTypeValues() []SkuScaleType + type SkusClient struct + func NewSkusClient(subscriptionID string) SkusClient + func NewSkusClientWithBaseURI(baseURI string, subscriptionID string) SkusClient + func (client SkusClient) List(ctx context.Context) (result ResourceSkuCollectionPage, err error) + func (client SkusClient) ListComplete(ctx context.Context) (result ResourceSkuCollectionIterator, err error) + func (client SkusClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client SkusClient) ListResponder(resp *http.Response) (result ResourceSkuCollection, err error) + func (client SkusClient) ListSender(req *http.Request) (*http.Response, error) + type SupportedRuntimePlatform string + const Java + const NETCore + func PossibleSupportedRuntimePlatformValues() []SupportedRuntimePlatform + type SupportedRuntimeValue string + const SupportedRuntimeValueJava11 + const SupportedRuntimeValueJava8 + const SupportedRuntimeValueNetCore31 + func PossibleSupportedRuntimeValueValues() []SupportedRuntimeValue + type SupportedRuntimeVersion struct + Platform SupportedRuntimePlatform + Value SupportedRuntimeValue + Version *string + type TemporaryDisk struct + MountPath *string + SizeInGB *int32 + type TestKeyType string + const Primary + const Secondary + func PossibleTestKeyTypeValues() []TestKeyType + type TestKeys struct + Enabled *bool + PrimaryKey *string + PrimaryTestEndpoint *string + SecondaryKey *string + SecondaryTestEndpoint *string + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type TrafficDirection string + const Inbound + const Outbound + func PossibleTrafficDirectionValues() []TrafficDirection + type UserSourceInfo struct + ArtifactSelector *string + RelativePath *string + Type UserSourceType + Version *string + type UserSourceType string + const Jar + const NetCoreZip + const Source + func PossibleUserSourceTypeValues() []UserSourceType