Versions in this module Expand all Collapse all v0 v0.20241010.1180132 Oct 10, 2024 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type APIDefinitionInfo struct + URL *string + type APIKVReference struct + ID *string + Kind *string + Name *string + Type *string + func (akr *APIKVReference) UnmarshalJSON(body []byte) error + func (akr APIKVReference) MarshalJSON() ([]byte, error) + type APIKVReferenceCollection struct + NextLink *string + Value *[]APIKVReference + func (akrc APIKVReferenceCollection) IsEmpty() bool + func (akrc APIKVReferenceCollection) MarshalJSON() ([]byte, error) + type APIKVReferenceCollectionIterator struct + func NewAPIKVReferenceCollectionIterator(page APIKVReferenceCollectionPage) APIKVReferenceCollectionIterator + func (iter *APIKVReferenceCollectionIterator) Next() error + func (iter *APIKVReferenceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter APIKVReferenceCollectionIterator) NotDone() bool + func (iter APIKVReferenceCollectionIterator) Response() APIKVReferenceCollection + func (iter APIKVReferenceCollectionIterator) Value() APIKVReference + type APIKVReferenceCollectionPage struct + func NewAPIKVReferenceCollectionPage(cur APIKVReferenceCollection, ...) APIKVReferenceCollectionPage + func (page *APIKVReferenceCollectionPage) Next() error + func (page *APIKVReferenceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page APIKVReferenceCollectionPage) NotDone() bool + func (page APIKVReferenceCollectionPage) Response() APIKVReferenceCollection + func (page APIKVReferenceCollectionPage) Values() []APIKVReference + type APIKVReferenceProperties struct + ActiveVersion *string + Details *string + IdentityType *ManagedServiceIdentity + Reference *string + SecretName *string + SecretVersion *string + Source ConfigReferenceSource + Status ResolveStatus + VaultName *string + type APIManagementConfig struct + ID *string + type AbnormalTimePeriod struct + EndTime *date.Time + Events *[]DetectorAbnormalTimePeriod + Solutions *[]Solution + StartTime *date.Time + type ActiveRevisionsMode string + const ActiveRevisionsModeMultiple + const ActiveRevisionsModeSingle + func PossibleActiveRevisionsModeValues() []ActiveRevisionsMode + type Address struct + Address1 *string + Address2 *string + City *string + Country *string + PostalCode *string + State *string + type AddressResponse struct + ID *string + Kind *string + Name *string + Type *string + func (ar *AddressResponse) UnmarshalJSON(body []byte) error + func (ar AddressResponse) MarshalJSON() ([]byte, error) + type AddressResponseProperties struct + InternalIPAddress *string + OutboundIPAddresses *[]string + ServiceIPAddress *string + VipMappings *[]VirtualIPMapping + type AllowedAudiencesValidation struct + AllowedAudiences *[]string + type AllowedPrincipals struct + Groups *[]string + Identities *[]string + type AnalysisData struct + Data *[][]NameValuePair + DetectorDefinition *DetectorDefinition + DetectorMetaData *ResponseMetaData + Metrics *[]DiagnosticMetricSet + Source *string + type AnalysisDefinition struct + ID *string + Kind *string + Name *string + Type *string + func (ad *AnalysisDefinition) UnmarshalJSON(body []byte) error + func (ad AnalysisDefinition) MarshalJSON() ([]byte, error) + type AnalysisDefinitionProperties struct + Description *string + func (ad AnalysisDefinitionProperties) MarshalJSON() ([]byte, error) + type AppCollection struct + NextLink *string + Value *[]Site + func (ac AppCollection) IsEmpty() bool + func (ac AppCollection) MarshalJSON() ([]byte, error) + type AppCollectionIterator struct + func NewAppCollectionIterator(page AppCollectionPage) AppCollectionIterator + func (iter *AppCollectionIterator) Next() error + func (iter *AppCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppCollectionIterator) NotDone() bool + func (iter AppCollectionIterator) Response() AppCollection + func (iter AppCollectionIterator) Value() Site + type AppCollectionPage struct + func NewAppCollectionPage(cur AppCollection, ...) AppCollectionPage + func (page *AppCollectionPage) Next() error + func (page *AppCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppCollectionPage) NotDone() bool + func (page AppCollectionPage) Response() AppCollection + func (page AppCollectionPage) Values() []Site + type AppInsightsWebAppStackSettings struct + IsDefaultOff *bool + IsSupported *bool + func (aiwass AppInsightsWebAppStackSettings) MarshalJSON() ([]byte, error) + type AppInstanceStatusCollection struct + NextLink *string + Value *[]SiteInstanceStatus + func (aisc AppInstanceStatusCollection) IsEmpty() bool + func (aisc AppInstanceStatusCollection) MarshalJSON() ([]byte, error) + type AppInstanceStatusCollectionIterator struct + func NewAppInstanceStatusCollectionIterator(page AppInstanceStatusCollectionPage) AppInstanceStatusCollectionIterator + func (iter *AppInstanceStatusCollectionIterator) Next() error + func (iter *AppInstanceStatusCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppInstanceStatusCollectionIterator) NotDone() bool + func (iter AppInstanceStatusCollectionIterator) Response() AppInstanceStatusCollection + func (iter AppInstanceStatusCollectionIterator) Value() SiteInstanceStatus + type AppInstanceStatusCollectionPage struct + func NewAppInstanceStatusCollectionPage(cur AppInstanceStatusCollection, ...) AppInstanceStatusCollectionPage + func (page *AppInstanceStatusCollectionPage) Next() error + func (page *AppInstanceStatusCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppInstanceStatusCollectionPage) NotDone() bool + func (page AppInstanceStatusCollectionPage) Response() AppInstanceStatusCollection + func (page AppInstanceStatusCollectionPage) Values() []SiteInstanceStatus + type AppLogsConfiguration struct + Destination *string + LogAnalyticsConfiguration *LogAnalyticsConfiguration + type AppMajorVersion struct + DisplayText *string + MinorVersions *[]AppMinorVersion + Value *string + func (amv AppMajorVersion) MarshalJSON() ([]byte, error) + type AppMinorVersion struct + DisplayText *string + StackSettings *AppRuntimes + Value *string + func (amv AppMinorVersion) MarshalJSON() ([]byte, error) + type AppRegistration struct + AppID *string + AppSecretSettingName *string + type AppRuntimeSettings struct + AppInsightsSettings *AppInsightsWebAppStackSettings + EndOfLifeDate *date.Time + GitHubActionSettings *GitHubActionWebAppStackSettings + IsAutoUpdate *bool + IsDeprecated *bool + IsEarlyAccess *bool + IsHidden *bool + IsPreview *bool + RemoteDebuggingSupported *bool + RuntimeVersion *string + func (ars AppRuntimeSettings) MarshalJSON() ([]byte, error) + type AppRuntimes struct + LinuxContainerSettings *LinuxJavaContainerSettings + LinuxRuntimeSettings *AppRuntimeSettings + WindowsContainerSettings *WindowsJavaContainerSettings + WindowsRuntimeSettings *AppRuntimeSettings + func (ar AppRuntimes) MarshalJSON() ([]byte, error) + type AppServiceCertificate struct + KeyVaultID *string + KeyVaultSecretName *string + ProvisioningState KeyVaultSecretStatus + func (asc AppServiceCertificate) MarshalJSON() ([]byte, error) + type AppServiceCertificateCollection struct + NextLink *string + Value *[]AppServiceCertificateResource + func (ascc AppServiceCertificateCollection) IsEmpty() bool + func (ascc AppServiceCertificateCollection) MarshalJSON() ([]byte, error) + type AppServiceCertificateCollectionIterator struct + func NewAppServiceCertificateCollectionIterator(page AppServiceCertificateCollectionPage) AppServiceCertificateCollectionIterator + func (iter *AppServiceCertificateCollectionIterator) Next() error + func (iter *AppServiceCertificateCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppServiceCertificateCollectionIterator) NotDone() bool + func (iter AppServiceCertificateCollectionIterator) Response() AppServiceCertificateCollection + func (iter AppServiceCertificateCollectionIterator) Value() AppServiceCertificateResource + type AppServiceCertificateCollectionPage struct + func NewAppServiceCertificateCollectionPage(cur AppServiceCertificateCollection, ...) AppServiceCertificateCollectionPage + func (page *AppServiceCertificateCollectionPage) Next() error + func (page *AppServiceCertificateCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppServiceCertificateCollectionPage) NotDone() bool + func (page AppServiceCertificateCollectionPage) Response() AppServiceCertificateCollection + func (page AppServiceCertificateCollectionPage) Values() []AppServiceCertificateResource + type AppServiceCertificateOrder struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (asco *AppServiceCertificateOrder) UnmarshalJSON(body []byte) error + func (asco AppServiceCertificateOrder) MarshalJSON() ([]byte, error) + type AppServiceCertificateOrderCollection struct + NextLink *string + Value *[]AppServiceCertificateOrder + func (ascoc AppServiceCertificateOrderCollection) IsEmpty() bool + func (ascoc AppServiceCertificateOrderCollection) MarshalJSON() ([]byte, error) + type AppServiceCertificateOrderCollectionIterator struct + func NewAppServiceCertificateOrderCollectionIterator(page AppServiceCertificateOrderCollectionPage) AppServiceCertificateOrderCollectionIterator + func (iter *AppServiceCertificateOrderCollectionIterator) Next() error + func (iter *AppServiceCertificateOrderCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppServiceCertificateOrderCollectionIterator) NotDone() bool + func (iter AppServiceCertificateOrderCollectionIterator) Response() AppServiceCertificateOrderCollection + func (iter AppServiceCertificateOrderCollectionIterator) Value() AppServiceCertificateOrder + type AppServiceCertificateOrderCollectionPage struct + func NewAppServiceCertificateOrderCollectionPage(cur AppServiceCertificateOrderCollection, ...) AppServiceCertificateOrderCollectionPage + func (page *AppServiceCertificateOrderCollectionPage) Next() error + func (page *AppServiceCertificateOrderCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppServiceCertificateOrderCollectionPage) NotDone() bool + func (page AppServiceCertificateOrderCollectionPage) Response() AppServiceCertificateOrderCollection + func (page AppServiceCertificateOrderCollectionPage) Values() []AppServiceCertificateOrder + type AppServiceCertificateOrderPatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (ascopr *AppServiceCertificateOrderPatchResource) UnmarshalJSON(body []byte) error + func (ascopr AppServiceCertificateOrderPatchResource) MarshalJSON() ([]byte, error) + type AppServiceCertificateOrderPatchResourceProperties struct + AppServiceCertificateNotRenewableReasons *[]ResourceNotRenewableReason + AutoRenew *bool + Certificates map[string]*AppServiceCertificate + Contact *CertificateOrderContact + Csr *string + DistinguishedName *string + DomainVerificationToken *string + ExpirationTime *date.Time + Intermediate *CertificateDetails + IsPrivateKeyExternal *bool + KeySize *int32 + LastCertificateIssuanceTime *date.Time + NextAutoRenewalTimeStamp *date.Time + ProductType CertificateProductType + ProvisioningState ProvisioningState + Root *CertificateDetails + SerialNumber *string + SignedCertificate *CertificateDetails + Status CertificateOrderStatus + ValidityInYears *int32 + func (ascopr AppServiceCertificateOrderPatchResourceProperties) MarshalJSON() ([]byte, error) + type AppServiceCertificateOrderProperties struct + AppServiceCertificateNotRenewableReasons *[]ResourceNotRenewableReason + AutoRenew *bool + Certificates map[string]*AppServiceCertificate + Contact *CertificateOrderContact + Csr *string + DistinguishedName *string + DomainVerificationToken *string + ExpirationTime *date.Time + Intermediate *CertificateDetails + IsPrivateKeyExternal *bool + KeySize *int32 + LastCertificateIssuanceTime *date.Time + NextAutoRenewalTimeStamp *date.Time + ProductType CertificateProductType + ProvisioningState ProvisioningState + Root *CertificateDetails + SerialNumber *string + SignedCertificate *CertificateDetails + Status CertificateOrderStatus + ValidityInYears *int32 + func (asco AppServiceCertificateOrderProperties) MarshalJSON() ([]byte, error) + type AppServiceCertificateOrdersClient struct + func NewAppServiceCertificateOrdersClient(subscriptionID string) AppServiceCertificateOrdersClient + func NewAppServiceCertificateOrdersClientWithBaseURI(baseURI string, subscriptionID string) AppServiceCertificateOrdersClient + func (client AppServiceCertificateOrdersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result AppServiceCertificateOrdersCreateOrUpdateFuture, err error) + func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result AppServiceCertificateOrdersCreateOrUpdateCertificateFuture, err error) + func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificateResponder(resp *http.Response) (result AppServiceCertificateResource, err error) + func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificateSender(req *http.Request) (future AppServiceCertificateOrdersCreateOrUpdateCertificateFuture, err error) + func (client AppServiceCertificateOrdersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) CreateOrUpdateResponder(resp *http.Response) (result AppServiceCertificateOrder, err error) + func (client AppServiceCertificateOrdersClient) CreateOrUpdateSender(req *http.Request) (future AppServiceCertificateOrdersCreateOrUpdateFuture, err error) + func (client AppServiceCertificateOrdersClient) Delete(ctx context.Context, resourceGroupName string, certificateOrderName string) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) DeleteCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) DeleteCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) DeleteCertificateResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) DeleteCertificateSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) DeletePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) Get(ctx context.Context, resourceGroupName string, certificateOrderName string) (result AppServiceCertificateOrder, err error) + func (client AppServiceCertificateOrdersClient) GetCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result AppServiceCertificateResource, err error) + func (client AppServiceCertificateOrdersClient) GetCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) GetCertificateResponder(resp *http.Response) (result AppServiceCertificateResource, err error) + func (client AppServiceCertificateOrdersClient) GetCertificateSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) GetPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) GetResponder(resp *http.Response) (result AppServiceCertificateOrder, err error) + func (client AppServiceCertificateOrdersClient) GetSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) List(ctx context.Context) (result AppServiceCertificateOrderCollectionPage, err error) + func (client AppServiceCertificateOrdersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppServiceCertificateOrderCollectionPage, err error) + func (client AppServiceCertificateOrdersClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppServiceCertificateOrderCollectionIterator, err error) + func (client AppServiceCertificateOrdersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) ListByResourceGroupResponder(resp *http.Response) (result AppServiceCertificateOrderCollection, err error) + func (client AppServiceCertificateOrdersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) ListCertificates(ctx context.Context, resourceGroupName string, certificateOrderName string) (result AppServiceCertificateCollectionPage, err error) + func (client AppServiceCertificateOrdersClient) ListCertificatesComplete(ctx context.Context, resourceGroupName string, certificateOrderName string) (result AppServiceCertificateCollectionIterator, err error) + func (client AppServiceCertificateOrdersClient) ListCertificatesPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) ListCertificatesResponder(resp *http.Response) (result AppServiceCertificateCollection, err error) + func (client AppServiceCertificateOrdersClient) ListCertificatesSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) ListComplete(ctx context.Context) (result AppServiceCertificateOrderCollectionIterator, err error) + func (client AppServiceCertificateOrdersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) ListResponder(resp *http.Response) (result AppServiceCertificateOrderCollection, err error) + func (client AppServiceCertificateOrdersClient) ListSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) Reissue(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ReissuePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) ReissueResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ReissueSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) Renew(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) RenewPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) RenewResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) RenewSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) ResendEmail(ctx context.Context, resourceGroupName string, certificateOrderName string) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ResendEmailPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) ResendEmailResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ResendEmailSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) ResendRequestEmails(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ResendRequestEmailsPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) ResendRequestEmailsResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ResendRequestEmailsSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateActions(ctx context.Context, resourceGroupName string, name string) (result ListCertificateOrderAction, err error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateActionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateActionsResponder(resp *http.Response) (result ListCertificateOrderAction, err error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateActionsSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistory(ctx context.Context, resourceGroupName string, name string) (result ListCertificateEmail, err error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistoryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistoryResponder(resp *http.Response) (result ListCertificateEmail, err error) + func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistorySender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) RetrieveSiteSeal(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result SiteSeal, err error) + func (client AppServiceCertificateOrdersClient) RetrieveSiteSealPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) RetrieveSiteSealResponder(resp *http.Response) (result SiteSeal, err error) + func (client AppServiceCertificateOrdersClient) RetrieveSiteSealSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) Update(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result AppServiceCertificateOrder, err error) + func (client AppServiceCertificateOrdersClient) UpdateCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result AppServiceCertificateResource, err error) + func (client AppServiceCertificateOrdersClient) UpdateCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) UpdateCertificateResponder(resp *http.Response) (result AppServiceCertificateResource, err error) + func (client AppServiceCertificateOrdersClient) UpdateCertificateSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) UpdateResponder(resp *http.Response) (result AppServiceCertificateOrder, err error) + func (client AppServiceCertificateOrdersClient) UpdateSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformation(ctx context.Context, appServiceCertificateOrder AppServiceCertificateOrder) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformationPreparer(ctx context.Context, appServiceCertificateOrder AppServiceCertificateOrder) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformationResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformationSender(req *http.Request) (*http.Response, error) + func (client AppServiceCertificateOrdersClient) VerifyDomainOwnership(ctx context.Context, resourceGroupName string, certificateOrderName string) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) VerifyDomainOwnershipPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error) + func (client AppServiceCertificateOrdersClient) VerifyDomainOwnershipResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceCertificateOrdersClient) VerifyDomainOwnershipSender(req *http.Request) (*http.Response, error) + type AppServiceCertificateOrdersCreateOrUpdateCertificateFuture struct + Result func(AppServiceCertificateOrdersClient) (AppServiceCertificateResource, error) + func (future *AppServiceCertificateOrdersCreateOrUpdateCertificateFuture) UnmarshalJSON(body []byte) error + type AppServiceCertificateOrdersCreateOrUpdateFuture struct + Result func(AppServiceCertificateOrdersClient) (AppServiceCertificateOrder, error) + func (future *AppServiceCertificateOrdersCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type AppServiceCertificatePatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (ascpr *AppServiceCertificatePatchResource) UnmarshalJSON(body []byte) error + func (ascpr AppServiceCertificatePatchResource) MarshalJSON() ([]byte, error) + type AppServiceCertificateResource struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ascr *AppServiceCertificateResource) UnmarshalJSON(body []byte) error + func (ascr AppServiceCertificateResource) MarshalJSON() ([]byte, error) + type AppServiceEnvironment struct + ClusterSettings *[]NameValuePair + CustomDNSSuffixConfiguration *CustomDNSSuffixConfiguration + DNSSuffix *string + DedicatedHostCount *int32 + FrontEndScaleFactor *int32 + HasLinuxWorkers *bool + InternalLoadBalancingMode LoadBalancingMode + IpsslAddressCount *int32 + MaximumNumberOfMachines *int32 + MultiRoleCount *int32 + MultiSize *string + NetworkingConfiguration *AseV3NetworkingConfiguration + ProvisioningState ProvisioningState + Status HostingEnvironmentStatus + Suspended *bool + UpgradeAvailability UpgradeAvailability + UpgradePreference UpgradePreference + UserWhitelistedIPRanges *[]string + VirtualNetwork *VirtualNetworkProfile + ZoneRedundant *bool + func (ase AppServiceEnvironment) MarshalJSON() ([]byte, error) + type AppServiceEnvironmentCollection struct + NextLink *string + Value *[]AppServiceEnvironmentResource + func (asec AppServiceEnvironmentCollection) IsEmpty() bool + func (asec AppServiceEnvironmentCollection) MarshalJSON() ([]byte, error) + type AppServiceEnvironmentCollectionIterator struct + func NewAppServiceEnvironmentCollectionIterator(page AppServiceEnvironmentCollectionPage) AppServiceEnvironmentCollectionIterator + func (iter *AppServiceEnvironmentCollectionIterator) Next() error + func (iter *AppServiceEnvironmentCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppServiceEnvironmentCollectionIterator) NotDone() bool + func (iter AppServiceEnvironmentCollectionIterator) Response() AppServiceEnvironmentCollection + func (iter AppServiceEnvironmentCollectionIterator) Value() AppServiceEnvironmentResource + type AppServiceEnvironmentCollectionPage struct + func NewAppServiceEnvironmentCollectionPage(cur AppServiceEnvironmentCollection, ...) AppServiceEnvironmentCollectionPage + func (page *AppServiceEnvironmentCollectionPage) Next() error + func (page *AppServiceEnvironmentCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppServiceEnvironmentCollectionPage) NotDone() bool + func (page AppServiceEnvironmentCollectionPage) Response() AppServiceEnvironmentCollection + func (page AppServiceEnvironmentCollectionPage) Values() []AppServiceEnvironmentResource + type AppServiceEnvironmentPatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (asepr *AppServiceEnvironmentPatchResource) UnmarshalJSON(body []byte) error + func (asepr AppServiceEnvironmentPatchResource) MarshalJSON() ([]byte, error) + type AppServiceEnvironmentResource struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (aser *AppServiceEnvironmentResource) UnmarshalJSON(body []byte) error + func (aser AppServiceEnvironmentResource) MarshalJSON() ([]byte, error) + type AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture struct + Result func(AppServiceEnvironmentsClient) (RemotePrivateEndpointConnectionARMResource, error) + func (future *AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsChangeVnetAllFuture struct + Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error) + func (future *AppServiceEnvironmentsChangeVnetAllFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsChangeVnetFuture struct + Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error) + func (future *AppServiceEnvironmentsChangeVnetFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsClient struct + func NewAppServiceEnvironmentsClient(subscriptionID string) AppServiceEnvironmentsClient + func NewAppServiceEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) AppServiceEnvironmentsClient + func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture, ...) + func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionSender(req *http.Request) (future AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture, ...) + func (client AppServiceEnvironmentsClient) ChangeVnet(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentsChangeVnetFuture, err error) + func (client AppServiceEnvironmentsClient) ChangeVnetComplete(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentsChangeVnetAllFuture, err error) + func (client AppServiceEnvironmentsClient) ChangeVnetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ChangeVnetResponder(resp *http.Response) (result AppCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ChangeVnetSender(req *http.Request) (future AppServiceEnvironmentsChangeVnetFuture, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentsCreateOrUpdateFuture, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePool(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolResponder(resp *http.Response) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolSender(req *http.Request) (future AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateResponder(resp *http.Response) (result AppServiceEnvironmentResource, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateSender(req *http.Request) (future AppServiceEnvironmentsCreateOrUpdateFuture, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPool(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolResponder(resp *http.Response) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolSender(req *http.Request) (future AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture, err error) + func (client AppServiceEnvironmentsClient) Delete(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (result AppServiceEnvironmentsDeleteFuture, err error) + func (client AppServiceEnvironmentsClient) DeleteAseCustomDNSSuffixConfiguration(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) + func (client AppServiceEnvironmentsClient) DeleteAseCustomDNSSuffixConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) DeleteAseCustomDNSSuffixConfigurationResponder(resp *http.Response) (result SetObject, err error) + func (client AppServiceEnvironmentsClient) DeleteAseCustomDNSSuffixConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (*http.Request, error) + func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture, err error) + func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionResponder(resp *http.Response) (result SetObject, err error) + func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionSender(req *http.Request) (future AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture, err error) + func (client AppServiceEnvironmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceEnvironmentsClient) DeleteSender(req *http.Request) (future AppServiceEnvironmentsDeleteFuture, err error) + func (client AppServiceEnvironmentsClient) Get(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentResource, err error) + func (client AppServiceEnvironmentsClient) GetAseCustomDNSSuffixConfiguration(ctx context.Context, resourceGroupName string, name string) (result CustomDNSSuffixConfiguration, err error) + func (client AppServiceEnvironmentsClient) GetAseCustomDNSSuffixConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetAseCustomDNSSuffixConfigurationResponder(resp *http.Response) (result CustomDNSSuffixConfiguration, err error) + func (client AppServiceEnvironmentsClient) GetAseCustomDNSSuffixConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfiguration(ctx context.Context, resourceGroupName string, name string) (result AseV3NetworkingConfiguration, err error) + func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationResponder(resp *http.Response) (result AseV3NetworkingConfiguration, err error) + func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetDiagnosticsItem(ctx context.Context, resourceGroupName string, name string, ...) (result HostingEnvironmentDiagnostics, err error) + func (client AppServiceEnvironmentsClient) GetDiagnosticsItemPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetDiagnosticsItemResponder(resp *http.Response) (result HostingEnvironmentDiagnostics, err error) + func (client AppServiceEnvironmentsClient) GetDiagnosticsItemSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpoints(ctx context.Context, resourceGroupName string, name string) (result InboundEnvironmentEndpointCollectionPage, err error) + func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsComplete(ctx context.Context, resourceGroupName string, name string) (result InboundEnvironmentEndpointCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsResponder(resp *http.Response) (result InboundEnvironmentEndpointCollection, err error) + func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetMultiRolePool(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) GetMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetMultiRolePoolResponder(resp *http.Response) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) GetMultiRolePoolSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpoints(ctx context.Context, resourceGroupName string, name string) (result OutboundEnvironmentEndpointCollectionPage, err error) + func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsComplete(ctx context.Context, resourceGroupName string, name string) (result OutboundEnvironmentEndpointCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsResponder(resp *http.Response) (result OutboundEnvironmentEndpointCollection, err error) + func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionList(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionPage, err error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListComplete(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, name string) (result PrivateLinkResourcesWrapper, err error) + func (client AppServiceEnvironmentsClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error) + func (client AppServiceEnvironmentsClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetResponder(resp *http.Response) (result AppServiceEnvironmentResource, err error) + func (client AppServiceEnvironmentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetVipInfo(ctx context.Context, resourceGroupName string, name string) (result AddressResponse, err error) + func (client AppServiceEnvironmentsClient) GetVipInfoPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetVipInfoResponder(resp *http.Response) (result AddressResponse, err error) + func (client AppServiceEnvironmentsClient) GetVipInfoSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) GetWorkerPool(ctx context.Context, resourceGroupName string, name string, ...) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) GetWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) GetWorkerPoolResponder(resp *http.Response) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) GetWorkerPoolSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) List(ctx context.Context) (result AppServiceEnvironmentCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListAppServicePlans(ctx context.Context, resourceGroupName string, name string) (result AppServicePlanCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListAppServicePlansComplete(ctx context.Context, resourceGroupName string, name string) (result AppServicePlanCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListAppServicePlansPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListAppServicePlansResponder(resp *http.Response) (result AppServicePlanCollection, err error) + func (client AppServiceEnvironmentsClient) ListAppServicePlansSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppServiceEnvironmentCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppServiceEnvironmentCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListByResourceGroupResponder(resp *http.Response) (result AppServiceEnvironmentCollection, err error) + func (client AppServiceEnvironmentsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListCapacities(ctx context.Context, resourceGroupName string, name string) (result StampCapacityCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListCapacitiesComplete(ctx context.Context, resourceGroupName string, name string) (result StampCapacityCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListCapacitiesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListCapacitiesResponder(resp *http.Response) (result StampCapacityCollection, err error) + func (client AppServiceEnvironmentsClient) ListCapacitiesSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListComplete(ctx context.Context) (result AppServiceEnvironmentCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListDiagnostics(ctx context.Context, resourceGroupName string, name string) (result ListHostingEnvironmentDiagnostics, err error) + func (client AppServiceEnvironmentsClient) ListDiagnosticsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListDiagnosticsResponder(resp *http.Response) (result ListHostingEnvironmentDiagnostics, err error) + func (client AppServiceEnvironmentsClient) ListDiagnosticsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitions(ctx context.Context, resourceGroupName string, name string) (result ResourceMetricDefinitionCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string) (result ResourceMetricDefinitionCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error) + func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitions(ctx context.Context, resourceGroupName string, name string, instance string) (result ResourceMetricDefinitionCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string, instance string) (result ResourceMetricDefinitionCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, instance string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkus(ctx context.Context, resourceGroupName string, name string) (result SkuInfoCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusComplete(ctx context.Context, resourceGroupName string, name string) (result SkuInfoCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusResponder(resp *http.Response) (result SkuInfoCollection, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListMultiRolePools(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolsComplete(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolsResponder(resp *http.Response) (result WorkerPoolCollection, err error) + func (client AppServiceEnvironmentsClient) ListMultiRolePoolsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListMultiRoleUsages(ctx context.Context, resourceGroupName string, name string) (result UsageCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesComplete(ctx context.Context, resourceGroupName string, name string) (result UsageCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesResponder(resp *http.Response) (result UsageCollection, err error) + func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListOperations(ctx context.Context, resourceGroupName string, name string) (result ListOperation, err error) + func (client AppServiceEnvironmentsClient) ListOperationsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListOperationsResponder(resp *http.Response) (result ListOperation, err error) + func (client AppServiceEnvironmentsClient) ListOperationsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListResponder(resp *http.Response) (result AppServiceEnvironmentCollection, err error) + func (client AppServiceEnvironmentsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error) + func (client AppServiceEnvironmentsClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListWebApps(ctx context.Context, resourceGroupName string, name string, ...) (result AppCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListWebAppsComplete(ctx context.Context, resourceGroupName string, name string, ...) (result AppCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListWebAppsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListWebAppsResponder(resp *http.Response) (result AppCollection, err error) + func (client AppServiceEnvironmentsClient) ListWebAppsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitions(ctx context.Context, resourceGroupName string, name string, ...) (result ResourceMetricDefinitionCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string, ...) (result ResourceMetricDefinitionCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error) + func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListWebWorkerUsages(ctx context.Context, resourceGroupName string, name string, ...) (result UsageCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesComplete(ctx context.Context, resourceGroupName string, name string, ...) (result UsageCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesResponder(resp *http.Response) (result UsageCollection, err error) + func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitions(ctx context.Context, resourceGroupName string, name string, ...) (result ResourceMetricDefinitionCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string, ...) (result ResourceMetricDefinitionCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolSkus(ctx context.Context, resourceGroupName string, name string, ...) (result SkuInfoCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusComplete(ctx context.Context, resourceGroupName string, name string, ...) (result SkuInfoCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusResponder(resp *http.Response) (result SkuInfoCollection, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) ListWorkerPools(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolsComplete(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionIterator, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolsResponder(resp *http.Response) (result WorkerPoolCollection, err error) + func (client AppServiceEnvironmentsClient) ListWorkerPoolsSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) Reboot(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppServiceEnvironmentsClient) RebootPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) RebootResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceEnvironmentsClient) RebootSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) Resume(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsResumeFuture, err error) + func (client AppServiceEnvironmentsClient) ResumeComplete(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsResumeAllFuture, err error) + func (client AppServiceEnvironmentsClient) ResumePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) ResumeResponder(resp *http.Response) (result AppCollectionPage, err error) + func (client AppServiceEnvironmentsClient) ResumeSender(req *http.Request) (future AppServiceEnvironmentsResumeFuture, err error) + func (client AppServiceEnvironmentsClient) Suspend(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsSuspendFuture, err error) + func (client AppServiceEnvironmentsClient) SuspendComplete(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsSuspendAllFuture, err error) + func (client AppServiceEnvironmentsClient) SuspendPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) SuspendResponder(resp *http.Response) (result AppCollectionPage, err error) + func (client AppServiceEnvironmentsClient) SuspendSender(req *http.Request) (future AppServiceEnvironmentsSuspendFuture, err error) + func (client AppServiceEnvironmentsClient) TestUpgradeAvailableNotification(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppServiceEnvironmentsClient) TestUpgradeAvailableNotificationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) TestUpgradeAvailableNotificationResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceEnvironmentsClient) TestUpgradeAvailableNotificationSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) Update(ctx context.Context, resourceGroupName string, name string, ...) (result AppServiceEnvironmentResource, err error) + func (client AppServiceEnvironmentsClient) UpdateAseCustomDNSSuffixConfiguration(ctx context.Context, resourceGroupName string, name string, ...) (result CustomDNSSuffixConfiguration, err error) + func (client AppServiceEnvironmentsClient) UpdateAseCustomDNSSuffixConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) UpdateAseCustomDNSSuffixConfigurationResponder(resp *http.Response) (result CustomDNSSuffixConfiguration, err error) + func (client AppServiceEnvironmentsClient) UpdateAseCustomDNSSuffixConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfiguration(ctx context.Context, resourceGroupName string, name string, ...) (result AseV3NetworkingConfiguration, err error) + func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationResponder(resp *http.Response) (result AseV3NetworkingConfiguration, err error) + func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) UpdateMultiRolePool(ctx context.Context, resourceGroupName string, name string, ...) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) UpdateMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) UpdateMultiRolePoolResponder(resp *http.Response) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) UpdateMultiRolePoolSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) UpdateResponder(resp *http.Response) (result AppServiceEnvironmentResource, err error) + func (client AppServiceEnvironmentsClient) UpdateSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) UpdateWorkerPool(ctx context.Context, resourceGroupName string, name string, ...) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) UpdateWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServiceEnvironmentsClient) UpdateWorkerPoolResponder(resp *http.Response) (result WorkerPoolResource, err error) + func (client AppServiceEnvironmentsClient) UpdateWorkerPoolSender(req *http.Request) (*http.Response, error) + func (client AppServiceEnvironmentsClient) Upgrade(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsUpgradeFuture, err error) + func (client AppServiceEnvironmentsClient) UpgradePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServiceEnvironmentsClient) UpgradeResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServiceEnvironmentsClient) UpgradeSender(req *http.Request) (future AppServiceEnvironmentsUpgradeFuture, err error) + type AppServiceEnvironmentsCreateOrUpdateFuture struct + Result func(AppServiceEnvironmentsClient) (AppServiceEnvironmentResource, error) + func (future *AppServiceEnvironmentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture struct + Result func(AppServiceEnvironmentsClient) (WorkerPoolResource, error) + func (future *AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture struct + Result func(AppServiceEnvironmentsClient) (WorkerPoolResource, error) + func (future *AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsDeleteFuture struct + Result func(AppServiceEnvironmentsClient) (autorest.Response, error) + func (future *AppServiceEnvironmentsDeleteFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture struct + Result func(AppServiceEnvironmentsClient) (SetObject, error) + func (future *AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsResumeAllFuture struct + Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error) + func (future *AppServiceEnvironmentsResumeAllFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsResumeFuture struct + Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error) + func (future *AppServiceEnvironmentsResumeFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsSuspendAllFuture struct + Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error) + func (future *AppServiceEnvironmentsSuspendAllFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsSuspendFuture struct + Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error) + func (future *AppServiceEnvironmentsSuspendFuture) UnmarshalJSON(body []byte) error + type AppServiceEnvironmentsUpgradeFuture struct + Result func(AppServiceEnvironmentsClient) (autorest.Response, error) + func (future *AppServiceEnvironmentsUpgradeFuture) UnmarshalJSON(body []byte) error + type AppServicePlan struct + ExtendedLocation *ExtendedLocation + ID *string + Kind *string + Location *string + Name *string + Sku *SkuDescription + Tags map[string]*string + Type *string + func (asp *AppServicePlan) UnmarshalJSON(body []byte) error + func (asp AppServicePlan) MarshalJSON() ([]byte, error) + type AppServicePlanCollection struct + NextLink *string + Value *[]AppServicePlan + func (aspc AppServicePlanCollection) IsEmpty() bool + func (aspc AppServicePlanCollection) MarshalJSON() ([]byte, error) + type AppServicePlanCollectionIterator struct + func NewAppServicePlanCollectionIterator(page AppServicePlanCollectionPage) AppServicePlanCollectionIterator + func (iter *AppServicePlanCollectionIterator) Next() error + func (iter *AppServicePlanCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppServicePlanCollectionIterator) NotDone() bool + func (iter AppServicePlanCollectionIterator) Response() AppServicePlanCollection + func (iter AppServicePlanCollectionIterator) Value() AppServicePlan + type AppServicePlanCollectionPage struct + func NewAppServicePlanCollectionPage(cur AppServicePlanCollection, ...) AppServicePlanCollectionPage + func (page *AppServicePlanCollectionPage) Next() error + func (page *AppServicePlanCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppServicePlanCollectionPage) NotDone() bool + func (page AppServicePlanCollectionPage) Response() AppServicePlanCollection + func (page AppServicePlanCollectionPage) Values() []AppServicePlan + type AppServicePlanPatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (asppr *AppServicePlanPatchResource) UnmarshalJSON(body []byte) error + func (asppr AppServicePlanPatchResource) MarshalJSON() ([]byte, error) + type AppServicePlanPatchResourceProperties struct + ElasticScaleEnabled *bool + FreeOfferExpirationTime *date.Time + GeoRegion *string + HostingEnvironmentProfile *HostingEnvironmentProfile + HyperV *bool + IsSpot *bool + IsXenon *bool + KubeEnvironmentProfile *KubeEnvironmentProfile + MaximumElasticWorkerCount *int32 + MaximumNumberOfWorkers *int32 + NumberOfSites *int32 + NumberOfWorkers *int32 + PerSiteScaling *bool + ProvisioningState ProvisioningState + Reserved *bool + ResourceGroup *string + SpotExpirationTime *date.Time + Status StatusOptions + Subscription *string + TargetWorkerCount *int32 + TargetWorkerSizeID *int32 + WorkerTierName *string + ZoneRedundant *bool + func (asppr AppServicePlanPatchResourceProperties) MarshalJSON() ([]byte, error) + type AppServicePlanProperties struct + ElasticScaleEnabled *bool + FreeOfferExpirationTime *date.Time + GeoRegion *string + HostingEnvironmentProfile *HostingEnvironmentProfile + HyperV *bool + IsSpot *bool + IsXenon *bool + KubeEnvironmentProfile *KubeEnvironmentProfile + MaximumElasticWorkerCount *int32 + MaximumNumberOfWorkers *int32 + NumberOfSites *int32 + NumberOfWorkers *int32 + PerSiteScaling *bool + ProvisioningState ProvisioningState + Reserved *bool + ResourceGroup *string + SpotExpirationTime *date.Time + Status StatusOptions + Subscription *string + TargetWorkerCount *int32 + TargetWorkerSizeID *int32 + WorkerTierName *string + ZoneRedundant *bool + func (asp AppServicePlanProperties) MarshalJSON() ([]byte, error) + type AppServicePlanRestrictions string + const AppServicePlanRestrictionsBasic + const AppServicePlanRestrictionsFree + const AppServicePlanRestrictionsNone + const AppServicePlanRestrictionsPremium + const AppServicePlanRestrictionsShared + const AppServicePlanRestrictionsStandard + func PossibleAppServicePlanRestrictionsValues() []AppServicePlanRestrictions + type AppServicePlansClient struct + func NewAppServicePlansClient(subscriptionID string) AppServicePlansClient + func NewAppServicePlansClientWithBaseURI(baseURI string, subscriptionID string) AppServicePlansClient + func (client AppServicePlansClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, ...) (result AppServicePlansCreateOrUpdateFuture, err error) + func (client AppServicePlansClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServicePlansClient) CreateOrUpdateResponder(resp *http.Response) (result AppServicePlan, err error) + func (client AppServicePlansClient) CreateOrUpdateSender(req *http.Request) (future AppServicePlansCreateOrUpdateFuture, err error) + func (client AppServicePlansClient) CreateOrUpdateVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetRoute, err error) + func (client AppServicePlansClient) CreateOrUpdateVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppServicePlansClient) CreateOrUpdateVnetRouteResponder(resp *http.Response) (result VnetRoute, err error) + func (client AppServicePlansClient) CreateOrUpdateVnetRouteSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) Delete(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppServicePlansClient) DeleteHybridConnection(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppServicePlansClient) DeleteHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServicePlansClient) DeleteHybridConnectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServicePlansClient) DeleteHybridConnectionSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServicePlansClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServicePlansClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) DeleteVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result autorest.Response, err error) + func (client AppServicePlansClient) DeleteVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppServicePlansClient) DeleteVnetRouteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServicePlansClient) DeleteVnetRouteSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) Get(ctx context.Context, resourceGroupName string, name string) (result AppServicePlan, err error) + func (client AppServicePlansClient) GetHybridConnection(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnection, err error) + func (client AppServicePlansClient) GetHybridConnectionPlanLimit(ctx context.Context, resourceGroupName string, name string) (result HybridConnectionLimits, err error) + func (client AppServicePlansClient) GetHybridConnectionPlanLimitPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServicePlansClient) GetHybridConnectionPlanLimitResponder(resp *http.Response) (result HybridConnectionLimits, err error) + func (client AppServicePlansClient) GetHybridConnectionPlanLimitSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) GetHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServicePlansClient) GetHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppServicePlansClient) GetHybridConnectionSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServicePlansClient) GetResponder(resp *http.Response) (result AppServicePlan, err error) + func (client AppServicePlansClient) GetRouteForVnet(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result ListVnetRoute, err error) + func (client AppServicePlansClient) GetRouteForVnetPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppServicePlansClient) GetRouteForVnetResponder(resp *http.Response) (result ListVnetRoute, err error) + func (client AppServicePlansClient) GetRouteForVnetSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) GetSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) GetServerFarmSkus(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) + func (client AppServicePlansClient) GetServerFarmSkusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServicePlansClient) GetServerFarmSkusResponder(resp *http.Response) (result SetObject, err error) + func (client AppServicePlansClient) GetServerFarmSkusSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) GetVnetFromServerFarm(ctx context.Context, resourceGroupName string, name string, vnetName string) (result VnetInfoResource, err error) + func (client AppServicePlansClient) GetVnetFromServerFarmPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) + func (client AppServicePlansClient) GetVnetFromServerFarmResponder(resp *http.Response) (result VnetInfoResource, err error) + func (client AppServicePlansClient) GetVnetFromServerFarmSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) GetVnetGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppServicePlansClient) GetVnetGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppServicePlansClient) GetVnetGatewayResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppServicePlansClient) GetVnetGatewaySender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) List(ctx context.Context, detailed *bool) (result AppServicePlanCollectionPage, err error) + func (client AppServicePlansClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppServicePlanCollectionPage, err error) + func (client AppServicePlansClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppServicePlanCollectionIterator, err error) + func (client AppServicePlansClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AppServicePlansClient) ListByResourceGroupResponder(resp *http.Response) (result AppServicePlanCollection, err error) + func (client AppServicePlansClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListCapabilities(ctx context.Context, resourceGroupName string, name string) (result ListCapability, err error) + func (client AppServicePlansClient) ListCapabilitiesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServicePlansClient) ListCapabilitiesResponder(resp *http.Response) (result ListCapability, err error) + func (client AppServicePlansClient) ListCapabilitiesSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListComplete(ctx context.Context, detailed *bool) (result AppServicePlanCollectionIterator, err error) + func (client AppServicePlansClient) ListHybridConnectionKeys(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnectionKey, err error) + func (client AppServicePlansClient) ListHybridConnectionKeysPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServicePlansClient) ListHybridConnectionKeysResponder(resp *http.Response) (result HybridConnectionKey, err error) + func (client AppServicePlansClient) ListHybridConnectionKeysSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListHybridConnections(ctx context.Context, resourceGroupName string, name string) (result HybridConnectionCollectionPage, err error) + func (client AppServicePlansClient) ListHybridConnectionsComplete(ctx context.Context, resourceGroupName string, name string) (result HybridConnectionCollectionIterator, err error) + func (client AppServicePlansClient) ListHybridConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServicePlansClient) ListHybridConnectionsResponder(resp *http.Response) (result HybridConnectionCollection, err error) + func (client AppServicePlansClient) ListHybridConnectionsSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListPreparer(ctx context.Context, detailed *bool) (*http.Request, error) + func (client AppServicePlansClient) ListResponder(resp *http.Response) (result AppServicePlanCollection, err error) + func (client AppServicePlansClient) ListRoutesForVnet(ctx context.Context, resourceGroupName string, name string, vnetName string) (result ListVnetRoute, err error) + func (client AppServicePlansClient) ListRoutesForVnetPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) + func (client AppServicePlansClient) ListRoutesForVnetResponder(resp *http.Response) (result ListVnetRoute, err error) + func (client AppServicePlansClient) ListRoutesForVnetSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error) + func (client AppServicePlansClient) ListUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error) + func (client AppServicePlansClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error) + func (client AppServicePlansClient) ListUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error) + func (client AppServicePlansClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListVnets(ctx context.Context, resourceGroupName string, name string) (result ListVnetInfoResource, err error) + func (client AppServicePlansClient) ListVnetsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppServicePlansClient) ListVnetsResponder(resp *http.Response) (result ListVnetInfoResource, err error) + func (client AppServicePlansClient) ListVnetsSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListWebApps(ctx context.Context, resourceGroupName string, name string, skipToken string, ...) (result AppCollectionPage, err error) + func (client AppServicePlansClient) ListWebAppsByHybridConnection(ctx context.Context, resourceGroupName string, name string, ...) (result ResourceCollectionPage, err error) + func (client AppServicePlansClient) ListWebAppsByHybridConnectionComplete(ctx context.Context, resourceGroupName string, name string, ...) (result ResourceCollectionIterator, err error) + func (client AppServicePlansClient) ListWebAppsByHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServicePlansClient) ListWebAppsByHybridConnectionResponder(resp *http.Response) (result ResourceCollection, err error) + func (client AppServicePlansClient) ListWebAppsByHybridConnectionSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) ListWebAppsComplete(ctx context.Context, resourceGroupName string, name string, skipToken string, ...) (result AppCollectionIterator, err error) + func (client AppServicePlansClient) ListWebAppsPreparer(ctx context.Context, resourceGroupName string, name string, skipToken string, ...) (*http.Request, error) + func (client AppServicePlansClient) ListWebAppsResponder(resp *http.Response) (result AppCollection, err error) + func (client AppServicePlansClient) ListWebAppsSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) RebootWorker(ctx context.Context, resourceGroupName string, name string, workerName string) (result autorest.Response, err error) + func (client AppServicePlansClient) RebootWorkerPreparer(ctx context.Context, resourceGroupName string, name string, workerName string) (*http.Request, error) + func (client AppServicePlansClient) RebootWorkerResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServicePlansClient) RebootWorkerSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) RestartWebApps(ctx context.Context, resourceGroupName string, name string, softRestart *bool) (result autorest.Response, err error) + func (client AppServicePlansClient) RestartWebAppsPreparer(ctx context.Context, resourceGroupName string, name string, softRestart *bool) (*http.Request, error) + func (client AppServicePlansClient) RestartWebAppsResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppServicePlansClient) RestartWebAppsSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) Update(ctx context.Context, resourceGroupName string, name string, ...) (result AppServicePlan, err error) + func (client AppServicePlansClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppServicePlansClient) UpdateResponder(resp *http.Response) (result AppServicePlan, err error) + func (client AppServicePlansClient) UpdateSender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) UpdateVnetGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppServicePlansClient) UpdateVnetGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppServicePlansClient) UpdateVnetGatewayResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppServicePlansClient) UpdateVnetGatewaySender(req *http.Request) (*http.Response, error) + func (client AppServicePlansClient) UpdateVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetRoute, err error) + func (client AppServicePlansClient) UpdateVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppServicePlansClient) UpdateVnetRouteResponder(resp *http.Response) (result VnetRoute, err error) + func (client AppServicePlansClient) UpdateVnetRouteSender(req *http.Request) (*http.Response, error) + type AppServicePlansCreateOrUpdateFuture struct + Result func(AppServicePlansClient) (AppServicePlan, error) + func (future *AppServicePlansCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type AppStack struct + ID *string + Kind *string + Location *string + Name *string + Type *string + func (as *AppStack) UnmarshalJSON(body []byte) error + func (as AppStack) MarshalJSON() ([]byte, error) + type AppStackCollection struct + NextLink *string + Value *[]AppStack + func (asc AppStackCollection) IsEmpty() bool + func (asc AppStackCollection) MarshalJSON() ([]byte, error) + type AppStackCollectionIterator struct + func NewAppStackCollectionIterator(page AppStackCollectionPage) AppStackCollectionIterator + func (iter *AppStackCollectionIterator) Next() error + func (iter *AppStackCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AppStackCollectionIterator) NotDone() bool + func (iter AppStackCollectionIterator) Response() AppStackCollection + func (iter AppStackCollectionIterator) Value() AppStack + type AppStackCollectionPage struct + func NewAppStackCollectionPage(cur AppStackCollection, ...) AppStackCollectionPage + func (page *AppStackCollectionPage) Next() error + func (page *AppStackCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AppStackCollectionPage) NotDone() bool + func (page AppStackCollectionPage) Response() AppStackCollection + func (page AppStackCollectionPage) Values() []AppStack + type AppStackProperties struct + DisplayText *string + MajorVersions *[]AppMajorVersion + PreferredOs StackPreferredOs + Value *string + func (as AppStackProperties) MarshalJSON() ([]byte, error) + type Apple struct + Enabled *bool + Login *LoginScopes + Registration *AppleRegistration + type AppleRegistration struct + ClientID *string + ClientSecretSettingName *string + type ApplicationLogsConfig struct + AzureBlobStorage *AzureBlobStorageApplicationLogsConfig + AzureTableStorage *AzureTableStorageApplicationLogsConfig + FileSystem *FileSystemApplicationLogsConfig + type ApplicationStack struct + Dependency *string + Display *string + Frameworks *[]ApplicationStack + IsDeprecated *[]ApplicationStack + MajorVersions *[]StackMajorVersion + Name *string + type ApplicationStackCollection struct + NextLink *string + Value *[]ApplicationStackResource + func (asc ApplicationStackCollection) IsEmpty() bool + func (asc ApplicationStackCollection) MarshalJSON() ([]byte, error) + type ApplicationStackCollectionIterator struct + func NewApplicationStackCollectionIterator(page ApplicationStackCollectionPage) ApplicationStackCollectionIterator + func (iter *ApplicationStackCollectionIterator) Next() error + func (iter *ApplicationStackCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ApplicationStackCollectionIterator) NotDone() bool + func (iter ApplicationStackCollectionIterator) Response() ApplicationStackCollection + func (iter ApplicationStackCollectionIterator) Value() ApplicationStackResource + type ApplicationStackCollectionPage struct + func NewApplicationStackCollectionPage(cur ApplicationStackCollection, ...) ApplicationStackCollectionPage + func (page *ApplicationStackCollectionPage) Next() error + func (page *ApplicationStackCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ApplicationStackCollectionPage) NotDone() bool + func (page ApplicationStackCollectionPage) Response() ApplicationStackCollection + func (page ApplicationStackCollectionPage) Values() []ApplicationStackResource + type ApplicationStackResource struct + ID *string + Kind *string + Name *string + Type *string + func (asr *ApplicationStackResource) UnmarshalJSON(body []byte) error + func (asr ApplicationStackResource) MarshalJSON() ([]byte, error) + type AppsApproveOrRejectPrivateEndpointConnectionFuture struct + Result func(AppsClient) (RemotePrivateEndpointConnectionARMResource, error) + func (future *AppsApproveOrRejectPrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type AppsApproveOrRejectPrivateEndpointConnectionSlotFuture struct + Result func(AppsClient) (RemotePrivateEndpointConnectionARMResource, error) + func (future *AppsApproveOrRejectPrivateEndpointConnectionSlotFuture) UnmarshalJSON(body []byte) error + type AppsClient struct + func NewAppsClient(subscriptionID string) AppsClient + func NewAppsClientWithBaseURI(baseURI string, subscriptionID string) AppsClient + func (client AppsClient) AddPremierAddOn(ctx context.Context, resourceGroupName string, name string, ...) (result PremierAddOn, err error) + func (client AppsClient) AddPremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) AddPremierAddOnResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) AddPremierAddOnSender(req *http.Request) (*http.Response, error) + func (client AppsClient) AddPremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, ...) (result PremierAddOn, err error) + func (client AppsClient) AddPremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) AddPremierAddOnSlotResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) AddPremierAddOnSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) AnalyzeCustomHostname(ctx context.Context, resourceGroupName string, name string, hostName string) (result CustomHostnameAnalysisResult, err error) + func (client AppsClient) AnalyzeCustomHostnamePreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error) + func (client AppsClient) AnalyzeCustomHostnameResponder(resp *http.Response) (result CustomHostnameAnalysisResult, err error) + func (client AppsClient) AnalyzeCustomHostnameSender(req *http.Request) (*http.Response, error) + func (client AppsClient) AnalyzeCustomHostnameSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result CustomHostnameAnalysisResult, err error) + func (client AppsClient) AnalyzeCustomHostnameSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) AnalyzeCustomHostnameSlotResponder(resp *http.Response) (result CustomHostnameAnalysisResult, err error) + func (client AppsClient) AnalyzeCustomHostnameSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ApplySlotConfigToProduction(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) ApplySlotConfigToProductionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ApplySlotConfigToProductionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) ApplySlotConfigToProductionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ApplySlotConfigurationSlot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) ApplySlotConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ApplySlotConfigurationSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) ApplySlotConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result AppsApproveOrRejectPrivateEndpointConnectionFuture, err error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSender(req *http.Request) (future AppsApproveOrRejectPrivateEndpointConnectionFuture, err error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsApproveOrRejectPrivateEndpointConnectionSlotFuture, err error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotSender(req *http.Request) (future AppsApproveOrRejectPrivateEndpointConnectionSlotFuture, err error) + func (client AppsClient) Backup(ctx context.Context, resourceGroupName string, name string, ...) (result BackupItem, err error) + func (client AppsClient) BackupPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) BackupResponder(resp *http.Response) (result BackupItem, err error) + func (client AppsClient) BackupSender(req *http.Request) (*http.Response, error) + func (client AppsClient) BackupSlot(ctx context.Context, resourceGroupName string, name string, ...) (result BackupItem, err error) + func (client AppsClient) BackupSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) BackupSlotResponder(resp *http.Response) (result BackupItem, err error) + func (client AppsClient) BackupSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateDeployment(ctx context.Context, resourceGroupName string, name string, ID string, ...) (result Deployment, err error) + func (client AppsClient) CreateDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string, ...) (*http.Request, error) + func (client AppsClient) CreateDeploymentResponder(resp *http.Response) (result Deployment, err error) + func (client AppsClient) CreateDeploymentSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, ...) (result Deployment, err error) + func (client AppsClient) CreateDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, ...) (*http.Request, error) + func (client AppsClient) CreateDeploymentSlotResponder(resp *http.Response) (result Deployment, err error) + func (client AppsClient) CreateDeploymentSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateFunction(ctx context.Context, resourceGroupName string, name string, ...) (result AppsCreateFunctionFuture, err error) + func (client AppsClient) CreateFunctionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateFunctionResponder(resp *http.Response) (result FunctionEnvelope, err error) + func (client AppsClient) CreateFunctionSender(req *http.Request) (future AppsCreateFunctionFuture, err error) + func (client AppsClient) CreateInstanceFunctionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsCreateInstanceFunctionSlotFuture, err error) + func (client AppsClient) CreateInstanceFunctionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateInstanceFunctionSlotResponder(resp *http.Response) (result FunctionEnvelope, err error) + func (client AppsClient) CreateInstanceFunctionSlotSender(req *http.Request) (future AppsCreateInstanceFunctionSlotFuture, err error) + func (client AppsClient) CreateInstanceMSDeployOperation(ctx context.Context, resourceGroupName string, name string, instanceID string, ...) (result AppsCreateInstanceMSDeployOperationFuture, err error) + func (client AppsClient) CreateInstanceMSDeployOperationPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string, ...) (*http.Request, error) + func (client AppsClient) CreateInstanceMSDeployOperationResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) CreateInstanceMSDeployOperationSender(req *http.Request) (future AppsCreateInstanceMSDeployOperationFuture, err error) + func (client AppsClient) CreateInstanceMSDeployOperationSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result AppsCreateInstanceMSDeployOperationSlotFuture, err error) + func (client AppsClient) CreateInstanceMSDeployOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) CreateInstanceMSDeployOperationSlotResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) CreateInstanceMSDeployOperationSlotSender(req *http.Request) (future AppsCreateInstanceMSDeployOperationSlotFuture, err error) + func (client AppsClient) CreateMSDeployOperation(ctx context.Context, resourceGroupName string, name string, mSDeploy MSDeploy) (result AppsCreateMSDeployOperationFuture, err error) + func (client AppsClient) CreateMSDeployOperationPreparer(ctx context.Context, resourceGroupName string, name string, mSDeploy MSDeploy) (*http.Request, error) + func (client AppsClient) CreateMSDeployOperationResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) CreateMSDeployOperationSender(req *http.Request) (future AppsCreateMSDeployOperationFuture, err error) + func (client AppsClient) CreateMSDeployOperationSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result AppsCreateMSDeployOperationSlotFuture, err error) + func (client AppsClient) CreateMSDeployOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) CreateMSDeployOperationSlotResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) CreateMSDeployOperationSlotSender(req *http.Request) (future AppsCreateMSDeployOperationSlotFuture, err error) + func (client AppsClient) CreateOneDeployOperation(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) + func (client AppsClient) CreateOneDeployOperationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) CreateOneDeployOperationResponder(resp *http.Response) (result SetObject, err error) + func (client AppsClient) CreateOneDeployOperationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site) (result AppsCreateOrUpdateFuture, err error) + func (client AppsClient) CreateOrUpdateConfiguration(ctx context.Context, resourceGroupName string, name string, ...) (result SiteConfigResource, err error) + func (client AppsClient) CreateOrUpdateConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateConfigurationResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) CreateOrUpdateConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateConfigurationSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SiteConfigResource, err error) + func (client AppsClient) CreateOrUpdateConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateConfigurationSlotResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) CreateOrUpdateConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, ...) (result Identifier, err error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierResponder(resp *http.Response) (result Identifier, err error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, ...) (result Identifier, err error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result Identifier, err error) + func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateFunctionSecret(ctx context.Context, resourceGroupName string, name string, ...) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateFunctionSecretPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateFunctionSecretResponder(resp *http.Response) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateFunctionSecretSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateFunctionSecretSlot(ctx context.Context, resourceGroupName string, name string, ...) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateFunctionSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateFunctionSecretSlotResponder(resp *http.Response) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateFunctionSecretSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string, ...) (result HostNameBinding, err error) + func (client AppsClient) CreateOrUpdateHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateHostNameBindingResponder(resp *http.Response) (result HostNameBinding, err error) + func (client AppsClient) CreateOrUpdateHostNameBindingSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, hostName string, ...) (result HostNameBinding, err error) + func (client AppsClient) CreateOrUpdateHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, hostName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateHostNameBindingSlotResponder(resp *http.Response) (result HostNameBinding, err error) + func (client AppsClient) CreateOrUpdateHostNameBindingSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateHostSecret(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateHostSecretPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateHostSecretResponder(resp *http.Response) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateHostSecretSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateHostSecretSlot(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateHostSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateHostSecretSlotResponder(resp *http.Response) (result KeyInfo, err error) + func (client AppsClient) CreateOrUpdateHostSecretSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateHybridConnection(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnection, err error) + func (client AppsClient) CreateOrUpdateHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) CreateOrUpdateHybridConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnection, err error) + func (client AppsClient) CreateOrUpdateHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateHybridConnectionSlotResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) CreateOrUpdateHybridConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site) (*http.Request, error) + func (client AppsClient) CreateOrUpdatePublicCertificate(ctx context.Context, resourceGroupName string, name string, ...) (result PublicCertificate, err error) + func (client AppsClient) CreateOrUpdatePublicCertificatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdatePublicCertificateResponder(resp *http.Response) (result PublicCertificate, err error) + func (client AppsClient) CreateOrUpdatePublicCertificateSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdatePublicCertificateSlot(ctx context.Context, resourceGroupName string, name string, ...) (result PublicCertificate, err error) + func (client AppsClient) CreateOrUpdatePublicCertificateSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdatePublicCertificateSlotResponder(resp *http.Response) (result PublicCertificate, err error) + func (client AppsClient) CreateOrUpdatePublicCertificateSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) CreateOrUpdateRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) CreateOrUpdateRelayServiceConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateResponder(resp *http.Response) (result Site, err error) + func (client AppsClient) CreateOrUpdateSender(req *http.Request) (future AppsCreateOrUpdateFuture, err error) + func (client AppsClient) CreateOrUpdateSlot(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, ...) (result AppsCreateOrUpdateSlotFuture, err error) + func (client AppsClient) CreateOrUpdateSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateSlotResponder(resp *http.Response) (result Site, err error) + func (client AppsClient) CreateOrUpdateSlotSender(req *http.Request) (future AppsCreateOrUpdateSlotFuture, err error) + func (client AppsClient) CreateOrUpdateSourceControl(ctx context.Context, resourceGroupName string, name string, ...) (result AppsCreateOrUpdateSourceControlFuture, err error) + func (client AppsClient) CreateOrUpdateSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error) + func (client AppsClient) CreateOrUpdateSourceControlSender(req *http.Request) (future AppsCreateOrUpdateSourceControlFuture, err error) + func (client AppsClient) CreateOrUpdateSourceControlSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsCreateOrUpdateSourceControlSlotFuture, err error) + func (client AppsClient) CreateOrUpdateSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error) + func (client AppsClient) CreateOrUpdateSourceControlSlotSender(req *http.Request) (future AppsCreateOrUpdateSourceControlSlotFuture, err error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck(ctx context.Context, resourceGroupName string, name string, ...) (result SwiftVirtualNetwork, err error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponder(resp *http.Response) (result SwiftVirtualNetwork, err error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SwiftVirtualNetwork, err error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder(resp *http.Response) (result SwiftVirtualNetwork, err error) + func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetInfoResource, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateVnetConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateVnetConnectionResponder(resp *http.Response) (result VnetInfoResource, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) CreateOrUpdateVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetInfoResource, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) CreateOrUpdateVnetConnectionSlotResponder(resp *http.Response) (result VnetInfoResource, err error) + func (client AppsClient) CreateOrUpdateVnetConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Delete(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteBackup(ctx context.Context, resourceGroupName string, name string, backupID string) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupConfiguration(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) DeleteBackupConfigurationResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) DeleteBackupConfigurationSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteBackupPreparer(ctx context.Context, resourceGroupName string, name string, backupID string) (*http.Request, error) + func (client AppsClient) DeleteBackupResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteBackupSlot(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (*http.Request, error) + func (client AppsClient) DeleteBackupSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteBackupSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error) + func (client AppsClient) DeleteContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) DeleteContinuousWebJobResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteContinuousWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) DeleteContinuousWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteContinuousWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteDeployment(ctx context.Context, resourceGroupName string, name string, ID string) (result autorest.Response, err error) + func (client AppsClient) DeleteDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error) + func (client AppsClient) DeleteDeploymentResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteDeploymentSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, ...) (*http.Request, error) + func (client AppsClient) DeleteDeploymentSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteDeploymentSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteDomainOwnershipIdentifierResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteFunction(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteFunctionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteFunctionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteFunctionSecret(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteFunctionSecretPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteFunctionSecretResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteFunctionSecretSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteFunctionSecretSlot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteFunctionSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteFunctionSecretSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteFunctionSecretSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteFunctionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string) (result autorest.Response, err error) + func (client AppsClient) DeleteHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error) + func (client AppsClient) DeleteHostNameBindingResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteHostNameBindingSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) DeleteHostNameBindingSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteHostNameBindingSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteHostSecret(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteHostSecretPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (*http.Request, error) + func (client AppsClient) DeleteHostSecretResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteHostSecretSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteHostSecretSlot(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteHostSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, ...) (*http.Request, error) + func (client AppsClient) DeleteHostSecretSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteHostSecretSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteHybridConnection(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteHybridConnectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteHybridConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteHybridConnectionSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteHybridConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteInstanceFunctionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteInstanceFunctionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteInstanceFunctionSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteInstanceFunctionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteInstanceProcess(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteInstanceProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) DeleteInstanceProcessResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteInstanceProcessSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteInstanceProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteInstanceProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) DeleteInstanceProcessSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteInstanceProcessSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeletePremierAddOn(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeletePremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeletePremierAddOnResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeletePremierAddOnSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeletePremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeletePremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeletePremierAddOnSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeletePremierAddOnSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeletePrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result AppsDeletePrivateEndpointConnectionFuture, err error) + func (client AppsClient) DeletePrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeletePrivateEndpointConnectionResponder(resp *http.Response) (result SetObject, err error) + func (client AppsClient) DeletePrivateEndpointConnectionSender(req *http.Request) (future AppsDeletePrivateEndpointConnectionFuture, err error) + func (client AppsClient) DeletePrivateEndpointConnectionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsDeletePrivateEndpointConnectionSlotFuture, err error) + func (client AppsClient) DeletePrivateEndpointConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeletePrivateEndpointConnectionSlotResponder(resp *http.Response) (result SetObject, err error) + func (client AppsClient) DeletePrivateEndpointConnectionSlotSender(req *http.Request) (future AppsDeletePrivateEndpointConnectionSlotFuture, err error) + func (client AppsClient) DeleteProcess(ctx context.Context, resourceGroupName string, name string, processID string) (result autorest.Response, err error) + func (client AppsClient) DeleteProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error) + func (client AppsClient) DeleteProcessResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteProcessSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) DeleteProcessSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteProcessSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeletePublicCertificate(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeletePublicCertificatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeletePublicCertificateResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeletePublicCertificateSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeletePublicCertificateSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result autorest.Response, err error) + func (client AppsClient) DeletePublicCertificateSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) DeletePublicCertificateSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeletePublicCertificateSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string) (result autorest.Response, err error) + func (client AppsClient) DeleteRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string) (*http.Request, error) + func (client AppsClient) DeleteRelayServiceConnectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteRelayServiceConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (*http.Request, error) + func (client AppsClient) DeleteRelayServiceConnectionSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteSiteExtension(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteSiteExtensionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteSiteExtensionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSiteExtensionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteSiteExtensionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteSiteExtensionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteSiteExtensionSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSiteExtensionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) DeleteSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteSourceControl(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeleteSourceControlResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSourceControlSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteSourceControlSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) DeleteSourceControlSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSourceControlSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteSwiftVirtualNetwork(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) DeleteSwiftVirtualNetworkPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) DeleteSwiftVirtualNetworkResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSwiftVirtualNetworkSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteSwiftVirtualNetworkSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) DeleteSwiftVirtualNetworkSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) DeleteSwiftVirtualNetworkSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteSwiftVirtualNetworkSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteTriggeredWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error) + func (client AppsClient) DeleteTriggeredWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) DeleteTriggeredWebJobResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteTriggeredWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteTriggeredWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteTriggeredWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) DeleteTriggeredWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteTriggeredWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string) (result autorest.Response, err error) + func (client AppsClient) DeleteVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) + func (client AppsClient) DeleteVnetConnectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteVnetConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeleteVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result autorest.Response, err error) + func (client AppsClient) DeleteVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) DeleteVnetConnectionSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeleteVnetConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeployWorkflowArtifacts(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client AppsClient) DeployWorkflowArtifactsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DeployWorkflowArtifactsResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeployWorkflowArtifactsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DeployWorkflowArtifactsSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result autorest.Response, err error) + func (client AppsClient) DeployWorkflowArtifactsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) DeployWorkflowArtifactsSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) DeployWorkflowArtifactsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DiscoverBackup(ctx context.Context, resourceGroupName string, name string, ...) (result RestoreRequest, err error) + func (client AppsClient) DiscoverBackupPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DiscoverBackupResponder(resp *http.Response) (result RestoreRequest, err error) + func (client AppsClient) DiscoverBackupSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DiscoverBackupSlot(ctx context.Context, resourceGroupName string, name string, ...) (result RestoreRequest, err error) + func (client AppsClient) DiscoverBackupSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) DiscoverBackupSlotResponder(resp *http.Response) (result RestoreRequest, err error) + func (client AppsClient) DiscoverBackupSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GenerateNewSitePublishingPassword(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) GenerateNewSitePublishingPasswordPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GenerateNewSitePublishingPasswordResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) GenerateNewSitePublishingPasswordSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GenerateNewSitePublishingPasswordSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) GenerateNewSitePublishingPasswordSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GenerateNewSitePublishingPasswordSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) GenerateNewSitePublishingPasswordSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Get(ctx context.Context, resourceGroupName string, name string) (result Site, err error) + func (client AppsClient) GetAppSettingKeyVaultReference(ctx context.Context, resourceGroupName string, name string, ...) (result APIKVReference, err error) + func (client AppsClient) GetAppSettingKeyVaultReferencePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetAppSettingKeyVaultReferenceResponder(resp *http.Response) (result APIKVReference, err error) + func (client AppsClient) GetAppSettingKeyVaultReferenceSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAppSettingKeyVaultReferenceSlot(ctx context.Context, resourceGroupName string, name string, ...) (result APIKVReference, err error) + func (client AppsClient) GetAppSettingKeyVaultReferenceSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetAppSettingKeyVaultReferenceSlotResponder(resp *http.Response) (result APIKVReference, err error) + func (client AppsClient) GetAppSettingKeyVaultReferenceSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAppSettingsKeyVaultReferences(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionPage, err error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesComplete(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionIterator, err error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesResponder(resp *http.Response) (result APIKVReferenceCollection, err error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionPage, err error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionIterator, err error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotResponder(resp *http.Response) (result APIKVReferenceCollection, err error) + func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAuthSettings(ctx context.Context, resourceGroupName string, name string) (result SiteAuthSettings, err error) + func (client AppsClient) GetAuthSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetAuthSettingsResponder(resp *http.Response) (result SiteAuthSettings, err error) + func (client AppsClient) GetAuthSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAuthSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteAuthSettings, err error) + func (client AppsClient) GetAuthSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetAuthSettingsSlotResponder(resp *http.Response) (result SiteAuthSettings, err error) + func (client AppsClient) GetAuthSettingsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAuthSettingsV2(ctx context.Context, resourceGroupName string, name string) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2Preparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetAuthSettingsV2Responder(resp *http.Response) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2Sender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAuthSettingsV2Slot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2SlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetAuthSettingsV2SlotResponder(resp *http.Response) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2SlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAuthSettingsV2WithoutSecrets(ctx context.Context, resourceGroupName string, name string) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2WithoutSecretsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetAuthSettingsV2WithoutSecretsResponder(resp *http.Response) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2WithoutSecretsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetAuthSettingsV2WithoutSecretsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2WithoutSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetAuthSettingsV2WithoutSecretsSlotResponder(resp *http.Response) (result SiteAuthSettingsV2, err error) + func (client AppsClient) GetAuthSettingsV2WithoutSecretsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetBackupConfiguration(ctx context.Context, resourceGroupName string, name string) (result BackupRequest, err error) + func (client AppsClient) GetBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetBackupConfigurationResponder(resp *http.Response) (result BackupRequest, err error) + func (client AppsClient) GetBackupConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupRequest, err error) + func (client AppsClient) GetBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetBackupConfigurationSlotResponder(resp *http.Response) (result BackupRequest, err error) + func (client AppsClient) GetBackupConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetBackupStatus(ctx context.Context, resourceGroupName string, name string, backupID string) (result BackupItem, err error) + func (client AppsClient) GetBackupStatusPreparer(ctx context.Context, resourceGroupName string, name string, backupID string) (*http.Request, error) + func (client AppsClient) GetBackupStatusResponder(resp *http.Response) (result BackupItem, err error) + func (client AppsClient) GetBackupStatusSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetBackupStatusSlot(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (result BackupItem, err error) + func (client AppsClient) GetBackupStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (*http.Request, error) + func (client AppsClient) GetBackupStatusSlotResponder(resp *http.Response) (result BackupItem, err error) + func (client AppsClient) GetBackupStatusSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetConfiguration(ctx context.Context, resourceGroupName string, name string) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetConfigurationResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetConfigurationSlotResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetConfigurationSnapshot(ctx context.Context, resourceGroupName string, name string, snapshotID string) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationSnapshotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string) (*http.Request, error) + func (client AppsClient) GetConfigurationSnapshotResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationSnapshotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetConfigurationSnapshotSlot(ctx context.Context, resourceGroupName string, name string, snapshotID string, ...) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationSnapshotSlotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string, ...) (*http.Request, error) + func (client AppsClient) GetConfigurationSnapshotSlotResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) GetConfigurationSnapshotSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetContainerLogsZip(ctx context.Context, resourceGroupName string, name string) (result ReadCloser, err error) + func (client AppsClient) GetContainerLogsZipPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetContainerLogsZipResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetContainerLogsZipSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetContainerLogsZipSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ReadCloser, err error) + func (client AppsClient) GetContainerLogsZipSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetContainerLogsZipSlotResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetContainerLogsZipSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result ContinuousWebJob, err error) + func (client AppsClient) GetContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) GetContinuousWebJobResponder(resp *http.Response) (result ContinuousWebJob, err error) + func (client AppsClient) GetContinuousWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result ContinuousWebJob, err error) + func (client AppsClient) GetContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) GetContinuousWebJobSlotResponder(resp *http.Response) (result ContinuousWebJob, err error) + func (client AppsClient) GetContinuousWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetDeployment(ctx context.Context, resourceGroupName string, name string, ID string) (result Deployment, err error) + func (client AppsClient) GetDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error) + func (client AppsClient) GetDeploymentResponder(resp *http.Response) (result Deployment, err error) + func (client AppsClient) GetDeploymentSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, ...) (result Deployment, err error) + func (client AppsClient) GetDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, ...) (*http.Request, error) + func (client AppsClient) GetDeploymentSlotResponder(resp *http.Response) (result Deployment, err error) + func (client AppsClient) GetDeploymentSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetDiagnosticLogsConfiguration(ctx context.Context, resourceGroupName string, name string) (result SiteLogsConfig, err error) + func (client AppsClient) GetDiagnosticLogsConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetDiagnosticLogsConfigurationResponder(resp *http.Response) (result SiteLogsConfig, err error) + func (client AppsClient) GetDiagnosticLogsConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetDiagnosticLogsConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteLogsConfig, err error) + func (client AppsClient) GetDiagnosticLogsConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetDiagnosticLogsConfigurationSlotResponder(resp *http.Response) (result SiteLogsConfig, err error) + func (client AppsClient) GetDiagnosticLogsConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, ...) (result Identifier, err error) + func (client AppsClient) GetDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetDomainOwnershipIdentifierResponder(resp *http.Response) (result Identifier, err error) + func (client AppsClient) GetDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, ...) (result Identifier, err error) + func (client AppsClient) GetDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result Identifier, err error) + func (client AppsClient) GetDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetFtpAllowed(ctx context.Context, resourceGroupName string, name string) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetFtpAllowedPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetFtpAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetFtpAllowedSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetFtpAllowedSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetFtpAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetFtpAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetFtpAllowedSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetFunction(ctx context.Context, resourceGroupName string, name string, ...) (result FunctionEnvelope, err error) + func (client AppsClient) GetFunctionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetFunctionResponder(resp *http.Response) (result FunctionEnvelope, err error) + func (client AppsClient) GetFunctionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetFunctionsAdminToken(ctx context.Context, resourceGroupName string, name string) (result String, err error) + func (client AppsClient) GetFunctionsAdminTokenPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetFunctionsAdminTokenResponder(resp *http.Response) (result String, err error) + func (client AppsClient) GetFunctionsAdminTokenSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetFunctionsAdminTokenSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result String, err error) + func (client AppsClient) GetFunctionsAdminTokenSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetFunctionsAdminTokenSlotResponder(resp *http.Response) (result String, err error) + func (client AppsClient) GetFunctionsAdminTokenSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string) (result HostNameBinding, err error) + func (client AppsClient) GetHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error) + func (client AppsClient) GetHostNameBindingResponder(resp *http.Response) (result HostNameBinding, err error) + func (client AppsClient) GetHostNameBindingSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result HostNameBinding, err error) + func (client AppsClient) GetHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) GetHostNameBindingSlotResponder(resp *http.Response) (result HostNameBinding, err error) + func (client AppsClient) GetHostNameBindingSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetHybridConnection(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnection, err error) + func (client AppsClient) GetHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) GetHybridConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnection, err error) + func (client AppsClient) GetHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetHybridConnectionSlotResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) GetHybridConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceFunctionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result FunctionEnvelope, err error) + func (client AppsClient) GetInstanceFunctionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceFunctionSlotResponder(resp *http.Response) (result FunctionEnvelope, err error) + func (client AppsClient) GetInstanceFunctionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceInfo(ctx context.Context, resourceGroupName string, name string, instanceID string) (result SiteInstanceStatus, err error) + func (client AppsClient) GetInstanceInfoPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error) + func (client AppsClient) GetInstanceInfoResponder(resp *http.Response) (result SiteInstanceStatus, err error) + func (client AppsClient) GetInstanceInfoSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceInfoSlot(ctx context.Context, resourceGroupName string, name string, instanceID string, ...) (result SiteInstanceStatus, err error) + func (client AppsClient) GetInstanceInfoSlotPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceInfoSlotResponder(resp *http.Response) (result SiteInstanceStatus, err error) + func (client AppsClient) GetInstanceInfoSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceMSDeployLog(ctx context.Context, resourceGroupName string, name string, instanceID string) (result MSDeployLog, err error) + func (client AppsClient) GetInstanceMSDeployLogPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error) + func (client AppsClient) GetInstanceMSDeployLogResponder(resp *http.Response) (result MSDeployLog, err error) + func (client AppsClient) GetInstanceMSDeployLogSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceMSDeployLogSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result MSDeployLog, err error) + func (client AppsClient) GetInstanceMSDeployLogSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceMSDeployLogSlotResponder(resp *http.Response) (result MSDeployLog, err error) + func (client AppsClient) GetInstanceMSDeployLogSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceMsDeployStatus(ctx context.Context, resourceGroupName string, name string, instanceID string) (result MSDeployStatus, err error) + func (client AppsClient) GetInstanceMsDeployStatusPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error) + func (client AppsClient) GetInstanceMsDeployStatusResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) GetInstanceMsDeployStatusSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceMsDeployStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result MSDeployStatus, err error) + func (client AppsClient) GetInstanceMsDeployStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceMsDeployStatusSlotResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) GetInstanceMsDeployStatusSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceProcess(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessInfo, err error) + func (client AppsClient) GetInstanceProcessDump(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ReadCloser, err error) + func (client AppsClient) GetInstanceProcessDumpPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceProcessDumpResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetInstanceProcessDumpSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceProcessDumpSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ReadCloser, err error) + func (client AppsClient) GetInstanceProcessDumpSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceProcessDumpSlotResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetInstanceProcessDumpSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceProcessModule(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfo, err error) + func (client AppsClient) GetInstanceProcessModulePreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceProcessModuleResponder(resp *http.Response) (result ProcessModuleInfo, err error) + func (client AppsClient) GetInstanceProcessModuleSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceProcessModuleSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfo, err error) + func (client AppsClient) GetInstanceProcessModuleSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceProcessModuleSlotResponder(resp *http.Response) (result ProcessModuleInfo, err error) + func (client AppsClient) GetInstanceProcessModuleSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceProcessResponder(resp *http.Response) (result ProcessInfo, err error) + func (client AppsClient) GetInstanceProcessSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessInfo, err error) + func (client AppsClient) GetInstanceProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceProcessSlotResponder(resp *http.Response) (result ProcessInfo, err error) + func (client AppsClient) GetInstanceProcessSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetInstanceWorkflowSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result WorkflowEnvelope, err error) + func (client AppsClient) GetInstanceWorkflowSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) GetInstanceWorkflowSlotResponder(resp *http.Response) (result WorkflowEnvelope, err error) + func (client AppsClient) GetInstanceWorkflowSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetMSDeployLog(ctx context.Context, resourceGroupName string, name string) (result MSDeployLog, err error) + func (client AppsClient) GetMSDeployLogPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetMSDeployLogResponder(resp *http.Response) (result MSDeployLog, err error) + func (client AppsClient) GetMSDeployLogSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetMSDeployLogSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result MSDeployLog, err error) + func (client AppsClient) GetMSDeployLogSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetMSDeployLogSlotResponder(resp *http.Response) (result MSDeployLog, err error) + func (client AppsClient) GetMSDeployLogSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetMSDeployStatus(ctx context.Context, resourceGroupName string, name string) (result MSDeployStatus, err error) + func (client AppsClient) GetMSDeployStatusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetMSDeployStatusResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) GetMSDeployStatusSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetMSDeployStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result MSDeployStatus, err error) + func (client AppsClient) GetMSDeployStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetMSDeployStatusSlotResponder(resp *http.Response) (result MSDeployStatus, err error) + func (client AppsClient) GetMSDeployStatusSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetMigrateMySQLStatus(ctx context.Context, resourceGroupName string, name string) (result MigrateMySQLStatus, err error) + func (client AppsClient) GetMigrateMySQLStatusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetMigrateMySQLStatusResponder(resp *http.Response) (result MigrateMySQLStatus, err error) + func (client AppsClient) GetMigrateMySQLStatusSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetMigrateMySQLStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result MigrateMySQLStatus, err error) + func (client AppsClient) GetMigrateMySQLStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetMigrateMySQLStatusSlotResponder(resp *http.Response) (result MigrateMySQLStatus, err error) + func (client AppsClient) GetMigrateMySQLStatusSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTraceOperation(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) + func (client AppsClient) GetNetworkTraceOperationResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTraceOperationSlot(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (*http.Request, error) + func (client AppsClient) GetNetworkTraceOperationSlotResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTraceOperationSlotV2(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationSlotV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (*http.Request, error) + func (client AppsClient) GetNetworkTraceOperationSlotV2Responder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationSlotV2Sender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTraceOperationV2(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) + func (client AppsClient) GetNetworkTraceOperationV2Responder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTraceOperationV2Sender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTraces(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) + func (client AppsClient) GetNetworkTracesResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTracesSlot(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesSlotPreparer(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (*http.Request, error) + func (client AppsClient) GetNetworkTracesSlotResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTracesSlotV2(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesSlotV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string, ...) (*http.Request, error) + func (client AppsClient) GetNetworkTracesSlotV2Responder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesSlotV2Sender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetNetworkTracesV2(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) + func (client AppsClient) GetNetworkTracesV2Responder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) GetNetworkTracesV2Sender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetOneDeployStatus(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) + func (client AppsClient) GetOneDeployStatusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetOneDeployStatusResponder(resp *http.Response) (result SetObject, err error) + func (client AppsClient) GetOneDeployStatusSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPremierAddOn(ctx context.Context, resourceGroupName string, name string, ...) (result PremierAddOn, err error) + func (client AppsClient) GetPremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetPremierAddOnResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) GetPremierAddOnSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, ...) (result PremierAddOn, err error) + func (client AppsClient) GetPremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetPremierAddOnSlotResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) GetPremierAddOnSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetPrivateAccess(ctx context.Context, resourceGroupName string, name string) (result PrivateAccess, err error) + func (client AppsClient) GetPrivateAccessPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetPrivateAccessResponder(resp *http.Response) (result PrivateAccess, err error) + func (client AppsClient) GetPrivateAccessSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPrivateAccessSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateAccess, err error) + func (client AppsClient) GetPrivateAccessSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetPrivateAccessSlotResponder(resp *http.Response) (result PrivateAccess, err error) + func (client AppsClient) GetPrivateAccessSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppsClient) GetPrivateEndpointConnectionList(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionPage, err error) + func (client AppsClient) GetPrivateEndpointConnectionListComplete(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionIterator, err error) + func (client AppsClient) GetPrivateEndpointConnectionListPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetPrivateEndpointConnectionListResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error) + func (client AppsClient) GetPrivateEndpointConnectionListSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPrivateEndpointConnectionListSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateEndpointConnectionCollectionPage, err error) + func (client AppsClient) GetPrivateEndpointConnectionListSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateEndpointConnectionCollectionIterator, err error) + func (client AppsClient) GetPrivateEndpointConnectionListSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetPrivateEndpointConnectionListSlotResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error) + func (client AppsClient) GetPrivateEndpointConnectionListSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppsClient) GetPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPrivateEndpointConnectionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppsClient) GetPrivateEndpointConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetPrivateEndpointConnectionSlotResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client AppsClient) GetPrivateEndpointConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, name string) (result PrivateLinkResourcesWrapper, err error) + func (client AppsClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error) + func (client AppsClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPrivateLinkResourcesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateLinkResourcesWrapper, err error) + func (client AppsClient) GetPrivateLinkResourcesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetPrivateLinkResourcesSlotResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error) + func (client AppsClient) GetPrivateLinkResourcesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetProcess(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessInfo, err error) + func (client AppsClient) GetProcessDump(ctx context.Context, resourceGroupName string, name string, processID string) (result ReadCloser, err error) + func (client AppsClient) GetProcessDumpPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error) + func (client AppsClient) GetProcessDumpResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetProcessDumpSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetProcessDumpSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ReadCloser, err error) + func (client AppsClient) GetProcessDumpSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetProcessDumpSlotResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetProcessDumpSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetProcessModule(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfo, err error) + func (client AppsClient) GetProcessModulePreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetProcessModuleResponder(resp *http.Response) (result ProcessModuleInfo, err error) + func (client AppsClient) GetProcessModuleSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetProcessModuleSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfo, err error) + func (client AppsClient) GetProcessModuleSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetProcessModuleSlotResponder(resp *http.Response) (result ProcessModuleInfo, err error) + func (client AppsClient) GetProcessModuleSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error) + func (client AppsClient) GetProcessResponder(resp *http.Response) (result ProcessInfo, err error) + func (client AppsClient) GetProcessSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessInfo, err error) + func (client AppsClient) GetProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) GetProcessSlotResponder(resp *http.Response) (result ProcessInfo, err error) + func (client AppsClient) GetProcessSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetProductionSiteDeploymentStatus(ctx context.Context, resourceGroupName string, name string, ...) (result AppsGetProductionSiteDeploymentStatusFuture, err error) + func (client AppsClient) GetProductionSiteDeploymentStatusPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetProductionSiteDeploymentStatusResponder(resp *http.Response) (result CsmDeploymentStatus, err error) + func (client AppsClient) GetProductionSiteDeploymentStatusSender(req *http.Request) (future AppsGetProductionSiteDeploymentStatusFuture, err error) + func (client AppsClient) GetPublicCertificate(ctx context.Context, resourceGroupName string, name string, ...) (result PublicCertificate, err error) + func (client AppsClient) GetPublicCertificatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetPublicCertificateResponder(resp *http.Response) (result PublicCertificate, err error) + func (client AppsClient) GetPublicCertificateSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetPublicCertificateSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result PublicCertificate, err error) + func (client AppsClient) GetPublicCertificateSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) GetPublicCertificateSlotResponder(resp *http.Response) (result PublicCertificate, err error) + func (client AppsClient) GetPublicCertificateSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) GetRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string) (*http.Request, error) + func (client AppsClient) GetRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) GetRelayServiceConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) GetRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (*http.Request, error) + func (client AppsClient) GetRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) GetRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetResponder(resp *http.Response) (result Site, err error) + func (client AppsClient) GetScmAllowed(ctx context.Context, resourceGroupName string, name string) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetScmAllowedPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetScmAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetScmAllowedSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetScmAllowedSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetScmAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetScmAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) GetScmAllowedSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReference(ctx context.Context, resourceGroupName string, name string, ...) (result APIKVReference, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceResponder(resp *http.Response) (result APIKVReference, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlot(ctx context.Context, resourceGroupName string, name string, ...) (result APIKVReference, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotResponder(resp *http.Response) (result APIKVReference, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferences(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionPage, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesComplete(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionIterator, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesResponder(resp *http.Response) (result APIKVReferenceCollection, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionPage, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionIterator, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotResponder(resp *http.Response) (result APIKVReferenceCollection, err error) + func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSiteExtension(ctx context.Context, resourceGroupName string, name string, ...) (result SiteExtensionInfo, err error) + func (client AppsClient) GetSiteExtensionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetSiteExtensionResponder(resp *http.Response) (result SiteExtensionInfo, err error) + func (client AppsClient) GetSiteExtensionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSiteExtensionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SiteExtensionInfo, err error) + func (client AppsClient) GetSiteExtensionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetSiteExtensionSlotResponder(resp *http.Response) (result SiteExtensionInfo, err error) + func (client AppsClient) GetSiteExtensionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSitePhpErrorLogFlag(ctx context.Context, resourceGroupName string, name string) (result SitePhpErrorLogFlag, err error) + func (client AppsClient) GetSitePhpErrorLogFlagPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetSitePhpErrorLogFlagResponder(resp *http.Response) (result SitePhpErrorLogFlag, err error) + func (client AppsClient) GetSitePhpErrorLogFlagSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSitePhpErrorLogFlagSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SitePhpErrorLogFlag, err error) + func (client AppsClient) GetSitePhpErrorLogFlagSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetSitePhpErrorLogFlagSlotResponder(resp *http.Response) (result SitePhpErrorLogFlag, err error) + func (client AppsClient) GetSitePhpErrorLogFlagSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result Site, err error) + func (client AppsClient) GetSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetSlotResponder(resp *http.Response) (result Site, err error) + func (client AppsClient) GetSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSlotSiteDeploymentStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result AppsGetSlotSiteDeploymentStatusSlotFuture, err error) + func (client AppsClient) GetSlotSiteDeploymentStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) GetSlotSiteDeploymentStatusSlotResponder(resp *http.Response) (result CsmDeploymentStatus, err error) + func (client AppsClient) GetSlotSiteDeploymentStatusSlotSender(req *http.Request) (future AppsGetSlotSiteDeploymentStatusSlotFuture, err error) + func (client AppsClient) GetSourceControl(ctx context.Context, resourceGroupName string, name string) (result SiteSourceControl, err error) + func (client AppsClient) GetSourceControlPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error) + func (client AppsClient) GetSourceControlSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSourceControlSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteSourceControl, err error) + func (client AppsClient) GetSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error) + func (client AppsClient) GetSourceControlSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSwiftVirtualNetworkConnection(ctx context.Context, resourceGroupName string, name string) (result SwiftVirtualNetwork, err error) + func (client AppsClient) GetSwiftVirtualNetworkConnectionPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetSwiftVirtualNetworkConnectionResponder(resp *http.Response) (result SwiftVirtualNetwork, err error) + func (client AppsClient) GetSwiftVirtualNetworkConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSwiftVirtualNetworkConnectionSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SwiftVirtualNetwork, err error) + func (client AppsClient) GetSwiftVirtualNetworkConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetSwiftVirtualNetworkConnectionSlotResponder(resp *http.Response) (result SwiftVirtualNetwork, err error) + func (client AppsClient) GetSwiftVirtualNetworkConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetTriggeredWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result TriggeredWebJob, err error) + func (client AppsClient) GetTriggeredWebJobHistory(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result TriggeredJobHistory, err error) + func (client AppsClient) GetTriggeredWebJobHistoryPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) GetTriggeredWebJobHistoryResponder(resp *http.Response) (result TriggeredJobHistory, err error) + func (client AppsClient) GetTriggeredWebJobHistorySender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetTriggeredWebJobHistorySlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result TriggeredJobHistory, err error) + func (client AppsClient) GetTriggeredWebJobHistorySlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) GetTriggeredWebJobHistorySlotResponder(resp *http.Response) (result TriggeredJobHistory, err error) + func (client AppsClient) GetTriggeredWebJobHistorySlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetTriggeredWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) GetTriggeredWebJobResponder(resp *http.Response) (result TriggeredWebJob, err error) + func (client AppsClient) GetTriggeredWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetTriggeredWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result TriggeredWebJob, err error) + func (client AppsClient) GetTriggeredWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) GetTriggeredWebJobSlotResponder(resp *http.Response) (result TriggeredWebJob, err error) + func (client AppsClient) GetTriggeredWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string) (result VnetInfoResource, err error) + func (client AppsClient) GetVnetConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppsClient) GetVnetConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) GetVnetConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppsClient) GetVnetConnectionGatewaySender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetVnetConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppsClient) GetVnetConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) GetVnetConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppsClient) GetVnetConnectionGatewaySlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) + func (client AppsClient) GetVnetConnectionResponder(resp *http.Response) (result VnetInfoResource, err error) + func (client AppsClient) GetVnetConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetInfoResource, err error) + func (client AppsClient) GetVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) GetVnetConnectionSlotResponder(resp *http.Response) (result VnetInfoResource, err error) + func (client AppsClient) GetVnetConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result Job, err error) + func (client AppsClient) GetWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) GetWebJobResponder(resp *http.Response) (result Job, err error) + func (client AppsClient) GetWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result Job, err error) + func (client AppsClient) GetWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) GetWebJobSlotResponder(resp *http.Response) (result Job, err error) + func (client AppsClient) GetWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetWebSiteContainerLogs(ctx context.Context, resourceGroupName string, name string) (result ReadCloser, err error) + func (client AppsClient) GetWebSiteContainerLogsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) GetWebSiteContainerLogsResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetWebSiteContainerLogsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetWebSiteContainerLogsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ReadCloser, err error) + func (client AppsClient) GetWebSiteContainerLogsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) GetWebSiteContainerLogsSlotResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) GetWebSiteContainerLogsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetWorkflow(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowEnvelope, err error) + func (client AppsClient) GetWorkflowPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) GetWorkflowResponder(resp *http.Response) (result WorkflowEnvelope, err error) + func (client AppsClient) GetWorkflowSender(req *http.Request) (*http.Response, error) + func (client AppsClient) InstallSiteExtension(ctx context.Context, resourceGroupName string, name string, ...) (result AppsInstallSiteExtensionFuture, err error) + func (client AppsClient) InstallSiteExtensionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) InstallSiteExtensionResponder(resp *http.Response) (result SiteExtensionInfo, err error) + func (client AppsClient) InstallSiteExtensionSender(req *http.Request) (future AppsInstallSiteExtensionFuture, err error) + func (client AppsClient) InstallSiteExtensionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsInstallSiteExtensionSlotFuture, err error) + func (client AppsClient) InstallSiteExtensionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) InstallSiteExtensionSlotResponder(resp *http.Response) (result SiteExtensionInfo, err error) + func (client AppsClient) InstallSiteExtensionSlotSender(req *http.Request) (future AppsInstallSiteExtensionSlotFuture, err error) + func (client AppsClient) IsCloneable(ctx context.Context, resourceGroupName string, name string) (result SiteCloneability, err error) + func (client AppsClient) IsCloneablePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) IsCloneableResponder(resp *http.Response) (result SiteCloneability, err error) + func (client AppsClient) IsCloneableSender(req *http.Request) (*http.Response, error) + func (client AppsClient) IsCloneableSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteCloneability, err error) + func (client AppsClient) IsCloneableSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) IsCloneableSlotResponder(resp *http.Response) (result SiteCloneability, err error) + func (client AppsClient) IsCloneableSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) List(ctx context.Context) (result AppCollectionPage, err error) + func (client AppsClient) ListApplicationSettings(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error) + func (client AppsClient) ListApplicationSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListApplicationSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) ListApplicationSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListApplicationSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result StringDictionary, err error) + func (client AppsClient) ListApplicationSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListApplicationSettingsSlotResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) ListApplicationSettingsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListAzureStorageAccounts(ctx context.Context, resourceGroupName string, name string) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) ListAzureStorageAccountsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListAzureStorageAccountsResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) ListAzureStorageAccountsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListAzureStorageAccountsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) ListAzureStorageAccountsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListAzureStorageAccountsSlotResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) ListAzureStorageAccountsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListBackupStatusSecrets(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (result BackupItem, err error) + func (client AppsClient) ListBackupStatusSecretsPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (*http.Request, error) + func (client AppsClient) ListBackupStatusSecretsResponder(resp *http.Response) (result BackupItem, err error) + func (client AppsClient) ListBackupStatusSecretsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListBackupStatusSecretsSlot(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (result BackupItem, err error) + func (client AppsClient) ListBackupStatusSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (*http.Request, error) + func (client AppsClient) ListBackupStatusSecretsSlotResponder(resp *http.Response) (result BackupItem, err error) + func (client AppsClient) ListBackupStatusSecretsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListBackups(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionPage, err error) + func (client AppsClient) ListBackupsComplete(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionIterator, err error) + func (client AppsClient) ListBackupsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListBackupsResponder(resp *http.Response) (result BackupItemCollection, err error) + func (client AppsClient) ListBackupsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListBackupsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionPage, err error) + func (client AppsClient) ListBackupsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionIterator, err error) + func (client AppsClient) ListBackupsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListBackupsSlotResponder(resp *http.Response) (result BackupItemCollection, err error) + func (client AppsClient) ListBackupsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListBasicPublishingCredentialsPolicies(ctx context.Context, resourceGroupName string, name string) (result PublishingCredentialsPoliciesCollectionPage, err error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesComplete(ctx context.Context, resourceGroupName string, name string) (result PublishingCredentialsPoliciesCollectionIterator, err error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesResponder(resp *http.Response) (result PublishingCredentialsPoliciesCollection, err error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PublishingCredentialsPoliciesCollectionPage, err error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result PublishingCredentialsPoliciesCollectionIterator, err error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotResponder(resp *http.Response) (result PublishingCredentialsPoliciesCollection, err error) + func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, includeSlots *bool) (result AppCollectionPage, err error) + func (client AppsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, includeSlots *bool) (result AppCollectionIterator, err error) + func (client AppsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, includeSlots *bool) (*http.Request, error) + func (client AppsClient) ListByResourceGroupResponder(resp *http.Response) (result AppCollection, err error) + func (client AppsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListComplete(ctx context.Context) (result AppCollectionIterator, err error) + func (client AppsClient) ListConfigurationSnapshotInfo(ctx context.Context, resourceGroupName string, name string) (result SiteConfigurationSnapshotInfoCollectionPage, err error) + func (client AppsClient) ListConfigurationSnapshotInfoComplete(ctx context.Context, resourceGroupName string, name string) (result SiteConfigurationSnapshotInfoCollectionIterator, err error) + func (client AppsClient) ListConfigurationSnapshotInfoPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListConfigurationSnapshotInfoResponder(resp *http.Response) (result SiteConfigurationSnapshotInfoCollection, err error) + func (client AppsClient) ListConfigurationSnapshotInfoSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListConfigurationSnapshotInfoSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigurationSnapshotInfoCollectionPage, err error) + func (client AppsClient) ListConfigurationSnapshotInfoSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigurationSnapshotInfoCollectionIterator, err error) + func (client AppsClient) ListConfigurationSnapshotInfoSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListConfigurationSnapshotInfoSlotResponder(resp *http.Response) (result SiteConfigurationSnapshotInfoCollection, err error) + func (client AppsClient) ListConfigurationSnapshotInfoSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListConfigurations(ctx context.Context, resourceGroupName string, name string) (result SiteConfigResourceCollectionPage, err error) + func (client AppsClient) ListConfigurationsComplete(ctx context.Context, resourceGroupName string, name string) (result SiteConfigResourceCollectionIterator, err error) + func (client AppsClient) ListConfigurationsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListConfigurationsResponder(resp *http.Response) (result SiteConfigResourceCollection, err error) + func (client AppsClient) ListConfigurationsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListConfigurationsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigResourceCollectionPage, err error) + func (client AppsClient) ListConfigurationsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigResourceCollectionIterator, err error) + func (client AppsClient) ListConfigurationsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListConfigurationsSlotResponder(resp *http.Response) (result SiteConfigResourceCollection, err error) + func (client AppsClient) ListConfigurationsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListConnectionStrings(ctx context.Context, resourceGroupName string, name string) (result ConnectionStringDictionary, err error) + func (client AppsClient) ListConnectionStringsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListConnectionStringsResponder(resp *http.Response) (result ConnectionStringDictionary, err error) + func (client AppsClient) ListConnectionStringsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListConnectionStringsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ConnectionStringDictionary, err error) + func (client AppsClient) ListConnectionStringsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListConnectionStringsSlotResponder(resp *http.Response) (result ConnectionStringDictionary, err error) + func (client AppsClient) ListConnectionStringsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListContinuousWebJobs(ctx context.Context, resourceGroupName string, name string) (result ContinuousWebJobCollectionPage, err error) + func (client AppsClient) ListContinuousWebJobsComplete(ctx context.Context, resourceGroupName string, name string) (result ContinuousWebJobCollectionIterator, err error) + func (client AppsClient) ListContinuousWebJobsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListContinuousWebJobsResponder(resp *http.Response) (result ContinuousWebJobCollection, err error) + func (client AppsClient) ListContinuousWebJobsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListContinuousWebJobsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ContinuousWebJobCollectionPage, err error) + func (client AppsClient) ListContinuousWebJobsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result ContinuousWebJobCollectionIterator, err error) + func (client AppsClient) ListContinuousWebJobsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListContinuousWebJobsSlotResponder(resp *http.Response) (result ContinuousWebJobCollection, err error) + func (client AppsClient) ListContinuousWebJobsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListDeploymentLog(ctx context.Context, resourceGroupName string, name string, ID string) (result Deployment, err error) + func (client AppsClient) ListDeploymentLogPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error) + func (client AppsClient) ListDeploymentLogResponder(resp *http.Response) (result Deployment, err error) + func (client AppsClient) ListDeploymentLogSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListDeploymentLogSlot(ctx context.Context, resourceGroupName string, name string, ID string, ...) (result Deployment, err error) + func (client AppsClient) ListDeploymentLogSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, ...) (*http.Request, error) + func (client AppsClient) ListDeploymentLogSlotResponder(resp *http.Response) (result Deployment, err error) + func (client AppsClient) ListDeploymentLogSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListDeployments(ctx context.Context, resourceGroupName string, name string) (result DeploymentCollectionPage, err error) + func (client AppsClient) ListDeploymentsComplete(ctx context.Context, resourceGroupName string, name string) (result DeploymentCollectionIterator, err error) + func (client AppsClient) ListDeploymentsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListDeploymentsResponder(resp *http.Response) (result DeploymentCollection, err error) + func (client AppsClient) ListDeploymentsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListDeploymentsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result DeploymentCollectionPage, err error) + func (client AppsClient) ListDeploymentsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result DeploymentCollectionIterator, err error) + func (client AppsClient) ListDeploymentsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListDeploymentsSlotResponder(resp *http.Response) (result DeploymentCollection, err error) + func (client AppsClient) ListDeploymentsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListDomainOwnershipIdentifiers(ctx context.Context, resourceGroupName string, name string) (result IdentifierCollectionPage, err error) + func (client AppsClient) ListDomainOwnershipIdentifiersComplete(ctx context.Context, resourceGroupName string, name string) (result IdentifierCollectionIterator, err error) + func (client AppsClient) ListDomainOwnershipIdentifiersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListDomainOwnershipIdentifiersResponder(resp *http.Response) (result IdentifierCollection, err error) + func (client AppsClient) ListDomainOwnershipIdentifiersSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListDomainOwnershipIdentifiersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result IdentifierCollectionPage, err error) + func (client AppsClient) ListDomainOwnershipIdentifiersSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result IdentifierCollectionIterator, err error) + func (client AppsClient) ListDomainOwnershipIdentifiersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListDomainOwnershipIdentifiersSlotResponder(resp *http.Response) (result IdentifierCollection, err error) + func (client AppsClient) ListDomainOwnershipIdentifiersSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListFunctionKeys(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client AppsClient) ListFunctionKeysPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListFunctionKeysResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) ListFunctionKeysSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListFunctionKeysSlot(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client AppsClient) ListFunctionKeysSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListFunctionKeysSlotResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) ListFunctionKeysSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListFunctionSecrets(ctx context.Context, resourceGroupName string, name string, ...) (result FunctionSecrets, err error) + func (client AppsClient) ListFunctionSecretsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListFunctionSecretsResponder(resp *http.Response) (result FunctionSecrets, err error) + func (client AppsClient) ListFunctionSecretsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListFunctionSecretsSlot(ctx context.Context, resourceGroupName string, name string, ...) (result FunctionSecrets, err error) + func (client AppsClient) ListFunctionSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListFunctionSecretsSlotResponder(resp *http.Response) (result FunctionSecrets, err error) + func (client AppsClient) ListFunctionSecretsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListFunctions(ctx context.Context, resourceGroupName string, name string) (result FunctionEnvelopeCollectionPage, err error) + func (client AppsClient) ListFunctionsComplete(ctx context.Context, resourceGroupName string, name string) (result FunctionEnvelopeCollectionIterator, err error) + func (client AppsClient) ListFunctionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListFunctionsResponder(resp *http.Response) (result FunctionEnvelopeCollection, err error) + func (client AppsClient) ListFunctionsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListHostKeys(ctx context.Context, resourceGroupName string, name string) (result HostKeys, err error) + func (client AppsClient) ListHostKeysPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListHostKeysResponder(resp *http.Response) (result HostKeys, err error) + func (client AppsClient) ListHostKeysSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListHostKeysSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result HostKeys, err error) + func (client AppsClient) ListHostKeysSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListHostKeysSlotResponder(resp *http.Response) (result HostKeys, err error) + func (client AppsClient) ListHostKeysSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListHostNameBindings(ctx context.Context, resourceGroupName string, name string) (result HostNameBindingCollectionPage, err error) + func (client AppsClient) ListHostNameBindingsComplete(ctx context.Context, resourceGroupName string, name string) (result HostNameBindingCollectionIterator, err error) + func (client AppsClient) ListHostNameBindingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListHostNameBindingsResponder(resp *http.Response) (result HostNameBindingCollection, err error) + func (client AppsClient) ListHostNameBindingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListHostNameBindingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result HostNameBindingCollectionPage, err error) + func (client AppsClient) ListHostNameBindingsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result HostNameBindingCollectionIterator, err error) + func (client AppsClient) ListHostNameBindingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListHostNameBindingsSlotResponder(resp *http.Response) (result HostNameBindingCollection, err error) + func (client AppsClient) ListHostNameBindingsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListHybridConnections(ctx context.Context, resourceGroupName string, name string) (result HybridConnection, err error) + func (client AppsClient) ListHybridConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListHybridConnectionsResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) ListHybridConnectionsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListHybridConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result HybridConnection, err error) + func (client AppsClient) ListHybridConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListHybridConnectionsSlotResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) ListHybridConnectionsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceFunctionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result FunctionEnvelopeCollectionPage, err error) + func (client AppsClient) ListInstanceFunctionsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result FunctionEnvelopeCollectionIterator, err error) + func (client AppsClient) ListInstanceFunctionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListInstanceFunctionsSlotResponder(resp *http.Response) (result FunctionEnvelopeCollection, err error) + func (client AppsClient) ListInstanceFunctionsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceIdentifiers(ctx context.Context, resourceGroupName string, name string) (result AppInstanceStatusCollectionPage, err error) + func (client AppsClient) ListInstanceIdentifiersComplete(ctx context.Context, resourceGroupName string, name string) (result AppInstanceStatusCollectionIterator, err error) + func (client AppsClient) ListInstanceIdentifiersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListInstanceIdentifiersResponder(resp *http.Response) (result AppInstanceStatusCollection, err error) + func (client AppsClient) ListInstanceIdentifiersSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceIdentifiersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result AppInstanceStatusCollectionPage, err error) + func (client AppsClient) ListInstanceIdentifiersSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result AppInstanceStatusCollectionIterator, err error) + func (client AppsClient) ListInstanceIdentifiersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListInstanceIdentifiersSlotResponder(resp *http.Response) (result AppInstanceStatusCollection, err error) + func (client AppsClient) ListInstanceIdentifiersSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceProcessModules(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfoCollectionPage, err error) + func (client AppsClient) ListInstanceProcessModulesComplete(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfoCollectionIterator, err error) + func (client AppsClient) ListInstanceProcessModulesPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) ListInstanceProcessModulesResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error) + func (client AppsClient) ListInstanceProcessModulesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceProcessModulesSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfoCollectionPage, err error) + func (client AppsClient) ListInstanceProcessModulesSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfoCollectionIterator, err error) + func (client AppsClient) ListInstanceProcessModulesSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) ListInstanceProcessModulesSlotResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error) + func (client AppsClient) ListInstanceProcessModulesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceProcessThreads(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessThreadInfoCollectionPage, err error) + func (client AppsClient) ListInstanceProcessThreadsComplete(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessThreadInfoCollectionIterator, err error) + func (client AppsClient) ListInstanceProcessThreadsPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) ListInstanceProcessThreadsResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error) + func (client AppsClient) ListInstanceProcessThreadsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceProcessThreadsSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessThreadInfoCollectionPage, err error) + func (client AppsClient) ListInstanceProcessThreadsSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessThreadInfoCollectionIterator, err error) + func (client AppsClient) ListInstanceProcessThreadsSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) ListInstanceProcessThreadsSlotResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error) + func (client AppsClient) ListInstanceProcessThreadsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceProcesses(ctx context.Context, resourceGroupName string, name string, instanceID string) (result ProcessInfoCollectionPage, err error) + func (client AppsClient) ListInstanceProcessesComplete(ctx context.Context, resourceGroupName string, name string, instanceID string) (result ProcessInfoCollectionIterator, err error) + func (client AppsClient) ListInstanceProcessesPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error) + func (client AppsClient) ListInstanceProcessesResponder(resp *http.Response) (result ProcessInfoCollection, err error) + func (client AppsClient) ListInstanceProcessesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceProcessesSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result ProcessInfoCollectionPage, err error) + func (client AppsClient) ListInstanceProcessesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result ProcessInfoCollectionIterator, err error) + func (client AppsClient) ListInstanceProcessesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) ListInstanceProcessesSlotResponder(resp *http.Response) (result ProcessInfoCollection, err error) + func (client AppsClient) ListInstanceProcessesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListInstanceWorkflowsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result WorkflowEnvelopeCollectionPage, err error) + func (client AppsClient) ListInstanceWorkflowsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result WorkflowEnvelopeCollectionIterator, err error) + func (client AppsClient) ListInstanceWorkflowsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListInstanceWorkflowsSlotResponder(resp *http.Response) (result WorkflowEnvelopeCollection, err error) + func (client AppsClient) ListInstanceWorkflowsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListMetadata(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error) + func (client AppsClient) ListMetadataPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListMetadataResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) ListMetadataSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListMetadataSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result StringDictionary, err error) + func (client AppsClient) ListMetadataSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListMetadataSlotResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) ListMetadataSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListNetworkFeatures(ctx context.Context, resourceGroupName string, name string, view string) (result NetworkFeatures, err error) + func (client AppsClient) ListNetworkFeaturesPreparer(ctx context.Context, resourceGroupName string, name string, view string) (*http.Request, error) + func (client AppsClient) ListNetworkFeaturesResponder(resp *http.Response) (result NetworkFeatures, err error) + func (client AppsClient) ListNetworkFeaturesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListNetworkFeaturesSlot(ctx context.Context, resourceGroupName string, name string, view string, ...) (result NetworkFeatures, err error) + func (client AppsClient) ListNetworkFeaturesSlotPreparer(ctx context.Context, resourceGroupName string, name string, view string, ...) (*http.Request, error) + func (client AppsClient) ListNetworkFeaturesSlotResponder(resp *http.Response) (result NetworkFeatures, err error) + func (client AppsClient) ListNetworkFeaturesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPerfMonCounters(ctx context.Context, resourceGroupName string, name string, filter string) (result PerfMonCounterCollectionPage, err error) + func (client AppsClient) ListPerfMonCountersComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result PerfMonCounterCollectionIterator, err error) + func (client AppsClient) ListPerfMonCountersPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error) + func (client AppsClient) ListPerfMonCountersResponder(resp *http.Response) (result PerfMonCounterCollection, err error) + func (client AppsClient) ListPerfMonCountersSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPerfMonCountersSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result PerfMonCounterCollectionPage, err error) + func (client AppsClient) ListPerfMonCountersSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result PerfMonCounterCollectionIterator, err error) + func (client AppsClient) ListPerfMonCountersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) ListPerfMonCountersSlotResponder(resp *http.Response) (result PerfMonCounterCollection, err error) + func (client AppsClient) ListPerfMonCountersSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPremierAddOns(ctx context.Context, resourceGroupName string, name string) (result PremierAddOn, err error) + func (client AppsClient) ListPremierAddOnsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListPremierAddOnsResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) ListPremierAddOnsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPremierAddOnsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PremierAddOn, err error) + func (client AppsClient) ListPremierAddOnsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListPremierAddOnsSlotResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) ListPremierAddOnsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AppsClient) ListProcessModules(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessModuleInfoCollectionPage, err error) + func (client AppsClient) ListProcessModulesComplete(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessModuleInfoCollectionIterator, err error) + func (client AppsClient) ListProcessModulesPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error) + func (client AppsClient) ListProcessModulesResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error) + func (client AppsClient) ListProcessModulesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListProcessModulesSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfoCollectionPage, err error) + func (client AppsClient) ListProcessModulesSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessModuleInfoCollectionIterator, err error) + func (client AppsClient) ListProcessModulesSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) ListProcessModulesSlotResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error) + func (client AppsClient) ListProcessModulesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListProcessThreads(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessThreadInfoCollectionPage, err error) + func (client AppsClient) ListProcessThreadsComplete(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessThreadInfoCollectionIterator, err error) + func (client AppsClient) ListProcessThreadsPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error) + func (client AppsClient) ListProcessThreadsResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error) + func (client AppsClient) ListProcessThreadsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListProcessThreadsSlot(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessThreadInfoCollectionPage, err error) + func (client AppsClient) ListProcessThreadsSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, ...) (result ProcessThreadInfoCollectionIterator, err error) + func (client AppsClient) ListProcessThreadsSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, ...) (*http.Request, error) + func (client AppsClient) ListProcessThreadsSlotResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error) + func (client AppsClient) ListProcessThreadsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListProcesses(ctx context.Context, resourceGroupName string, name string) (result ProcessInfoCollectionPage, err error) + func (client AppsClient) ListProcessesComplete(ctx context.Context, resourceGroupName string, name string) (result ProcessInfoCollectionIterator, err error) + func (client AppsClient) ListProcessesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListProcessesResponder(resp *http.Response) (result ProcessInfoCollection, err error) + func (client AppsClient) ListProcessesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListProcessesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ProcessInfoCollectionPage, err error) + func (client AppsClient) ListProcessesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result ProcessInfoCollectionIterator, err error) + func (client AppsClient) ListProcessesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListProcessesSlotResponder(resp *http.Response) (result ProcessInfoCollection, err error) + func (client AppsClient) ListProcessesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListProductionSiteDeploymentStatuses(ctx context.Context, resourceGroupName string, name string) (result CsmDeploymentStatusCollectionPage, err error) + func (client AppsClient) ListProductionSiteDeploymentStatusesComplete(ctx context.Context, resourceGroupName string, name string) (result CsmDeploymentStatusCollectionIterator, err error) + func (client AppsClient) ListProductionSiteDeploymentStatusesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListProductionSiteDeploymentStatusesResponder(resp *http.Response) (result CsmDeploymentStatusCollection, err error) + func (client AppsClient) ListProductionSiteDeploymentStatusesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPublicCertificates(ctx context.Context, resourceGroupName string, name string) (result PublicCertificateCollectionPage, err error) + func (client AppsClient) ListPublicCertificatesComplete(ctx context.Context, resourceGroupName string, name string) (result PublicCertificateCollectionIterator, err error) + func (client AppsClient) ListPublicCertificatesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListPublicCertificatesResponder(resp *http.Response) (result PublicCertificateCollection, err error) + func (client AppsClient) ListPublicCertificatesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPublicCertificatesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PublicCertificateCollectionPage, err error) + func (client AppsClient) ListPublicCertificatesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result PublicCertificateCollectionIterator, err error) + func (client AppsClient) ListPublicCertificatesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListPublicCertificatesSlotResponder(resp *http.Response) (result PublicCertificateCollection, err error) + func (client AppsClient) ListPublicCertificatesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPublishingCredentials(ctx context.Context, resourceGroupName string, name string) (result AppsListPublishingCredentialsFuture, err error) + func (client AppsClient) ListPublishingCredentialsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListPublishingCredentialsResponder(resp *http.Response) (result User, err error) + func (client AppsClient) ListPublishingCredentialsSender(req *http.Request) (future AppsListPublishingCredentialsFuture, err error) + func (client AppsClient) ListPublishingCredentialsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result AppsListPublishingCredentialsSlotFuture, err error) + func (client AppsClient) ListPublishingCredentialsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListPublishingCredentialsSlotResponder(resp *http.Response) (result User, err error) + func (client AppsClient) ListPublishingCredentialsSlotSender(req *http.Request) (future AppsListPublishingCredentialsSlotFuture, err error) + func (client AppsClient) ListPublishingProfileXMLWithSecrets(ctx context.Context, resourceGroupName string, name string, ...) (result ReadCloser, err error) + func (client AppsClient) ListPublishingProfileXMLWithSecretsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListPublishingProfileXMLWithSecretsResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) ListPublishingProfileXMLWithSecretsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPublishingProfileXMLWithSecretsSlot(ctx context.Context, resourceGroupName string, name string, ...) (result ReadCloser, err error) + func (client AppsClient) ListPublishingProfileXMLWithSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListPublishingProfileXMLWithSecretsSlotResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) ListPublishingProfileXMLWithSecretsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListRelayServiceConnections(ctx context.Context, resourceGroupName string, name string) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) ListRelayServiceConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListRelayServiceConnectionsResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) ListRelayServiceConnectionsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListRelayServiceConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) ListRelayServiceConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListRelayServiceConnectionsSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) ListRelayServiceConnectionsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListResponder(resp *http.Response) (result AppCollection, err error) + func (client AppsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSiteBackups(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionPage, err error) + func (client AppsClient) ListSiteBackupsComplete(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionIterator, err error) + func (client AppsClient) ListSiteBackupsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSiteBackupsResponder(resp *http.Response) (result BackupItemCollection, err error) + func (client AppsClient) ListSiteBackupsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSiteBackupsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionPage, err error) + func (client AppsClient) ListSiteBackupsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionIterator, err error) + func (client AppsClient) ListSiteBackupsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSiteBackupsSlotResponder(resp *http.Response) (result BackupItemCollection, err error) + func (client AppsClient) ListSiteBackupsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSiteExtensions(ctx context.Context, resourceGroupName string, name string) (result SiteExtensionInfoCollectionPage, err error) + func (client AppsClient) ListSiteExtensionsComplete(ctx context.Context, resourceGroupName string, name string) (result SiteExtensionInfoCollectionIterator, err error) + func (client AppsClient) ListSiteExtensionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSiteExtensionsResponder(resp *http.Response) (result SiteExtensionInfoCollection, err error) + func (client AppsClient) ListSiteExtensionsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSiteExtensionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteExtensionInfoCollectionPage, err error) + func (client AppsClient) ListSiteExtensionsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteExtensionInfoCollectionIterator, err error) + func (client AppsClient) ListSiteExtensionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSiteExtensionsSlotResponder(resp *http.Response) (result SiteExtensionInfoCollection, err error) + func (client AppsClient) ListSiteExtensionsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSitePushSettings(ctx context.Context, resourceGroupName string, name string) (result PushSettings, err error) + func (client AppsClient) ListSitePushSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSitePushSettingsResponder(resp *http.Response) (result PushSettings, err error) + func (client AppsClient) ListSitePushSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSitePushSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PushSettings, err error) + func (client AppsClient) ListSitePushSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSitePushSettingsSlotResponder(resp *http.Response) (result PushSettings, err error) + func (client AppsClient) ListSitePushSettingsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSlotConfigurationNames(ctx context.Context, resourceGroupName string, name string) (result SlotConfigNamesResource, err error) + func (client AppsClient) ListSlotConfigurationNamesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSlotConfigurationNamesResponder(resp *http.Response) (result SlotConfigNamesResource, err error) + func (client AppsClient) ListSlotConfigurationNamesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSlotDifferencesFromProduction(ctx context.Context, resourceGroupName string, name string, ...) (result SlotDifferenceCollectionPage, err error) + func (client AppsClient) ListSlotDifferencesFromProductionComplete(ctx context.Context, resourceGroupName string, name string, ...) (result SlotDifferenceCollectionIterator, err error) + func (client AppsClient) ListSlotDifferencesFromProductionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListSlotDifferencesFromProductionResponder(resp *http.Response) (result SlotDifferenceCollection, err error) + func (client AppsClient) ListSlotDifferencesFromProductionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSlotDifferencesSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SlotDifferenceCollectionPage, err error) + func (client AppsClient) ListSlotDifferencesSlotComplete(ctx context.Context, resourceGroupName string, name string, ...) (result SlotDifferenceCollectionIterator, err error) + func (client AppsClient) ListSlotDifferencesSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) ListSlotDifferencesSlotResponder(resp *http.Response) (result SlotDifferenceCollection, err error) + func (client AppsClient) ListSlotDifferencesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSlotSiteDeploymentStatusesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result CsmDeploymentStatusCollectionPage, err error) + func (client AppsClient) ListSlotSiteDeploymentStatusesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result CsmDeploymentStatusCollectionIterator, err error) + func (client AppsClient) ListSlotSiteDeploymentStatusesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSlotSiteDeploymentStatusesSlotResponder(resp *http.Response) (result CsmDeploymentStatusCollection, err error) + func (client AppsClient) ListSlotSiteDeploymentStatusesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSlots(ctx context.Context, resourceGroupName string, name string) (result AppCollectionPage, err error) + func (client AppsClient) ListSlotsComplete(ctx context.Context, resourceGroupName string, name string) (result AppCollectionIterator, err error) + func (client AppsClient) ListSlotsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSlotsResponder(resp *http.Response) (result AppCollection, err error) + func (client AppsClient) ListSlotsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSnapshots(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionPage, err error) + func (client AppsClient) ListSnapshotsComplete(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionIterator, err error) + func (client AppsClient) ListSnapshotsFromDRSecondary(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionPage, err error) + func (client AppsClient) ListSnapshotsFromDRSecondaryComplete(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionIterator, err error) + func (client AppsClient) ListSnapshotsFromDRSecondaryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSnapshotsFromDRSecondaryResponder(resp *http.Response) (result SnapshotCollection, err error) + func (client AppsClient) ListSnapshotsFromDRSecondarySender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSnapshotsFromDRSecondarySlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionPage, err error) + func (client AppsClient) ListSnapshotsFromDRSecondarySlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionIterator, err error) + func (client AppsClient) ListSnapshotsFromDRSecondarySlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSnapshotsFromDRSecondarySlotResponder(resp *http.Response) (result SnapshotCollection, err error) + func (client AppsClient) ListSnapshotsFromDRSecondarySlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSnapshotsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSnapshotsResponder(resp *http.Response) (result SnapshotCollection, err error) + func (client AppsClient) ListSnapshotsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSnapshotsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionPage, err error) + func (client AppsClient) ListSnapshotsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionIterator, err error) + func (client AppsClient) ListSnapshotsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSnapshotsSlotResponder(resp *http.Response) (result SnapshotCollection, err error) + func (client AppsClient) ListSnapshotsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSyncFunctionTriggers(ctx context.Context, resourceGroupName string, name string) (result FunctionSecrets, err error) + func (client AppsClient) ListSyncFunctionTriggersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSyncFunctionTriggersResponder(resp *http.Response) (result FunctionSecrets, err error) + func (client AppsClient) ListSyncFunctionTriggersSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSyncFunctionTriggersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result FunctionSecrets, err error) + func (client AppsClient) ListSyncFunctionTriggersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSyncFunctionTriggersSlotResponder(resp *http.Response) (result FunctionSecrets, err error) + func (client AppsClient) ListSyncFunctionTriggersSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSyncStatus(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) ListSyncStatusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListSyncStatusResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) ListSyncStatusSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSyncStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) ListSyncStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListSyncStatusSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) ListSyncStatusSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListTriggeredWebJobHistory(ctx context.Context, resourceGroupName string, name string, webJobName string) (result TriggeredJobHistoryCollectionPage, err error) + func (client AppsClient) ListTriggeredWebJobHistoryComplete(ctx context.Context, resourceGroupName string, name string, webJobName string) (result TriggeredJobHistoryCollectionIterator, err error) + func (client AppsClient) ListTriggeredWebJobHistoryPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) ListTriggeredWebJobHistoryResponder(resp *http.Response) (result TriggeredJobHistoryCollection, err error) + func (client AppsClient) ListTriggeredWebJobHistorySender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListTriggeredWebJobHistorySlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result TriggeredJobHistoryCollectionPage, err error) + func (client AppsClient) ListTriggeredWebJobHistorySlotComplete(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result TriggeredJobHistoryCollectionIterator, err error) + func (client AppsClient) ListTriggeredWebJobHistorySlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) ListTriggeredWebJobHistorySlotResponder(resp *http.Response) (result TriggeredJobHistoryCollection, err error) + func (client AppsClient) ListTriggeredWebJobHistorySlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListTriggeredWebJobs(ctx context.Context, resourceGroupName string, name string) (result TriggeredWebJobCollectionPage, err error) + func (client AppsClient) ListTriggeredWebJobsComplete(ctx context.Context, resourceGroupName string, name string) (result TriggeredWebJobCollectionIterator, err error) + func (client AppsClient) ListTriggeredWebJobsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListTriggeredWebJobsResponder(resp *http.Response) (result TriggeredWebJobCollection, err error) + func (client AppsClient) ListTriggeredWebJobsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListTriggeredWebJobsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result TriggeredWebJobCollectionPage, err error) + func (client AppsClient) ListTriggeredWebJobsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result TriggeredWebJobCollectionIterator, err error) + func (client AppsClient) ListTriggeredWebJobsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListTriggeredWebJobsSlotResponder(resp *http.Response) (result TriggeredWebJobCollection, err error) + func (client AppsClient) ListTriggeredWebJobsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error) + func (client AppsClient) ListUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error) + func (client AppsClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error) + func (client AppsClient) ListUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error) + func (client AppsClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListUsagesSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result CsmUsageQuotaCollectionPage, err error) + func (client AppsClient) ListUsagesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result CsmUsageQuotaCollectionIterator, err error) + func (client AppsClient) ListUsagesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) ListUsagesSlotResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error) + func (client AppsClient) ListUsagesSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListVnetConnections(ctx context.Context, resourceGroupName string, name string) (result ListVnetInfoResource, err error) + func (client AppsClient) ListVnetConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListVnetConnectionsResponder(resp *http.Response) (result ListVnetInfoResource, err error) + func (client AppsClient) ListVnetConnectionsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListVnetConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ListVnetInfoResource, err error) + func (client AppsClient) ListVnetConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListVnetConnectionsSlotResponder(resp *http.Response) (result ListVnetInfoResource, err error) + func (client AppsClient) ListVnetConnectionsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListWebJobs(ctx context.Context, resourceGroupName string, name string) (result JobCollectionPage, err error) + func (client AppsClient) ListWebJobsComplete(ctx context.Context, resourceGroupName string, name string) (result JobCollectionIterator, err error) + func (client AppsClient) ListWebJobsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListWebJobsResponder(resp *http.Response) (result JobCollection, err error) + func (client AppsClient) ListWebJobsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListWebJobsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result JobCollectionPage, err error) + func (client AppsClient) ListWebJobsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result JobCollectionIterator, err error) + func (client AppsClient) ListWebJobsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListWebJobsSlotResponder(resp *http.Response) (result JobCollection, err error) + func (client AppsClient) ListWebJobsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListWorkflows(ctx context.Context, resourceGroupName string, name string) (result WorkflowEnvelopeCollectionPage, err error) + func (client AppsClient) ListWorkflowsComplete(ctx context.Context, resourceGroupName string, name string) (result WorkflowEnvelopeCollectionIterator, err error) + func (client AppsClient) ListWorkflowsConnections(ctx context.Context, resourceGroupName string, name string) (result WorkflowEnvelope, err error) + func (client AppsClient) ListWorkflowsConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListWorkflowsConnectionsResponder(resp *http.Response) (result WorkflowEnvelope, err error) + func (client AppsClient) ListWorkflowsConnectionsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListWorkflowsConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result WorkflowEnvelope, err error) + func (client AppsClient) ListWorkflowsConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ListWorkflowsConnectionsSlotResponder(resp *http.Response) (result WorkflowEnvelope, err error) + func (client AppsClient) ListWorkflowsConnectionsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListWorkflowsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ListWorkflowsResponder(resp *http.Response) (result WorkflowEnvelopeCollection, err error) + func (client AppsClient) ListWorkflowsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) MigrateMySQL(ctx context.Context, resourceGroupName string, name string, ...) (result AppsMigrateMySQLFuture, err error) + func (client AppsClient) MigrateMySQLPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) MigrateMySQLResponder(resp *http.Response) (result Operation, err error) + func (client AppsClient) MigrateMySQLSender(req *http.Request) (future AppsMigrateMySQLFuture, err error) + func (client AppsClient) MigrateStorage(ctx context.Context, subscriptionName string, resourceGroupName string, ...) (result AppsMigrateStorageFuture, err error) + func (client AppsClient) MigrateStoragePreparer(ctx context.Context, subscriptionName string, resourceGroupName string, ...) (*http.Request, error) + func (client AppsClient) MigrateStorageResponder(resp *http.Response) (result StorageMigrationResponse, err error) + func (client AppsClient) MigrateStorageSender(req *http.Request) (future AppsMigrateStorageFuture, err error) + func (client AppsClient) PutPrivateAccessVnet(ctx context.Context, resourceGroupName string, name string, ...) (result PrivateAccess, err error) + func (client AppsClient) PutPrivateAccessVnetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) PutPrivateAccessVnetResponder(resp *http.Response) (result PrivateAccess, err error) + func (client AppsClient) PutPrivateAccessVnetSender(req *http.Request) (*http.Response, error) + func (client AppsClient) PutPrivateAccessVnetSlot(ctx context.Context, resourceGroupName string, name string, ...) (result PrivateAccess, err error) + func (client AppsClient) PutPrivateAccessVnetSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) PutPrivateAccessVnetSlotResponder(resp *http.Response) (result PrivateAccess, err error) + func (client AppsClient) PutPrivateAccessVnetSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) RecoverSiteConfigurationSnapshot(ctx context.Context, resourceGroupName string, name string, snapshotID string) (result autorest.Response, err error) + func (client AppsClient) RecoverSiteConfigurationSnapshotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string) (*http.Request, error) + func (client AppsClient) RecoverSiteConfigurationSnapshotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RecoverSiteConfigurationSnapshotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) RecoverSiteConfigurationSnapshotSlot(ctx context.Context, resourceGroupName string, name string, snapshotID string, ...) (result autorest.Response, err error) + func (client AppsClient) RecoverSiteConfigurationSnapshotSlotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string, ...) (*http.Request, error) + func (client AppsClient) RecoverSiteConfigurationSnapshotSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RecoverSiteConfigurationSnapshotSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ResetProductionSlotConfig(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) ResetProductionSlotConfigPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) ResetProductionSlotConfigResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) ResetProductionSlotConfigSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ResetSlotConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) ResetSlotConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) ResetSlotConfigurationSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) ResetSlotConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Restart(ctx context.Context, resourceGroupName string, name string, softRestart *bool, ...) (result autorest.Response, err error) + func (client AppsClient) RestartPreparer(ctx context.Context, resourceGroupName string, name string, softRestart *bool, ...) (*http.Request, error) + func (client AppsClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestartSender(req *http.Request) (*http.Response, error) + func (client AppsClient) RestartSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result autorest.Response, err error) + func (client AppsClient) RestartSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) RestartSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestartSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Restore(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (result AppsRestoreFuture, err error) + func (client AppsClient) RestoreFromBackupBlob(ctx context.Context, resourceGroupName string, name string, ...) (result AppsRestoreFromBackupBlobFuture, err error) + func (client AppsClient) RestoreFromBackupBlobPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) RestoreFromBackupBlobResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreFromBackupBlobSender(req *http.Request) (future AppsRestoreFromBackupBlobFuture, err error) + func (client AppsClient) RestoreFromBackupBlobSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsRestoreFromBackupBlobSlotFuture, err error) + func (client AppsClient) RestoreFromBackupBlobSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) RestoreFromBackupBlobSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreFromBackupBlobSlotSender(req *http.Request) (future AppsRestoreFromBackupBlobSlotFuture, err error) + func (client AppsClient) RestoreFromDeletedApp(ctx context.Context, resourceGroupName string, name string, ...) (result AppsRestoreFromDeletedAppFuture, err error) + func (client AppsClient) RestoreFromDeletedAppPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) RestoreFromDeletedAppResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreFromDeletedAppSender(req *http.Request) (future AppsRestoreFromDeletedAppFuture, err error) + func (client AppsClient) RestoreFromDeletedAppSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsRestoreFromDeletedAppSlotFuture, err error) + func (client AppsClient) RestoreFromDeletedAppSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) RestoreFromDeletedAppSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreFromDeletedAppSlotSender(req *http.Request) (future AppsRestoreFromDeletedAppSlotFuture, err error) + func (client AppsClient) RestorePreparer(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (*http.Request, error) + func (client AppsClient) RestoreResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreSender(req *http.Request) (future AppsRestoreFuture, err error) + func (client AppsClient) RestoreSlot(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (result AppsRestoreSlotFuture, err error) + func (client AppsClient) RestoreSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, ...) (*http.Request, error) + func (client AppsClient) RestoreSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreSlotSender(req *http.Request) (future AppsRestoreSlotFuture, err error) + func (client AppsClient) RestoreSnapshot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsRestoreSnapshotFuture, err error) + func (client AppsClient) RestoreSnapshotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) RestoreSnapshotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreSnapshotSender(req *http.Request) (future AppsRestoreSnapshotFuture, err error) + func (client AppsClient) RestoreSnapshotSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsRestoreSnapshotSlotFuture, err error) + func (client AppsClient) RestoreSnapshotSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) RestoreSnapshotSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RestoreSnapshotSlotSender(req *http.Request) (future AppsRestoreSnapshotSlotFuture, err error) + func (client AppsClient) RunTriggeredWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error) + func (client AppsClient) RunTriggeredWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) RunTriggeredWebJobResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RunTriggeredWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) RunTriggeredWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result autorest.Response, err error) + func (client AppsClient) RunTriggeredWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) RunTriggeredWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) RunTriggeredWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Start(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) StartContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error) + func (client AppsClient) StartContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) StartContinuousWebJobResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StartContinuousWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StartContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result autorest.Response, err error) + func (client AppsClient) StartContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) StartContinuousWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StartContinuousWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StartNetworkTrace(ctx context.Context, resourceGroupName string, name string, ...) (result AppsStartNetworkTraceFuture, err error) + func (client AppsClient) StartNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) StartNetworkTraceResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) StartNetworkTraceSender(req *http.Request) (future AppsStartNetworkTraceFuture, err error) + func (client AppsClient) StartNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result AppsStartNetworkTraceSlotFuture, err error) + func (client AppsClient) StartNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) StartNetworkTraceSlotResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) StartNetworkTraceSlotSender(req *http.Request) (future AppsStartNetworkTraceSlotFuture, err error) + func (client AppsClient) StartPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StartSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StartSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) StartSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) StartSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StartSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StartWebSiteNetworkTrace(ctx context.Context, resourceGroupName string, name string, ...) (result String, err error) + func (client AppsClient) StartWebSiteNetworkTraceOperation(ctx context.Context, resourceGroupName string, name string, ...) (result AppsStartWebSiteNetworkTraceOperationFuture, err error) + func (client AppsClient) StartWebSiteNetworkTraceOperationPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) StartWebSiteNetworkTraceOperationResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) StartWebSiteNetworkTraceOperationSender(req *http.Request) (future AppsStartWebSiteNetworkTraceOperationFuture, err error) + func (client AppsClient) StartWebSiteNetworkTraceOperationSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result AppsStartWebSiteNetworkTraceOperationSlotFuture, err error) + func (client AppsClient) StartWebSiteNetworkTraceOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) StartWebSiteNetworkTraceOperationSlotResponder(resp *http.Response) (result ListNetworkTrace, err error) + func (client AppsClient) StartWebSiteNetworkTraceOperationSlotSender(req *http.Request) (future AppsStartWebSiteNetworkTraceOperationSlotFuture, err error) + func (client AppsClient) StartWebSiteNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) StartWebSiteNetworkTraceResponder(resp *http.Response) (result String, err error) + func (client AppsClient) StartWebSiteNetworkTraceSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StartWebSiteNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string, ...) (result String, err error) + func (client AppsClient) StartWebSiteNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, ...) (*http.Request, error) + func (client AppsClient) StartWebSiteNetworkTraceSlotResponder(resp *http.Response) (result String, err error) + func (client AppsClient) StartWebSiteNetworkTraceSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Stop(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) StopContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error) + func (client AppsClient) StopContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error) + func (client AppsClient) StopContinuousWebJobResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopContinuousWebJobSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StopContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (result autorest.Response, err error) + func (client AppsClient) StopContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ...) (*http.Request, error) + func (client AppsClient) StopContinuousWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopContinuousWebJobSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StopNetworkTrace(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) StopNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) StopNetworkTraceResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopNetworkTraceSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StopNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) StopNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) StopNetworkTraceSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopNetworkTraceSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StopPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StopSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) StopSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) StopSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StopWebSiteNetworkTrace(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) StopWebSiteNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) StopWebSiteNetworkTraceResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopWebSiteNetworkTraceSender(req *http.Request) (*http.Response, error) + func (client AppsClient) StopWebSiteNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) StopWebSiteNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) StopWebSiteNetworkTraceSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) StopWebSiteNetworkTraceSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) SwapSlotSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AppsSwapSlotSlotFuture, err error) + func (client AppsClient) SwapSlotSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) SwapSlotSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SwapSlotSlotSender(req *http.Request) (future AppsSwapSlotSlotFuture, err error) + func (client AppsClient) SwapSlotWithProduction(ctx context.Context, resourceGroupName string, name string, ...) (result AppsSwapSlotWithProductionFuture, err error) + func (client AppsClient) SwapSlotWithProductionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) SwapSlotWithProductionResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SwapSlotWithProductionSender(req *http.Request) (future AppsSwapSlotWithProductionFuture, err error) + func (client AppsClient) SyncFunctionTriggers(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionTriggersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) SyncFunctionTriggersResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionTriggersSender(req *http.Request) (*http.Response, error) + func (client AppsClient) SyncFunctionTriggersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionTriggersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) SyncFunctionTriggersSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionTriggersSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) SyncFunctions(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) SyncFunctionsResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) SyncFunctionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) SyncFunctionsSlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SyncFunctionsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) SyncRepository(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client AppsClient) SyncRepositoryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client AppsClient) SyncRepositoryResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SyncRepositorySender(req *http.Request) (*http.Response, error) + func (client AppsClient) SyncRepositorySlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error) + func (client AppsClient) SyncRepositorySlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client AppsClient) SyncRepositorySlotResponder(resp *http.Response) (result autorest.Response, err error) + func (client AppsClient) SyncRepositorySlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Update(ctx context.Context, resourceGroupName string, name string, ...) (result Site, err error) + func (client AppsClient) UpdateApplicationSettings(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client AppsClient) UpdateApplicationSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateApplicationSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) UpdateApplicationSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateApplicationSettingsSlot(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client AppsClient) UpdateApplicationSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateApplicationSettingsSlotResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) UpdateApplicationSettingsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateAuthSettings(ctx context.Context, resourceGroupName string, name string, ...) (result SiteAuthSettings, err error) + func (client AppsClient) UpdateAuthSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateAuthSettingsResponder(resp *http.Response) (result SiteAuthSettings, err error) + func (client AppsClient) UpdateAuthSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateAuthSettingsSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SiteAuthSettings, err error) + func (client AppsClient) UpdateAuthSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateAuthSettingsSlotResponder(resp *http.Response) (result SiteAuthSettings, err error) + func (client AppsClient) UpdateAuthSettingsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateAuthSettingsV2(ctx context.Context, resourceGroupName string, name string, ...) (result SiteAuthSettingsV2, err error) + func (client AppsClient) UpdateAuthSettingsV2Preparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateAuthSettingsV2Responder(resp *http.Response) (result SiteAuthSettingsV2, err error) + func (client AppsClient) UpdateAuthSettingsV2Sender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateAuthSettingsV2Slot(ctx context.Context, resourceGroupName string, name string, ...) (result SiteAuthSettingsV2, err error) + func (client AppsClient) UpdateAuthSettingsV2SlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateAuthSettingsV2SlotResponder(resp *http.Response) (result SiteAuthSettingsV2, err error) + func (client AppsClient) UpdateAuthSettingsV2SlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateAzureStorageAccounts(ctx context.Context, resourceGroupName string, name string, ...) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) UpdateAzureStorageAccountsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateAzureStorageAccountsResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) UpdateAzureStorageAccountsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateAzureStorageAccountsSlot(ctx context.Context, resourceGroupName string, name string, ...) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) UpdateAzureStorageAccountsSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateAzureStorageAccountsSlotResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error) + func (client AppsClient) UpdateAzureStorageAccountsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateBackupConfiguration(ctx context.Context, resourceGroupName string, name string, ...) (result BackupRequest, err error) + func (client AppsClient) UpdateBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateBackupConfigurationResponder(resp *http.Response) (result BackupRequest, err error) + func (client AppsClient) UpdateBackupConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, ...) (result BackupRequest, err error) + func (client AppsClient) UpdateBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateBackupConfigurationSlotResponder(resp *http.Response) (result BackupRequest, err error) + func (client AppsClient) UpdateBackupConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateConfiguration(ctx context.Context, resourceGroupName string, name string, ...) (result SiteConfigResource, err error) + func (client AppsClient) UpdateConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateConfigurationResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) UpdateConfigurationSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateConfigurationSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SiteConfigResource, err error) + func (client AppsClient) UpdateConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateConfigurationSlotResponder(resp *http.Response) (result SiteConfigResource, err error) + func (client AppsClient) UpdateConfigurationSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateConnectionStrings(ctx context.Context, resourceGroupName string, name string, ...) (result ConnectionStringDictionary, err error) + func (client AppsClient) UpdateConnectionStringsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateConnectionStringsResponder(resp *http.Response) (result ConnectionStringDictionary, err error) + func (client AppsClient) UpdateConnectionStringsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateConnectionStringsSlot(ctx context.Context, resourceGroupName string, name string, ...) (result ConnectionStringDictionary, err error) + func (client AppsClient) UpdateConnectionStringsSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateConnectionStringsSlotResponder(resp *http.Response) (result ConnectionStringDictionary, err error) + func (client AppsClient) UpdateConnectionStringsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateDiagnosticLogsConfig(ctx context.Context, resourceGroupName string, name string, ...) (result SiteLogsConfig, err error) + func (client AppsClient) UpdateDiagnosticLogsConfigPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateDiagnosticLogsConfigResponder(resp *http.Response) (result SiteLogsConfig, err error) + func (client AppsClient) UpdateDiagnosticLogsConfigSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateDiagnosticLogsConfigSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SiteLogsConfig, err error) + func (client AppsClient) UpdateDiagnosticLogsConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateDiagnosticLogsConfigSlotResponder(resp *http.Response) (result SiteLogsConfig, err error) + func (client AppsClient) UpdateDiagnosticLogsConfigSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, ...) (result Identifier, err error) + func (client AppsClient) UpdateDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateDomainOwnershipIdentifierResponder(resp *http.Response) (result Identifier, err error) + func (client AppsClient) UpdateDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, ...) (result Identifier, err error) + func (client AppsClient) UpdateDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result Identifier, err error) + func (client AppsClient) UpdateDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateFtpAllowed(ctx context.Context, resourceGroupName string, name string, ...) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateFtpAllowedPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateFtpAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateFtpAllowedSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateFtpAllowedSlot(ctx context.Context, resourceGroupName string, name string, ...) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateFtpAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateFtpAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateFtpAllowedSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateHybridConnection(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnection, err error) + func (client AppsClient) UpdateHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) UpdateHybridConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, ...) (result HybridConnection, err error) + func (client AppsClient) UpdateHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateHybridConnectionSlotResponder(resp *http.Response) (result HybridConnection, err error) + func (client AppsClient) UpdateHybridConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateMetadata(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client AppsClient) UpdateMetadataPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateMetadataResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) UpdateMetadataSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateMetadataSlot(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client AppsClient) UpdateMetadataSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateMetadataSlotResponder(resp *http.Response) (result StringDictionary, err error) + func (client AppsClient) UpdateMetadataSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdatePremierAddOn(ctx context.Context, resourceGroupName string, name string, ...) (result PremierAddOn, err error) + func (client AppsClient) UpdatePremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdatePremierAddOnResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) UpdatePremierAddOnSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdatePremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, ...) (result PremierAddOn, err error) + func (client AppsClient) UpdatePremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdatePremierAddOnSlotResponder(resp *http.Response) (result PremierAddOn, err error) + func (client AppsClient) UpdatePremierAddOnSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) UpdateRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (*http.Request, error) + func (client AppsClient) UpdateRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) UpdateRelayServiceConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) UpdateRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, ...) (*http.Request, error) + func (client AppsClient) UpdateRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) + func (client AppsClient) UpdateRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateResponder(resp *http.Response) (result Site, err error) + func (client AppsClient) UpdateScmAllowed(ctx context.Context, resourceGroupName string, name string, ...) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateScmAllowedPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateScmAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateScmAllowedSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateScmAllowedSlot(ctx context.Context, resourceGroupName string, name string, ...) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateScmAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateScmAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error) + func (client AppsClient) UpdateScmAllowedSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSitePushSettings(ctx context.Context, resourceGroupName string, name string, ...) (result PushSettings, err error) + func (client AppsClient) UpdateSitePushSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSitePushSettingsResponder(resp *http.Response) (result PushSettings, err error) + func (client AppsClient) UpdateSitePushSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSitePushSettingsSlot(ctx context.Context, resourceGroupName string, name string, ...) (result PushSettings, err error) + func (client AppsClient) UpdateSitePushSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSitePushSettingsSlotResponder(resp *http.Response) (result PushSettings, err error) + func (client AppsClient) UpdateSitePushSettingsSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSlot(ctx context.Context, resourceGroupName string, name string, ...) (result Site, err error) + func (client AppsClient) UpdateSlotConfigurationNames(ctx context.Context, resourceGroupName string, name string, ...) (result SlotConfigNamesResource, err error) + func (client AppsClient) UpdateSlotConfigurationNamesPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSlotConfigurationNamesResponder(resp *http.Response) (result SlotConfigNamesResource, err error) + func (client AppsClient) UpdateSlotConfigurationNamesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSlotResponder(resp *http.Response) (result Site, err error) + func (client AppsClient) UpdateSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSourceControl(ctx context.Context, resourceGroupName string, name string, ...) (result SiteSourceControl, err error) + func (client AppsClient) UpdateSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error) + func (client AppsClient) UpdateSourceControlSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSourceControlSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SiteSourceControl, err error) + func (client AppsClient) UpdateSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error) + func (client AppsClient) UpdateSourceControlSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheck(ctx context.Context, resourceGroupName string, name string, ...) (result SwiftVirtualNetwork, err error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckResponder(resp *http.Response) (result SwiftVirtualNetwork, err error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlot(ctx context.Context, resourceGroupName string, name string, ...) (result SwiftVirtualNetwork, err error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder(resp *http.Response) (result SwiftVirtualNetwork, err error) + func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetInfoResource, err error) + func (client AppsClient) UpdateVnetConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppsClient) UpdateVnetConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) UpdateVnetConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppsClient) UpdateVnetConnectionGatewaySender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateVnetConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetGateway, err error) + func (client AppsClient) UpdateVnetConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) UpdateVnetConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error) + func (client AppsClient) UpdateVnetConnectionGatewaySlotSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) UpdateVnetConnectionResponder(resp *http.Response) (result VnetInfoResource, err error) + func (client AppsClient) UpdateVnetConnectionSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (result VnetInfoResource, err error) + func (client AppsClient) UpdateVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, ...) (*http.Request, error) + func (client AppsClient) UpdateVnetConnectionSlotResponder(resp *http.Response) (result VnetInfoResource, err error) + func (client AppsClient) UpdateVnetConnectionSlotSender(req *http.Request) (*http.Response, error) + type AppsCreateFunctionFuture struct + Result func(AppsClient) (FunctionEnvelope, error) + func (future *AppsCreateFunctionFuture) UnmarshalJSON(body []byte) error + type AppsCreateInstanceFunctionSlotFuture struct + Result func(AppsClient) (FunctionEnvelope, error) + func (future *AppsCreateInstanceFunctionSlotFuture) UnmarshalJSON(body []byte) error + type AppsCreateInstanceMSDeployOperationFuture struct + Result func(AppsClient) (MSDeployStatus, error) + func (future *AppsCreateInstanceMSDeployOperationFuture) UnmarshalJSON(body []byte) error + type AppsCreateInstanceMSDeployOperationSlotFuture struct + Result func(AppsClient) (MSDeployStatus, error) + func (future *AppsCreateInstanceMSDeployOperationSlotFuture) UnmarshalJSON(body []byte) error + type AppsCreateMSDeployOperationFuture struct + Result func(AppsClient) (MSDeployStatus, error) + func (future *AppsCreateMSDeployOperationFuture) UnmarshalJSON(body []byte) error + type AppsCreateMSDeployOperationSlotFuture struct + Result func(AppsClient) (MSDeployStatus, error) + func (future *AppsCreateMSDeployOperationSlotFuture) UnmarshalJSON(body []byte) error + type AppsCreateOrUpdateFuture struct + Result func(AppsClient) (Site, error) + func (future *AppsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type AppsCreateOrUpdateSlotFuture struct + Result func(AppsClient) (Site, error) + func (future *AppsCreateOrUpdateSlotFuture) UnmarshalJSON(body []byte) error + type AppsCreateOrUpdateSourceControlFuture struct + Result func(AppsClient) (SiteSourceControl, error) + func (future *AppsCreateOrUpdateSourceControlFuture) UnmarshalJSON(body []byte) error + type AppsCreateOrUpdateSourceControlSlotFuture struct + Result func(AppsClient) (SiteSourceControl, error) + func (future *AppsCreateOrUpdateSourceControlSlotFuture) UnmarshalJSON(body []byte) error + type AppsDeletePrivateEndpointConnectionFuture struct + Result func(AppsClient) (SetObject, error) + func (future *AppsDeletePrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type AppsDeletePrivateEndpointConnectionSlotFuture struct + Result func(AppsClient) (SetObject, error) + func (future *AppsDeletePrivateEndpointConnectionSlotFuture) UnmarshalJSON(body []byte) error + type AppsGetProductionSiteDeploymentStatusFuture struct + Result func(AppsClient) (CsmDeploymentStatus, error) + func (future *AppsGetProductionSiteDeploymentStatusFuture) UnmarshalJSON(body []byte) error + type AppsGetSlotSiteDeploymentStatusSlotFuture struct + Result func(AppsClient) (CsmDeploymentStatus, error) + func (future *AppsGetSlotSiteDeploymentStatusSlotFuture) UnmarshalJSON(body []byte) error + type AppsInstallSiteExtensionFuture struct + Result func(AppsClient) (SiteExtensionInfo, error) + func (future *AppsInstallSiteExtensionFuture) UnmarshalJSON(body []byte) error + type AppsInstallSiteExtensionSlotFuture struct + Result func(AppsClient) (SiteExtensionInfo, error) + func (future *AppsInstallSiteExtensionSlotFuture) UnmarshalJSON(body []byte) error + type AppsListPublishingCredentialsFuture struct + Result func(AppsClient) (User, error) + func (future *AppsListPublishingCredentialsFuture) UnmarshalJSON(body []byte) error + type AppsListPublishingCredentialsSlotFuture struct + Result func(AppsClient) (User, error) + func (future *AppsListPublishingCredentialsSlotFuture) UnmarshalJSON(body []byte) error + type AppsMigrateMySQLFuture struct + Result func(AppsClient) (Operation, error) + func (future *AppsMigrateMySQLFuture) UnmarshalJSON(body []byte) error + type AppsMigrateStorageFuture struct + Result func(AppsClient) (StorageMigrationResponse, error) + func (future *AppsMigrateStorageFuture) UnmarshalJSON(body []byte) error + type AppsRestoreFromBackupBlobFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreFromBackupBlobFuture) UnmarshalJSON(body []byte) error + type AppsRestoreFromBackupBlobSlotFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreFromBackupBlobSlotFuture) UnmarshalJSON(body []byte) error + type AppsRestoreFromDeletedAppFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreFromDeletedAppFuture) UnmarshalJSON(body []byte) error + type AppsRestoreFromDeletedAppSlotFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreFromDeletedAppSlotFuture) UnmarshalJSON(body []byte) error + type AppsRestoreFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreFuture) UnmarshalJSON(body []byte) error + type AppsRestoreSlotFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreSlotFuture) UnmarshalJSON(body []byte) error + type AppsRestoreSnapshotFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreSnapshotFuture) UnmarshalJSON(body []byte) error + type AppsRestoreSnapshotSlotFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsRestoreSnapshotSlotFuture) UnmarshalJSON(body []byte) error + type AppsStartNetworkTraceFuture struct + Result func(AppsClient) (ListNetworkTrace, error) + func (future *AppsStartNetworkTraceFuture) UnmarshalJSON(body []byte) error + type AppsStartNetworkTraceSlotFuture struct + Result func(AppsClient) (ListNetworkTrace, error) + func (future *AppsStartNetworkTraceSlotFuture) UnmarshalJSON(body []byte) error + type AppsStartWebSiteNetworkTraceOperationFuture struct + Result func(AppsClient) (ListNetworkTrace, error) + func (future *AppsStartWebSiteNetworkTraceOperationFuture) UnmarshalJSON(body []byte) error + type AppsStartWebSiteNetworkTraceOperationSlotFuture struct + Result func(AppsClient) (ListNetworkTrace, error) + func (future *AppsStartWebSiteNetworkTraceOperationSlotFuture) UnmarshalJSON(body []byte) error + type AppsSwapSlotSlotFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsSwapSlotSlotFuture) UnmarshalJSON(body []byte) error + type AppsSwapSlotWithProductionFuture struct + Result func(AppsClient) (autorest.Response, error) + func (future *AppsSwapSlotWithProductionFuture) UnmarshalJSON(body []byte) error + type AppserviceGithubToken struct + AccessToken *string + ErrorMessage *string + GotToken *bool + Scope *string + TokenType *string + type AppserviceGithubTokenRequest struct + Code *string + State *string + type ArcConfiguration struct + ArtifactStorageAccessMode *string + ArtifactStorageClassName *string + ArtifactStorageMountPath *string + ArtifactStorageNodeName *string + ArtifactsStorageType StorageType + FrontEndServiceConfiguration *FrontEndConfiguration + KubeConfig *string + type ArmIDWrapper struct + ID *string + func (aiw ArmIDWrapper) MarshalJSON() ([]byte, error) + type ArmPlan struct + Name *string + Product *string + PromotionCode *string + Publisher *string + Version *string + type AseV3NetworkingConfiguration struct + ID *string + Kind *string + Name *string + Type *string + func (avnc *AseV3NetworkingConfiguration) UnmarshalJSON(body []byte) error + func (avnc AseV3NetworkingConfiguration) MarshalJSON() ([]byte, error) + type AseV3NetworkingConfigurationProperties struct + AllowNewPrivateEndpointConnections *bool + ExternalInboundIPAddresses *[]string + FtpEnabled *bool + InboundIPAddressOverride *string + InternalInboundIPAddresses *[]string + LinuxOutboundIPAddresses *[]string + RemoteDebugEnabled *bool + WindowsOutboundIPAddresses *[]string + func (avnc AseV3NetworkingConfigurationProperties) MarshalJSON() ([]byte, error) + type AuthPlatform struct + ConfigFilePath *string + Enabled *bool + RuntimeVersion *string + type AutoHealActionType string + const AutoHealActionTypeCustomAction + const AutoHealActionTypeLogEvent + const AutoHealActionTypeRecycle + func PossibleAutoHealActionTypeValues() []AutoHealActionType + type AutoHealActions struct + ActionType AutoHealActionType + CustomAction *AutoHealCustomAction + MinProcessExecutionTime *string + type AutoHealCustomAction struct + Exe *string + Parameters *string + type AutoHealRules struct + Actions *AutoHealActions + Triggers *AutoHealTriggers + type AutoHealTriggers struct + PrivateBytesInKB *int32 + Requests *RequestsBasedTrigger + SlowRequests *SlowRequestsBasedTrigger + SlowRequestsWithPath *[]SlowRequestsBasedTrigger + StatusCodes *[]StatusCodesBasedTrigger + StatusCodesRange *[]StatusCodesRangeBasedTrigger + type AzureActiveDirectory struct + Enabled *bool + IsAutoProvisioned *bool + Login *AzureActiveDirectoryLogin + Registration *AzureActiveDirectoryRegistration + Validation *AzureActiveDirectoryValidation + type AzureActiveDirectoryLogin struct + DisableWWWAuthenticate *bool + LoginParameters *[]string + type AzureActiveDirectoryRegistration struct + ClientID *string + ClientSecretCertificateIssuer *string + ClientSecretCertificateSubjectAlternativeName *string + ClientSecretCertificateThumbprint *string + ClientSecretSettingName *string + OpenIDIssuer *string + type AzureActiveDirectoryValidation struct + AllowedAudiences *[]string + DefaultAuthorizationPolicy *DefaultAuthorizationPolicy + JwtClaimChecks *JwtClaimChecks + type AzureBlobStorageApplicationLogsConfig struct + Level LogLevel + RetentionInDays *int32 + SasURL *string + type AzureBlobStorageHTTPLogsConfig struct + Enabled *bool + RetentionInDays *int32 + SasURL *string + type AzureResourceErrorInfo struct + Code *string + Details *[]AzureResourceErrorInfo + Message *string + type AzureResourceType string + const AzureResourceTypeTrafficManager + const AzureResourceTypeWebsite + func PossibleAzureResourceTypeValues() []AzureResourceType + type AzureStaticWebApps struct + Enabled *bool + Registration *AzureStaticWebAppsRegistration + type AzureStaticWebAppsRegistration struct + ClientID *string + type AzureStorageInfoValue struct + AccessKey *string + AccountName *string + MountPath *string + ShareName *string + State AzureStorageState + Type AzureStorageType + func (asiv AzureStorageInfoValue) MarshalJSON() ([]byte, error) + type AzureStoragePropertyDictionaryResource struct + ID *string + Kind *string + Name *string + Properties map[string]*AzureStorageInfoValue + Type *string + func (aspdr AzureStoragePropertyDictionaryResource) MarshalJSON() ([]byte, error) + type AzureStorageState string + const AzureStorageStateInvalidCredentials + const AzureStorageStateInvalidShare + const AzureStorageStateNotValidated + const AzureStorageStateOk + func PossibleAzureStorageStateValues() []AzureStorageState + type AzureStorageType string + const AzureStorageTypeAzureBlob + const AzureStorageTypeAzureFiles + func PossibleAzureStorageTypeValues() []AzureStorageType + type AzureTableStorageApplicationLogsConfig struct + Level LogLevel + SasURL *string + type BackupItem struct + ID *string + Kind *string + Name *string + Type *string + func (bi *BackupItem) UnmarshalJSON(body []byte) error + func (bi BackupItem) MarshalJSON() ([]byte, error) + type BackupItemCollection struct + NextLink *string + Value *[]BackupItem + func (bic BackupItemCollection) IsEmpty() bool + func (bic BackupItemCollection) MarshalJSON() ([]byte, error) + type BackupItemCollectionIterator struct + func NewBackupItemCollectionIterator(page BackupItemCollectionPage) BackupItemCollectionIterator + func (iter *BackupItemCollectionIterator) Next() error + func (iter *BackupItemCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter BackupItemCollectionIterator) NotDone() bool + func (iter BackupItemCollectionIterator) Response() BackupItemCollection + func (iter BackupItemCollectionIterator) Value() BackupItem + type BackupItemCollectionPage struct + func NewBackupItemCollectionPage(cur BackupItemCollection, ...) BackupItemCollectionPage + func (page *BackupItemCollectionPage) Next() error + func (page *BackupItemCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page BackupItemCollectionPage) NotDone() bool + func (page BackupItemCollectionPage) Response() BackupItemCollection + func (page BackupItemCollectionPage) Values() []BackupItem + type BackupItemProperties struct + BackupID *int32 + BlobName *string + CorrelationID *string + Created *date.Time + Databases *[]DatabaseBackupSetting + FinishedTimeStamp *date.Time + LastRestoreTimeStamp *date.Time + Log *string + Name *string + Scheduled *bool + SizeInBytes *int64 + Status BackupItemStatus + StorageAccountURL *string + WebsiteSizeInBytes *int64 + func (bi BackupItemProperties) MarshalJSON() ([]byte, error) + type BackupItemStatus string + const BackupItemStatusCreated + const BackupItemStatusDeleteFailed + const BackupItemStatusDeleteInProgress + const BackupItemStatusDeleted + const BackupItemStatusFailed + const BackupItemStatusInProgress + const BackupItemStatusPartiallySucceeded + const BackupItemStatusSkipped + const BackupItemStatusSucceeded + const BackupItemStatusTimedOut + func PossibleBackupItemStatusValues() []BackupItemStatus + type BackupRequest struct + ID *string + Kind *string + Name *string + Type *string + func (br *BackupRequest) UnmarshalJSON(body []byte) error + func (br BackupRequest) MarshalJSON() ([]byte, error) + type BackupRequestProperties struct + BackupName *string + BackupSchedule *BackupSchedule + Databases *[]DatabaseBackupSetting + Enabled *bool + StorageAccountURL *string + type BackupRestoreOperationType string + const BackupRestoreOperationTypeClone + const BackupRestoreOperationTypeCloudFS + const BackupRestoreOperationTypeDefault + const BackupRestoreOperationTypeRelocation + const BackupRestoreOperationTypeSnapshot + func PossibleBackupRestoreOperationTypeValues() []BackupRestoreOperationType + type BackupSchedule struct + FrequencyInterval *int32 + FrequencyUnit FrequencyUnit + KeepAtLeastOneBackup *bool + LastExecutionTime *date.Time + RetentionPeriodInDays *int32 + StartTime *date.Time + func (bs BackupSchedule) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + func (client BaseClient) CheckNameAvailability(ctx context.Context, request ResourceNameAvailabilityRequest) (result ResourceNameAvailability, err error) + func (client BaseClient) CheckNameAvailabilityPreparer(ctx context.Context, request ResourceNameAvailabilityRequest) (*http.Request, error) + func (client BaseClient) CheckNameAvailabilityResponder(resp *http.Response) (result ResourceNameAvailability, err error) + func (client BaseClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client BaseClient) GetPublishingUser(ctx context.Context) (result User, err error) + func (client BaseClient) GetPublishingUserPreparer(ctx context.Context) (*http.Request, error) + func (client BaseClient) GetPublishingUserResponder(resp *http.Response) (result User, err error) + func (client BaseClient) GetPublishingUserSender(req *http.Request) (*http.Response, error) + func (client BaseClient) GetSourceControl(ctx context.Context, sourceControlType string) (result SourceControl, err error) + func (client BaseClient) GetSourceControlPreparer(ctx context.Context, sourceControlType string) (*http.Request, error) + func (client BaseClient) GetSourceControlResponder(resp *http.Response) (result SourceControl, err error) + func (client BaseClient) GetSourceControlSender(req *http.Request) (*http.Response, error) + func (client BaseClient) GetSubscriptionDeploymentLocations(ctx context.Context) (result DeploymentLocations, err error) + func (client BaseClient) GetSubscriptionDeploymentLocationsPreparer(ctx context.Context) (*http.Request, error) + func (client BaseClient) GetSubscriptionDeploymentLocationsResponder(resp *http.Response) (result DeploymentLocations, err error) + func (client BaseClient) GetSubscriptionDeploymentLocationsSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ListBillingMeters(ctx context.Context, billingLocation string, osType string) (result BillingMeterCollectionPage, err error) + func (client BaseClient) ListBillingMetersComplete(ctx context.Context, billingLocation string, osType string) (result BillingMeterCollectionIterator, err error) + func (client BaseClient) ListBillingMetersPreparer(ctx context.Context, billingLocation string, osType string) (*http.Request, error) + func (client BaseClient) ListBillingMetersResponder(resp *http.Response) (result BillingMeterCollection, err error) + func (client BaseClient) ListBillingMetersSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ListCustomHostNameSites(ctx context.Context, hostname string) (result CustomHostnameSitesCollectionPage, err error) + func (client BaseClient) ListCustomHostNameSitesComplete(ctx context.Context, hostname string) (result CustomHostnameSitesCollectionIterator, err error) + func (client BaseClient) ListCustomHostNameSitesPreparer(ctx context.Context, hostname string) (*http.Request, error) + func (client BaseClient) ListCustomHostNameSitesResponder(resp *http.Response) (result CustomHostnameSitesCollection, err error) + func (client BaseClient) ListCustomHostNameSitesSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ListGeoRegions(ctx context.Context, sku SkuName, linuxWorkersEnabled *bool, ...) (result GeoRegionCollectionPage, err error) + func (client BaseClient) ListGeoRegionsComplete(ctx context.Context, sku SkuName, linuxWorkersEnabled *bool, ...) (result GeoRegionCollectionIterator, err error) + func (client BaseClient) ListGeoRegionsPreparer(ctx context.Context, sku SkuName, linuxWorkersEnabled *bool, ...) (*http.Request, error) + func (client BaseClient) ListGeoRegionsResponder(resp *http.Response) (result GeoRegionCollection, err error) + func (client BaseClient) ListGeoRegionsSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ListPremierAddOnOffers(ctx context.Context) (result PremierAddOnOfferCollectionPage, err error) + func (client BaseClient) ListPremierAddOnOffersComplete(ctx context.Context) (result PremierAddOnOfferCollectionIterator, err error) + func (client BaseClient) ListPremierAddOnOffersPreparer(ctx context.Context) (*http.Request, error) + func (client BaseClient) ListPremierAddOnOffersResponder(resp *http.Response) (result PremierAddOnOfferCollection, err error) + func (client BaseClient) ListPremierAddOnOffersSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ListSiteIdentifiersAssignedToHostName(ctx context.Context, nameIdentifier NameIdentifier) (result IdentifierCollectionPage, err error) + func (client BaseClient) ListSiteIdentifiersAssignedToHostNameComplete(ctx context.Context, nameIdentifier NameIdentifier) (result IdentifierCollectionIterator, err error) + func (client BaseClient) ListSiteIdentifiersAssignedToHostNamePreparer(ctx context.Context, nameIdentifier NameIdentifier) (*http.Request, error) + func (client BaseClient) ListSiteIdentifiersAssignedToHostNameResponder(resp *http.Response) (result IdentifierCollection, err error) + func (client BaseClient) ListSiteIdentifiersAssignedToHostNameSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ListSkus(ctx context.Context) (result SkuInfos, err error) + func (client BaseClient) ListSkusPreparer(ctx context.Context) (*http.Request, error) + func (client BaseClient) ListSkusResponder(resp *http.Response) (result SkuInfos, err error) + func (client BaseClient) ListSkusSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ListSourceControls(ctx context.Context) (result SourceControlCollectionPage, err error) + func (client BaseClient) ListSourceControlsComplete(ctx context.Context) (result SourceControlCollectionIterator, err error) + func (client BaseClient) ListSourceControlsPreparer(ctx context.Context) (*http.Request, error) + func (client BaseClient) ListSourceControlsResponder(resp *http.Response) (result SourceControlCollection, err error) + func (client BaseClient) ListSourceControlsSender(req *http.Request) (*http.Response, error) + func (client BaseClient) Move(ctx context.Context, resourceGroupName string, ...) (result autorest.Response, err error) + func (client BaseClient) MovePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client BaseClient) MoveResponder(resp *http.Response) (result autorest.Response, err error) + func (client BaseClient) MoveSender(req *http.Request) (*http.Response, error) + func (client BaseClient) UpdatePublishingUser(ctx context.Context, userDetails User) (result User, err error) + func (client BaseClient) UpdatePublishingUserPreparer(ctx context.Context, userDetails User) (*http.Request, error) + func (client BaseClient) UpdatePublishingUserResponder(resp *http.Response) (result User, err error) + func (client BaseClient) UpdatePublishingUserSender(req *http.Request) (*http.Response, error) + func (client BaseClient) UpdateSourceControl(ctx context.Context, sourceControlType string, requestMessage SourceControl) (result SourceControl, err error) + func (client BaseClient) UpdateSourceControlPreparer(ctx context.Context, sourceControlType string, requestMessage SourceControl) (*http.Request, error) + func (client BaseClient) UpdateSourceControlResponder(resp *http.Response) (result SourceControl, err error) + func (client BaseClient) UpdateSourceControlSender(req *http.Request) (*http.Response, error) + func (client BaseClient) Validate(ctx context.Context, resourceGroupName string, validateRequest ValidateRequest) (result ValidateResponse, err error) + func (client BaseClient) ValidateMove(ctx context.Context, resourceGroupName string, ...) (result autorest.Response, err error) + func (client BaseClient) ValidateMovePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client BaseClient) ValidateMoveResponder(resp *http.Response) (result autorest.Response, err error) + func (client BaseClient) ValidateMoveSender(req *http.Request) (*http.Response, error) + func (client BaseClient) ValidatePreparer(ctx context.Context, resourceGroupName string, validateRequest ValidateRequest) (*http.Request, error) + func (client BaseClient) ValidateResponder(resp *http.Response) (result ValidateResponse, err error) + func (client BaseClient) ValidateSender(req *http.Request) (*http.Response, error) + func (client BaseClient) VerifyHostingEnvironmentVnet(ctx context.Context, parameters VnetParameters) (result VnetValidationFailureDetails, err error) + func (client BaseClient) VerifyHostingEnvironmentVnetPreparer(ctx context.Context, parameters VnetParameters) (*http.Request, error) + func (client BaseClient) VerifyHostingEnvironmentVnetResponder(resp *http.Response) (result VnetValidationFailureDetails, err error) + func (client BaseClient) VerifyHostingEnvironmentVnetSender(req *http.Request) (*http.Response, error) + type BillingMeter struct + ID *string + Kind *string + Name *string + Type *string + func (bm *BillingMeter) UnmarshalJSON(body []byte) error + func (bm BillingMeter) MarshalJSON() ([]byte, error) + type BillingMeterCollection struct + NextLink *string + Value *[]BillingMeter + func (bmc BillingMeterCollection) IsEmpty() bool + func (bmc BillingMeterCollection) MarshalJSON() ([]byte, error) + type BillingMeterCollectionIterator struct + func NewBillingMeterCollectionIterator(page BillingMeterCollectionPage) BillingMeterCollectionIterator + func (iter *BillingMeterCollectionIterator) Next() error + func (iter *BillingMeterCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter BillingMeterCollectionIterator) NotDone() bool + func (iter BillingMeterCollectionIterator) Response() BillingMeterCollection + func (iter BillingMeterCollectionIterator) Value() BillingMeter + type BillingMeterCollectionPage struct + func NewBillingMeterCollectionPage(cur BillingMeterCollection, ...) BillingMeterCollectionPage + func (page *BillingMeterCollectionPage) Next() error + func (page *BillingMeterCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page BillingMeterCollectionPage) NotDone() bool + func (page BillingMeterCollectionPage) Response() BillingMeterCollection + func (page BillingMeterCollectionPage) Values() []BillingMeter + type BillingMeterProperties struct + BillingLocation *string + FriendlyName *string + MeterID *string + Multiplier *float64 + OsType *string + ResourceType *string + ShortName *string + type BlobStorageTokenStore struct + SasURLSettingName *string + type BuildStatus string + const BuildStatusDeleting + const BuildStatusDeploying + const BuildStatusDetached + const BuildStatusFailed + const BuildStatusReady + const BuildStatusUploading + const BuildStatusWaitingForDeployment + func PossibleBuildStatusValues() []BuildStatus + type BuiltInAuthenticationProvider string + const BuiltInAuthenticationProviderAzureActiveDirectory + const BuiltInAuthenticationProviderFacebook + const BuiltInAuthenticationProviderGithub + const BuiltInAuthenticationProviderGoogle + const BuiltInAuthenticationProviderMicrosoftAccount + const BuiltInAuthenticationProviderTwitter + func PossibleBuiltInAuthenticationProviderValues() []BuiltInAuthenticationProvider + type Capability struct + Name *string + Reason *string + Value *string + type Certificate struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (c *Certificate) UnmarshalJSON(body []byte) error + func (c Certificate) MarshalJSON() ([]byte, error) + type CertificateCollection struct + NextLink *string + Value *[]Certificate + func (cc CertificateCollection) IsEmpty() bool + func (cc CertificateCollection) MarshalJSON() ([]byte, error) + type CertificateCollectionIterator struct + func NewCertificateCollectionIterator(page CertificateCollectionPage) CertificateCollectionIterator + func (iter *CertificateCollectionIterator) Next() error + func (iter *CertificateCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CertificateCollectionIterator) NotDone() bool + func (iter CertificateCollectionIterator) Response() CertificateCollection + func (iter CertificateCollectionIterator) Value() Certificate + type CertificateCollectionPage struct + func NewCertificateCollectionPage(cur CertificateCollection, ...) CertificateCollectionPage + func (page *CertificateCollectionPage) Next() error + func (page *CertificateCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CertificateCollectionPage) NotDone() bool + func (page CertificateCollectionPage) Response() CertificateCollection + func (page CertificateCollectionPage) Values() []Certificate + type CertificateDetails struct + Issuer *string + NotAfter *date.Time + NotBefore *date.Time + RawData *string + SerialNumber *string + SignatureAlgorithm *string + Subject *string + Thumbprint *string + Version *int32 + func (cd CertificateDetails) MarshalJSON() ([]byte, error) + type CertificateEmail struct + EmailID *string + TimeStamp *date.Time + type CertificateOrderAction struct + ActionType CertificateOrderActionType + CreatedAt *date.Time + func (coa CertificateOrderAction) MarshalJSON() ([]byte, error) + type CertificateOrderActionType string + const CertificateOrderActionTypeCertificateExpirationWarning + const CertificateOrderActionTypeCertificateExpired + const CertificateOrderActionTypeCertificateIssued + const CertificateOrderActionTypeCertificateOrderCanceled + const CertificateOrderActionTypeCertificateOrderCreated + const CertificateOrderActionTypeCertificateRevoked + const CertificateOrderActionTypeDomainValidationComplete + const CertificateOrderActionTypeFraudCleared + const CertificateOrderActionTypeFraudDetected + const CertificateOrderActionTypeFraudDocumentationRequired + const CertificateOrderActionTypeOrgNameChange + const CertificateOrderActionTypeOrgValidationComplete + const CertificateOrderActionTypeSanDrop + const CertificateOrderActionTypeUnknown + func PossibleCertificateOrderActionTypeValues() []CertificateOrderActionType + type CertificateOrderContact struct + Email *string + NameFirst *string + NameLast *string + Phone *string + type CertificateOrderStatus string + const CertificateOrderStatusCanceled + const CertificateOrderStatusDenied + const CertificateOrderStatusExpired + const CertificateOrderStatusIssued + const CertificateOrderStatusNotSubmitted + const CertificateOrderStatusPendingRekey + const CertificateOrderStatusPendingissuance + const CertificateOrderStatusPendingrevocation + const CertificateOrderStatusRevoked + const CertificateOrderStatusUnused + func PossibleCertificateOrderStatusValues() []CertificateOrderStatus + type CertificateOrdersDiagnosticsClient struct + func NewCertificateOrdersDiagnosticsClient(subscriptionID string) CertificateOrdersDiagnosticsClient + func NewCertificateOrdersDiagnosticsClientWithBaseURI(baseURI string, subscriptionID string) CertificateOrdersDiagnosticsClient + func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponse(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (result DetectorResponse, err error) + func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponsePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, ...) (*http.Request, error) + func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponseResponder(resp *http.Response) (result DetectorResponse, err error) + func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponseSender(req *http.Request) (*http.Response, error) + func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponse(ctx context.Context, resourceGroupName string, certificateOrderName string) (result DetectorResponseCollectionPage, err error) + func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseComplete(ctx context.Context, resourceGroupName string, certificateOrderName string) (result DetectorResponseCollectionIterator, err error) + func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponsePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error) + func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseResponder(resp *http.Response) (result DetectorResponseCollection, err error) + func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseSender(req *http.Request) (*http.Response, error) + type CertificatePatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (cpr *CertificatePatchResource) UnmarshalJSON(body []byte) error + func (cpr CertificatePatchResource) MarshalJSON() ([]byte, error) + type CertificatePatchResourceProperties struct + CanonicalName *string + CerBlob *[]byte + DomainValidationMethod *string + ExpirationDate *date.Time + FriendlyName *string + HostNames *[]string + HostingEnvironmentProfile *HostingEnvironmentProfile + IssueDate *date.Time + Issuer *string + KeyVaultID *string + KeyVaultSecretName *string + KeyVaultSecretStatus KeyVaultSecretStatus + Password *string + PfxBlob *[]byte + PublicKeyHash *string + SelfLink *string + ServerFarmID *string + SiteName *string + SubjectName *string + Thumbprint *string + Valid *bool + func (cpr CertificatePatchResourceProperties) MarshalJSON() ([]byte, error) + type CertificateProductType string + const CertificateProductTypeStandardDomainValidatedSsl + const CertificateProductTypeStandardDomainValidatedWildCardSsl + func PossibleCertificateProductTypeValues() []CertificateProductType + type CertificateProperties struct + CanonicalName *string + CerBlob *[]byte + DomainValidationMethod *string + ExpirationDate *date.Time + FriendlyName *string + HostNames *[]string + HostingEnvironmentProfile *HostingEnvironmentProfile + IssueDate *date.Time + Issuer *string + KeyVaultID *string + KeyVaultSecretName *string + KeyVaultSecretStatus KeyVaultSecretStatus + Password *string + PfxBlob *[]byte + PublicKeyHash *string + SelfLink *string + ServerFarmID *string + SiteName *string + SubjectName *string + Thumbprint *string + Valid *bool + func (c CertificateProperties) MarshalJSON() ([]byte, error) + type CertificateRegistrationProviderClient struct + func NewCertificateRegistrationProviderClient(subscriptionID string) CertificateRegistrationProviderClient + func NewCertificateRegistrationProviderClientWithBaseURI(baseURI string, subscriptionID string) CertificateRegistrationProviderClient + func (client CertificateRegistrationProviderClient) ListOperations(ctx context.Context) (result CsmOperationCollectionPage, err error) + func (client CertificateRegistrationProviderClient) ListOperationsComplete(ctx context.Context) (result CsmOperationCollectionIterator, err error) + func (client CertificateRegistrationProviderClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error) + func (client CertificateRegistrationProviderClient) ListOperationsResponder(resp *http.Response) (result CsmOperationCollection, err error) + func (client CertificateRegistrationProviderClient) ListOperationsSender(req *http.Request) (*http.Response, error) + type CertificatesClient struct + func NewCertificatesClient(subscriptionID string) CertificatesClient + func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient + func (client CertificatesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, ...) (result Certificate, err error) + func (client CertificatesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client CertificatesClient) CreateOrUpdateResponder(resp *http.Response) (result Certificate, err error) + func (client CertificatesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client CertificatesClient) Delete(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client CertificatesClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client CertificatesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CertificatesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client CertificatesClient) Get(ctx context.Context, resourceGroupName string, name string) (result Certificate, err error) + func (client CertificatesClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client CertificatesClient) GetResponder(resp *http.Response) (result Certificate, err error) + func (client CertificatesClient) GetSender(req *http.Request) (*http.Response, error) + func (client CertificatesClient) List(ctx context.Context, filter string) (result CertificateCollectionPage, err error) + func (client CertificatesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result CertificateCollectionPage, err error) + func (client CertificatesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result CertificateCollectionIterator, err error) + func (client CertificatesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client CertificatesClient) ListByResourceGroupResponder(resp *http.Response) (result CertificateCollection, err error) + func (client CertificatesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client CertificatesClient) ListComplete(ctx context.Context, filter string) (result CertificateCollectionIterator, err error) + func (client CertificatesClient) ListPreparer(ctx context.Context, filter string) (*http.Request, error) + func (client CertificatesClient) ListResponder(resp *http.Response) (result CertificateCollection, err error) + func (client CertificatesClient) ListSender(req *http.Request) (*http.Response, error) + func (client CertificatesClient) Update(ctx context.Context, resourceGroupName string, name string, ...) (result Certificate, err error) + func (client CertificatesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client CertificatesClient) UpdateResponder(resp *http.Response) (result Certificate, err error) + func (client CertificatesClient) UpdateSender(req *http.Request) (*http.Response, error) + type Channels string + const ChannelsAPI + const ChannelsAll + const ChannelsEmail + const ChannelsNotification + const ChannelsWebhook + func PossibleChannelsValues() []Channels + type CheckNameResourceTypes string + const CheckNameResourceTypesHostingEnvironment + const CheckNameResourceTypesMicrosoftWebhostingEnvironments + const CheckNameResourceTypesMicrosoftWebpublishingUsers + const CheckNameResourceTypesMicrosoftWebsites + const CheckNameResourceTypesMicrosoftWebsitesslots + const CheckNameResourceTypesPublishingUser + const CheckNameResourceTypesSite + const CheckNameResourceTypesSlot + func PossibleCheckNameResourceTypesValues() []CheckNameResourceTypes + type ClientCertMode string + const ClientCertModeOptional + const ClientCertModeOptionalInteractiveUser + const ClientCertModeRequired + func PossibleClientCertModeValues() []ClientCertMode + type ClientCredentialMethod string + const ClientCredentialMethodClientSecretPost + func PossibleClientCredentialMethodValues() []ClientCredentialMethod + type ClientRegistration struct + ClientID *string + ClientSecretSettingName *string + type CloneAbilityResult string + const CloneAbilityResultCloneable + const CloneAbilityResultNotCloneable + const CloneAbilityResultPartiallyCloneable + func PossibleCloneAbilityResultValues() []CloneAbilityResult + type CloningInfo struct + AppSettingsOverrides map[string]*string + CloneCustomHostNames *bool + CloneSourceControl *bool + ConfigureLoadBalancing *bool + CorrelationID *uuid.UUID + HostingEnvironment *string + Overwrite *bool + SourceWebAppID *string + SourceWebAppLocation *string + TrafficManagerProfileID *string + TrafficManagerProfileName *string + func (ci CloningInfo) MarshalJSON() ([]byte, error) + type ComputeModeOptions string + const ComputeModeOptionsDedicated + const ComputeModeOptionsDynamic + const ComputeModeOptionsShared + func PossibleComputeModeOptionsValues() []ComputeModeOptions + type ConfigReferenceSource string + const ConfigReferenceSourceKeyVault + func PossibleConfigReferenceSourceValues() []ConfigReferenceSource + type Configuration struct + ActiveRevisionsMode ActiveRevisionsMode + Ingress *Ingress + Registries *[]RegistryCredentials + Secrets *[]Secret + type ConnStringInfo struct + ConnectionString *string + Name *string + Type ConnectionStringType + type ConnStringValueTypePair struct + Type ConnectionStringType + Value *string + type ConnectionStringDictionary struct + ID *string + Kind *string + Name *string + Properties map[string]*ConnStringValueTypePair + Type *string + func (csd ConnectionStringDictionary) MarshalJSON() ([]byte, error) + type ConnectionStringType string + const ConnectionStringTypeAPIHub + const ConnectionStringTypeCustom + const ConnectionStringTypeDocDb + const ConnectionStringTypeEventHub + const ConnectionStringTypeMySQL + const ConnectionStringTypeNotificationHub + const ConnectionStringTypePostgreSQL + const ConnectionStringTypeRedisCache + const ConnectionStringTypeSQLAzure + const ConnectionStringTypeSQLServer + const ConnectionStringTypeServiceBus + func PossibleConnectionStringTypeValues() []ConnectionStringType + type Contact struct + AddressMailing *Address + Email *string + Fax *string + JobTitle *string + NameFirst *string + NameLast *string + NameMiddle *string + Organization *string + Phone *string + type Container struct + Args *[]string + Command *[]string + Env *[]EnvironmentVar + Image *string + Name *string + Resources *ContainerResources + type ContainerApp struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ca *ContainerApp) UnmarshalJSON(body []byte) error + func (ca ContainerApp) MarshalJSON() ([]byte, error) + type ContainerAppCollection struct + NextLink *string + Value *[]ContainerApp + func (cac ContainerAppCollection) IsEmpty() bool + func (cac ContainerAppCollection) MarshalJSON() ([]byte, error) + type ContainerAppCollectionIterator struct + func NewContainerAppCollectionIterator(page ContainerAppCollectionPage) ContainerAppCollectionIterator + func (iter *ContainerAppCollectionIterator) Next() error + func (iter *ContainerAppCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ContainerAppCollectionIterator) NotDone() bool + func (iter ContainerAppCollectionIterator) Response() ContainerAppCollection + func (iter ContainerAppCollectionIterator) Value() ContainerApp + type ContainerAppCollectionPage struct + func NewContainerAppCollectionPage(cur ContainerAppCollection, ...) ContainerAppCollectionPage + func (page *ContainerAppCollectionPage) Next() error + func (page *ContainerAppCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ContainerAppCollectionPage) NotDone() bool + func (page ContainerAppCollectionPage) Response() ContainerAppCollection + func (page ContainerAppCollectionPage) Values() []ContainerApp + type ContainerAppProperties struct + Configuration *Configuration + KubeEnvironmentID *string + LatestRevisionFqdn *string + LatestRevisionName *string + ProvisioningState ContainerAppProvisioningState + Template *Template + func (ca ContainerAppProperties) MarshalJSON() ([]byte, error) + type ContainerAppProvisioningState string + const ContainerAppProvisioningStateCanceled + const ContainerAppProvisioningStateFailed + const ContainerAppProvisioningStateInProgress + const ContainerAppProvisioningStateSucceeded + func PossibleContainerAppProvisioningStateValues() []ContainerAppProvisioningState + type ContainerAppSecret struct + Name *string + Value *string + func (cas ContainerAppSecret) MarshalJSON() ([]byte, error) + type ContainerAppsClient struct + func NewContainerAppsClient(subscriptionID string) ContainerAppsClient + func NewContainerAppsClientWithBaseURI(baseURI string, subscriptionID string) ContainerAppsClient + func (client ContainerAppsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, ...) (result ContainerAppsCreateOrUpdateFuture, err error) + func (client ContainerAppsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client ContainerAppsClient) CreateOrUpdateResponder(resp *http.Response) (result ContainerApp, err error) + func (client ContainerAppsClient) CreateOrUpdateSender(req *http.Request) (future ContainerAppsCreateOrUpdateFuture, err error) + func (client ContainerAppsClient) Delete(ctx context.Context, resourceGroupName string, name string) (result ContainerAppsDeleteFuture, err error) + func (client ContainerAppsClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client ContainerAppsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ContainerAppsClient) DeleteSender(req *http.Request) (future ContainerAppsDeleteFuture, err error) + func (client ContainerAppsClient) Get(ctx context.Context, resourceGroupName string, name string) (result ContainerApp, err error) + func (client ContainerAppsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client ContainerAppsClient) GetResponder(resp *http.Response) (result ContainerApp, err error) + func (client ContainerAppsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ContainerAppsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ContainerAppCollectionPage, err error) + func (client ContainerAppsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ContainerAppCollectionIterator, err error) + func (client ContainerAppsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ContainerAppsClient) ListByResourceGroupResponder(resp *http.Response) (result ContainerAppCollection, err error) + func (client ContainerAppsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ContainerAppsClient) ListBySubscription(ctx context.Context) (result ContainerAppCollectionPage, err error) + func (client ContainerAppsClient) ListBySubscriptionComplete(ctx context.Context) (result ContainerAppCollectionIterator, err error) + func (client ContainerAppsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client ContainerAppsClient) ListBySubscriptionResponder(resp *http.Response) (result ContainerAppCollection, err error) + func (client ContainerAppsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client ContainerAppsClient) ListSecrets(ctx context.Context, name string) (result SecretsCollection, err error) + func (client ContainerAppsClient) ListSecretsPreparer(ctx context.Context, name string) (*http.Request, error) + func (client ContainerAppsClient) ListSecretsResponder(resp *http.Response) (result SecretsCollection, err error) + func (client ContainerAppsClient) ListSecretsSender(req *http.Request) (*http.Response, error) + type ContainerAppsConfiguration struct + AppSubnetResourceID *string + ControlPlaneSubnetResourceID *string + DaprAIInstrumentationKey *string + DockerBridgeCidr *string + PlatformReservedCidr *string + PlatformReservedDNSIP *string + type ContainerAppsCreateOrUpdateFuture struct + Result func(ContainerAppsClient) (ContainerApp, error) + func (future *ContainerAppsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ContainerAppsDeleteFuture struct + Result func(ContainerAppsClient) (autorest.Response, error) + func (future *ContainerAppsDeleteFuture) UnmarshalJSON(body []byte) error + type ContainerAppsRevisionsClient struct + func NewContainerAppsRevisionsClient(subscriptionID string) ContainerAppsRevisionsClient + func NewContainerAppsRevisionsClientWithBaseURI(baseURI string, subscriptionID string) ContainerAppsRevisionsClient + func (client ContainerAppsRevisionsClient) ActivateRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (result autorest.Response, err error) + func (client ContainerAppsRevisionsClient) ActivateRevisionPreparer(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*http.Request, error) + func (client ContainerAppsRevisionsClient) ActivateRevisionResponder(resp *http.Response) (result autorest.Response, err error) + func (client ContainerAppsRevisionsClient) ActivateRevisionSender(req *http.Request) (*http.Response, error) + func (client ContainerAppsRevisionsClient) DeactivateRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (result autorest.Response, err error) + func (client ContainerAppsRevisionsClient) DeactivateRevisionPreparer(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*http.Request, error) + func (client ContainerAppsRevisionsClient) DeactivateRevisionResponder(resp *http.Response) (result autorest.Response, err error) + func (client ContainerAppsRevisionsClient) DeactivateRevisionSender(req *http.Request) (*http.Response, error) + func (client ContainerAppsRevisionsClient) GetRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (result Revision, err error) + func (client ContainerAppsRevisionsClient) GetRevisionPreparer(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*http.Request, error) + func (client ContainerAppsRevisionsClient) GetRevisionResponder(resp *http.Response) (result Revision, err error) + func (client ContainerAppsRevisionsClient) GetRevisionSender(req *http.Request) (*http.Response, error) + func (client ContainerAppsRevisionsClient) ListRevisions(ctx context.Context, resourceGroupName string, containerAppName string) (result RevisionCollectionPage, err error) + func (client ContainerAppsRevisionsClient) ListRevisionsComplete(ctx context.Context, resourceGroupName string, containerAppName string) (result RevisionCollectionIterator, err error) + func (client ContainerAppsRevisionsClient) ListRevisionsPreparer(ctx context.Context, resourceGroupName string, containerAppName string) (*http.Request, error) + func (client ContainerAppsRevisionsClient) ListRevisionsResponder(resp *http.Response) (result RevisionCollection, err error) + func (client ContainerAppsRevisionsClient) ListRevisionsSender(req *http.Request) (*http.Response, error) + func (client ContainerAppsRevisionsClient) RestartRevision(ctx context.Context, resourceGroupName string, containerAppName string, ...) (result autorest.Response, err error) + func (client ContainerAppsRevisionsClient) RestartRevisionPreparer(ctx context.Context, resourceGroupName string, containerAppName string, ...) (*http.Request, error) + func (client ContainerAppsRevisionsClient) RestartRevisionResponder(resp *http.Response) (result autorest.Response, err error) + func (client ContainerAppsRevisionsClient) RestartRevisionSender(req *http.Request) (*http.Response, error) + type ContainerCPUStatistics struct + CPUUsage *ContainerCPUUsage + OnlineCPUCount *int32 + SystemCPUUsage *int64 + ThrottlingData *ContainerThrottlingData + type ContainerCPUUsage struct + KernelModeUsage *int64 + PerCPUUsage *[]int64 + TotalUsage *int64 + UserModeUsage *int64 + type ContainerInfo struct + CurrentCPUStats *ContainerCPUStatistics + CurrentTimeStamp *date.Time + Eth0 *ContainerNetworkInterfaceStatistics + ID *string + MemoryStats *ContainerMemoryStatistics + Name *string + PreviousCPUStats *ContainerCPUStatistics + PreviousTimeStamp *date.Time + type ContainerMemoryStatistics struct + Limit *int64 + MaxUsage *int64 + Usage *int64 + type ContainerNetworkInterfaceStatistics struct + RxBytes *int64 + RxDropped *int64 + RxErrors *int64 + RxPackets *int64 + TxBytes *int64 + TxDropped *int64 + TxErrors *int64 + TxPackets *int64 + type ContainerResources struct + CPU *float64 + Memory *string + type ContainerThrottlingData struct + Periods *int32 + ThrottledPeriods *int32 + ThrottledTime *int32 + type ContentHash struct + Algorithm *string + Value *string + type ContentLink struct + ContentHash *ContentHash + ContentSize *int64 + ContentVersion *string + Metadata interface{} + URI *string + func (cl ContentLink) MarshalJSON() ([]byte, error) + type ContinuousWebJob struct + ID *string + Kind *string + Name *string + Type *string + func (cwj *ContinuousWebJob) UnmarshalJSON(body []byte) error + func (cwj ContinuousWebJob) MarshalJSON() ([]byte, error) + type ContinuousWebJobCollection struct + NextLink *string + Value *[]ContinuousWebJob + func (cwjc ContinuousWebJobCollection) IsEmpty() bool + func (cwjc ContinuousWebJobCollection) MarshalJSON() ([]byte, error) + type ContinuousWebJobCollectionIterator struct + func NewContinuousWebJobCollectionIterator(page ContinuousWebJobCollectionPage) ContinuousWebJobCollectionIterator + func (iter *ContinuousWebJobCollectionIterator) Next() error + func (iter *ContinuousWebJobCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ContinuousWebJobCollectionIterator) NotDone() bool + func (iter ContinuousWebJobCollectionIterator) Response() ContinuousWebJobCollection + func (iter ContinuousWebJobCollectionIterator) Value() ContinuousWebJob + type ContinuousWebJobCollectionPage struct + func NewContinuousWebJobCollectionPage(cur ContinuousWebJobCollection, ...) ContinuousWebJobCollectionPage + func (page *ContinuousWebJobCollectionPage) Next() error + func (page *ContinuousWebJobCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ContinuousWebJobCollectionPage) NotDone() bool + func (page ContinuousWebJobCollectionPage) Response() ContinuousWebJobCollection + func (page ContinuousWebJobCollectionPage) Values() []ContinuousWebJob + type ContinuousWebJobProperties struct + DetailedStatus *string + Error *string + ExtraInfoURL *string + LogURL *string + RunCommand *string + Settings map[string]interface{} + Status ContinuousWebJobStatus + URL *string + UsingSdk *bool + WebJobType JobType + func (cwj ContinuousWebJobProperties) MarshalJSON() ([]byte, error) + type ContinuousWebJobStatus string + const ContinuousWebJobStatusInitializing + const ContinuousWebJobStatusPendingRestart + const ContinuousWebJobStatusRunning + const ContinuousWebJobStatusStarting + const ContinuousWebJobStatusStopped + func PossibleContinuousWebJobStatusValues() []ContinuousWebJobStatus + type CookieExpiration struct + Convention CookieExpirationConvention + TimeToExpiration *string + type CookieExpirationConvention string + const CookieExpirationConventionFixedTime + const CookieExpirationConventionIdentityProviderDerived + func PossibleCookieExpirationConventionValues() []CookieExpirationConvention + type Correlation struct + ClientTrackingID *string + type CorsSettings struct + AllowedOrigins *[]string + SupportCredentials *bool + type CsmDeploymentStatus struct + ID *string + Kind *string + Name *string + Type *string + func (cds *CsmDeploymentStatus) UnmarshalJSON(body []byte) error + func (cds CsmDeploymentStatus) MarshalJSON() ([]byte, error) + type CsmDeploymentStatusCollection struct + NextLink *string + Value *[]CsmDeploymentStatus + func (cdsc CsmDeploymentStatusCollection) IsEmpty() bool + func (cdsc CsmDeploymentStatusCollection) MarshalJSON() ([]byte, error) + type CsmDeploymentStatusCollectionIterator struct + func NewCsmDeploymentStatusCollectionIterator(page CsmDeploymentStatusCollectionPage) CsmDeploymentStatusCollectionIterator + func (iter *CsmDeploymentStatusCollectionIterator) Next() error + func (iter *CsmDeploymentStatusCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CsmDeploymentStatusCollectionIterator) NotDone() bool + func (iter CsmDeploymentStatusCollectionIterator) Response() CsmDeploymentStatusCollection + func (iter CsmDeploymentStatusCollectionIterator) Value() CsmDeploymentStatus + type CsmDeploymentStatusCollectionPage struct + func NewCsmDeploymentStatusCollectionPage(cur CsmDeploymentStatusCollection, ...) CsmDeploymentStatusCollectionPage + func (page *CsmDeploymentStatusCollectionPage) Next() error + func (page *CsmDeploymentStatusCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CsmDeploymentStatusCollectionPage) NotDone() bool + func (page CsmDeploymentStatusCollectionPage) Response() CsmDeploymentStatusCollection + func (page CsmDeploymentStatusCollectionPage) Values() []CsmDeploymentStatus + type CsmDeploymentStatusProperties struct + DeploymentID *string + Errors *[]ErrorEntity + FailedInstancesLogs *[]string + NumberOfInstancesFailed *int32 + NumberOfInstancesInProgress *int32 + NumberOfInstancesSuccessful *int32 + Status DeploymentBuildStatus + type CsmMoveResourceEnvelope struct + Resources *[]string + TargetResourceGroup *string + type CsmOperationCollection struct + NextLink *string + Value *[]CsmOperationDescription + func (coc CsmOperationCollection) IsEmpty() bool + func (coc CsmOperationCollection) MarshalJSON() ([]byte, error) + type CsmOperationCollectionIterator struct + func NewCsmOperationCollectionIterator(page CsmOperationCollectionPage) CsmOperationCollectionIterator + func (iter *CsmOperationCollectionIterator) Next() error + func (iter *CsmOperationCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CsmOperationCollectionIterator) NotDone() bool + func (iter CsmOperationCollectionIterator) Response() CsmOperationCollection + func (iter CsmOperationCollectionIterator) Value() CsmOperationDescription + type CsmOperationCollectionPage struct + func NewCsmOperationCollectionPage(cur CsmOperationCollection, ...) CsmOperationCollectionPage + func (page *CsmOperationCollectionPage) Next() error + func (page *CsmOperationCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CsmOperationCollectionPage) NotDone() bool + func (page CsmOperationCollectionPage) Response() CsmOperationCollection + func (page CsmOperationCollectionPage) Values() []CsmOperationDescription + type CsmOperationDescription struct + Display *CsmOperationDisplay + IsDataAction *bool + Name *string + Origin *string + Properties *CsmOperationDescriptionProperties + type CsmOperationDescriptionProperties struct + ServiceSpecification *ServiceSpecification + type CsmOperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type CsmPublishingCredentialsPoliciesEntity struct + ID *string + Kind *string + Name *string + Type *string + func (cpcpe *CsmPublishingCredentialsPoliciesEntity) UnmarshalJSON(body []byte) error + func (cpcpe CsmPublishingCredentialsPoliciesEntity) MarshalJSON() ([]byte, error) + type CsmPublishingCredentialsPoliciesEntityProperties struct + Allow *bool + type CsmPublishingProfileOptions struct + Format PublishingProfileFormat + IncludeDisasterRecoveryEndpoints *bool + type CsmSlotEntity struct + PreserveVnet *bool + TargetSlot *string + type CsmUsageQuota struct + CurrentValue *int64 + Limit *int64 + Name *LocalizableString + NextResetTime *date.Time + Unit *string + type CsmUsageQuotaCollection struct + NextLink *string + Value *[]CsmUsageQuota + func (cuqc CsmUsageQuotaCollection) IsEmpty() bool + func (cuqc CsmUsageQuotaCollection) MarshalJSON() ([]byte, error) + type CsmUsageQuotaCollectionIterator struct + func NewCsmUsageQuotaCollectionIterator(page CsmUsageQuotaCollectionPage) CsmUsageQuotaCollectionIterator + func (iter *CsmUsageQuotaCollectionIterator) Next() error + func (iter *CsmUsageQuotaCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CsmUsageQuotaCollectionIterator) NotDone() bool + func (iter CsmUsageQuotaCollectionIterator) Response() CsmUsageQuotaCollection + func (iter CsmUsageQuotaCollectionIterator) Value() CsmUsageQuota + type CsmUsageQuotaCollectionPage struct + func NewCsmUsageQuotaCollectionPage(cur CsmUsageQuotaCollection, ...) CsmUsageQuotaCollectionPage + func (page *CsmUsageQuotaCollectionPage) Next() error + func (page *CsmUsageQuotaCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CsmUsageQuotaCollectionPage) NotDone() bool + func (page CsmUsageQuotaCollectionPage) Response() CsmUsageQuotaCollection + func (page CsmUsageQuotaCollectionPage) Values() []CsmUsageQuota + type CustomDNSSuffixConfiguration struct + ID *string + Kind *string + Name *string + Type *string + func (cdsc *CustomDNSSuffixConfiguration) UnmarshalJSON(body []byte) error + func (cdsc CustomDNSSuffixConfiguration) MarshalJSON() ([]byte, error) + type CustomDNSSuffixConfigurationProperties struct + CertificateURL *string + DNSSuffix *string + KeyVaultReferenceIdentity *string + ProvisioningDetails *string + ProvisioningState CustomDNSSuffixProvisioningState + func (cdsc CustomDNSSuffixConfigurationProperties) MarshalJSON() ([]byte, error) + type CustomDNSSuffixProvisioningState string + const CustomDNSSuffixProvisioningStateDegraded + const CustomDNSSuffixProvisioningStateFailed + const CustomDNSSuffixProvisioningStateInProgress + const CustomDNSSuffixProvisioningStateSucceeded + func PossibleCustomDNSSuffixProvisioningStateValues() []CustomDNSSuffixProvisioningState + type CustomDomainStatus string + const CustomDomainStatusAdding + const CustomDomainStatusDeleting + const CustomDomainStatusFailed + const CustomDomainStatusReady + const CustomDomainStatusRetrievingValidationToken + const CustomDomainStatusUnhealthy + const CustomDomainStatusValidating + func PossibleCustomDomainStatusValues() []CustomDomainStatus + type CustomHostNameDNSRecordType string + const CustomHostNameDNSRecordTypeA + const CustomHostNameDNSRecordTypeCName + func PossibleCustomHostNameDNSRecordTypeValues() []CustomHostNameDNSRecordType + type CustomHostnameAnalysisResult struct + ID *string + Kind *string + Name *string + Type *string + func (char *CustomHostnameAnalysisResult) UnmarshalJSON(body []byte) error + func (char CustomHostnameAnalysisResult) MarshalJSON() ([]byte, error) + type CustomHostnameAnalysisResultProperties struct + ARecords *[]string + AlternateCNameRecords *[]string + AlternateTxtRecords *[]string + CNameRecords *[]string + ConflictingAppResourceID *string + CustomDomainVerificationFailureInfo *ErrorEntity + CustomDomainVerificationTest DNSVerificationTestResult + HasConflictAcrossSubscription *bool + HasConflictOnScaleUnit *bool + IsHostnameAlreadyVerified *bool + TxtRecords *[]string + func (char CustomHostnameAnalysisResultProperties) MarshalJSON() ([]byte, error) + type CustomHostnameSites struct + ID *string + Kind *string + Name *string + Type *string + func (chs *CustomHostnameSites) UnmarshalJSON(body []byte) error + func (chs CustomHostnameSites) MarshalJSON() ([]byte, error) + type CustomHostnameSitesCollection struct + NextLink *string + Value *[]CustomHostnameSites + func (chsc CustomHostnameSitesCollection) IsEmpty() bool + func (chsc CustomHostnameSitesCollection) MarshalJSON() ([]byte, error) + type CustomHostnameSitesCollectionIterator struct + func NewCustomHostnameSitesCollectionIterator(page CustomHostnameSitesCollectionPage) CustomHostnameSitesCollectionIterator + func (iter *CustomHostnameSitesCollectionIterator) Next() error + func (iter *CustomHostnameSitesCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CustomHostnameSitesCollectionIterator) NotDone() bool + func (iter CustomHostnameSitesCollectionIterator) Response() CustomHostnameSitesCollection + func (iter CustomHostnameSitesCollectionIterator) Value() CustomHostnameSites + type CustomHostnameSitesCollectionPage struct + func NewCustomHostnameSitesCollectionPage(cur CustomHostnameSitesCollection, ...) CustomHostnameSitesCollectionPage + func (page *CustomHostnameSitesCollectionPage) Next() error + func (page *CustomHostnameSitesCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CustomHostnameSitesCollectionPage) NotDone() bool + func (page CustomHostnameSitesCollectionPage) Response() CustomHostnameSitesCollection + func (page CustomHostnameSitesCollectionPage) Values() []CustomHostnameSites + type CustomHostnameSitesProperties struct + CustomHostname *string + Region *string + SiteResourceIds *[]Identifier + type CustomOpenIDConnectProvider struct + Enabled *bool + Login *OpenIDConnectLogin + Registration *OpenIDConnectRegistration + type CustomScaleRule struct + Auth *[]ScaleRuleAuth + Metadata map[string]*string + Type *string + func (csr CustomScaleRule) MarshalJSON() ([]byte, error) + type DNSType string + const DNSTypeAzureDNS + const DNSTypeDefaultDomainRegistrarDNS + func PossibleDNSTypeValues() []DNSType + type DNSVerificationTestResult string + const DNSVerificationTestResultFailed + const DNSVerificationTestResultPassed + const DNSVerificationTestResultSkipped + func PossibleDNSVerificationTestResultValues() []DNSVerificationTestResult + type Dapr struct + AppID *string + AppPort *int32 + Components *[]DaprComponent + Enabled *bool + type DaprComponent struct + Metadata *[]DaprMetadata + Name *string + Type *string + Version *string + type DaprMetadata struct + Name *string + SecretRef *string + Value *string + type DataProviderMetadata struct + PropertyBag *[]KeyValuePairStringObject + ProviderName *string + func (dpm DataProviderMetadata) MarshalJSON() ([]byte, error) + type DataSource struct + DataSourceURI *[]NameValuePair + Instructions *[]string + type DataTableResponseColumn struct + ColumnName *string + ColumnType *string + DataType *string + type DataTableResponseObject struct + Columns *[]DataTableResponseColumn + Rows *[][]string + TableName *string + type DatabaseBackupSetting struct + ConnectionString *string + ConnectionStringName *string + DatabaseType DatabaseType + Name *string + type DatabaseConnection struct + ID *string + Kind *string + Name *string + Type *string + func (dc *DatabaseConnection) UnmarshalJSON(body []byte) error + func (dc DatabaseConnection) MarshalJSON() ([]byte, error) + type DatabaseConnectionCollection struct + NextLink *string + Value *[]DatabaseConnection + func (dcc DatabaseConnectionCollection) IsEmpty() bool + func (dcc DatabaseConnectionCollection) MarshalJSON() ([]byte, error) + type DatabaseConnectionCollectionIterator struct + func NewDatabaseConnectionCollectionIterator(page DatabaseConnectionCollectionPage) DatabaseConnectionCollectionIterator + func (iter *DatabaseConnectionCollectionIterator) Next() error + func (iter *DatabaseConnectionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DatabaseConnectionCollectionIterator) NotDone() bool + func (iter DatabaseConnectionCollectionIterator) Response() DatabaseConnectionCollection + func (iter DatabaseConnectionCollectionIterator) Value() DatabaseConnection + type DatabaseConnectionCollectionPage struct + func NewDatabaseConnectionCollectionPage(cur DatabaseConnectionCollection, ...) DatabaseConnectionCollectionPage + func (page *DatabaseConnectionCollectionPage) Next() error + func (page *DatabaseConnectionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DatabaseConnectionCollectionPage) NotDone() bool + func (page DatabaseConnectionCollectionPage) Response() DatabaseConnectionCollection + func (page DatabaseConnectionCollectionPage) Values() []DatabaseConnection + type DatabaseConnectionOverview struct + ConfigurationFiles *[]StaticSiteDatabaseConnectionConfigurationFileOverview + ConnectionIdentity *string + Name *string + Region *string + ResourceID *string + func (dco DatabaseConnectionOverview) MarshalJSON() ([]byte, error) + type DatabaseConnectionPatchRequest struct + func (dcpr *DatabaseConnectionPatchRequest) UnmarshalJSON(body []byte) error + func (dcpr DatabaseConnectionPatchRequest) MarshalJSON() ([]byte, error) + type DatabaseConnectionPatchRequestProperties struct + ConnectionIdentity *string + ConnectionString *string + Region *string + ResourceID *string + type DatabaseConnectionProperties struct + ConfigurationFiles *[]StaticSiteDatabaseConnectionConfigurationFileOverview + ConnectionIdentity *string + ConnectionString *string + Region *string + ResourceID *string + func (dc DatabaseConnectionProperties) MarshalJSON() ([]byte, error) + type DatabaseType string + const DatabaseTypeLocalMySQL + const DatabaseTypeMySQL + const DatabaseTypePostgreSQL + const DatabaseTypeSQLAzure + func PossibleDatabaseTypeValues() []DatabaseType + type DayOfWeek string + const DayOfWeekFriday + const DayOfWeekMonday + const DayOfWeekSaturday + const DayOfWeekSunday + const DayOfWeekThursday + const DayOfWeekTuesday + const DayOfWeekWednesday + func PossibleDayOfWeekValues() []DayOfWeek + type DaysOfWeek string + const DaysOfWeekFriday + const DaysOfWeekMonday + const DaysOfWeekSaturday + const DaysOfWeekSunday + const DaysOfWeekThursday + const DaysOfWeekTuesday + const DaysOfWeekWednesday + func PossibleDaysOfWeekValues() []DaysOfWeek + type DefaultAction string + const DefaultActionAllow + const DefaultActionDeny + func PossibleDefaultActionValues() []DefaultAction + type DefaultAuthorizationPolicy struct + AllowedApplications *[]string + AllowedPrincipals *AllowedPrincipals + type DefaultErrorResponse struct + Error *DefaultErrorResponseError + func (der DefaultErrorResponse) MarshalJSON() ([]byte, error) + type DefaultErrorResponseError struct + Code *string + Details *[]DefaultErrorResponseErrorDetailsItem + Innererror *string + Message *string + Target *string + func (der DefaultErrorResponseError) MarshalJSON() ([]byte, error) + type DefaultErrorResponseErrorDetailsItem struct + Code *string + Message *string + Target *string + func (derI DefaultErrorResponseErrorDetailsItem) MarshalJSON() ([]byte, error) + type DeletedAppRestoreRequest struct + ID *string + Kind *string + Name *string + Type *string + func (darr *DeletedAppRestoreRequest) UnmarshalJSON(body []byte) error + func (darr DeletedAppRestoreRequest) MarshalJSON() ([]byte, error) + type DeletedAppRestoreRequestProperties struct + DeletedSiteID *string + RecoverConfiguration *bool + SnapshotTime *string + UseDRSecondary *bool + type DeletedSite struct + ID *string + Kind *string + Name *string + Type *string + func (ds *DeletedSite) UnmarshalJSON(body []byte) error + func (ds DeletedSite) MarshalJSON() ([]byte, error) + type DeletedSiteProperties struct + DeletedSiteID *int32 + DeletedSiteName *string + DeletedTimestamp *string + GeoRegionName *string + Kind *string + ResourceGroup *string + Slot *string + Subscription *string + func (ds DeletedSiteProperties) MarshalJSON() ([]byte, error) + type DeletedWebAppCollection struct + NextLink *string + Value *[]DeletedSite + func (dwac DeletedWebAppCollection) IsEmpty() bool + func (dwac DeletedWebAppCollection) MarshalJSON() ([]byte, error) + type DeletedWebAppCollectionIterator struct + func NewDeletedWebAppCollectionIterator(page DeletedWebAppCollectionPage) DeletedWebAppCollectionIterator + func (iter *DeletedWebAppCollectionIterator) Next() error + func (iter *DeletedWebAppCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DeletedWebAppCollectionIterator) NotDone() bool + func (iter DeletedWebAppCollectionIterator) Response() DeletedWebAppCollection + func (iter DeletedWebAppCollectionIterator) Value() DeletedSite + type DeletedWebAppCollectionPage struct + func NewDeletedWebAppCollectionPage(cur DeletedWebAppCollection, ...) DeletedWebAppCollectionPage + func (page *DeletedWebAppCollectionPage) Next() error + func (page *DeletedWebAppCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DeletedWebAppCollectionPage) NotDone() bool + func (page DeletedWebAppCollectionPage) Response() DeletedWebAppCollection + func (page DeletedWebAppCollectionPage) Values() []DeletedSite + type DeletedWebAppsClient struct + func NewDeletedWebAppsClient(subscriptionID string) DeletedWebAppsClient + func NewDeletedWebAppsClientWithBaseURI(baseURI string, subscriptionID string) DeletedWebAppsClient + func (client DeletedWebAppsClient) GetDeletedWebAppByLocation(ctx context.Context, location string, deletedSiteID string) (result DeletedSite, err error) + func (client DeletedWebAppsClient) GetDeletedWebAppByLocationPreparer(ctx context.Context, location string, deletedSiteID string) (*http.Request, error) + func (client DeletedWebAppsClient) GetDeletedWebAppByLocationResponder(resp *http.Response) (result DeletedSite, err error) + func (client DeletedWebAppsClient) GetDeletedWebAppByLocationSender(req *http.Request) (*http.Response, error) + func (client DeletedWebAppsClient) List(ctx context.Context) (result DeletedWebAppCollectionPage, err error) + func (client DeletedWebAppsClient) ListByLocation(ctx context.Context, location string) (result DeletedWebAppCollectionPage, err error) + func (client DeletedWebAppsClient) ListByLocationComplete(ctx context.Context, location string) (result DeletedWebAppCollectionIterator, err error) + func (client DeletedWebAppsClient) ListByLocationPreparer(ctx context.Context, location string) (*http.Request, error) + func (client DeletedWebAppsClient) ListByLocationResponder(resp *http.Response) (result DeletedWebAppCollection, err error) + func (client DeletedWebAppsClient) ListByLocationSender(req *http.Request) (*http.Response, error) + func (client DeletedWebAppsClient) ListComplete(ctx context.Context) (result DeletedWebAppCollectionIterator, err error) + func (client DeletedWebAppsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DeletedWebAppsClient) ListResponder(resp *http.Response) (result DeletedWebAppCollection, err error) + func (client DeletedWebAppsClient) ListSender(req *http.Request) (*http.Response, error) + type Deployment struct + ID *string + Kind *string + Name *string + Type *string + func (d *Deployment) UnmarshalJSON(body []byte) error + func (d Deployment) MarshalJSON() ([]byte, error) + type DeploymentBuildStatus string + const DeploymentBuildStatusBuildAborted + const DeploymentBuildStatusBuildFailed + const DeploymentBuildStatusBuildInProgress + const DeploymentBuildStatusBuildPending + const DeploymentBuildStatusBuildRequestReceived + const DeploymentBuildStatusBuildSuccessful + const DeploymentBuildStatusPostBuildRestartRequired + const DeploymentBuildStatusRuntimeFailed + const DeploymentBuildStatusRuntimeStarting + const DeploymentBuildStatusRuntimeSuccessful + const DeploymentBuildStatusStartPolling + const DeploymentBuildStatusStartPollingWithRestart + const DeploymentBuildStatusTimedOut + func PossibleDeploymentBuildStatusValues() []DeploymentBuildStatus + type DeploymentCollection struct + NextLink *string + Value *[]Deployment + func (dc DeploymentCollection) IsEmpty() bool + func (dc DeploymentCollection) MarshalJSON() ([]byte, error) + type DeploymentCollectionIterator struct + func NewDeploymentCollectionIterator(page DeploymentCollectionPage) DeploymentCollectionIterator + func (iter *DeploymentCollectionIterator) Next() error + func (iter *DeploymentCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DeploymentCollectionIterator) NotDone() bool + func (iter DeploymentCollectionIterator) Response() DeploymentCollection + func (iter DeploymentCollectionIterator) Value() Deployment + type DeploymentCollectionPage struct + func NewDeploymentCollectionPage(cur DeploymentCollection, ...) DeploymentCollectionPage + func (page *DeploymentCollectionPage) Next() error + func (page *DeploymentCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DeploymentCollectionPage) NotDone() bool + func (page DeploymentCollectionPage) Response() DeploymentCollection + func (page DeploymentCollectionPage) Values() []Deployment + type DeploymentLocations struct + HostingEnvironmentDeploymentInfos *[]HostingEnvironmentDeploymentInfo + HostingEnvironments *[]AppServiceEnvironment + Locations *[]GeoRegion + type DeploymentProperties struct + Active *bool + Author *string + AuthorEmail *string + Deployer *string + Details *string + EndTime *date.Time + Message *string + StartTime *date.Time + Status *int32 + type DetectorAbnormalTimePeriod struct + EndTime *date.Time + Message *string + MetaData *[][]NameValuePair + Priority *float64 + Solutions *[]Solution + Source *string + StartTime *date.Time + Type IssueType + type DetectorDefinition struct + Description *string + DisplayName *string + IsEnabled *bool + Rank *float64 + func (dd DetectorDefinition) MarshalJSON() ([]byte, error) + type DetectorDefinitionResource struct + ID *string + Kind *string + Name *string + Type *string + func (ddr *DetectorDefinitionResource) UnmarshalJSON(body []byte) error + func (ddr DetectorDefinitionResource) MarshalJSON() ([]byte, error) + type DetectorInfo struct + AnalysisType *[]string + Author *string + Category *string + Description *string + ID *string + Name *string + Score *float64 + SupportTopicList *[]SupportTopic + Type DetectorType + func (di DetectorInfo) MarshalJSON() ([]byte, error) + type DetectorResponse struct + ID *string + Kind *string + Name *string + Type *string + func (dr *DetectorResponse) UnmarshalJSON(body []byte) error + func (dr DetectorResponse) MarshalJSON() ([]byte, error) + type DetectorResponseCollection struct + NextLink *string + Value *[]DetectorResponse + func (drc DetectorResponseCollection) IsEmpty() bool + func (drc DetectorResponseCollection) MarshalJSON() ([]byte, error) + type DetectorResponseCollectionIterator struct + func NewDetectorResponseCollectionIterator(page DetectorResponseCollectionPage) DetectorResponseCollectionIterator + func (iter *DetectorResponseCollectionIterator) Next() error + func (iter *DetectorResponseCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DetectorResponseCollectionIterator) NotDone() bool + func (iter DetectorResponseCollectionIterator) Response() DetectorResponseCollection + func (iter DetectorResponseCollectionIterator) Value() DetectorResponse + type DetectorResponseCollectionPage struct + func NewDetectorResponseCollectionPage(cur DetectorResponseCollection, ...) DetectorResponseCollectionPage + func (page *DetectorResponseCollectionPage) Next() error + func (page *DetectorResponseCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DetectorResponseCollectionPage) NotDone() bool + func (page DetectorResponseCollectionPage) Response() DetectorResponseCollection + func (page DetectorResponseCollectionPage) Values() []DetectorResponse + type DetectorResponseProperties struct + DataProvidersMetadata *[]DataProviderMetadata + Dataset *[]DiagnosticData + Metadata *DetectorInfo + Status *Status + SuggestedUtterances *QueryUtterancesResults + type DetectorType string + const DetectorTypeAnalysis + const DetectorTypeCategoryOverview + const DetectorTypeDetector + func PossibleDetectorTypeValues() []DetectorType + type DiagnosticAnalysis struct + ID *string + Kind *string + Name *string + Type *string + func (da *DiagnosticAnalysis) UnmarshalJSON(body []byte) error + func (da DiagnosticAnalysis) MarshalJSON() ([]byte, error) + type DiagnosticAnalysisCollection struct + NextLink *string + Value *[]AnalysisDefinition + func (dac DiagnosticAnalysisCollection) IsEmpty() bool + func (dac DiagnosticAnalysisCollection) MarshalJSON() ([]byte, error) + type DiagnosticAnalysisCollectionIterator struct + func NewDiagnosticAnalysisCollectionIterator(page DiagnosticAnalysisCollectionPage) DiagnosticAnalysisCollectionIterator + func (iter *DiagnosticAnalysisCollectionIterator) Next() error + func (iter *DiagnosticAnalysisCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DiagnosticAnalysisCollectionIterator) NotDone() bool + func (iter DiagnosticAnalysisCollectionIterator) Response() DiagnosticAnalysisCollection + func (iter DiagnosticAnalysisCollectionIterator) Value() AnalysisDefinition + type DiagnosticAnalysisCollectionPage struct + func NewDiagnosticAnalysisCollectionPage(cur DiagnosticAnalysisCollection, ...) DiagnosticAnalysisCollectionPage + func (page *DiagnosticAnalysisCollectionPage) Next() error + func (page *DiagnosticAnalysisCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DiagnosticAnalysisCollectionPage) NotDone() bool + func (page DiagnosticAnalysisCollectionPage) Response() DiagnosticAnalysisCollection + func (page DiagnosticAnalysisCollectionPage) Values() []AnalysisDefinition + type DiagnosticAnalysisProperties struct + AbnormalTimePeriods *[]AbnormalTimePeriod + EndTime *date.Time + NonCorrelatedDetectors *[]DetectorDefinition + Payload *[]AnalysisData + StartTime *date.Time + type DiagnosticCategory struct + ID *string + Kind *string + Name *string + Type *string + func (dc *DiagnosticCategory) UnmarshalJSON(body []byte) error + func (dc DiagnosticCategory) MarshalJSON() ([]byte, error) + type DiagnosticCategoryCollection struct + NextLink *string + Value *[]DiagnosticCategory + func (dcc DiagnosticCategoryCollection) IsEmpty() bool + func (dcc DiagnosticCategoryCollection) MarshalJSON() ([]byte, error) + type DiagnosticCategoryCollectionIterator struct + func NewDiagnosticCategoryCollectionIterator(page DiagnosticCategoryCollectionPage) DiagnosticCategoryCollectionIterator + func (iter *DiagnosticCategoryCollectionIterator) Next() error + func (iter *DiagnosticCategoryCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DiagnosticCategoryCollectionIterator) NotDone() bool + func (iter DiagnosticCategoryCollectionIterator) Response() DiagnosticCategoryCollection + func (iter DiagnosticCategoryCollectionIterator) Value() DiagnosticCategory + type DiagnosticCategoryCollectionPage struct + func NewDiagnosticCategoryCollectionPage(cur DiagnosticCategoryCollection, ...) DiagnosticCategoryCollectionPage + func (page *DiagnosticCategoryCollectionPage) Next() error + func (page *DiagnosticCategoryCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DiagnosticCategoryCollectionPage) NotDone() bool + func (page DiagnosticCategoryCollectionPage) Response() DiagnosticCategoryCollection + func (page DiagnosticCategoryCollectionPage) Values() []DiagnosticCategory + type DiagnosticCategoryProperties struct + Description *string + func (dc DiagnosticCategoryProperties) MarshalJSON() ([]byte, error) + type DiagnosticData struct + RenderingProperties *Rendering + Table *DataTableResponseObject + type DiagnosticDetectorCollection struct + NextLink *string + Value *[]DetectorDefinitionResource + func (ddc DiagnosticDetectorCollection) IsEmpty() bool + func (ddc DiagnosticDetectorCollection) MarshalJSON() ([]byte, error) + type DiagnosticDetectorCollectionIterator struct + func NewDiagnosticDetectorCollectionIterator(page DiagnosticDetectorCollectionPage) DiagnosticDetectorCollectionIterator + func (iter *DiagnosticDetectorCollectionIterator) Next() error + func (iter *DiagnosticDetectorCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DiagnosticDetectorCollectionIterator) NotDone() bool + func (iter DiagnosticDetectorCollectionIterator) Response() DiagnosticDetectorCollection + func (iter DiagnosticDetectorCollectionIterator) Value() DetectorDefinitionResource + type DiagnosticDetectorCollectionPage struct + func NewDiagnosticDetectorCollectionPage(cur DiagnosticDetectorCollection, ...) DiagnosticDetectorCollectionPage + func (page *DiagnosticDetectorCollectionPage) Next() error + func (page *DiagnosticDetectorCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DiagnosticDetectorCollectionPage) NotDone() bool + func (page DiagnosticDetectorCollectionPage) Response() DiagnosticDetectorCollection + func (page DiagnosticDetectorCollectionPage) Values() []DetectorDefinitionResource + type DiagnosticDetectorResponse struct + ID *string + Kind *string + Name *string + Type *string + func (ddr *DiagnosticDetectorResponse) UnmarshalJSON(body []byte) error + func (ddr DiagnosticDetectorResponse) MarshalJSON() ([]byte, error) + type DiagnosticDetectorResponseProperties struct + AbnormalTimePeriods *[]DetectorAbnormalTimePeriod + Data *[][]NameValuePair + DetectorDefinition *DetectorDefinition + EndTime *date.Time + IssueDetected *bool + Metrics *[]DiagnosticMetricSet + ResponseMetaData *ResponseMetaData + StartTime *date.Time + type DiagnosticMetricSample struct + IsAggregated *bool + Maximum *float64 + Minimum *float64 + RoleInstance *string + Timestamp *date.Time + Total *float64 + type DiagnosticMetricSet struct + EndTime *date.Time + Name *string + StartTime *date.Time + TimeGrain *string + Unit *string + Values *[]DiagnosticMetricSample + type DiagnosticsClient struct + func NewDiagnosticsClient(subscriptionID string) DiagnosticsClient + func NewDiagnosticsClientWithBaseURI(baseURI string, subscriptionID string) DiagnosticsClient + func (client DiagnosticsClient) ExecuteSiteAnalysis(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticAnalysis, err error) + func (client DiagnosticsClient) ExecuteSiteAnalysisPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ExecuteSiteAnalysisResponder(resp *http.Response) (result DiagnosticAnalysis, err error) + func (client DiagnosticsClient) ExecuteSiteAnalysisSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ExecuteSiteAnalysisSlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticAnalysis, err error) + func (client DiagnosticsClient) ExecuteSiteAnalysisSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ExecuteSiteAnalysisSlotResponder(resp *http.Response) (result DiagnosticAnalysis, err error) + func (client DiagnosticsClient) ExecuteSiteAnalysisSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ExecuteSiteDetector(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticDetectorResponse, err error) + func (client DiagnosticsClient) ExecuteSiteDetectorPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ExecuteSiteDetectorResponder(resp *http.Response) (result DiagnosticDetectorResponse, err error) + func (client DiagnosticsClient) ExecuteSiteDetectorSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ExecuteSiteDetectorSlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticDetectorResponse, err error) + func (client DiagnosticsClient) ExecuteSiteDetectorSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ExecuteSiteDetectorSlotResponder(resp *http.Response) (result DiagnosticDetectorResponse, err error) + func (client DiagnosticsClient) ExecuteSiteDetectorSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponse(ctx context.Context, resourceGroupName string, name string, ...) (result DetectorResponse, err error) + func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponsePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponseResponder(resp *http.Response) (result DetectorResponse, err error) + func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponseSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteAnalysis(ctx context.Context, resourceGroupName string, siteName string, ...) (result AnalysisDefinition, err error) + func (client DiagnosticsClient) GetSiteAnalysisPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteAnalysisResponder(resp *http.Response) (result AnalysisDefinition, err error) + func (client DiagnosticsClient) GetSiteAnalysisSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteAnalysisSlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result AnalysisDefinition, err error) + func (client DiagnosticsClient) GetSiteAnalysisSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteAnalysisSlotResponder(resp *http.Response) (result AnalysisDefinition, err error) + func (client DiagnosticsClient) GetSiteAnalysisSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteDetector(ctx context.Context, resourceGroupName string, siteName string, ...) (result DetectorDefinitionResource, err error) + func (client DiagnosticsClient) GetSiteDetectorPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteDetectorResponder(resp *http.Response) (result DetectorDefinitionResource, err error) + func (client DiagnosticsClient) GetSiteDetectorResponse(ctx context.Context, resourceGroupName string, siteName string, ...) (result DetectorResponse, err error) + func (client DiagnosticsClient) GetSiteDetectorResponsePreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteDetectorResponseResponder(resp *http.Response) (result DetectorResponse, err error) + func (client DiagnosticsClient) GetSiteDetectorResponseSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteDetectorResponseSlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result DetectorResponse, err error) + func (client DiagnosticsClient) GetSiteDetectorResponseSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteDetectorResponseSlotResponder(resp *http.Response) (result DetectorResponse, err error) + func (client DiagnosticsClient) GetSiteDetectorResponseSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteDetectorSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteDetectorSlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result DetectorDefinitionResource, err error) + func (client DiagnosticsClient) GetSiteDetectorSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteDetectorSlotResponder(resp *http.Response) (result DetectorDefinitionResource, err error) + func (client DiagnosticsClient) GetSiteDetectorSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteDiagnosticCategory(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticCategory, err error) + func (client DiagnosticsClient) GetSiteDiagnosticCategoryPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteDiagnosticCategoryResponder(resp *http.Response) (result DiagnosticCategory, err error) + func (client DiagnosticsClient) GetSiteDiagnosticCategorySender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) GetSiteDiagnosticCategorySlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticCategory, err error) + func (client DiagnosticsClient) GetSiteDiagnosticCategorySlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) GetSiteDiagnosticCategorySlotResponder(resp *http.Response) (result DiagnosticCategory, err error) + func (client DiagnosticsClient) GetSiteDiagnosticCategorySlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponses(ctx context.Context, resourceGroupName string, name string) (result DetectorResponseCollectionPage, err error) + func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesComplete(ctx context.Context, resourceGroupName string, name string) (result DetectorResponseCollectionIterator, err error) + func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesResponder(resp *http.Response) (result DetectorResponseCollection, err error) + func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteAnalyses(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticAnalysisCollectionPage, err error) + func (client DiagnosticsClient) ListSiteAnalysesComplete(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticAnalysisCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteAnalysesPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ListSiteAnalysesResponder(resp *http.Response) (result DiagnosticAnalysisCollection, err error) + func (client DiagnosticsClient) ListSiteAnalysesSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteAnalysesSlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticAnalysisCollectionPage, err error) + func (client DiagnosticsClient) ListSiteAnalysesSlotComplete(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticAnalysisCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteAnalysesSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ListSiteAnalysesSlotResponder(resp *http.Response) (result DiagnosticAnalysisCollection, err error) + func (client DiagnosticsClient) ListSiteAnalysesSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteDetectorResponses(ctx context.Context, resourceGroupName string, siteName string) (result DetectorResponseCollectionPage, err error) + func (client DiagnosticsClient) ListSiteDetectorResponsesComplete(ctx context.Context, resourceGroupName string, siteName string) (result DetectorResponseCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteDetectorResponsesPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error) + func (client DiagnosticsClient) ListSiteDetectorResponsesResponder(resp *http.Response) (result DetectorResponseCollection, err error) + func (client DiagnosticsClient) ListSiteDetectorResponsesSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteDetectorResponsesSlot(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DetectorResponseCollectionPage, err error) + func (client DiagnosticsClient) ListSiteDetectorResponsesSlotComplete(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DetectorResponseCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteDetectorResponsesSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, slot string) (*http.Request, error) + func (client DiagnosticsClient) ListSiteDetectorResponsesSlotResponder(resp *http.Response) (result DetectorResponseCollection, err error) + func (client DiagnosticsClient) ListSiteDetectorResponsesSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteDetectors(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticDetectorCollectionPage, err error) + func (client DiagnosticsClient) ListSiteDetectorsComplete(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticDetectorCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteDetectorsPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ListSiteDetectorsResponder(resp *http.Response) (result DiagnosticDetectorCollection, err error) + func (client DiagnosticsClient) ListSiteDetectorsSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteDetectorsSlot(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticDetectorCollectionPage, err error) + func (client DiagnosticsClient) ListSiteDetectorsSlotComplete(ctx context.Context, resourceGroupName string, siteName string, ...) (result DiagnosticDetectorCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteDetectorsSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client DiagnosticsClient) ListSiteDetectorsSlotResponder(resp *http.Response) (result DiagnosticDetectorCollection, err error) + func (client DiagnosticsClient) ListSiteDetectorsSlotSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteDiagnosticCategories(ctx context.Context, resourceGroupName string, siteName string) (result DiagnosticCategoryCollectionPage, err error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesComplete(ctx context.Context, resourceGroupName string, siteName string) (result DiagnosticCategoryCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesResponder(resp *http.Response) (result DiagnosticCategoryCollection, err error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSender(req *http.Request) (*http.Response, error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlot(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DiagnosticCategoryCollectionPage, err error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotComplete(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DiagnosticCategoryCollectionIterator, err error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, slot string) (*http.Request, error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotResponder(resp *http.Response) (result DiagnosticCategoryCollection, err error) + func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotSender(req *http.Request) (*http.Response, error) + type Dimension struct + DisplayName *string + InternalName *string + Name *string + ToBeExportedForShoebox *bool + type Domain struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (d *Domain) UnmarshalJSON(body []byte) error + func (d Domain) MarshalJSON() ([]byte, error) + type DomainAvailabilityCheckResult struct + Available *bool + DomainType DomainType + Name *string + type DomainCollection struct + NextLink *string + Value *[]Domain + func (dc DomainCollection) IsEmpty() bool + func (dc DomainCollection) MarshalJSON() ([]byte, error) + type DomainCollectionIterator struct + func NewDomainCollectionIterator(page DomainCollectionPage) DomainCollectionIterator + func (iter *DomainCollectionIterator) Next() error + func (iter *DomainCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DomainCollectionIterator) NotDone() bool + func (iter DomainCollectionIterator) Response() DomainCollection + func (iter DomainCollectionIterator) Value() Domain + type DomainCollectionPage struct + func NewDomainCollectionPage(cur DomainCollection, ...) DomainCollectionPage + func (page *DomainCollectionPage) Next() error + func (page *DomainCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DomainCollectionPage) NotDone() bool + func (page DomainCollectionPage) Response() DomainCollection + func (page DomainCollectionPage) Values() []Domain + type DomainControlCenterSsoRequest struct + PostParameterKey *string + PostParameterValue *string + URL *string + func (dccsr DomainControlCenterSsoRequest) MarshalJSON() ([]byte, error) + type DomainOwnershipIdentifier struct + ID *string + Kind *string + Name *string + Type *string + func (doi *DomainOwnershipIdentifier) UnmarshalJSON(body []byte) error + func (doi DomainOwnershipIdentifier) MarshalJSON() ([]byte, error) + type DomainOwnershipIdentifierCollection struct + NextLink *string + Value *[]DomainOwnershipIdentifier + func (doic DomainOwnershipIdentifierCollection) IsEmpty() bool + func (doic DomainOwnershipIdentifierCollection) MarshalJSON() ([]byte, error) + type DomainOwnershipIdentifierCollectionIterator struct + func NewDomainOwnershipIdentifierCollectionIterator(page DomainOwnershipIdentifierCollectionPage) DomainOwnershipIdentifierCollectionIterator + func (iter *DomainOwnershipIdentifierCollectionIterator) Next() error + func (iter *DomainOwnershipIdentifierCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DomainOwnershipIdentifierCollectionIterator) NotDone() bool + func (iter DomainOwnershipIdentifierCollectionIterator) Response() DomainOwnershipIdentifierCollection + func (iter DomainOwnershipIdentifierCollectionIterator) Value() DomainOwnershipIdentifier + type DomainOwnershipIdentifierCollectionPage struct + func NewDomainOwnershipIdentifierCollectionPage(cur DomainOwnershipIdentifierCollection, ...) DomainOwnershipIdentifierCollectionPage + func (page *DomainOwnershipIdentifierCollectionPage) Next() error + func (page *DomainOwnershipIdentifierCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DomainOwnershipIdentifierCollectionPage) NotDone() bool + func (page DomainOwnershipIdentifierCollectionPage) Response() DomainOwnershipIdentifierCollection + func (page DomainOwnershipIdentifierCollectionPage) Values() []DomainOwnershipIdentifier + type DomainOwnershipIdentifierProperties struct + OwnershipID *string + type DomainPatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (dpr *DomainPatchResource) UnmarshalJSON(body []byte) error + func (dpr DomainPatchResource) MarshalJSON() ([]byte, error) + type DomainPatchResourceProperties struct + AuthCode *string + AutoRenew *bool + Consent *DomainPurchaseConsent + ContactAdmin *Contact + ContactBilling *Contact + ContactRegistrant *Contact + ContactTech *Contact + CreatedTime *date.Time + DNSType DNSType + DNSZoneID *string + DomainNotRenewableReasons *[]ResourceNotRenewableReason + ExpirationTime *date.Time + LastRenewedTime *date.Time + ManagedHostNames *[]HostName + NameServers *[]string + Privacy *bool + ProvisioningState ProvisioningState + ReadyForDNSRecordManagement *bool + RegistrationStatus DomainStatus + TargetDNSType DNSType + func (dpr DomainPatchResourceProperties) MarshalJSON() ([]byte, error) + type DomainProperties struct + AuthCode *string + AutoRenew *bool + Consent *DomainPurchaseConsent + ContactAdmin *Contact + ContactBilling *Contact + ContactRegistrant *Contact + ContactTech *Contact + CreatedTime *date.Time + DNSType DNSType + DNSZoneID *string + DomainNotRenewableReasons *[]ResourceNotRenewableReason + ExpirationTime *date.Time + LastRenewedTime *date.Time + ManagedHostNames *[]HostName + NameServers *[]string + Privacy *bool + ProvisioningState ProvisioningState + ReadyForDNSRecordManagement *bool + RegistrationStatus DomainStatus + TargetDNSType DNSType + func (d DomainProperties) MarshalJSON() ([]byte, error) + type DomainPurchaseConsent struct + AgreedAt *date.Time + AgreedBy *string + AgreementKeys *[]string + type DomainRecommendationSearchParameters struct + Keywords *string + MaxDomainRecommendations *int32 + type DomainRegistrationProviderClient struct + func NewDomainRegistrationProviderClient(subscriptionID string) DomainRegistrationProviderClient + func NewDomainRegistrationProviderClientWithBaseURI(baseURI string, subscriptionID string) DomainRegistrationProviderClient + func (client DomainRegistrationProviderClient) ListOperations(ctx context.Context) (result CsmOperationCollectionPage, err error) + func (client DomainRegistrationProviderClient) ListOperationsComplete(ctx context.Context) (result CsmOperationCollectionIterator, err error) + func (client DomainRegistrationProviderClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error) + func (client DomainRegistrationProviderClient) ListOperationsResponder(resp *http.Response) (result CsmOperationCollection, err error) + func (client DomainRegistrationProviderClient) ListOperationsSender(req *http.Request) (*http.Response, error) + type DomainStatus string + const DomainStatusActive + const DomainStatusAwaiting + const DomainStatusCancelled + const DomainStatusConfiscated + const DomainStatusDisabled + const DomainStatusExcluded + const DomainStatusExpired + const DomainStatusFailed + const DomainStatusHeld + const DomainStatusJSONConverterFailed + const DomainStatusLocked + const DomainStatusParked + const DomainStatusPending + const DomainStatusReserved + const DomainStatusReverted + const DomainStatusSuspended + const DomainStatusTransferred + const DomainStatusUnknown + const DomainStatusUnlocked + const DomainStatusUnparked + const DomainStatusUpdated + func PossibleDomainStatusValues() []DomainStatus + type DomainType string + const DomainTypeRegular + const DomainTypeSoftDeleted + func PossibleDomainTypeValues() []DomainType + type DomainsClient struct + func NewDomainsClient(subscriptionID string) DomainsClient + func NewDomainsClientWithBaseURI(baseURI string, subscriptionID string) DomainsClient + func (client DomainsClient) CheckAvailability(ctx context.Context, identifier NameIdentifier) (result DomainAvailabilityCheckResult, err error) + func (client DomainsClient) CheckAvailabilityPreparer(ctx context.Context, identifier NameIdentifier) (*http.Request, error) + func (client DomainsClient) CheckAvailabilityResponder(resp *http.Response) (result DomainAvailabilityCheckResult, err error) + func (client DomainsClient) CheckAvailabilitySender(req *http.Request) (*http.Response, error) + func (client DomainsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, domainName string, ...) (result DomainsCreateOrUpdateFuture, err error) + func (client DomainsClient) CreateOrUpdateOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string, ...) (result DomainOwnershipIdentifier, err error) + func (client DomainsClient) CreateOrUpdateOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string, ...) (*http.Request, error) + func (client DomainsClient) CreateOrUpdateOwnershipIdentifierResponder(resp *http.Response) (result DomainOwnershipIdentifier, err error) + func (client DomainsClient) CreateOrUpdateOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainsClient) CreateOrUpdateResponder(resp *http.Response) (result Domain, err error) + func (client DomainsClient) CreateOrUpdateSender(req *http.Request) (future DomainsCreateOrUpdateFuture, err error) + func (client DomainsClient) Delete(ctx context.Context, resourceGroupName string, domainName string, ...) (result autorest.Response, err error) + func (client DomainsClient) DeleteOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string) (result autorest.Response, err error) + func (client DomainsClient) DeleteOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string) (*http.Request, error) + func (client DomainsClient) DeleteOwnershipIdentifierResponder(resp *http.Response) (result autorest.Response, err error) + func (client DomainsClient) DeleteOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) DeletePreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DomainsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) Get(ctx context.Context, resourceGroupName string, domainName string) (result Domain, err error) + func (client DomainsClient) GetControlCenterSsoRequest(ctx context.Context) (result DomainControlCenterSsoRequest, err error) + func (client DomainsClient) GetControlCenterSsoRequestPreparer(ctx context.Context) (*http.Request, error) + func (client DomainsClient) GetControlCenterSsoRequestResponder(resp *http.Response) (result DomainControlCenterSsoRequest, err error) + func (client DomainsClient) GetControlCenterSsoRequestSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) GetOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string) (result DomainOwnershipIdentifier, err error) + func (client DomainsClient) GetOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string) (*http.Request, error) + func (client DomainsClient) GetOwnershipIdentifierResponder(resp *http.Response) (result DomainOwnershipIdentifier, err error) + func (client DomainsClient) GetOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) GetPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) + func (client DomainsClient) GetResponder(resp *http.Response) (result Domain, err error) + func (client DomainsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) List(ctx context.Context) (result DomainCollectionPage, err error) + func (client DomainsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DomainCollectionPage, err error) + func (client DomainsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DomainCollectionIterator, err error) + func (client DomainsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DomainsClient) ListByResourceGroupResponder(resp *http.Response) (result DomainCollection, err error) + func (client DomainsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) ListComplete(ctx context.Context) (result DomainCollectionIterator, err error) + func (client DomainsClient) ListOwnershipIdentifiers(ctx context.Context, resourceGroupName string, domainName string) (result DomainOwnershipIdentifierCollectionPage, err error) + func (client DomainsClient) ListOwnershipIdentifiersComplete(ctx context.Context, resourceGroupName string, domainName string) (result DomainOwnershipIdentifierCollectionIterator, err error) + func (client DomainsClient) ListOwnershipIdentifiersPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) + func (client DomainsClient) ListOwnershipIdentifiersResponder(resp *http.Response) (result DomainOwnershipIdentifierCollection, err error) + func (client DomainsClient) ListOwnershipIdentifiersSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DomainsClient) ListRecommendations(ctx context.Context, parameters DomainRecommendationSearchParameters) (result NameIdentifierCollectionPage, err error) + func (client DomainsClient) ListRecommendationsComplete(ctx context.Context, parameters DomainRecommendationSearchParameters) (result NameIdentifierCollectionIterator, err error) + func (client DomainsClient) ListRecommendationsPreparer(ctx context.Context, parameters DomainRecommendationSearchParameters) (*http.Request, error) + func (client DomainsClient) ListRecommendationsResponder(resp *http.Response) (result NameIdentifierCollection, err error) + func (client DomainsClient) ListRecommendationsSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) ListResponder(resp *http.Response) (result DomainCollection, err error) + func (client DomainsClient) ListSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) Renew(ctx context.Context, resourceGroupName string, domainName string) (result autorest.Response, err error) + func (client DomainsClient) RenewPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) + func (client DomainsClient) RenewResponder(resp *http.Response) (result autorest.Response, err error) + func (client DomainsClient) RenewSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) TransferOut(ctx context.Context, resourceGroupName string, domainName string) (result Domain, err error) + func (client DomainsClient) TransferOutPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) + func (client DomainsClient) TransferOutResponder(resp *http.Response) (result Domain, err error) + func (client DomainsClient) TransferOutSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) Update(ctx context.Context, resourceGroupName string, domainName string, ...) (result Domain, err error) + func (client DomainsClient) UpdateOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string, ...) (result DomainOwnershipIdentifier, err error) + func (client DomainsClient) UpdateOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string, ...) (*http.Request, error) + func (client DomainsClient) UpdateOwnershipIdentifierResponder(resp *http.Response) (result DomainOwnershipIdentifier, err error) + func (client DomainsClient) UpdateOwnershipIdentifierSender(req *http.Request) (*http.Response, error) + func (client DomainsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, domainName string, ...) (*http.Request, error) + func (client DomainsClient) UpdateResponder(resp *http.Response) (result Domain, err error) + func (client DomainsClient) UpdateSender(req *http.Request) (*http.Response, error) + type DomainsCreateOrUpdateFuture struct + Result func(DomainsClient) (Domain, error) + func (future *DomainsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type EnabledConfig struct + Enabled *bool + type EndpointDependency struct + DomainName *string + EndpointDetails *[]EndpointDetail + type EndpointDetail struct + IPAddress *string + IsAccessible *bool + Latency *float64 + Port *int32 + type EnterpriseGradeCdnStatus string + const EnterpriseGradeCdnStatusDisabled + const EnterpriseGradeCdnStatusDisabling + const EnterpriseGradeCdnStatusEnabled + const EnterpriseGradeCdnStatusEnabling + func PossibleEnterpriseGradeCdnStatusValues() []EnterpriseGradeCdnStatus + type EnvironmentVar struct + Name *string + SecretRef *string + Value *string + type ErrorEntity struct + Code *string + Details *[]ErrorEntity + ExtendedCode *string + InnerErrors *[]ErrorEntity + Message *string + MessageTemplate *string + Parameters *[]string + Target *string + type ErrorInfo struct + Code *string + type ErrorProperties struct + Code *string + Message *string + type ErrorResponse struct + Error *ErrorProperties + type Experiments struct + RampUpRules *[]RampUpRule + type Expression struct + Error *AzureResourceErrorInfo + Subexpressions *[]Expression + Text *string + Value interface{} + type ExpressionRoot struct + Error *AzureResourceErrorInfo + Path *string + Subexpressions *[]Expression + Text *string + Value interface{} + type ExpressionTraces struct + Inputs *[]ExpressionRoot + NextLink *string + Value interface{} + func (et ExpressionTraces) IsEmpty() bool + type ExpressionTracesIterator struct + func NewExpressionTracesIterator(page ExpressionTracesPage) ExpressionTracesIterator + func (iter *ExpressionTracesIterator) Next() error + func (iter *ExpressionTracesIterator) NextWithContext(ctx context.Context) (err error) + func (iter ExpressionTracesIterator) NotDone() bool + func (iter ExpressionTracesIterator) Response() ExpressionTraces + func (iter ExpressionTracesIterator) Value() ExpressionRoot + type ExpressionTracesPage struct + func NewExpressionTracesPage(cur ExpressionTraces, ...) ExpressionTracesPage + func (page *ExpressionTracesPage) Next() error + func (page *ExpressionTracesPage) NextWithContext(ctx context.Context) (err error) + func (page ExpressionTracesPage) NotDone() bool + func (page ExpressionTracesPage) Response() ExpressionTraces + func (page ExpressionTracesPage) Values() []ExpressionRoot + type ExtendedLocation struct + Name *string + Type *string + func (el ExtendedLocation) MarshalJSON() ([]byte, error) + type Facebook struct + Enabled *bool + GraphAPIVersion *string + Login *LoginScopes + Registration *AppRegistration + type FileSystemApplicationLogsConfig struct + Level LogLevel + type FileSystemHTTPLogsConfig struct + Enabled *bool + RetentionInDays *int32 + RetentionInMb *int32 + type FileSystemTokenStore struct + Directory *string + type FlowAccessControlConfiguration struct + Actions *FlowAccessControlConfigurationPolicy + Contents *FlowAccessControlConfigurationPolicy + Triggers *FlowAccessControlConfigurationPolicy + WorkflowManagement *FlowAccessControlConfigurationPolicy + type FlowAccessControlConfigurationPolicy struct + AllowedCallerIPAddresses *[]IPAddressRange + OpenAuthenticationPolicies *OpenAuthenticationAccessPolicies + type FlowEndpoints struct + AccessEndpointIPAddresses *[]IPAddress + OutgoingIPAddresses *[]IPAddress + type FlowEndpointsConfiguration struct + Connector *FlowEndpoints + Workflow *FlowEndpoints + type ForwardProxy struct + Convention ForwardProxyConvention + CustomHostHeaderName *string + CustomProtoHeaderName *string + type ForwardProxyConvention string + const ForwardProxyConventionCustom + const ForwardProxyConventionNoProxy + const ForwardProxyConventionStandard + func PossibleForwardProxyConventionValues() []ForwardProxyConvention + type FrequencyUnit string + const FrequencyUnitDay + const FrequencyUnitHour + func PossibleFrequencyUnitValues() []FrequencyUnit + type FrontEndConfiguration struct + Kind FrontEndServiceType + type FrontEndServiceType string + const FrontEndServiceTypeLoadBalancer + const FrontEndServiceTypeNodePort + func PossibleFrontEndServiceTypeValues() []FrontEndServiceType + type FtpsState string + const FtpsStateAllAllowed + const FtpsStateDisabled + const FtpsStateFtpsOnly + func PossibleFtpsStateValues() []FtpsState + type FunctionAppMajorVersion struct + DisplayText *string + MinorVersions *[]FunctionAppMinorVersion + Value *string + func (famv FunctionAppMajorVersion) MarshalJSON() ([]byte, error) + type FunctionAppMinorVersion struct + DisplayText *string + StackSettings *FunctionAppRuntimes + Value *string + func (famv FunctionAppMinorVersion) MarshalJSON() ([]byte, error) + type FunctionAppRuntimeSettings struct + AppInsightsSettings *AppInsightsWebAppStackSettings + AppSettingsDictionary map[string]*string + EndOfLifeDate *date.Time + GitHubActionSettings *GitHubActionWebAppStackSettings + IsAutoUpdate *bool + IsDefault *bool + IsDeprecated *bool + IsEarlyAccess *bool + IsHidden *bool + IsPreview *bool + RemoteDebuggingSupported *bool + RuntimeVersion *string + SiteConfigPropertiesDictionary *SiteConfigPropertiesDictionary + SupportedFunctionsExtensionVersions *[]string + func (fars FunctionAppRuntimeSettings) MarshalJSON() ([]byte, error) + type FunctionAppRuntimes struct + LinuxRuntimeSettings *FunctionAppRuntimeSettings + WindowsRuntimeSettings *FunctionAppRuntimeSettings + func (far FunctionAppRuntimes) MarshalJSON() ([]byte, error) + type FunctionAppStack struct + ID *string + Kind *string + Location *string + Name *string + Type *string + func (fas *FunctionAppStack) UnmarshalJSON(body []byte) error + func (fas FunctionAppStack) MarshalJSON() ([]byte, error) + type FunctionAppStackCollection struct + NextLink *string + Value *[]FunctionAppStack + func (fasc FunctionAppStackCollection) IsEmpty() bool + func (fasc FunctionAppStackCollection) MarshalJSON() ([]byte, error) + type FunctionAppStackCollectionIterator struct + func NewFunctionAppStackCollectionIterator(page FunctionAppStackCollectionPage) FunctionAppStackCollectionIterator + func (iter *FunctionAppStackCollectionIterator) Next() error + func (iter *FunctionAppStackCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter FunctionAppStackCollectionIterator) NotDone() bool + func (iter FunctionAppStackCollectionIterator) Response() FunctionAppStackCollection + func (iter FunctionAppStackCollectionIterator) Value() FunctionAppStack + type FunctionAppStackCollectionPage struct + func NewFunctionAppStackCollectionPage(cur FunctionAppStackCollection, ...) FunctionAppStackCollectionPage + func (page *FunctionAppStackCollectionPage) Next() error + func (page *FunctionAppStackCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page FunctionAppStackCollectionPage) NotDone() bool + func (page FunctionAppStackCollectionPage) Response() FunctionAppStackCollection + func (page FunctionAppStackCollectionPage) Values() []FunctionAppStack + type FunctionAppStackProperties struct + DisplayText *string + MajorVersions *[]FunctionAppMajorVersion + PreferredOs StackPreferredOs + Value *string + func (fas FunctionAppStackProperties) MarshalJSON() ([]byte, error) + type FunctionEnvelope struct + ID *string + Kind *string + Name *string + Type *string + func (fe *FunctionEnvelope) UnmarshalJSON(body []byte) error + func (fe FunctionEnvelope) MarshalJSON() ([]byte, error) + type FunctionEnvelopeCollection struct + NextLink *string + Value *[]FunctionEnvelope + func (fec FunctionEnvelopeCollection) IsEmpty() bool + func (fec FunctionEnvelopeCollection) MarshalJSON() ([]byte, error) + type FunctionEnvelopeCollectionIterator struct + func NewFunctionEnvelopeCollectionIterator(page FunctionEnvelopeCollectionPage) FunctionEnvelopeCollectionIterator + func (iter *FunctionEnvelopeCollectionIterator) Next() error + func (iter *FunctionEnvelopeCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter FunctionEnvelopeCollectionIterator) NotDone() bool + func (iter FunctionEnvelopeCollectionIterator) Response() FunctionEnvelopeCollection + func (iter FunctionEnvelopeCollectionIterator) Value() FunctionEnvelope + type FunctionEnvelopeCollectionPage struct + func NewFunctionEnvelopeCollectionPage(cur FunctionEnvelopeCollection, ...) FunctionEnvelopeCollectionPage + func (page *FunctionEnvelopeCollectionPage) Next() error + func (page *FunctionEnvelopeCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page FunctionEnvelopeCollectionPage) NotDone() bool + func (page FunctionEnvelopeCollectionPage) Response() FunctionEnvelopeCollection + func (page FunctionEnvelopeCollectionPage) Values() []FunctionEnvelope + type FunctionEnvelopeProperties struct + Config interface{} + ConfigHref *string + Files map[string]*string + FunctionAppID *string + Href *string + InvokeURLTemplate *string + IsDisabled *bool + Language *string + ScriptHref *string + ScriptRootPathHref *string + SecretsFileHref *string + TestData *string + TestDataHref *string + func (fe FunctionEnvelopeProperties) MarshalJSON() ([]byte, error) + type FunctionSecrets struct + Key *string + TriggerURL *string + type GeoRegion struct + ID *string + Kind *string + Name *string + Type *string + func (gr *GeoRegion) UnmarshalJSON(body []byte) error + func (gr GeoRegion) MarshalJSON() ([]byte, error) + type GeoRegionCollection struct + NextLink *string + Value *[]GeoRegion + func (grc GeoRegionCollection) IsEmpty() bool + func (grc GeoRegionCollection) MarshalJSON() ([]byte, error) + type GeoRegionCollectionIterator struct + func NewGeoRegionCollectionIterator(page GeoRegionCollectionPage) GeoRegionCollectionIterator + func (iter *GeoRegionCollectionIterator) Next() error + func (iter *GeoRegionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter GeoRegionCollectionIterator) NotDone() bool + func (iter GeoRegionCollectionIterator) Response() GeoRegionCollection + func (iter GeoRegionCollectionIterator) Value() GeoRegion + type GeoRegionCollectionPage struct + func NewGeoRegionCollectionPage(cur GeoRegionCollection, ...) GeoRegionCollectionPage + func (page *GeoRegionCollectionPage) Next() error + func (page *GeoRegionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page GeoRegionCollectionPage) NotDone() bool + func (page GeoRegionCollectionPage) Response() GeoRegionCollection + func (page GeoRegionCollectionPage) Values() []GeoRegion + type GeoRegionProperties struct + Description *string + DisplayName *string + OrgDomain *string + func (gr GeoRegionProperties) MarshalJSON() ([]byte, error) + type GitHub struct + Enabled *bool + Login *LoginScopes + Registration *ClientRegistration + type GitHubActionCodeConfiguration struct + RuntimeStack *string + RuntimeVersion *string + type GitHubActionConfiguration struct + CodeConfiguration *GitHubActionCodeConfiguration + ContainerConfiguration *GitHubActionContainerConfiguration + GenerateWorkflowFile *bool + IsLinux *bool + type GitHubActionContainerConfiguration struct + ImageName *string + Password *string + ServerURL *string + Username *string + type GitHubActionWebAppStackSettings struct + IsSupported *bool + SupportedVersion *string + func (ghawass GitHubActionWebAppStackSettings) MarshalJSON() ([]byte, error) + type GlobalClient struct + func NewGlobalClient(subscriptionID string) GlobalClient + func NewGlobalClientWithBaseURI(baseURI string, subscriptionID string) GlobalClient + func (client GlobalClient) GetDeletedWebApp(ctx context.Context, deletedSiteID string) (result DeletedSite, err error) + func (client GlobalClient) GetDeletedWebAppPreparer(ctx context.Context, deletedSiteID string) (*http.Request, error) + func (client GlobalClient) GetDeletedWebAppResponder(resp *http.Response) (result DeletedSite, err error) + func (client GlobalClient) GetDeletedWebAppSender(req *http.Request) (*http.Response, error) + func (client GlobalClient) GetDeletedWebAppSnapshots(ctx context.Context, deletedSiteID string) (result ListSnapshot, err error) + func (client GlobalClient) GetDeletedWebAppSnapshotsPreparer(ctx context.Context, deletedSiteID string) (*http.Request, error) + func (client GlobalClient) GetDeletedWebAppSnapshotsResponder(resp *http.Response) (result ListSnapshot, err error) + func (client GlobalClient) GetDeletedWebAppSnapshotsSender(req *http.Request) (*http.Response, error) + func (client GlobalClient) GetSubscriptionOperationWithAsyncResponse(ctx context.Context, location string, operationID string) (result autorest.Response, err error) + func (client GlobalClient) GetSubscriptionOperationWithAsyncResponsePreparer(ctx context.Context, location string, operationID string) (*http.Request, error) + func (client GlobalClient) GetSubscriptionOperationWithAsyncResponseResponder(resp *http.Response) (result autorest.Response, err error) + func (client GlobalClient) GetSubscriptionOperationWithAsyncResponseSender(req *http.Request) (*http.Response, error) + type GlobalCsmSkuDescription struct + Capabilities *[]Capability + Capacity *SkuCapacity + Family *string + Locations *[]string + Name *string + Size *string + Tier *string + type GlobalValidation struct + ExcludedPaths *[]string + RedirectToProvider *string + RequireAuthentication *bool + UnauthenticatedClientAction UnauthenticatedClientActionV2 + type Google struct + Enabled *bool + Login *LoginScopes + Registration *ClientRegistration + Validation *AllowedAudiencesValidation + type HTTPLogsConfig struct + AzureBlobStorage *AzureBlobStorageHTTPLogsConfig + FileSystem *FileSystemHTTPLogsConfig + type HTTPScaleRule struct + Auth *[]ScaleRuleAuth + Metadata map[string]*string + func (hsr HTTPScaleRule) MarshalJSON() ([]byte, error) + type HTTPSettings struct + ForwardProxy *ForwardProxy + RequireHTTPS *bool + Routes *HTTPSettingsRoutes + type HTTPSettingsRoutes struct + APIPrefix *string + type HandlerMapping struct + Arguments *string + Extension *string + ScriptProcessor *string + type HostKeys struct + FunctionKeys map[string]*string + MasterKey *string + SystemKeys map[string]*string + func (hk HostKeys) MarshalJSON() ([]byte, error) + type HostName struct + AzureResourceName *string + AzureResourceType AzureResourceType + CustomHostNameDNSRecordType CustomHostNameDNSRecordType + HostNameType HostNameType + Name *string + SiteNames *[]string + type HostNameBinding struct + ID *string + Kind *string + Name *string + Type *string + func (hnb *HostNameBinding) UnmarshalJSON(body []byte) error + func (hnb HostNameBinding) MarshalJSON() ([]byte, error) + type HostNameBindingCollection struct + NextLink *string + Value *[]HostNameBinding + func (hnbc HostNameBindingCollection) IsEmpty() bool + func (hnbc HostNameBindingCollection) MarshalJSON() ([]byte, error) + type HostNameBindingCollectionIterator struct + func NewHostNameBindingCollectionIterator(page HostNameBindingCollectionPage) HostNameBindingCollectionIterator + func (iter *HostNameBindingCollectionIterator) Next() error + func (iter *HostNameBindingCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter HostNameBindingCollectionIterator) NotDone() bool + func (iter HostNameBindingCollectionIterator) Response() HostNameBindingCollection + func (iter HostNameBindingCollectionIterator) Value() HostNameBinding + type HostNameBindingCollectionPage struct + func NewHostNameBindingCollectionPage(cur HostNameBindingCollection, ...) HostNameBindingCollectionPage + func (page *HostNameBindingCollectionPage) Next() error + func (page *HostNameBindingCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page HostNameBindingCollectionPage) NotDone() bool + func (page HostNameBindingCollectionPage) Response() HostNameBindingCollection + func (page HostNameBindingCollectionPage) Values() []HostNameBinding + type HostNameBindingProperties struct + AzureResourceName *string + AzureResourceType AzureResourceType + CustomHostNameDNSRecordType CustomHostNameDNSRecordType + DomainID *string + HostNameType HostNameType + SiteName *string + SslState SslState + Thumbprint *string + VirtualIP *string + func (hnb HostNameBindingProperties) MarshalJSON() ([]byte, error) + type HostNameSslState struct + HostType HostType + Name *string + SslState SslState + Thumbprint *string + ToUpdate *bool + VirtualIP *string + type HostNameType string + const HostNameTypeManaged + const HostNameTypeVerified + func PossibleHostNameTypeValues() []HostNameType + type HostType string + const HostTypeRepository + const HostTypeStandard + func PossibleHostTypeValues() []HostType + type HostingEnvironmentDeploymentInfo struct + Location *string + Name *string + type HostingEnvironmentDiagnostics struct + DiagnosticsOutput *string + Name *string + type HostingEnvironmentProfile struct + ID *string + Name *string + Type *string + func (hep HostingEnvironmentProfile) MarshalJSON() ([]byte, error) + type HostingEnvironmentStatus string + const HostingEnvironmentStatusDeleting + const HostingEnvironmentStatusPreparing + const HostingEnvironmentStatusReady + const HostingEnvironmentStatusScaling + func PossibleHostingEnvironmentStatusValues() []HostingEnvironmentStatus + type HybridConnection struct + ID *string + Kind *string + Name *string + Type *string + func (hc *HybridConnection) UnmarshalJSON(body []byte) error + func (hc HybridConnection) MarshalJSON() ([]byte, error) + type HybridConnectionCollection struct + NextLink *string + Value *[]HybridConnection + func (hcc HybridConnectionCollection) IsEmpty() bool + func (hcc HybridConnectionCollection) MarshalJSON() ([]byte, error) + type HybridConnectionCollectionIterator struct + func NewHybridConnectionCollectionIterator(page HybridConnectionCollectionPage) HybridConnectionCollectionIterator + func (iter *HybridConnectionCollectionIterator) Next() error + func (iter *HybridConnectionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter HybridConnectionCollectionIterator) NotDone() bool + func (iter HybridConnectionCollectionIterator) Response() HybridConnectionCollection + func (iter HybridConnectionCollectionIterator) Value() HybridConnection + type HybridConnectionCollectionPage struct + func NewHybridConnectionCollectionPage(cur HybridConnectionCollection, ...) HybridConnectionCollectionPage + func (page *HybridConnectionCollectionPage) Next() error + func (page *HybridConnectionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page HybridConnectionCollectionPage) NotDone() bool + func (page HybridConnectionCollectionPage) Response() HybridConnectionCollection + func (page HybridConnectionCollectionPage) Values() []HybridConnection + type HybridConnectionKey struct + ID *string + Kind *string + Name *string + Type *string + func (hck *HybridConnectionKey) UnmarshalJSON(body []byte) error + func (hck HybridConnectionKey) MarshalJSON() ([]byte, error) + type HybridConnectionKeyProperties struct + SendKeyName *string + SendKeyValue *string + func (hck HybridConnectionKeyProperties) MarshalJSON() ([]byte, error) + type HybridConnectionLimits struct + ID *string + Kind *string + Name *string + Type *string + func (hcl *HybridConnectionLimits) UnmarshalJSON(body []byte) error + func (hcl HybridConnectionLimits) MarshalJSON() ([]byte, error) + type HybridConnectionLimitsProperties struct + Current *int32 + Maximum *int32 + func (hcl HybridConnectionLimitsProperties) MarshalJSON() ([]byte, error) + type HybridConnectionProperties struct + Hostname *string + Port *int32 + RelayArmURI *string + RelayName *string + SendKeyName *string + SendKeyValue *string + ServiceBusNamespace *string + ServiceBusSuffix *string + type IPAddress struct + Address *string + type IPAddressRange struct + AddressRange *string + type IPFilterTag string + const IPFilterTagDefault + const IPFilterTagServiceTag + const IPFilterTagXffProxy + func PossibleIPFilterTagValues() []IPFilterTag + type IPSecurityRestriction struct + Action *string + Description *string + Headers map[string][]string + IPAddress *string + Name *string + Priority *int32 + SubnetMask *string + SubnetTrafficTag *int32 + Tag IPFilterTag + VnetSubnetResourceID *string + VnetTrafficTag *int32 + func (isr IPSecurityRestriction) MarshalJSON() ([]byte, error) + type Identifier struct + ID *string + Kind *string + Name *string + Type *string + func (i *Identifier) UnmarshalJSON(body []byte) error + func (i Identifier) MarshalJSON() ([]byte, error) + type IdentifierCollection struct + NextLink *string + Value *[]Identifier + func (ic IdentifierCollection) IsEmpty() bool + func (ic IdentifierCollection) MarshalJSON() ([]byte, error) + type IdentifierCollectionIterator struct + func NewIdentifierCollectionIterator(page IdentifierCollectionPage) IdentifierCollectionIterator + func (iter *IdentifierCollectionIterator) Next() error + func (iter *IdentifierCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter IdentifierCollectionIterator) NotDone() bool + func (iter IdentifierCollectionIterator) Response() IdentifierCollection + func (iter IdentifierCollectionIterator) Value() Identifier + type IdentifierCollectionPage struct + func NewIdentifierCollectionPage(cur IdentifierCollection, ...) IdentifierCollectionPage + func (page *IdentifierCollectionPage) Next() error + func (page *IdentifierCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page IdentifierCollectionPage) NotDone() bool + func (page IdentifierCollectionPage) Response() IdentifierCollection + func (page IdentifierCollectionPage) Values() []Identifier + type IdentifierProperties struct + Value *string + type IdentityProviders struct + Apple *Apple + AzureActiveDirectory *AzureActiveDirectory + AzureStaticWebApps *AzureStaticWebApps + CustomOpenIDConnectProviders map[string]*CustomOpenIDConnectProvider + Facebook *Facebook + GitHub *GitHub + Google *Google + LegacyMicrosoftAccount *LegacyMicrosoftAccount + Twitter *Twitter + func (IP IdentityProviders) MarshalJSON() ([]byte, error) + type InAvailabilityReasonType string + const InAvailabilityReasonTypeAlreadyExists + const InAvailabilityReasonTypeInvalid + func PossibleInAvailabilityReasonTypeValues() []InAvailabilityReasonType + type InboundEnvironmentEndpoint struct + Description *string + Endpoints *[]string + Ports *[]string + type InboundEnvironmentEndpointCollection struct + NextLink *string + Value *[]InboundEnvironmentEndpoint + func (ieec InboundEnvironmentEndpointCollection) IsEmpty() bool + func (ieec InboundEnvironmentEndpointCollection) MarshalJSON() ([]byte, error) + type InboundEnvironmentEndpointCollectionIterator struct + func NewInboundEnvironmentEndpointCollectionIterator(page InboundEnvironmentEndpointCollectionPage) InboundEnvironmentEndpointCollectionIterator + func (iter *InboundEnvironmentEndpointCollectionIterator) Next() error + func (iter *InboundEnvironmentEndpointCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter InboundEnvironmentEndpointCollectionIterator) NotDone() bool + func (iter InboundEnvironmentEndpointCollectionIterator) Response() InboundEnvironmentEndpointCollection + func (iter InboundEnvironmentEndpointCollectionIterator) Value() InboundEnvironmentEndpoint + type InboundEnvironmentEndpointCollectionPage struct + func NewInboundEnvironmentEndpointCollectionPage(cur InboundEnvironmentEndpointCollection, ...) InboundEnvironmentEndpointCollectionPage + func (page *InboundEnvironmentEndpointCollectionPage) Next() error + func (page *InboundEnvironmentEndpointCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page InboundEnvironmentEndpointCollectionPage) NotDone() bool + func (page InboundEnvironmentEndpointCollectionPage) Response() InboundEnvironmentEndpointCollection + func (page InboundEnvironmentEndpointCollectionPage) Values() []InboundEnvironmentEndpoint + type Ingress struct + AllowInsecure *bool + External *bool + Fqdn *string + TargetPort *int32 + Traffic *[]TrafficWeight + Transport IngressTransportMethod + func (i Ingress) MarshalJSON() ([]byte, error) + type IngressTransportMethod string + const IngressTransportMethodAuto + const IngressTransportMethodHTTP + const IngressTransportMethodHTTP2 + func PossibleIngressTransportMethodValues() []IngressTransportMethod + type InsightStatus string + const InsightStatusCritical + const InsightStatusInfo + const InsightStatusNone + const InsightStatusSuccess + const InsightStatusWarning + func PossibleInsightStatusValues() []InsightStatus + type IssueType string + const IssueTypeAppCrash + const IssueTypeAppDeployment + const IssueTypeAseDeployment + const IssueTypeOther + const IssueTypePlatformIssue + const IssueTypeRuntimeIssueDetected + const IssueTypeServiceIncident + const IssueTypeUserIssue + func PossibleIssueTypeValues() []IssueType + type JSONSchema struct + Content *string + Title *string + type Job struct + ID *string + Kind *string + Name *string + Type *string + func (j *Job) UnmarshalJSON(body []byte) error + func (j Job) MarshalJSON() ([]byte, error) + type JobCollection struct + NextLink *string + Value *[]Job + func (jc JobCollection) IsEmpty() bool + func (jc JobCollection) MarshalJSON() ([]byte, error) + type JobCollectionIterator struct + func NewJobCollectionIterator(page JobCollectionPage) JobCollectionIterator + func (iter *JobCollectionIterator) Next() error + func (iter *JobCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter JobCollectionIterator) NotDone() bool + func (iter JobCollectionIterator) Response() JobCollection + func (iter JobCollectionIterator) Value() Job + type JobCollectionPage struct + func NewJobCollectionPage(cur JobCollection, ...) JobCollectionPage + func (page *JobCollectionPage) Next() error + func (page *JobCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page JobCollectionPage) NotDone() bool + func (page JobCollectionPage) Response() JobCollection + func (page JobCollectionPage) Values() []Job + type JobProperties struct + Error *string + ExtraInfoURL *string + RunCommand *string + Settings map[string]interface{} + URL *string + UsingSdk *bool + WebJobType JobType + func (j JobProperties) MarshalJSON() ([]byte, error) + type JobType string + const JobTypeContinuous + const JobTypeTriggered + func PossibleJobTypeValues() []JobType + type JwtClaimChecks struct + AllowedClientApplications *[]string + AllowedGroups *[]string + type KeyInfo struct + Name *string + Value *string + type KeyType string + const KeyTypeNotSpecified + const KeyTypePrimary + const KeyTypeSecondary + func PossibleKeyTypeValues() []KeyType + type KeyValuePairStringObject struct + Key *string + Value interface{} + func (kvpSo KeyValuePairStringObject) MarshalJSON() ([]byte, error) + type KeyVaultSecretStatus string + const KeyVaultSecretStatusAzureServiceUnauthorizedToAccessKeyVault + const KeyVaultSecretStatusCertificateOrderFailed + const KeyVaultSecretStatusExternalPrivateKey + const KeyVaultSecretStatusInitialized + const KeyVaultSecretStatusKeyVaultDoesNotExist + const KeyVaultSecretStatusKeyVaultSecretDoesNotExist + const KeyVaultSecretStatusOperationNotPermittedOnKeyVault + const KeyVaultSecretStatusSucceeded + const KeyVaultSecretStatusUnknown + const KeyVaultSecretStatusUnknownError + const KeyVaultSecretStatusWaitingOnCertificateOrder + func PossibleKeyVaultSecretStatusValues() []KeyVaultSecretStatus + type Kind string + const KindStateful + const KindStateless + func PossibleKindValues() []Kind + type KubeEnvironment struct + ExtendedLocation *ExtendedLocation + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ke *KubeEnvironment) UnmarshalJSON(body []byte) error + func (ke KubeEnvironment) MarshalJSON() ([]byte, error) + type KubeEnvironmentCollection struct + NextLink *string + Value *[]KubeEnvironment + func (kec KubeEnvironmentCollection) IsEmpty() bool + func (kec KubeEnvironmentCollection) MarshalJSON() ([]byte, error) + type KubeEnvironmentCollectionIterator struct + func NewKubeEnvironmentCollectionIterator(page KubeEnvironmentCollectionPage) KubeEnvironmentCollectionIterator + func (iter *KubeEnvironmentCollectionIterator) Next() error + func (iter *KubeEnvironmentCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter KubeEnvironmentCollectionIterator) NotDone() bool + func (iter KubeEnvironmentCollectionIterator) Response() KubeEnvironmentCollection + func (iter KubeEnvironmentCollectionIterator) Value() KubeEnvironment + type KubeEnvironmentCollectionPage struct + func NewKubeEnvironmentCollectionPage(cur KubeEnvironmentCollection, ...) KubeEnvironmentCollectionPage + func (page *KubeEnvironmentCollectionPage) Next() error + func (page *KubeEnvironmentCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page KubeEnvironmentCollectionPage) NotDone() bool + func (page KubeEnvironmentCollectionPage) Response() KubeEnvironmentCollection + func (page KubeEnvironmentCollectionPage) Values() []KubeEnvironment + type KubeEnvironmentPatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (kepr *KubeEnvironmentPatchResource) UnmarshalJSON(body []byte) error + func (kepr KubeEnvironmentPatchResource) MarshalJSON() ([]byte, error) + type KubeEnvironmentPatchResourceProperties struct + AksResourceID *string + AppLogsConfiguration *AppLogsConfiguration + ArcConfiguration *ArcConfiguration + ContainerAppsConfiguration *ContainerAppsConfiguration + DefaultDomain *string + DeploymentErrors *string + InternalLoadBalancerEnabled *bool + ProvisioningState KubeEnvironmentProvisioningState + StaticIP *string + func (kepr KubeEnvironmentPatchResourceProperties) MarshalJSON() ([]byte, error) + type KubeEnvironmentProfile struct + ID *string + Name *string + Type *string + func (kep KubeEnvironmentProfile) MarshalJSON() ([]byte, error) + type KubeEnvironmentProperties struct + AksResourceID *string + AppLogsConfiguration *AppLogsConfiguration + ArcConfiguration *ArcConfiguration + ContainerAppsConfiguration *ContainerAppsConfiguration + DefaultDomain *string + DeploymentErrors *string + EnvironmentType *string + InternalLoadBalancerEnabled *bool + ProvisioningState KubeEnvironmentProvisioningState + StaticIP *string + func (ke KubeEnvironmentProperties) MarshalJSON() ([]byte, error) + type KubeEnvironmentProvisioningState string + const KubeEnvironmentProvisioningStateCanceled + const KubeEnvironmentProvisioningStateFailed + const KubeEnvironmentProvisioningStateInfrastructureSetupComplete + const KubeEnvironmentProvisioningStateInfrastructureSetupInProgress + const KubeEnvironmentProvisioningStateInitializationInProgress + const KubeEnvironmentProvisioningStateScheduledForDelete + const KubeEnvironmentProvisioningStateSucceeded + const KubeEnvironmentProvisioningStateUpgradeFailed + const KubeEnvironmentProvisioningStateUpgradeRequested + const KubeEnvironmentProvisioningStateWaiting + func PossibleKubeEnvironmentProvisioningStateValues() []KubeEnvironmentProvisioningState + type KubeEnvironmentsClient struct + func NewKubeEnvironmentsClient(subscriptionID string) KubeEnvironmentsClient + func NewKubeEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) KubeEnvironmentsClient + func (client KubeEnvironmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, ...) (result KubeEnvironmentsCreateOrUpdateFuture, err error) + func (client KubeEnvironmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client KubeEnvironmentsClient) CreateOrUpdateResponder(resp *http.Response) (result KubeEnvironment, err error) + func (client KubeEnvironmentsClient) CreateOrUpdateSender(req *http.Request) (future KubeEnvironmentsCreateOrUpdateFuture, err error) + func (client KubeEnvironmentsClient) Delete(ctx context.Context, resourceGroupName string, name string) (result KubeEnvironmentsDeleteFuture, err error) + func (client KubeEnvironmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client KubeEnvironmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client KubeEnvironmentsClient) DeleteSender(req *http.Request) (future KubeEnvironmentsDeleteFuture, err error) + func (client KubeEnvironmentsClient) Get(ctx context.Context, resourceGroupName string, name string) (result KubeEnvironment, err error) + func (client KubeEnvironmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client KubeEnvironmentsClient) GetResponder(resp *http.Response) (result KubeEnvironment, err error) + func (client KubeEnvironmentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client KubeEnvironmentsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result KubeEnvironmentCollectionPage, err error) + func (client KubeEnvironmentsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result KubeEnvironmentCollectionIterator, err error) + func (client KubeEnvironmentsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client KubeEnvironmentsClient) ListByResourceGroupResponder(resp *http.Response) (result KubeEnvironmentCollection, err error) + func (client KubeEnvironmentsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client KubeEnvironmentsClient) ListBySubscription(ctx context.Context) (result KubeEnvironmentCollectionPage, err error) + func (client KubeEnvironmentsClient) ListBySubscriptionComplete(ctx context.Context) (result KubeEnvironmentCollectionIterator, err error) + func (client KubeEnvironmentsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client KubeEnvironmentsClient) ListBySubscriptionResponder(resp *http.Response) (result KubeEnvironmentCollection, err error) + func (client KubeEnvironmentsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client KubeEnvironmentsClient) Update(ctx context.Context, resourceGroupName string, name string, ...) (result KubeEnvironment, err error) + func (client KubeEnvironmentsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client KubeEnvironmentsClient) UpdateResponder(resp *http.Response) (result KubeEnvironment, err error) + func (client KubeEnvironmentsClient) UpdateSender(req *http.Request) (*http.Response, error) + type KubeEnvironmentsCreateOrUpdateFuture struct + Result func(KubeEnvironmentsClient) (KubeEnvironment, error) + func (future *KubeEnvironmentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type KubeEnvironmentsDeleteFuture struct + Result func(KubeEnvironmentsClient) (autorest.Response, error) + func (future *KubeEnvironmentsDeleteFuture) UnmarshalJSON(body []byte) error + type LegacyMicrosoftAccount struct + Enabled *bool + Login *LoginScopes + Registration *ClientRegistration + Validation *AllowedAudiencesValidation + type LinuxJavaContainerSettings struct + EndOfLifeDate *date.Time + IsAutoUpdate *bool + IsDeprecated *bool + IsEarlyAccess *bool + IsHidden *bool + IsPreview *bool + Java11Runtime *string + Java8Runtime *string + func (ljcs LinuxJavaContainerSettings) MarshalJSON() ([]byte, error) + type ListCapability struct + Value *[]Capability + type ListCertificateEmail struct + Value *[]CertificateEmail + type ListCertificateOrderAction struct + Value *[]CertificateOrderAction + type ListHostingEnvironmentDiagnostics struct + Value *[]HostingEnvironmentDiagnostics + type ListNetworkTrace struct + Value *[]NetworkTrace + type ListOperation struct + Value *[]Operation + type ListSnapshot struct + Value *[]Snapshot + type ListVnetInfoResource struct + Value *[]VnetInfoResource + type ListVnetRoute struct + Value *[]VnetRoute + type LoadBalancingMode string + const LoadBalancingModeNone + const LoadBalancingModePublishing + const LoadBalancingModeWeb + const LoadBalancingModeWebPublishing + func PossibleLoadBalancingModeValues() []LoadBalancingMode + type LocalizableString struct + LocalizedValue *string + Value *string + type LogAnalyticsConfiguration struct + CustomerID *string + SharedKey *string + type LogLevel string + const LogLevelError + const LogLevelInformation + const LogLevelOff + const LogLevelVerbose + const LogLevelWarning + func PossibleLogLevelValues() []LogLevel + type LogSpecification struct + BlobDuration *string + DisplayName *string + LogFilterPattern *string + Name *string + type Login struct + AllowedExternalRedirectUrls *[]string + CookieExpiration *CookieExpiration + Nonce *Nonce + PreserveURLFragmentsForLogins *bool + Routes *LoginRoutes + TokenStore *TokenStore + type LoginRoutes struct + LogoutEndpoint *string + type LoginScopes struct + Scopes *[]string + type MSDeploy struct + ID *string + Kind *string + Name *string + Type *string + func (md *MSDeploy) UnmarshalJSON(body []byte) error + func (md MSDeploy) MarshalJSON() ([]byte, error) + type MSDeployCore struct + AppOffline *bool + ConnectionString *string + DbType *string + PackageURI *string + SetParameters map[string]*string + SetParametersXMLFileURI *string + SkipAppData *bool + func (mdc MSDeployCore) MarshalJSON() ([]byte, error) + type MSDeployLog struct + ID *string + Kind *string + Name *string + Type *string + func (mdl *MSDeployLog) UnmarshalJSON(body []byte) error + func (mdl MSDeployLog) MarshalJSON() ([]byte, error) + type MSDeployLogEntry struct + Message *string + Time *date.Time + Type MSDeployLogEntryType + func (mdle MSDeployLogEntry) MarshalJSON() ([]byte, error) + type MSDeployLogEntryType string + const MSDeployLogEntryTypeError + const MSDeployLogEntryTypeMessage + const MSDeployLogEntryTypeWarning + func PossibleMSDeployLogEntryTypeValues() []MSDeployLogEntryType + type MSDeployLogProperties struct + Entries *[]MSDeployLogEntry + func (mdl MSDeployLogProperties) MarshalJSON() ([]byte, error) + type MSDeployProvisioningState string + const MSDeployProvisioningStateAccepted + const MSDeployProvisioningStateCanceled + const MSDeployProvisioningStateFailed + const MSDeployProvisioningStateRunning + const MSDeployProvisioningStateSucceeded + func PossibleMSDeployProvisioningStateValues() []MSDeployProvisioningState + type MSDeployStatus struct + ID *string + Kind *string + Name *string + Type *string + func (mds *MSDeployStatus) UnmarshalJSON(body []byte) error + func (mds MSDeployStatus) MarshalJSON() ([]byte, error) + type MSDeployStatusProperties struct + Complete *bool + Deployer *string + EndTime *date.Time + ProvisioningState MSDeployProvisioningState + StartTime *date.Time + func (mds MSDeployStatusProperties) MarshalJSON() ([]byte, error) + type ManagedPipelineMode string + const ManagedPipelineModeClassic + const ManagedPipelineModeIntegrated + func PossibleManagedPipelineModeValues() []ManagedPipelineMode + type ManagedServiceIdentity struct + PrincipalID *string + TenantID *string + Type ManagedServiceIdentityType + UserAssignedIdentities map[string]*UserAssignedIdentity + func (msi ManagedServiceIdentity) MarshalJSON() ([]byte, error) + type ManagedServiceIdentityType string + const ManagedServiceIdentityTypeNone + const ManagedServiceIdentityTypeSystemAssigned + const ManagedServiceIdentityTypeSystemAssignedUserAssigned + const ManagedServiceIdentityTypeUserAssigned + func PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType + type MetricAvailability struct + BlobDuration *string + TimeGrain *string + type MetricSpecification struct + AggregationType *string + Availabilities *[]MetricAvailability + Category *string + Dimensions *[]Dimension + DisplayDescription *string + DisplayName *string + EnableRegionalMdmAccount *bool + FillGapWithZero *bool + IsInternal *bool + MetricFilterPattern *string + Name *string + SourceMdmAccount *string + SourceMdmNamespace *string + SupportedAggregationTypes *[]string + SupportedTimeGrainTypes *[]string + SupportsInstanceLevelAggregation *bool + Unit *string + type MigrateMySQLRequest struct + ID *string + Kind *string + Name *string + Type *string + func (mmsr *MigrateMySQLRequest) UnmarshalJSON(body []byte) error + func (mmsr MigrateMySQLRequest) MarshalJSON() ([]byte, error) + type MigrateMySQLRequestProperties struct + ConnectionString *string + MigrationType MySQLMigrationType + type MigrateMySQLStatus struct + ID *string + Kind *string + Name *string + Type *string + func (mmss *MigrateMySQLStatus) UnmarshalJSON(body []byte) error + func (mmss MigrateMySQLStatus) MarshalJSON() ([]byte, error) + type MigrateMySQLStatusProperties struct + LocalMySQLEnabled *bool + MigrationOperationStatus OperationStatus + OperationID *string + func (mmss MigrateMySQLStatusProperties) MarshalJSON() ([]byte, error) + type MySQLMigrationType string + const MySQLMigrationTypeLocalToRemote + const MySQLMigrationTypeRemoteToLocal + func PossibleMySQLMigrationTypeValues() []MySQLMigrationType + type NameIdentifier struct + Name *string + type NameIdentifierCollection struct + NextLink *string + Value *[]NameIdentifier + func (nic NameIdentifierCollection) IsEmpty() bool + func (nic NameIdentifierCollection) MarshalJSON() ([]byte, error) + type NameIdentifierCollectionIterator struct + func NewNameIdentifierCollectionIterator(page NameIdentifierCollectionPage) NameIdentifierCollectionIterator + func (iter *NameIdentifierCollectionIterator) Next() error + func (iter *NameIdentifierCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter NameIdentifierCollectionIterator) NotDone() bool + func (iter NameIdentifierCollectionIterator) Response() NameIdentifierCollection + func (iter NameIdentifierCollectionIterator) Value() NameIdentifier + type NameIdentifierCollectionPage struct + func NewNameIdentifierCollectionPage(cur NameIdentifierCollection, ...) NameIdentifierCollectionPage + func (page *NameIdentifierCollectionPage) Next() error + func (page *NameIdentifierCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page NameIdentifierCollectionPage) NotDone() bool + func (page NameIdentifierCollectionPage) Response() NameIdentifierCollection + func (page NameIdentifierCollectionPage) Values() []NameIdentifier + type NameValuePair struct + Name *string + Value *string + type NetworkFeatures struct + ID *string + Kind *string + Name *string + Type *string + func (nf *NetworkFeatures) UnmarshalJSON(body []byte) error + func (nf NetworkFeatures) MarshalJSON() ([]byte, error) + type NetworkFeaturesProperties struct + HybridConnections *[]RelayServiceConnectionEntity + HybridConnectionsV2 *[]HybridConnection + VirtualNetworkConnection *VnetInfo + VirtualNetworkName *string + func (nf NetworkFeaturesProperties) MarshalJSON() ([]byte, error) + type NetworkTrace struct + Message *string + Path *string + Status *string + type Nonce struct + NonceExpirationInterval *string + ValidateNonce *bool + type NotificationLevel string + const NotificationLevelCritical + const NotificationLevelInformation + const NotificationLevelNonUrgentSuggestion + const NotificationLevelWarning + func PossibleNotificationLevelValues() []NotificationLevel + type OpenAuthenticationAccessPolicies struct + Policies map[string]*OpenAuthenticationAccessPolicy + func (oaap OpenAuthenticationAccessPolicies) MarshalJSON() ([]byte, error) + type OpenAuthenticationAccessPolicy struct + Claims *[]OpenAuthenticationPolicyClaim + Type OpenAuthenticationProviderType + type OpenAuthenticationPolicyClaim struct + Name *string + Value *string + type OpenAuthenticationProviderType string + const OpenAuthenticationProviderTypeAAD + func PossibleOpenAuthenticationProviderTypeValues() []OpenAuthenticationProviderType + type OpenIDConnectClientCredential struct + ClientSecretSettingName *string + Method ClientCredentialMethod + type OpenIDConnectConfig struct + AuthorizationEndpoint *string + CertificationURI *string + Issuer *string + TokenEndpoint *string + WellKnownOpenIDConfiguration *string + type OpenIDConnectLogin struct + NameClaimType *string + Scopes *[]string + type OpenIDConnectRegistration struct + ClientCredential *OpenIDConnectClientCredential + ClientID *string + OpenIDConnectConfiguration *OpenIDConnectConfig + type Operation struct + CreatedTime *date.Time + Errors *[]ErrorEntity + ExpirationTime *date.Time + GeoMasterOperationID *uuid.UUID + ID *string + ModifiedTime *date.Time + Name *string + Status OperationStatus + type OperationResult struct + Code *string + Correlation *RunActionCorrelation + EndTime *date.Time + Error interface{} + Inputs interface{} + InputsLink *ContentLink + IterationCount *int32 + Outputs interface{} + OutputsLink *ContentLink + RetryHistory *[]RetryHistory + StartTime *date.Time + Status WorkflowStatus + TrackedProperties interface{} + TrackingID *string + func (or OperationResult) MarshalJSON() ([]byte, error) + type OperationResultProperties struct + Code *string + Correlation *RunActionCorrelation + EndTime *date.Time + Error interface{} + StartTime *date.Time + Status WorkflowStatus + type OperationStatus string + const OperationStatusCreated + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusSucceeded + const OperationStatusTimedOut + func PossibleOperationStatusValues() []OperationStatus + type OutboundEnvironmentEndpoint struct + Category *string + Endpoints *[]EndpointDependency + type OutboundEnvironmentEndpointCollection struct + NextLink *string + Value *[]OutboundEnvironmentEndpoint + func (oeec OutboundEnvironmentEndpointCollection) IsEmpty() bool + func (oeec OutboundEnvironmentEndpointCollection) MarshalJSON() ([]byte, error) + type OutboundEnvironmentEndpointCollectionIterator struct + func NewOutboundEnvironmentEndpointCollectionIterator(page OutboundEnvironmentEndpointCollectionPage) OutboundEnvironmentEndpointCollectionIterator + func (iter *OutboundEnvironmentEndpointCollectionIterator) Next() error + func (iter *OutboundEnvironmentEndpointCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter OutboundEnvironmentEndpointCollectionIterator) NotDone() bool + func (iter OutboundEnvironmentEndpointCollectionIterator) Response() OutboundEnvironmentEndpointCollection + func (iter OutboundEnvironmentEndpointCollectionIterator) Value() OutboundEnvironmentEndpoint + type OutboundEnvironmentEndpointCollectionPage struct + func NewOutboundEnvironmentEndpointCollectionPage(cur OutboundEnvironmentEndpointCollection, ...) OutboundEnvironmentEndpointCollectionPage + func (page *OutboundEnvironmentEndpointCollectionPage) Next() error + func (page *OutboundEnvironmentEndpointCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page OutboundEnvironmentEndpointCollectionPage) NotDone() bool + func (page OutboundEnvironmentEndpointCollectionPage) Response() OutboundEnvironmentEndpointCollection + func (page OutboundEnvironmentEndpointCollectionPage) Values() []OutboundEnvironmentEndpoint + type ParameterType string + const ParameterTypeArray + const ParameterTypeBool + const ParameterTypeFloat + const ParameterTypeInt + const ParameterTypeNotSpecified + const ParameterTypeObject + const ParameterTypeSecureObject + const ParameterTypeSecureString + const ParameterTypeString + func PossibleParameterTypeValues() []ParameterType + type PerfMonCounterCollection struct + NextLink *string + Value *[]PerfMonResponse + func (pmcc PerfMonCounterCollection) IsEmpty() bool + func (pmcc PerfMonCounterCollection) MarshalJSON() ([]byte, error) + type PerfMonCounterCollectionIterator struct + func NewPerfMonCounterCollectionIterator(page PerfMonCounterCollectionPage) PerfMonCounterCollectionIterator + func (iter *PerfMonCounterCollectionIterator) Next() error + func (iter *PerfMonCounterCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter PerfMonCounterCollectionIterator) NotDone() bool + func (iter PerfMonCounterCollectionIterator) Response() PerfMonCounterCollection + func (iter PerfMonCounterCollectionIterator) Value() PerfMonResponse + type PerfMonCounterCollectionPage struct + func NewPerfMonCounterCollectionPage(cur PerfMonCounterCollection, ...) PerfMonCounterCollectionPage + func (page *PerfMonCounterCollectionPage) Next() error + func (page *PerfMonCounterCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page PerfMonCounterCollectionPage) NotDone() bool + func (page PerfMonCounterCollectionPage) Response() PerfMonCounterCollection + func (page PerfMonCounterCollectionPage) Values() []PerfMonResponse + type PerfMonResponse struct + Code *string + Data *PerfMonSet + Message *string + type PerfMonSample struct + InstanceName *string + Time *date.Time + Value *float64 + type PerfMonSet struct + EndTime *date.Time + Name *string + StartTime *date.Time + TimeGrain *string + Values *[]PerfMonSample + type PremierAddOn struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (pao *PremierAddOn) UnmarshalJSON(body []byte) error + func (pao PremierAddOn) MarshalJSON() ([]byte, error) + type PremierAddOnOffer struct + ID *string + Kind *string + Name *string + Type *string + func (paoo *PremierAddOnOffer) UnmarshalJSON(body []byte) error + func (paoo PremierAddOnOffer) MarshalJSON() ([]byte, error) + type PremierAddOnOfferCollection struct + NextLink *string + Value *[]PremierAddOnOffer + func (paooc PremierAddOnOfferCollection) IsEmpty() bool + func (paooc PremierAddOnOfferCollection) MarshalJSON() ([]byte, error) + type PremierAddOnOfferCollectionIterator struct + func NewPremierAddOnOfferCollectionIterator(page PremierAddOnOfferCollectionPage) PremierAddOnOfferCollectionIterator + func (iter *PremierAddOnOfferCollectionIterator) Next() error + func (iter *PremierAddOnOfferCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter PremierAddOnOfferCollectionIterator) NotDone() bool + func (iter PremierAddOnOfferCollectionIterator) Response() PremierAddOnOfferCollection + func (iter PremierAddOnOfferCollectionIterator) Value() PremierAddOnOffer + type PremierAddOnOfferCollectionPage struct + func NewPremierAddOnOfferCollectionPage(cur PremierAddOnOfferCollection, ...) PremierAddOnOfferCollectionPage + func (page *PremierAddOnOfferCollectionPage) Next() error + func (page *PremierAddOnOfferCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page PremierAddOnOfferCollectionPage) NotDone() bool + func (page PremierAddOnOfferCollectionPage) Response() PremierAddOnOfferCollection + func (page PremierAddOnOfferCollectionPage) Values() []PremierAddOnOffer + type PremierAddOnOfferProperties struct + LegalTermsURL *string + MarketplaceOffer *string + MarketplacePublisher *string + PrivacyPolicyURL *string + Product *string + PromoCodeRequired *bool + Quota *int32 + Sku *string + Vendor *string + WebHostingPlanRestrictions AppServicePlanRestrictions + type PremierAddOnPatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (paopr *PremierAddOnPatchResource) UnmarshalJSON(body []byte) error + func (paopr PremierAddOnPatchResource) MarshalJSON() ([]byte, error) + type PremierAddOnPatchResourceProperties struct + MarketplaceOffer *string + MarketplacePublisher *string + Product *string + Sku *string + Vendor *string + type PremierAddOnProperties struct + MarketplaceOffer *string + MarketplacePublisher *string + Product *string + Sku *string + Vendor *string + type PrivateAccess struct + ID *string + Kind *string + Name *string + Type *string + func (pa *PrivateAccess) UnmarshalJSON(body []byte) error + func (pa PrivateAccess) MarshalJSON() ([]byte, error) + type PrivateAccessProperties struct + Enabled *bool + VirtualNetworks *[]PrivateAccessVirtualNetwork + type PrivateAccessSubnet struct + Key *int32 + Name *string + type PrivateAccessVirtualNetwork struct + Key *int32 + Name *string + ResourceID *string + Subnets *[]PrivateAccessSubnet + type PrivateEndpointConnectionCollection struct + NextLink *string + Value *[]RemotePrivateEndpointConnectionARMResource + func (pecc PrivateEndpointConnectionCollection) IsEmpty() bool + func (pecc PrivateEndpointConnectionCollection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionCollectionIterator struct + func NewPrivateEndpointConnectionCollectionIterator(page PrivateEndpointConnectionCollectionPage) PrivateEndpointConnectionCollectionIterator + func (iter *PrivateEndpointConnectionCollectionIterator) Next() error + func (iter *PrivateEndpointConnectionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateEndpointConnectionCollectionIterator) NotDone() bool + func (iter PrivateEndpointConnectionCollectionIterator) Response() PrivateEndpointConnectionCollection + func (iter PrivateEndpointConnectionCollectionIterator) Value() RemotePrivateEndpointConnectionARMResource + type PrivateEndpointConnectionCollectionPage struct + func NewPrivateEndpointConnectionCollectionPage(cur PrivateEndpointConnectionCollection, ...) PrivateEndpointConnectionCollectionPage + func (page *PrivateEndpointConnectionCollectionPage) Next() error + func (page *PrivateEndpointConnectionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateEndpointConnectionCollectionPage) NotDone() bool + func (page PrivateEndpointConnectionCollectionPage) Response() PrivateEndpointConnectionCollection + func (page PrivateEndpointConnectionCollectionPage) Values() []RemotePrivateEndpointConnectionARMResource + type PrivateLinkConnectionApprovalRequest struct + PrivateLinkServiceConnectionState *PrivateLinkConnectionState + type PrivateLinkConnectionApprovalRequestResource struct + ID *string + Kind *string + Name *string + Type *string + func (plcarr *PrivateLinkConnectionApprovalRequestResource) UnmarshalJSON(body []byte) error + func (plcarr PrivateLinkConnectionApprovalRequestResource) MarshalJSON() ([]byte, error) + type PrivateLinkConnectionState struct + ActionsRequired *string + Description *string + Status *string + type PrivateLinkResource struct + ID *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type PrivateLinkResourcesWrapper struct + Value *[]PrivateLinkResource + type ProcessInfo struct + ID *string + Kind *string + Name *string + Type *string + func (pi *ProcessInfo) UnmarshalJSON(body []byte) error + func (pi ProcessInfo) MarshalJSON() ([]byte, error) + type ProcessInfoCollection struct + NextLink *string + Value *[]ProcessInfo + func (pic ProcessInfoCollection) IsEmpty() bool + func (pic ProcessInfoCollection) MarshalJSON() ([]byte, error) + type ProcessInfoCollectionIterator struct + func NewProcessInfoCollectionIterator(page ProcessInfoCollectionPage) ProcessInfoCollectionIterator + func (iter *ProcessInfoCollectionIterator) Next() error + func (iter *ProcessInfoCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ProcessInfoCollectionIterator) NotDone() bool + func (iter ProcessInfoCollectionIterator) Response() ProcessInfoCollection + func (iter ProcessInfoCollectionIterator) Value() ProcessInfo + type ProcessInfoCollectionPage struct + func NewProcessInfoCollectionPage(cur ProcessInfoCollection, ...) ProcessInfoCollectionPage + func (page *ProcessInfoCollectionPage) Next() error + func (page *ProcessInfoCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ProcessInfoCollectionPage) NotDone() bool + func (page ProcessInfoCollectionPage) Response() ProcessInfoCollection + func (page ProcessInfoCollectionPage) Values() []ProcessInfo + type ProcessInfoProperties struct + Children *[]string + CommandLine *string + DeploymentName *string + Description *string + EnvironmentVariables map[string]*string + FileName *string + HandleCount *int32 + Href *string + Identifier *int32 + IisProfileTimeoutInSeconds *float64 + IsIisProfileRunning *bool + IsProfileRunning *bool + IsScmSite *bool + IsWebjob *bool + Minidump *string + ModuleCount *int32 + Modules *[]ProcessModuleInfo + NonPagedSystemMemory *int64 + OpenFileHandles *[]string + PagedMemory *int64 + PagedSystemMemory *int64 + Parent *string + PeakPagedMemory *int64 + PeakVirtualMemory *int64 + PeakWorkingSet *int64 + PrivateMemory *int64 + PrivilegedCPUTime *string + StartTime *date.Time + ThreadCount *int32 + Threads *[]ProcessThreadInfo + TimeStamp *date.Time + TotalCPUTime *string + UserCPUTime *string + UserName *string + VirtualMemory *int64 + WorkingSet *int64 + func (pi ProcessInfoProperties) MarshalJSON() ([]byte, error) + type ProcessModuleInfo struct + ID *string + Kind *string + Name *string + Type *string + func (pmi *ProcessModuleInfo) UnmarshalJSON(body []byte) error + func (pmi ProcessModuleInfo) MarshalJSON() ([]byte, error) + type ProcessModuleInfoCollection struct + NextLink *string + Value *[]ProcessModuleInfo + func (pmic ProcessModuleInfoCollection) IsEmpty() bool + func (pmic ProcessModuleInfoCollection) MarshalJSON() ([]byte, error) + type ProcessModuleInfoCollectionIterator struct + func NewProcessModuleInfoCollectionIterator(page ProcessModuleInfoCollectionPage) ProcessModuleInfoCollectionIterator + func (iter *ProcessModuleInfoCollectionIterator) Next() error + func (iter *ProcessModuleInfoCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ProcessModuleInfoCollectionIterator) NotDone() bool + func (iter ProcessModuleInfoCollectionIterator) Response() ProcessModuleInfoCollection + func (iter ProcessModuleInfoCollectionIterator) Value() ProcessModuleInfo + type ProcessModuleInfoCollectionPage struct + func NewProcessModuleInfoCollectionPage(cur ProcessModuleInfoCollection, ...) ProcessModuleInfoCollectionPage + func (page *ProcessModuleInfoCollectionPage) Next() error + func (page *ProcessModuleInfoCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ProcessModuleInfoCollectionPage) NotDone() bool + func (page ProcessModuleInfoCollectionPage) Response() ProcessModuleInfoCollection + func (page ProcessModuleInfoCollectionPage) Values() []ProcessModuleInfo + type ProcessModuleInfoProperties struct + BaseAddress *string + FileDescription *string + FileName *string + FilePath *string + FileVersion *string + Href *string + IsDebug *bool + Language *string + ModuleMemorySize *int32 + Product *string + ProductVersion *string + type ProcessThreadInfo struct + ID *string + Kind *string + Name *string + Type *string + func (pti *ProcessThreadInfo) UnmarshalJSON(body []byte) error + func (pti ProcessThreadInfo) MarshalJSON() ([]byte, error) + type ProcessThreadInfoCollection struct + NextLink *string + Value *[]ProcessThreadInfo + func (ptic ProcessThreadInfoCollection) IsEmpty() bool + func (ptic ProcessThreadInfoCollection) MarshalJSON() ([]byte, error) + type ProcessThreadInfoCollectionIterator struct + func NewProcessThreadInfoCollectionIterator(page ProcessThreadInfoCollectionPage) ProcessThreadInfoCollectionIterator + func (iter *ProcessThreadInfoCollectionIterator) Next() error + func (iter *ProcessThreadInfoCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ProcessThreadInfoCollectionIterator) NotDone() bool + func (iter ProcessThreadInfoCollectionIterator) Response() ProcessThreadInfoCollection + func (iter ProcessThreadInfoCollectionIterator) Value() ProcessThreadInfo + type ProcessThreadInfoCollectionPage struct + func NewProcessThreadInfoCollectionPage(cur ProcessThreadInfoCollection, ...) ProcessThreadInfoCollectionPage + func (page *ProcessThreadInfoCollectionPage) Next() error + func (page *ProcessThreadInfoCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ProcessThreadInfoCollectionPage) NotDone() bool + func (page ProcessThreadInfoCollectionPage) Response() ProcessThreadInfoCollection + func (page ProcessThreadInfoCollectionPage) Values() []ProcessThreadInfo + type ProcessThreadInfoProperties struct + BasePriority *int32 + CurrentPriority *int32 + Href *string + Identifier *int32 + PriorityLevel *string + Process *string + StartAddress *string + StartTime *date.Time + State *string + TotalProcessorTime *string + UserProcessorTime *string + WaitReason *string + func (pti ProcessThreadInfoProperties) MarshalJSON() ([]byte, error) + type ProviderClient struct + func NewProviderClient(subscriptionID string) ProviderClient + func NewProviderClientWithBaseURI(baseURI string, subscriptionID string) ProviderClient + func (client ProviderClient) GetAvailableStacks(ctx context.Context, osTypeSelected ProviderOsTypeSelected) (result ApplicationStackCollectionPage, err error) + func (client ProviderClient) GetAvailableStacksComplete(ctx context.Context, osTypeSelected ProviderOsTypeSelected) (result ApplicationStackCollectionIterator, err error) + func (client ProviderClient) GetAvailableStacksOnPrem(ctx context.Context, osTypeSelected ProviderOsTypeSelected) (result ApplicationStackCollectionPage, err error) + func (client ProviderClient) GetAvailableStacksOnPremComplete(ctx context.Context, osTypeSelected ProviderOsTypeSelected) (result ApplicationStackCollectionIterator, err error) + func (client ProviderClient) GetAvailableStacksOnPremPreparer(ctx context.Context, osTypeSelected ProviderOsTypeSelected) (*http.Request, error) + func (client ProviderClient) GetAvailableStacksOnPremResponder(resp *http.Response) (result ApplicationStackCollection, err error) + func (client ProviderClient) GetAvailableStacksOnPremSender(req *http.Request) (*http.Response, error) + func (client ProviderClient) GetAvailableStacksPreparer(ctx context.Context, osTypeSelected ProviderOsTypeSelected) (*http.Request, error) + func (client ProviderClient) GetAvailableStacksResponder(resp *http.Response) (result ApplicationStackCollection, err error) + func (client ProviderClient) GetAvailableStacksSender(req *http.Request) (*http.Response, error) + func (client ProviderClient) GetFunctionAppStacks(ctx context.Context, stackOsType ProviderStackOsType) (result FunctionAppStackCollectionPage, err error) + func (client ProviderClient) GetFunctionAppStacksComplete(ctx context.Context, stackOsType ProviderStackOsType) (result FunctionAppStackCollectionIterator, err error) + func (client ProviderClient) GetFunctionAppStacksForLocation(ctx context.Context, location string, stackOsType ProviderStackOsType) (result FunctionAppStackCollectionPage, err error) + func (client ProviderClient) GetFunctionAppStacksForLocationComplete(ctx context.Context, location string, stackOsType ProviderStackOsType) (result FunctionAppStackCollectionIterator, err error) + func (client ProviderClient) GetFunctionAppStacksForLocationPreparer(ctx context.Context, location string, stackOsType ProviderStackOsType) (*http.Request, error) + func (client ProviderClient) GetFunctionAppStacksForLocationResponder(resp *http.Response) (result FunctionAppStackCollection, err error) + func (client ProviderClient) GetFunctionAppStacksForLocationSender(req *http.Request) (*http.Response, error) + func (client ProviderClient) GetFunctionAppStacksPreparer(ctx context.Context, stackOsType ProviderStackOsType) (*http.Request, error) + func (client ProviderClient) GetFunctionAppStacksResponder(resp *http.Response) (result FunctionAppStackCollection, err error) + func (client ProviderClient) GetFunctionAppStacksSender(req *http.Request) (*http.Response, error) + func (client ProviderClient) GetWebAppStacks(ctx context.Context, stackOsType ProviderStackOsType) (result AppStackCollectionPage, err error) + func (client ProviderClient) GetWebAppStacksComplete(ctx context.Context, stackOsType ProviderStackOsType) (result AppStackCollectionIterator, err error) + func (client ProviderClient) GetWebAppStacksForLocation(ctx context.Context, location string, stackOsType ProviderStackOsType) (result AppStackCollectionPage, err error) + func (client ProviderClient) GetWebAppStacksForLocationComplete(ctx context.Context, location string, stackOsType ProviderStackOsType) (result AppStackCollectionIterator, err error) + func (client ProviderClient) GetWebAppStacksForLocationPreparer(ctx context.Context, location string, stackOsType ProviderStackOsType) (*http.Request, error) + func (client ProviderClient) GetWebAppStacksForLocationResponder(resp *http.Response) (result AppStackCollection, err error) + func (client ProviderClient) GetWebAppStacksForLocationSender(req *http.Request) (*http.Response, error) + func (client ProviderClient) GetWebAppStacksPreparer(ctx context.Context, stackOsType ProviderStackOsType) (*http.Request, error) + func (client ProviderClient) GetWebAppStacksResponder(resp *http.Response) (result AppStackCollection, err error) + func (client ProviderClient) GetWebAppStacksSender(req *http.Request) (*http.Response, error) + func (client ProviderClient) ListOperations(ctx context.Context) (result CsmOperationCollectionPage, err error) + func (client ProviderClient) ListOperationsComplete(ctx context.Context) (result CsmOperationCollectionIterator, err error) + func (client ProviderClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error) + func (client ProviderClient) ListOperationsResponder(resp *http.Response) (result CsmOperationCollection, err error) + func (client ProviderClient) ListOperationsSender(req *http.Request) (*http.Response, error) + type ProviderOsTypeSelected string + const ProviderOsTypeSelectedAll + const ProviderOsTypeSelectedLinux + const ProviderOsTypeSelectedLinuxFunctions + const ProviderOsTypeSelectedWindows + const ProviderOsTypeSelectedWindowsFunctions + func PossibleProviderOsTypeSelectedValues() []ProviderOsTypeSelected + type ProviderStackOsType string + const ProviderStackOsTypeAll + const ProviderStackOsTypeLinux + const ProviderStackOsTypeWindows + func PossibleProviderStackOsTypeValues() []ProviderStackOsType + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateInProgress + const ProvisioningStateSucceeded + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyOnlyResource struct + ID *string + Kind *string + Name *string + Type *string + func (por ProxyOnlyResource) MarshalJSON() ([]byte, error) + type PublicCertificate struct + ID *string + Kind *string + Name *string + Type *string + func (pc *PublicCertificate) UnmarshalJSON(body []byte) error + func (pc PublicCertificate) MarshalJSON() ([]byte, error) + type PublicCertificateCollection struct + NextLink *string + Value *[]PublicCertificate + func (pcc PublicCertificateCollection) IsEmpty() bool + func (pcc PublicCertificateCollection) MarshalJSON() ([]byte, error) + type PublicCertificateCollectionIterator struct + func NewPublicCertificateCollectionIterator(page PublicCertificateCollectionPage) PublicCertificateCollectionIterator + func (iter *PublicCertificateCollectionIterator) Next() error + func (iter *PublicCertificateCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter PublicCertificateCollectionIterator) NotDone() bool + func (iter PublicCertificateCollectionIterator) Response() PublicCertificateCollection + func (iter PublicCertificateCollectionIterator) Value() PublicCertificate + type PublicCertificateCollectionPage struct + func NewPublicCertificateCollectionPage(cur PublicCertificateCollection, ...) PublicCertificateCollectionPage + func (page *PublicCertificateCollectionPage) Next() error + func (page *PublicCertificateCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page PublicCertificateCollectionPage) NotDone() bool + func (page PublicCertificateCollectionPage) Response() PublicCertificateCollection + func (page PublicCertificateCollectionPage) Values() []PublicCertificate + type PublicCertificateLocation string + const PublicCertificateLocationCurrentUserMy + const PublicCertificateLocationLocalMachineMy + const PublicCertificateLocationUnknown + func PossiblePublicCertificateLocationValues() []PublicCertificateLocation + type PublicCertificateProperties struct + Blob *[]byte + PublicCertificateLocation PublicCertificateLocation + Thumbprint *string + func (pc PublicCertificateProperties) MarshalJSON() ([]byte, error) + type PublishingCredentialsPoliciesCollection struct + NextLink *string + Value *[]CsmPublishingCredentialsPoliciesEntity + func (pcpc PublishingCredentialsPoliciesCollection) IsEmpty() bool + func (pcpc PublishingCredentialsPoliciesCollection) MarshalJSON() ([]byte, error) + type PublishingCredentialsPoliciesCollectionIterator struct + func NewPublishingCredentialsPoliciesCollectionIterator(page PublishingCredentialsPoliciesCollectionPage) PublishingCredentialsPoliciesCollectionIterator + func (iter *PublishingCredentialsPoliciesCollectionIterator) Next() error + func (iter *PublishingCredentialsPoliciesCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter PublishingCredentialsPoliciesCollectionIterator) NotDone() bool + func (iter PublishingCredentialsPoliciesCollectionIterator) Response() PublishingCredentialsPoliciesCollection + func (iter PublishingCredentialsPoliciesCollectionIterator) Value() CsmPublishingCredentialsPoliciesEntity + type PublishingCredentialsPoliciesCollectionPage struct + func NewPublishingCredentialsPoliciesCollectionPage(cur PublishingCredentialsPoliciesCollection, ...) PublishingCredentialsPoliciesCollectionPage + func (page *PublishingCredentialsPoliciesCollectionPage) Next() error + func (page *PublishingCredentialsPoliciesCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page PublishingCredentialsPoliciesCollectionPage) NotDone() bool + func (page PublishingCredentialsPoliciesCollectionPage) Response() PublishingCredentialsPoliciesCollection + func (page PublishingCredentialsPoliciesCollectionPage) Values() []CsmPublishingCredentialsPoliciesEntity + type PublishingProfileFormat string + const PublishingProfileFormatFileZilla3 + const PublishingProfileFormatFtp + const PublishingProfileFormatWebDeploy + func PossiblePublishingProfileFormatValues() []PublishingProfileFormat + type PushSettings struct + ID *string + Kind *string + Name *string + Type *string + func (ps *PushSettings) UnmarshalJSON(body []byte) error + func (ps PushSettings) MarshalJSON() ([]byte, error) + type PushSettingsProperties struct + DynamicTagsJSON *string + IsPushEnabled *bool + TagWhitelistJSON *string + TagsRequiringAuth *string + type QueryUtterancesResult struct + SampleUtterance *SampleUtterance + Score *float64 + type QueryUtterancesResults struct + Query *string + Results *[]QueryUtterancesResult + type QueueScaleRule struct + Auth *[]ScaleRuleAuth + QueueLength *int32 + QueueName *string + type RampUpRule struct + ActionHostName *string + ChangeDecisionCallbackURL *string + ChangeIntervalInMinutes *int32 + ChangeStep *float64 + MaxReroutePercentage *float64 + MinReroutePercentage *float64 + Name *string + ReroutePercentage *float64 + type ReadCloser struct + Value *io.ReadCloser + type Recommendation struct + ID *string + Kind *string + Name *string + Type *string + func (r *Recommendation) UnmarshalJSON(body []byte) error + func (r Recommendation) MarshalJSON() ([]byte, error) + type RecommendationCollection struct + NextLink *string + Value *[]Recommendation + func (rc RecommendationCollection) IsEmpty() bool + func (rc RecommendationCollection) MarshalJSON() ([]byte, error) + type RecommendationCollectionIterator struct + func NewRecommendationCollectionIterator(page RecommendationCollectionPage) RecommendationCollectionIterator + func (iter *RecommendationCollectionIterator) Next() error + func (iter *RecommendationCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter RecommendationCollectionIterator) NotDone() bool + func (iter RecommendationCollectionIterator) Response() RecommendationCollection + func (iter RecommendationCollectionIterator) Value() Recommendation + type RecommendationCollectionPage struct + func NewRecommendationCollectionPage(cur RecommendationCollection, ...) RecommendationCollectionPage + func (page *RecommendationCollectionPage) Next() error + func (page *RecommendationCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page RecommendationCollectionPage) NotDone() bool + func (page RecommendationCollectionPage) Response() RecommendationCollection + func (page RecommendationCollectionPage) Values() []Recommendation + type RecommendationProperties struct + ActionName *string + BladeName *string + CategoryTags *[]string + Channels Channels + CreationTime *date.Time + DisplayName *string + Enabled *int32 + EndTime *date.Time + ExtensionName *string + ForwardLink *string + IsDynamic *bool + Level NotificationLevel + Message *string + NextNotificationTime *date.Time + NotificationExpirationTime *date.Time + NotifiedTime *date.Time + RecommendationID *uuid.UUID + ResourceID *string + ResourceScope ResourceScopeType + RuleName *string + Score *float64 + StartTime *date.Time + States *[]string + func (r RecommendationProperties) MarshalJSON() ([]byte, error) + type RecommendationRule struct + ID *string + Kind *string + Name *string + Type *string + func (rr *RecommendationRule) UnmarshalJSON(body []byte) error + func (rr RecommendationRule) MarshalJSON() ([]byte, error) + type RecommendationRuleProperties struct + ActionName *string + BladeName *string + CategoryTags *[]string + Channels Channels + Description *string + DisplayName *string + ExtensionName *string + ForwardLink *string + IsDynamic *bool + Level NotificationLevel + Message *string + RecommendationID *uuid.UUID + RecommendationName *string + func (rr RecommendationRuleProperties) MarshalJSON() ([]byte, error) + type RecommendationsClient struct + func NewRecommendationsClient(subscriptionID string) RecommendationsClient + func NewRecommendationsClientWithBaseURI(baseURI string, subscriptionID string) RecommendationsClient + func (client RecommendationsClient) DisableAllForHostingEnvironment(ctx context.Context, resourceGroupName string, environmentName string, ...) (result autorest.Response, err error) + func (client RecommendationsClient) DisableAllForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client RecommendationsClient) DisableAllForHostingEnvironmentResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) DisableAllForHostingEnvironmentSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) DisableAllForWebApp(ctx context.Context, resourceGroupName string, siteName string) (result autorest.Response, err error) + func (client RecommendationsClient) DisableAllForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error) + func (client RecommendationsClient) DisableAllForWebAppResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) DisableAllForWebAppSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) DisableRecommendationForHostingEnvironment(ctx context.Context, resourceGroupName string, environmentName string, ...) (result autorest.Response, err error) + func (client RecommendationsClient) DisableRecommendationForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client RecommendationsClient) DisableRecommendationForHostingEnvironmentResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) DisableRecommendationForHostingEnvironmentSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) DisableRecommendationForSite(ctx context.Context, resourceGroupName string, siteName string, name string) (result autorest.Response, err error) + func (client RecommendationsClient) DisableRecommendationForSitePreparer(ctx context.Context, resourceGroupName string, siteName string, name string) (*http.Request, error) + func (client RecommendationsClient) DisableRecommendationForSiteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) DisableRecommendationForSiteSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) DisableRecommendationForSubscription(ctx context.Context, name string) (result autorest.Response, err error) + func (client RecommendationsClient) DisableRecommendationForSubscriptionPreparer(ctx context.Context, name string) (*http.Request, error) + func (client RecommendationsClient) DisableRecommendationForSubscriptionResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) DisableRecommendationForSubscriptionSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) GetRuleDetailsByHostingEnvironment(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (result RecommendationRule, err error) + func (client RecommendationsClient) GetRuleDetailsByHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (*http.Request, error) + func (client RecommendationsClient) GetRuleDetailsByHostingEnvironmentResponder(resp *http.Response) (result RecommendationRule, err error) + func (client RecommendationsClient) GetRuleDetailsByHostingEnvironmentSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) GetRuleDetailsByWebApp(ctx context.Context, resourceGroupName string, siteName string, name string, ...) (result RecommendationRule, err error) + func (client RecommendationsClient) GetRuleDetailsByWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string, name string, ...) (*http.Request, error) + func (client RecommendationsClient) GetRuleDetailsByWebAppResponder(resp *http.Response) (result RecommendationRule, err error) + func (client RecommendationsClient) GetRuleDetailsByWebAppSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) List(ctx context.Context, featured *bool, filter string) (result RecommendationCollectionPage, err error) + func (client RecommendationsClient) ListComplete(ctx context.Context, featured *bool, filter string) (result RecommendationCollectionIterator, err error) + func (client RecommendationsClient) ListHistoryForHostingEnvironment(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (result RecommendationCollectionPage, err error) + func (client RecommendationsClient) ListHistoryForHostingEnvironmentComplete(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (result RecommendationCollectionIterator, err error) + func (client RecommendationsClient) ListHistoryForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (*http.Request, error) + func (client RecommendationsClient) ListHistoryForHostingEnvironmentResponder(resp *http.Response) (result RecommendationCollection, err error) + func (client RecommendationsClient) ListHistoryForHostingEnvironmentSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) ListHistoryForWebApp(ctx context.Context, resourceGroupName string, siteName string, ...) (result RecommendationCollectionPage, err error) + func (client RecommendationsClient) ListHistoryForWebAppComplete(ctx context.Context, resourceGroupName string, siteName string, ...) (result RecommendationCollectionIterator, err error) + func (client RecommendationsClient) ListHistoryForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string, ...) (*http.Request, error) + func (client RecommendationsClient) ListHistoryForWebAppResponder(resp *http.Response) (result RecommendationCollection, err error) + func (client RecommendationsClient) ListHistoryForWebAppSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) ListPreparer(ctx context.Context, featured *bool, filter string) (*http.Request, error) + func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironment(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (result RecommendationCollectionPage, err error) + func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentComplete(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (result RecommendationCollectionIterator, err error) + func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, ...) (*http.Request, error) + func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentResponder(resp *http.Response) (result RecommendationCollection, err error) + func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) ListRecommendedRulesForWebApp(ctx context.Context, resourceGroupName string, siteName string, featured *bool, ...) (result RecommendationCollectionPage, err error) + func (client RecommendationsClient) ListRecommendedRulesForWebAppComplete(ctx context.Context, resourceGroupName string, siteName string, featured *bool, ...) (result RecommendationCollectionIterator, err error) + func (client RecommendationsClient) ListRecommendedRulesForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string, featured *bool, ...) (*http.Request, error) + func (client RecommendationsClient) ListRecommendedRulesForWebAppResponder(resp *http.Response) (result RecommendationCollection, err error) + func (client RecommendationsClient) ListRecommendedRulesForWebAppSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) ListResponder(resp *http.Response) (result RecommendationCollection, err error) + func (client RecommendationsClient) ListSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) ResetAllFilters(ctx context.Context) (result autorest.Response, err error) + func (client RecommendationsClient) ResetAllFiltersForHostingEnvironment(ctx context.Context, resourceGroupName string, environmentName string, ...) (result autorest.Response, err error) + func (client RecommendationsClient) ResetAllFiltersForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string, ...) (*http.Request, error) + func (client RecommendationsClient) ResetAllFiltersForHostingEnvironmentResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) ResetAllFiltersForHostingEnvironmentSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) ResetAllFiltersForWebApp(ctx context.Context, resourceGroupName string, siteName string) (result autorest.Response, err error) + func (client RecommendationsClient) ResetAllFiltersForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error) + func (client RecommendationsClient) ResetAllFiltersForWebAppResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) ResetAllFiltersForWebAppSender(req *http.Request) (*http.Response, error) + func (client RecommendationsClient) ResetAllFiltersPreparer(ctx context.Context) (*http.Request, error) + func (client RecommendationsClient) ResetAllFiltersResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecommendationsClient) ResetAllFiltersSender(req *http.Request) (*http.Response, error) + type RecurrenceFrequency string + const RecurrenceFrequencyDay + const RecurrenceFrequencyHour + const RecurrenceFrequencyMinute + const RecurrenceFrequencyMonth + const RecurrenceFrequencyNotSpecified + const RecurrenceFrequencySecond + const RecurrenceFrequencyWeek + const RecurrenceFrequencyYear + func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency + type RecurrenceSchedule struct + Hours *[]int32 + Minutes *[]int32 + MonthDays *[]int32 + MonthlyOccurrences *[]RecurrenceScheduleOccurrence + WeekDays *[]DaysOfWeek + type RecurrenceScheduleOccurrence struct + Day DayOfWeek + Occurrence *int32 + type RedundancyMode string + const RedundancyModeActiveActive + const RedundancyModeFailover + const RedundancyModeGeoRedundant + const RedundancyModeManual + const RedundancyModeNone + func PossibleRedundancyModeValues() []RedundancyMode + type RegenerateActionParameter struct + KeyType KeyType + type RegistryCredentials struct + PasswordSecretRef *string + Server *string + Username *string + type ReissueCertificateOrderRequest struct + ID *string + Kind *string + Name *string + Type *string + func (rcor *ReissueCertificateOrderRequest) UnmarshalJSON(body []byte) error + func (rcor ReissueCertificateOrderRequest) MarshalJSON() ([]byte, error) + type ReissueCertificateOrderRequestProperties struct + Csr *string + DelayExistingRevokeInHours *int32 + IsPrivateKeyExternal *bool + KeySize *int32 + type RelayServiceConnectionEntity struct + ID *string + Kind *string + Name *string + Type *string + func (rsce *RelayServiceConnectionEntity) UnmarshalJSON(body []byte) error + func (rsce RelayServiceConnectionEntity) MarshalJSON() ([]byte, error) + type RelayServiceConnectionEntityProperties struct + BiztalkURI *string + EntityConnectionString *string + EntityName *string + Hostname *string + Port *int32 + ResourceConnectionString *string + ResourceType *string + type RemotePrivateEndpointConnection struct + ID *string + Kind *string + Name *string + Type *string + func (rpec *RemotePrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (rpec RemotePrivateEndpointConnection) MarshalJSON() ([]byte, error) + type RemotePrivateEndpointConnectionARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (rpecar *RemotePrivateEndpointConnectionARMResource) UnmarshalJSON(body []byte) error + func (rpecar RemotePrivateEndpointConnectionARMResource) MarshalJSON() ([]byte, error) + type RemotePrivateEndpointConnectionARMResourceProperties struct + IPAddresses *[]string + PrivateEndpoint *ArmIDWrapper + PrivateLinkServiceConnectionState *PrivateLinkConnectionState + ProvisioningState *string + func (rpecar RemotePrivateEndpointConnectionARMResourceProperties) MarshalJSON() ([]byte, error) + type RemotePrivateEndpointConnectionProperties struct + IPAddresses *[]string + PrivateEndpoint *ArmIDWrapper + PrivateLinkServiceConnectionState *PrivateLinkConnectionState + ProvisioningState *string + func (rpec RemotePrivateEndpointConnectionProperties) MarshalJSON() ([]byte, error) + type Rendering struct + Description *string + Title *string + Type RenderingType + type RenderingType string + const RenderingTypeAppInsight + const RenderingTypeAppInsightEnablement + const RenderingTypeCard + const RenderingTypeChangeAnalysisOnboarding + const RenderingTypeChangeSets + const RenderingTypeChangesView + const RenderingTypeDataSummary + const RenderingTypeDependencyGraph + const RenderingTypeDetector + const RenderingTypeDownTime + const RenderingTypeDropDown + const RenderingTypeDynamicInsight + const RenderingTypeEmail + const RenderingTypeForm + const RenderingTypeGuage + const RenderingTypeInsights + const RenderingTypeMarkdown + const RenderingTypeNoGraph + const RenderingTypePieChart + const RenderingTypeSearchComponent + const RenderingTypeSolution + const RenderingTypeSummaryCard + const RenderingTypeTable + const RenderingTypeTimeSeries + const RenderingTypeTimeSeriesPerInstance + func PossibleRenderingTypeValues() []RenderingType + type RenewCertificateOrderRequest struct + ID *string + Kind *string + Name *string + Type *string + func (rcor *RenewCertificateOrderRequest) UnmarshalJSON(body []byte) error + func (rcor RenewCertificateOrderRequest) MarshalJSON() ([]byte, error) + type RenewCertificateOrderRequestProperties struct + Csr *string + IsPrivateKeyExternal *bool + KeySize *int32 + type RepetitionIndex struct + ItemIndex *int32 + ScopeName *string + type Request struct + Headers interface{} + Method *string + URI *string + type RequestHistory struct + ID *string + Location *string + Name *string + Properties *RequestHistoryProperties + Tags map[string]*string + Type *string + func (rh RequestHistory) MarshalJSON() ([]byte, error) + type RequestHistoryListResult struct + NextLink *string + Value *[]RequestHistory + func (rhlr RequestHistoryListResult) IsEmpty() bool + type RequestHistoryListResultIterator struct + func NewRequestHistoryListResultIterator(page RequestHistoryListResultPage) RequestHistoryListResultIterator + func (iter *RequestHistoryListResultIterator) Next() error + func (iter *RequestHistoryListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RequestHistoryListResultIterator) NotDone() bool + func (iter RequestHistoryListResultIterator) Response() RequestHistoryListResult + func (iter RequestHistoryListResultIterator) Value() RequestHistory + type RequestHistoryListResultPage struct + func NewRequestHistoryListResultPage(cur RequestHistoryListResult, ...) RequestHistoryListResultPage + func (page *RequestHistoryListResultPage) Next() error + func (page *RequestHistoryListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RequestHistoryListResultPage) NotDone() bool + func (page RequestHistoryListResultPage) Response() RequestHistoryListResult + func (page RequestHistoryListResultPage) Values() []RequestHistory + type RequestHistoryProperties struct + EndTime *date.Time + Request *Request + Response *Response + StartTime *date.Time + type RequestsBasedTrigger struct + Count *int32 + TimeInterval *string + type ResolveStatus string + const ResolveStatusAccessToKeyVaultDenied + const ResolveStatusFetchTimedOut + const ResolveStatusInitialized + const ResolveStatusInvalidSyntax + const ResolveStatusMSINotEnabled + const ResolveStatusOtherReasons + const ResolveStatusResolved + const ResolveStatusSecretNotFound + const ResolveStatusSecretVersionNotFound + const ResolveStatusUnauthorizedClient + const ResolveStatusVaultNotFound + func PossibleResolveStatusValues() []ResolveStatus + type Resource struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceCollection struct + NextLink *string + Value *[]string + func (rc ResourceCollection) IsEmpty() bool + func (rc ResourceCollection) MarshalJSON() ([]byte, error) + type ResourceCollectionIterator struct + func NewResourceCollectionIterator(page ResourceCollectionPage) ResourceCollectionIterator + func (iter *ResourceCollectionIterator) Next() error + func (iter *ResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceCollectionIterator) NotDone() bool + func (iter ResourceCollectionIterator) Response() ResourceCollection + func (iter ResourceCollectionIterator) Value() string + type ResourceCollectionPage struct + func NewResourceCollectionPage(cur ResourceCollection, ...) ResourceCollectionPage + func (page *ResourceCollectionPage) Next() error + func (page *ResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceCollectionPage) NotDone() bool + func (page ResourceCollectionPage) Response() ResourceCollection + func (page ResourceCollectionPage) Values() []string + type ResourceHealthMetadata struct + ID *string + Kind *string + Name *string + Type *string + func (rhm *ResourceHealthMetadata) UnmarshalJSON(body []byte) error + func (rhm ResourceHealthMetadata) MarshalJSON() ([]byte, error) + type ResourceHealthMetadataClient struct + func NewResourceHealthMetadataClient(subscriptionID string) ResourceHealthMetadataClient + func NewResourceHealthMetadataClientWithBaseURI(baseURI string, subscriptionID string) ResourceHealthMetadataClient + func (client ResourceHealthMetadataClient) GetBySite(ctx context.Context, resourceGroupName string, name string) (result ResourceHealthMetadata, err error) + func (client ResourceHealthMetadataClient) GetBySitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client ResourceHealthMetadataClient) GetBySiteResponder(resp *http.Response) (result ResourceHealthMetadata, err error) + func (client ResourceHealthMetadataClient) GetBySiteSender(req *http.Request) (*http.Response, error) + func (client ResourceHealthMetadataClient) GetBySiteSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ResourceHealthMetadata, err error) + func (client ResourceHealthMetadataClient) GetBySiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client ResourceHealthMetadataClient) GetBySiteSlotResponder(resp *http.Response) (result ResourceHealthMetadata, err error) + func (client ResourceHealthMetadataClient) GetBySiteSlotSender(req *http.Request) (*http.Response, error) + func (client ResourceHealthMetadataClient) List(ctx context.Context) (result ResourceHealthMetadataCollectionPage, err error) + func (client ResourceHealthMetadataClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ResourceHealthMetadataCollectionPage, err error) + func (client ResourceHealthMetadataClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ResourceHealthMetadataCollectionIterator, err error) + func (client ResourceHealthMetadataClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ResourceHealthMetadataClient) ListByResourceGroupResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error) + func (client ResourceHealthMetadataClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ResourceHealthMetadataClient) ListBySite(ctx context.Context, resourceGroupName string, name string) (result ResourceHealthMetadataCollectionPage, err error) + func (client ResourceHealthMetadataClient) ListBySiteComplete(ctx context.Context, resourceGroupName string, name string) (result ResourceHealthMetadataCollectionIterator, err error) + func (client ResourceHealthMetadataClient) ListBySitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client ResourceHealthMetadataClient) ListBySiteResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error) + func (client ResourceHealthMetadataClient) ListBySiteSender(req *http.Request) (*http.Response, error) + func (client ResourceHealthMetadataClient) ListBySiteSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ResourceHealthMetadataCollectionPage, err error) + func (client ResourceHealthMetadataClient) ListBySiteSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result ResourceHealthMetadataCollectionIterator, err error) + func (client ResourceHealthMetadataClient) ListBySiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) + func (client ResourceHealthMetadataClient) ListBySiteSlotResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error) + func (client ResourceHealthMetadataClient) ListBySiteSlotSender(req *http.Request) (*http.Response, error) + func (client ResourceHealthMetadataClient) ListComplete(ctx context.Context) (result ResourceHealthMetadataCollectionIterator, err error) + func (client ResourceHealthMetadataClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ResourceHealthMetadataClient) ListResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error) + func (client ResourceHealthMetadataClient) ListSender(req *http.Request) (*http.Response, error) + type ResourceHealthMetadataCollection struct + NextLink *string + Value *[]ResourceHealthMetadata + func (rhmc ResourceHealthMetadataCollection) IsEmpty() bool + func (rhmc ResourceHealthMetadataCollection) MarshalJSON() ([]byte, error) + type ResourceHealthMetadataCollectionIterator struct + func NewResourceHealthMetadataCollectionIterator(page ResourceHealthMetadataCollectionPage) ResourceHealthMetadataCollectionIterator + func (iter *ResourceHealthMetadataCollectionIterator) Next() error + func (iter *ResourceHealthMetadataCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceHealthMetadataCollectionIterator) NotDone() bool + func (iter ResourceHealthMetadataCollectionIterator) Response() ResourceHealthMetadataCollection + func (iter ResourceHealthMetadataCollectionIterator) Value() ResourceHealthMetadata + type ResourceHealthMetadataCollectionPage struct + func NewResourceHealthMetadataCollectionPage(cur ResourceHealthMetadataCollection, ...) ResourceHealthMetadataCollectionPage + func (page *ResourceHealthMetadataCollectionPage) Next() error + func (page *ResourceHealthMetadataCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceHealthMetadataCollectionPage) NotDone() bool + func (page ResourceHealthMetadataCollectionPage) Response() ResourceHealthMetadataCollection + func (page ResourceHealthMetadataCollectionPage) Values() []ResourceHealthMetadata + type ResourceHealthMetadataProperties struct + Category *string + SignalAvailability *bool + type ResourceMetricAvailability struct + Retention *string + TimeGrain *string + func (rma ResourceMetricAvailability) MarshalJSON() ([]byte, error) + type ResourceMetricDefinition struct + ID *string + Kind *string + Name *string + Type *string + func (rmd *ResourceMetricDefinition) UnmarshalJSON(body []byte) error + func (rmd ResourceMetricDefinition) MarshalJSON() ([]byte, error) + type ResourceMetricDefinitionCollection struct + NextLink *string + Value *[]ResourceMetricDefinition + func (rmdc ResourceMetricDefinitionCollection) IsEmpty() bool + func (rmdc ResourceMetricDefinitionCollection) MarshalJSON() ([]byte, error) + type ResourceMetricDefinitionCollectionIterator struct + func NewResourceMetricDefinitionCollectionIterator(page ResourceMetricDefinitionCollectionPage) ResourceMetricDefinitionCollectionIterator + func (iter *ResourceMetricDefinitionCollectionIterator) Next() error + func (iter *ResourceMetricDefinitionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceMetricDefinitionCollectionIterator) NotDone() bool + func (iter ResourceMetricDefinitionCollectionIterator) Response() ResourceMetricDefinitionCollection + func (iter ResourceMetricDefinitionCollectionIterator) Value() ResourceMetricDefinition + type ResourceMetricDefinitionCollectionPage struct + func NewResourceMetricDefinitionCollectionPage(cur ResourceMetricDefinitionCollection, ...) ResourceMetricDefinitionCollectionPage + func (page *ResourceMetricDefinitionCollectionPage) Next() error + func (page *ResourceMetricDefinitionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceMetricDefinitionCollectionPage) NotDone() bool + func (page ResourceMetricDefinitionCollectionPage) Response() ResourceMetricDefinitionCollection + func (page ResourceMetricDefinitionCollectionPage) Values() []ResourceMetricDefinition + type ResourceMetricDefinitionProperties struct + MetricAvailabilities *[]ResourceMetricAvailability + PrimaryAggregationType *string + Properties map[string]*string + ResourceURI *string + Unit *string + func (rmd ResourceMetricDefinitionProperties) MarshalJSON() ([]byte, error) + type ResourceNameAvailability struct + Message *string + NameAvailable *bool + Reason InAvailabilityReasonType + type ResourceNameAvailabilityRequest struct + IsFqdn *bool + Name *string + Type CheckNameResourceTypes + type ResourceNotRenewableReason string + const ResourceNotRenewableReasonExpirationNotInRenewalTimeRange + const ResourceNotRenewableReasonRegistrationStatusNotSupportedForRenewal + const ResourceNotRenewableReasonSubscriptionNotActive + func PossibleResourceNotRenewableReasonValues() []ResourceNotRenewableReason + type ResourceReference struct + ID *string + Name *string + Type *string + func (rr ResourceReference) MarshalJSON() ([]byte, error) + type ResourceScopeType string + const ResourceScopeTypeServerFarm + const ResourceScopeTypeSubscription + const ResourceScopeTypeWebSite + func PossibleResourceScopeTypeValues() []ResourceScopeType + type Response struct + BodyLink *ContentLink + Headers interface{} + StatusCode *int32 + type ResponseMessageEnvelopeRemotePrivateEndpointConnection struct + Error *ErrorEntity + ID *string + Identity *ManagedServiceIdentity + Location *string + Name *string + Plan *ArmPlan + Properties *RemotePrivateEndpointConnection + Sku *SkuDescription + Status *string + Tags map[string]*string + Type *string + Zones *[]string + func (rmeRpec ResponseMessageEnvelopeRemotePrivateEndpointConnection) MarshalJSON() ([]byte, error) + type ResponseMetaData struct + DataSource *DataSource + type RestoreRequest struct + ID *string + Kind *string + Name *string + Type *string + func (rr *RestoreRequest) UnmarshalJSON(body []byte) error + func (rr RestoreRequest) MarshalJSON() ([]byte, error) + type RestoreRequestProperties struct + AdjustConnectionStrings *bool + AppServicePlan *string + BlobName *string + Databases *[]DatabaseBackupSetting + HostingEnvironment *string + IgnoreConflictingHostNames *bool + IgnoreDatabases *bool + OperationType BackupRestoreOperationType + Overwrite *bool + SiteName *string + StorageAccountURL *string + type RetryHistory struct + ClientRequestID *string + Code *string + EndTime *date.Time + Error *ErrorResponse + ServiceRequestID *string + StartTime *date.Time + type Revision struct + ID *string + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r *Revision) UnmarshalJSON(body []byte) error + func (r Revision) MarshalJSON() ([]byte, error) + type RevisionCollection struct + NextLink *string + Value *[]Revision + func (rc RevisionCollection) IsEmpty() bool + func (rc RevisionCollection) MarshalJSON() ([]byte, error) + type RevisionCollectionIterator struct + func NewRevisionCollectionIterator(page RevisionCollectionPage) RevisionCollectionIterator + func (iter *RevisionCollectionIterator) Next() error + func (iter *RevisionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter RevisionCollectionIterator) NotDone() bool + func (iter RevisionCollectionIterator) Response() RevisionCollection + func (iter RevisionCollectionIterator) Value() Revision + type RevisionCollectionPage struct + func NewRevisionCollectionPage(cur RevisionCollection, ...) RevisionCollectionPage + func (page *RevisionCollectionPage) Next() error + func (page *RevisionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page RevisionCollectionPage) NotDone() bool + func (page RevisionCollectionPage) Response() RevisionCollection + func (page RevisionCollectionPage) Values() []Revision + type RevisionHealthState string + const RevisionHealthStateHealthy + const RevisionHealthStateNone + const RevisionHealthStateUnhealthy + func PossibleRevisionHealthStateValues() []RevisionHealthState + type RevisionProperties struct + Active *bool + CreatedTime *date.Time + Fqdn *string + HealthState RevisionHealthState + ProvisioningError *string + ProvisioningState RevisionProvisioningState + Replicas *int32 + Template *Template + TrafficWeight *int32 + func (r RevisionProperties) MarshalJSON() ([]byte, error) + type RevisionProvisioningState string + const RevisionProvisioningStateDeprovisioned + const RevisionProvisioningStateDeprovisioning + const RevisionProvisioningStateFailed + const RevisionProvisioningStateProvisioned + const RevisionProvisioningStateProvisioning + func PossibleRevisionProvisioningStateValues() []RevisionProvisioningState + type RouteType string + const RouteTypeDEFAULT + const RouteTypeINHERITED + const RouteTypeSTATIC + func PossibleRouteTypeValues() []RouteType + type RunActionCorrelation struct + ActionTrackingID *string + ClientKeywords *[]string + ClientTrackingID *string + type RunCorrelation struct + ClientKeywords *[]string + ClientTrackingID *string + type SampleUtterance struct + Links *[]string + Qid *string + Text *string + type Scale struct + MaxReplicas *int32 + MinReplicas *int32 + Rules *[]ScaleRule + type ScaleRule struct + AzureQueue *QueueScaleRule + Custom *CustomScaleRule + HTTP *HTTPScaleRule + Name *string + type ScaleRuleAuth struct + SecretRef *string + TriggerParameter *string + type ScmType string + const ScmTypeBitbucketGit + const ScmTypeBitbucketHg + const ScmTypeCodePlexGit + const ScmTypeCodePlexHg + const ScmTypeDropbox + const ScmTypeExternalGit + const ScmTypeExternalHg + const ScmTypeGitHub + const ScmTypeLocalGit + const ScmTypeNone + const ScmTypeOneDrive + const ScmTypeTfs + const ScmTypeVSO + const ScmTypeVSTSRM + func PossibleScmTypeValues() []ScmType + type Secret struct + Name *string + Value *string + type SecretsCollection struct + Value *[]ContainerAppSecret + type ServiceSpecification struct + LogSpecifications *[]LogSpecification + MetricSpecifications *[]MetricSpecification + type SetObject struct + Value interface{} + type Site struct + ExtendedLocation *ExtendedLocation + ID *string + Identity *ManagedServiceIdentity + Kind *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (s *Site) UnmarshalJSON(body []byte) error + func (s Site) MarshalJSON() ([]byte, error) + type SiteAuthSettings struct + ID *string + Kind *string + Name *string + Type *string + func (sas *SiteAuthSettings) UnmarshalJSON(body []byte) error + func (sas SiteAuthSettings) MarshalJSON() ([]byte, error) + type SiteAuthSettingsProperties struct + AadClaimsAuthorization *string + AdditionalLoginParams *[]string + AllowedAudiences *[]string + AllowedExternalRedirectUrls *[]string + AuthFilePath *string + ClientID *string + ClientSecret *string + ClientSecretCertificateThumbprint *string + ClientSecretSettingName *string + ConfigVersion *string + DefaultProvider BuiltInAuthenticationProvider + Enabled *bool + FacebookAppID *string + FacebookAppSecret *string + FacebookAppSecretSettingName *string + FacebookOAuthScopes *[]string + GitHubClientID *string + GitHubClientSecret *string + GitHubClientSecretSettingName *string + GitHubOAuthScopes *[]string + GoogleClientID *string + GoogleClientSecret *string + GoogleClientSecretSettingName *string + GoogleOAuthScopes *[]string + IsAuthFromFile *string + Issuer *string + MicrosoftAccountClientID *string + MicrosoftAccountClientSecret *string + MicrosoftAccountClientSecretSettingName *string + MicrosoftAccountOAuthScopes *[]string + RuntimeVersion *string + TokenRefreshExtensionHours *float64 + TokenStoreEnabled *bool + TwitterConsumerKey *string + TwitterConsumerSecret *string + TwitterConsumerSecretSettingName *string + UnauthenticatedClientAction UnauthenticatedClientAction + ValidateIssuer *bool + type SiteAuthSettingsV2 struct + ID *string + Kind *string + Name *string + Type *string + func (sasv *SiteAuthSettingsV2) UnmarshalJSON(body []byte) error + func (sasv SiteAuthSettingsV2) MarshalJSON() ([]byte, error) + type SiteAuthSettingsV2Properties struct + GlobalValidation *GlobalValidation + HTTPSettings *HTTPSettings + IdentityProviders *IdentityProviders + Login *Login + Platform *AuthPlatform + type SiteAvailabilityState string + const SiteAvailabilityStateDisasterRecoveryMode + const SiteAvailabilityStateLimited + const SiteAvailabilityStateNormal + func PossibleSiteAvailabilityStateValues() []SiteAvailabilityState + type SiteCloneability struct + BlockingCharacteristics *[]SiteCloneabilityCriterion + BlockingFeatures *[]SiteCloneabilityCriterion + Result CloneAbilityResult + UnsupportedFeatures *[]SiteCloneabilityCriterion + type SiteCloneabilityCriterion struct + Description *string + Name *string + type SiteConfig struct + APIDefinition *APIDefinitionInfo + APIManagementConfig *APIManagementConfig + AcrUseManagedIdentityCreds *bool + AcrUserManagedIdentityID *string + AlwaysOn *bool + AppCommandLine *string + AppSettings *[]NameValuePair + AutoHealEnabled *bool + AutoHealRules *AutoHealRules + AutoSwapSlotName *string + AzureStorageAccounts map[string]*AzureStorageInfoValue + ConnectionStrings *[]ConnStringInfo + Cors *CorsSettings + DefaultDocuments *[]string + DetailedErrorLoggingEnabled *bool + DocumentRoot *string + ElasticWebAppScaleLimit *int32 + Experiments *Experiments + FtpsState FtpsState + FunctionAppScaleLimit *int32 + FunctionsRuntimeScaleMonitoringEnabled *bool + HTTP20Enabled *bool + HTTPLoggingEnabled *bool + HandlerMappings *[]HandlerMapping + HealthCheckPath *string + IPSecurityRestrictions *[]IPSecurityRestriction + IPSecurityRestrictionsDefaultAction DefaultAction + JavaContainer *string + JavaContainerVersion *string + JavaVersion *string + KeyVaultReferenceIdentity *string + Limits *SiteLimits + LinuxFxVersion *string + LoadBalancing SiteLoadBalancing + LocalMySQLEnabled *bool + LogsDirectorySizeLimit *int32 + MachineKey *SiteMachineKey + ManagedPipelineMode ManagedPipelineMode + ManagedServiceIdentityID *int32 + Metadata *[]NameValuePair + MinTLSVersion SupportedTLSVersions + MinimumElasticInstanceCount *int32 + NetFrameworkVersion *string + NodeVersion *string + NumberOfWorkers *int32 + PhpVersion *string + PowerShellVersion *string + PreWarmedInstanceCount *int32 + PublicNetworkAccess *string + PublishingUsername *string + Push *PushSettings + PythonVersion *string + RemoteDebuggingEnabled *bool + RemoteDebuggingVersion *string + RequestTracingEnabled *bool + RequestTracingExpirationTime *date.Time + ScmIPSecurityRestrictions *[]IPSecurityRestriction + ScmIPSecurityRestrictionsDefaultAction DefaultAction + ScmIPSecurityRestrictionsUseMain *bool + ScmMinTLSVersion SupportedTLSVersions + ScmType ScmType + TracingOptions *string + Use32BitWorkerProcess *bool + VirtualApplications *[]VirtualApplication + VnetName *string + VnetPrivatePortsCount *int32 + VnetRouteAllEnabled *bool + WebSocketsEnabled *bool + WebsiteTimeZone *string + WindowsFxVersion *string + XManagedServiceIdentityID *int32 + func (sc SiteConfig) MarshalJSON() ([]byte, error) + type SiteConfigPropertiesDictionary struct + JavaVersion *string + LinuxFxVersion *string + PowerShellVersion *string + Use32BitWorkerProcess *bool + func (scpd SiteConfigPropertiesDictionary) MarshalJSON() ([]byte, error) + type SiteConfigResource struct + ID *string + Kind *string + Name *string + Type *string + func (scr *SiteConfigResource) UnmarshalJSON(body []byte) error + func (scr SiteConfigResource) MarshalJSON() ([]byte, error) + type SiteConfigResourceCollection struct + NextLink *string + Value *[]SiteConfigResource + func (scrc SiteConfigResourceCollection) IsEmpty() bool + func (scrc SiteConfigResourceCollection) MarshalJSON() ([]byte, error) + type SiteConfigResourceCollectionIterator struct + func NewSiteConfigResourceCollectionIterator(page SiteConfigResourceCollectionPage) SiteConfigResourceCollectionIterator + func (iter *SiteConfigResourceCollectionIterator) Next() error + func (iter *SiteConfigResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SiteConfigResourceCollectionIterator) NotDone() bool + func (iter SiteConfigResourceCollectionIterator) Response() SiteConfigResourceCollection + func (iter SiteConfigResourceCollectionIterator) Value() SiteConfigResource + type SiteConfigResourceCollectionPage struct + func NewSiteConfigResourceCollectionPage(cur SiteConfigResourceCollection, ...) SiteConfigResourceCollectionPage + func (page *SiteConfigResourceCollectionPage) Next() error + func (page *SiteConfigResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SiteConfigResourceCollectionPage) NotDone() bool + func (page SiteConfigResourceCollectionPage) Response() SiteConfigResourceCollection + func (page SiteConfigResourceCollectionPage) Values() []SiteConfigResource + type SiteConfigurationSnapshotInfo struct + ID *string + Kind *string + Name *string + Type *string + func (scsi *SiteConfigurationSnapshotInfo) UnmarshalJSON(body []byte) error + func (scsi SiteConfigurationSnapshotInfo) MarshalJSON() ([]byte, error) + type SiteConfigurationSnapshotInfoCollection struct + NextLink *string + Value *[]SiteConfigurationSnapshotInfo + func (scsic SiteConfigurationSnapshotInfoCollection) IsEmpty() bool + func (scsic SiteConfigurationSnapshotInfoCollection) MarshalJSON() ([]byte, error) + type SiteConfigurationSnapshotInfoCollectionIterator struct + func NewSiteConfigurationSnapshotInfoCollectionIterator(page SiteConfigurationSnapshotInfoCollectionPage) SiteConfigurationSnapshotInfoCollectionIterator + func (iter *SiteConfigurationSnapshotInfoCollectionIterator) Next() error + func (iter *SiteConfigurationSnapshotInfoCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SiteConfigurationSnapshotInfoCollectionIterator) NotDone() bool + func (iter SiteConfigurationSnapshotInfoCollectionIterator) Response() SiteConfigurationSnapshotInfoCollection + func (iter SiteConfigurationSnapshotInfoCollectionIterator) Value() SiteConfigurationSnapshotInfo + type SiteConfigurationSnapshotInfoCollectionPage struct + func NewSiteConfigurationSnapshotInfoCollectionPage(cur SiteConfigurationSnapshotInfoCollection, ...) SiteConfigurationSnapshotInfoCollectionPage + func (page *SiteConfigurationSnapshotInfoCollectionPage) Next() error + func (page *SiteConfigurationSnapshotInfoCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SiteConfigurationSnapshotInfoCollectionPage) NotDone() bool + func (page SiteConfigurationSnapshotInfoCollectionPage) Response() SiteConfigurationSnapshotInfoCollection + func (page SiteConfigurationSnapshotInfoCollectionPage) Values() []SiteConfigurationSnapshotInfo + type SiteConfigurationSnapshotInfoProperties struct + SnapshotID *int32 + Time *date.Time + func (scsi SiteConfigurationSnapshotInfoProperties) MarshalJSON() ([]byte, error) + type SiteExtensionInfo struct + ID *string + Kind *string + Name *string + Type *string + func (sei *SiteExtensionInfo) UnmarshalJSON(body []byte) error + func (sei SiteExtensionInfo) MarshalJSON() ([]byte, error) + type SiteExtensionInfoCollection struct + NextLink *string + Value *[]SiteExtensionInfo + func (seic SiteExtensionInfoCollection) IsEmpty() bool + func (seic SiteExtensionInfoCollection) MarshalJSON() ([]byte, error) + type SiteExtensionInfoCollectionIterator struct + func NewSiteExtensionInfoCollectionIterator(page SiteExtensionInfoCollectionPage) SiteExtensionInfoCollectionIterator + func (iter *SiteExtensionInfoCollectionIterator) Next() error + func (iter *SiteExtensionInfoCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SiteExtensionInfoCollectionIterator) NotDone() bool + func (iter SiteExtensionInfoCollectionIterator) Response() SiteExtensionInfoCollection + func (iter SiteExtensionInfoCollectionIterator) Value() SiteExtensionInfo + type SiteExtensionInfoCollectionPage struct + func NewSiteExtensionInfoCollectionPage(cur SiteExtensionInfoCollection, ...) SiteExtensionInfoCollectionPage + func (page *SiteExtensionInfoCollectionPage) Next() error + func (page *SiteExtensionInfoCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SiteExtensionInfoCollectionPage) NotDone() bool + func (page SiteExtensionInfoCollectionPage) Response() SiteExtensionInfoCollection + func (page SiteExtensionInfoCollectionPage) Values() []SiteExtensionInfo + type SiteExtensionInfoProperties struct + Authors *[]string + Comment *string + Description *string + DownloadCount *int32 + ExtensionID *string + ExtensionType SiteExtensionType + ExtensionURL *string + FeedURL *string + IconURL *string + InstalledDateTime *date.Time + InstallerCommandLineParams *string + LicenseURL *string + LocalIsLatestVersion *bool + LocalPath *string + ProjectURL *string + ProvisioningState *string + PublishedDateTime *date.Time + Summary *string + Title *string + Version *string + type SiteExtensionType string + const SiteExtensionTypeGallery + const SiteExtensionTypeWebRoot + func PossibleSiteExtensionTypeValues() []SiteExtensionType + type SiteInstanceStatus struct + ID *string + Kind *string + Name *string + Type *string + func (sis *SiteInstanceStatus) UnmarshalJSON(body []byte) error + func (sis SiteInstanceStatus) MarshalJSON() ([]byte, error) + type SiteInstanceStatusProperties struct + ConsoleURL *string + Containers map[string]*ContainerInfo + DetectorURL *string + HealthCheckURL *string + State SiteRuntimeState + StatusURL *string + func (sis SiteInstanceStatusProperties) MarshalJSON() ([]byte, error) + type SiteLimits struct + MaxDiskSizeInMb *int64 + MaxMemoryInMb *int64 + MaxPercentageCPU *float64 + type SiteLoadBalancing string + const SiteLoadBalancingLeastRequests + const SiteLoadBalancingLeastResponseTime + const SiteLoadBalancingPerSiteRoundRobin + const SiteLoadBalancingRequestHash + const SiteLoadBalancingWeightedRoundRobin + const SiteLoadBalancingWeightedTotalTraffic + func PossibleSiteLoadBalancingValues() []SiteLoadBalancing + type SiteLogsConfig struct + ID *string + Kind *string + Name *string + Type *string + func (slc *SiteLogsConfig) UnmarshalJSON(body []byte) error + func (slc SiteLogsConfig) MarshalJSON() ([]byte, error) + type SiteLogsConfigProperties struct + ApplicationLogs *ApplicationLogsConfig + DetailedErrorMessages *EnabledConfig + FailedRequestsTracing *EnabledConfig + HTTPLogs *HTTPLogsConfig + type SiteMachineKey struct + Decryption *string + DecryptionKey *string + Validation *string + ValidationKey *string + type SitePatchResource struct + ID *string + Identity *ManagedServiceIdentity + Kind *string + Name *string + Type *string + func (spr *SitePatchResource) UnmarshalJSON(body []byte) error + func (spr SitePatchResource) MarshalJSON() ([]byte, error) + type SitePatchResourceProperties struct + AvailabilityState SiteAvailabilityState + ClientAffinityEnabled *bool + ClientCertEnabled *bool + ClientCertExclusionPaths *string + ClientCertMode ClientCertMode + CloningInfo *CloningInfo + ContainerSize *int32 + CustomDomainVerificationID *string + DailyMemoryTimeQuota *int32 + DefaultHostName *string + Enabled *bool + EnabledHostNames *[]string + HTTPSOnly *bool + HostNameSslStates *[]HostNameSslState + HostNames *[]string + HostNamesDisabled *bool + HostingEnvironmentProfile *HostingEnvironmentProfile + HyperV *bool + InProgressOperationID *uuid.UUID + IsDefaultContainer *bool + IsXenon *bool + KeyVaultReferenceIdentity *string + LastModifiedTimeUtc *date.Time + MaxNumberOfWorkers *int32 + OutboundIPAddresses *string + PossibleOutboundIPAddresses *string + RedundancyMode RedundancyMode + RepositorySiteName *string + Reserved *bool + ResourceGroup *string + ScmSiteAlsoStopped *bool + ServerFarmID *string + SiteConfig *SiteConfig + SlotSwapStatus *SlotSwapStatus + State *string + StorageAccountRequired *bool + SuspendedTill *date.Time + TargetSwapSlot *string + TrafficManagerHostNames *[]string + UsageState UsageState + VirtualNetworkSubnetID *string + func (spr SitePatchResourceProperties) MarshalJSON() ([]byte, error) + type SitePhpErrorLogFlag struct + ID *string + Kind *string + Name *string + Type *string + func (spelf *SitePhpErrorLogFlag) UnmarshalJSON(body []byte) error + func (spelf SitePhpErrorLogFlag) MarshalJSON() ([]byte, error) + type SitePhpErrorLogFlagProperties struct + LocalLogErrors *string + LocalLogErrorsMaxLength *string + MasterLogErrors *string + MasterLogErrorsMaxLength *string + type SiteProperties struct + AvailabilityState SiteAvailabilityState + ClientAffinityEnabled *bool + ClientCertEnabled *bool + ClientCertExclusionPaths *string + ClientCertMode ClientCertMode + CloningInfo *CloningInfo + ContainerSize *int32 + CustomDomainVerificationID *string + DailyMemoryTimeQuota *int32 + DefaultHostName *string + Enabled *bool + EnabledHostNames *[]string + HTTPSOnly *bool + HostNameSslStates *[]HostNameSslState + HostNames *[]string + HostNamesDisabled *bool + HostingEnvironmentProfile *HostingEnvironmentProfile + HyperV *bool + InProgressOperationID *uuid.UUID + IsDefaultContainer *bool + IsXenon *bool + KeyVaultReferenceIdentity *string + LastModifiedTimeUtc *date.Time + ManagedEnvironmentID *string + MaxNumberOfWorkers *int32 + OutboundIPAddresses *string + PossibleOutboundIPAddresses *string + PublicNetworkAccess *string + RedundancyMode RedundancyMode + RepositorySiteName *string + Reserved *bool + ResourceGroup *string + ScmSiteAlsoStopped *bool + ServerFarmID *string + SiteConfig *SiteConfig + SlotSwapStatus *SlotSwapStatus + State *string + StorageAccountRequired *bool + SuspendedTill *date.Time + TargetSwapSlot *string + TrafficManagerHostNames *[]string + UsageState UsageState + VirtualNetworkSubnetID *string + VnetContentShareEnabled *bool + VnetImagePullEnabled *bool + VnetRouteAllEnabled *bool + func (s SiteProperties) MarshalJSON() ([]byte, error) + type SiteRuntimeState string + const SiteRuntimeStateREADY + const SiteRuntimeStateSTOPPED + const SiteRuntimeStateUNKNOWN + func PossibleSiteRuntimeStateValues() []SiteRuntimeState + type SiteSeal struct + HTML *string + type SiteSealRequest struct + LightTheme *bool + Locale *string + type SiteSourceControl struct + ID *string + Kind *string + Name *string + Type *string + func (ssc *SiteSourceControl) UnmarshalJSON(body []byte) error + func (ssc SiteSourceControl) MarshalJSON() ([]byte, error) + type SiteSourceControlProperties struct + Branch *string + DeploymentRollbackEnabled *bool + GitHubActionConfiguration *GitHubActionConfiguration + IsGitHubAction *bool + IsManualIntegration *bool + IsMercurial *bool + RepoURL *string + type SkuCapacity struct + Default *int32 + ElasticMaximum *int32 + Maximum *int32 + Minimum *int32 + ScaleType *string + type SkuDescription struct + Capabilities *[]Capability + Capacity *int32 + Family *string + Locations *[]string + Name *string + Size *string + SkuCapacity *SkuCapacity + Tier *string + type SkuInfo struct + Capacity *SkuCapacity + ResourceType *string + Sku *SkuDescription + type SkuInfoCollection struct + NextLink *string + Value *[]SkuInfo + func (sic SkuInfoCollection) IsEmpty() bool + func (sic SkuInfoCollection) MarshalJSON() ([]byte, error) + type SkuInfoCollectionIterator struct + func NewSkuInfoCollectionIterator(page SkuInfoCollectionPage) SkuInfoCollectionIterator + func (iter *SkuInfoCollectionIterator) Next() error + func (iter *SkuInfoCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SkuInfoCollectionIterator) NotDone() bool + func (iter SkuInfoCollectionIterator) Response() SkuInfoCollection + func (iter SkuInfoCollectionIterator) Value() SkuInfo + type SkuInfoCollectionPage struct + func NewSkuInfoCollectionPage(cur SkuInfoCollection, ...) SkuInfoCollectionPage + func (page *SkuInfoCollectionPage) Next() error + func (page *SkuInfoCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SkuInfoCollectionPage) NotDone() bool + func (page SkuInfoCollectionPage) Response() SkuInfoCollection + func (page SkuInfoCollectionPage) Values() []SkuInfo + type SkuInfos struct + ResourceType *string + Skus *[]GlobalCsmSkuDescription + type SkuName string + const SkuNameBasic + const SkuNameDynamic + const SkuNameElasticIsolated + const SkuNameElasticPremium + const SkuNameFree + const SkuNameIsolated + const SkuNameIsolatedV2 + const SkuNamePremium + const SkuNamePremiumContainer + const SkuNamePremiumV2 + const SkuNamePremiumV3 + const SkuNameShared + const SkuNameStandard + func PossibleSkuNameValues() []SkuName + type SlotConfigNames struct + AppSettingNames *[]string + AzureStorageConfigNames *[]string + ConnectionStringNames *[]string + type SlotConfigNamesResource struct + ID *string + Kind *string + Name *string + Type *string + func (scnr *SlotConfigNamesResource) UnmarshalJSON(body []byte) error + func (scnr SlotConfigNamesResource) MarshalJSON() ([]byte, error) + type SlotDifference struct + ID *string + Kind *string + Name *string + Type *string + func (sd *SlotDifference) UnmarshalJSON(body []byte) error + func (sd SlotDifference) MarshalJSON() ([]byte, error) + type SlotDifferenceCollection struct + NextLink *string + Value *[]SlotDifference + func (sdc SlotDifferenceCollection) IsEmpty() bool + func (sdc SlotDifferenceCollection) MarshalJSON() ([]byte, error) + type SlotDifferenceCollectionIterator struct + func NewSlotDifferenceCollectionIterator(page SlotDifferenceCollectionPage) SlotDifferenceCollectionIterator + func (iter *SlotDifferenceCollectionIterator) Next() error + func (iter *SlotDifferenceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SlotDifferenceCollectionIterator) NotDone() bool + func (iter SlotDifferenceCollectionIterator) Response() SlotDifferenceCollection + func (iter SlotDifferenceCollectionIterator) Value() SlotDifference + type SlotDifferenceCollectionPage struct + func NewSlotDifferenceCollectionPage(cur SlotDifferenceCollection, ...) SlotDifferenceCollectionPage + func (page *SlotDifferenceCollectionPage) Next() error + func (page *SlotDifferenceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SlotDifferenceCollectionPage) NotDone() bool + func (page SlotDifferenceCollectionPage) Response() SlotDifferenceCollection + func (page SlotDifferenceCollectionPage) Values() []SlotDifference + type SlotDifferenceProperties struct + Description *string + DiffRule *string + Level *string + SettingName *string + SettingType *string + ValueInCurrentSlot *string + ValueInTargetSlot *string + func (sd SlotDifferenceProperties) MarshalJSON() ([]byte, error) + type SlotSwapStatus struct + DestinationSlotName *string + SourceSlotName *string + TimestampUtc *date.Time + func (sss SlotSwapStatus) MarshalJSON() ([]byte, error) + type SlowRequestsBasedTrigger struct + Count *int32 + Path *string + TimeInterval *string + TimeTaken *string + type Snapshot struct + ID *string + Kind *string + Name *string + Type *string + func (s *Snapshot) UnmarshalJSON(body []byte) error + func (s Snapshot) MarshalJSON() ([]byte, error) + type SnapshotCollection struct + NextLink *string + Value *[]Snapshot + func (sc SnapshotCollection) IsEmpty() bool + func (sc SnapshotCollection) MarshalJSON() ([]byte, error) + type SnapshotCollectionIterator struct + func NewSnapshotCollectionIterator(page SnapshotCollectionPage) SnapshotCollectionIterator + func (iter *SnapshotCollectionIterator) Next() error + func (iter *SnapshotCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SnapshotCollectionIterator) NotDone() bool + func (iter SnapshotCollectionIterator) Response() SnapshotCollection + func (iter SnapshotCollectionIterator) Value() Snapshot + type SnapshotCollectionPage struct + func NewSnapshotCollectionPage(cur SnapshotCollection, ...) SnapshotCollectionPage + func (page *SnapshotCollectionPage) Next() error + func (page *SnapshotCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SnapshotCollectionPage) NotDone() bool + func (page SnapshotCollectionPage) Response() SnapshotCollection + func (page SnapshotCollectionPage) Values() []Snapshot + type SnapshotProperties struct + Time *string + func (s SnapshotProperties) MarshalJSON() ([]byte, error) + type SnapshotRecoverySource struct + ID *string + Location *string + type SnapshotRestoreRequest struct + ID *string + Kind *string + Name *string + Type *string + func (srr *SnapshotRestoreRequest) UnmarshalJSON(body []byte) error + func (srr SnapshotRestoreRequest) MarshalJSON() ([]byte, error) + type SnapshotRestoreRequestProperties struct + IgnoreConflictingHostNames *bool + Overwrite *bool + RecoverConfiguration *bool + RecoverySource *SnapshotRecoverySource + SnapshotTime *string + UseDRSecondary *bool + type Solution struct + Data *[][]NameValuePair + Description *string + DisplayName *string + ID *float64 + Metadata *[][]NameValuePair + Order *float64 + Type SolutionType + type SolutionType string + const SolutionTypeBestPractices + const SolutionTypeDeepInvestigation + const SolutionTypeQuickSolution + func PossibleSolutionTypeValues() []SolutionType + type SourceControl struct + ID *string + Kind *string + Name *string + Type *string + func (sc *SourceControl) UnmarshalJSON(body []byte) error + func (sc SourceControl) MarshalJSON() ([]byte, error) + type SourceControlCollection struct + NextLink *string + Value *[]SourceControl + func (scc SourceControlCollection) IsEmpty() bool + func (scc SourceControlCollection) MarshalJSON() ([]byte, error) + type SourceControlCollectionIterator struct + func NewSourceControlCollectionIterator(page SourceControlCollectionPage) SourceControlCollectionIterator + func (iter *SourceControlCollectionIterator) Next() error + func (iter *SourceControlCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SourceControlCollectionIterator) NotDone() bool + func (iter SourceControlCollectionIterator) Response() SourceControlCollection + func (iter SourceControlCollectionIterator) Value() SourceControl + type SourceControlCollectionPage struct + func NewSourceControlCollectionPage(cur SourceControlCollection, ...) SourceControlCollectionPage + func (page *SourceControlCollectionPage) Next() error + func (page *SourceControlCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SourceControlCollectionPage) NotDone() bool + func (page SourceControlCollectionPage) Response() SourceControlCollection + func (page SourceControlCollectionPage) Values() []SourceControl + type SourceControlProperties struct + ExpirationTime *date.Time + RefreshToken *string + Token *string + TokenSecret *string + type SslState string + const SslStateDisabled + const SslStateIPBasedEnabled + const SslStateSniEnabled + func PossibleSslStateValues() []SslState + type StackMajorVersion struct + AppSettingsDictionary map[string]interface{} + ApplicationInsights *bool + DisplayVersion *string + IsDefault *bool + IsDeprecated *bool + IsHidden *bool + IsPreview *bool + MinorVersions *[]StackMinorVersion + RuntimeVersion *string + SiteConfigPropertiesDictionary map[string]interface{} + func (smv StackMajorVersion) MarshalJSON() ([]byte, error) + type StackMinorVersion struct + DisplayVersion *string + IsDefault *bool + IsRemoteDebuggingEnabled *bool + RuntimeVersion *string + type StackPreferredOs string + const StackPreferredOsLinux + const StackPreferredOsWindows + func PossibleStackPreferredOsValues() []StackPreferredOs + type StagingEnvironmentPolicy string + const StagingEnvironmentPolicyDisabled + const StagingEnvironmentPolicyEnabled + func PossibleStagingEnvironmentPolicyValues() []StagingEnvironmentPolicy + type StampCapacity struct + AvailableCapacity *int64 + ComputeMode ComputeModeOptions + ExcludeFromCapacityAllocation *bool + IsApplicableForAllComputeModes *bool + IsLinux *bool + Name *string + SiteMode *string + TotalCapacity *int64 + Unit *string + WorkerSize WorkerSizeOptions + WorkerSizeID *int32 + type StampCapacityCollection struct + NextLink *string + Value *[]StampCapacity + func (scc StampCapacityCollection) IsEmpty() bool + func (scc StampCapacityCollection) MarshalJSON() ([]byte, error) + type StampCapacityCollectionIterator struct + func NewStampCapacityCollectionIterator(page StampCapacityCollectionPage) StampCapacityCollectionIterator + func (iter *StampCapacityCollectionIterator) Next() error + func (iter *StampCapacityCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StampCapacityCollectionIterator) NotDone() bool + func (iter StampCapacityCollectionIterator) Response() StampCapacityCollection + func (iter StampCapacityCollectionIterator) Value() StampCapacity + type StampCapacityCollectionPage struct + func NewStampCapacityCollectionPage(cur StampCapacityCollection, ...) StampCapacityCollectionPage + func (page *StampCapacityCollectionPage) Next() error + func (page *StampCapacityCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StampCapacityCollectionPage) NotDone() bool + func (page StampCapacityCollectionPage) Response() StampCapacityCollection + func (page StampCapacityCollectionPage) Values() []StampCapacity + type StaticSite struct + AllowConfigFileUpdates *bool + Branch *string + BuildProperties *StaticSiteBuildProperties + ContentDistributionEndpoint *string + CustomDomains *[]string + DatabaseConnections *[]DatabaseConnectionOverview + DefaultHostname *string + EnterpriseGradeCdnStatus EnterpriseGradeCdnStatus + KeyVaultReferenceIdentity *string + LinkedBackends *[]StaticSiteLinkedBackend + PrivateEndpointConnections *[]ResponseMessageEnvelopeRemotePrivateEndpointConnection + Provider *string + PublicNetworkAccess *string + RepositoryToken *string + RepositoryURL *string + StagingEnvironmentPolicy StagingEnvironmentPolicy + TemplateProperties *StaticSiteTemplateOptions + UserProvidedFunctionApps *[]StaticSiteUserProvidedFunctionApp + func (ss StaticSite) MarshalJSON() ([]byte, error) + type StaticSiteARMResource struct + ID *string + Identity *ManagedServiceIdentity + Kind *string + Location *string + Name *string + Sku *SkuDescription + Tags map[string]*string + Type *string + func (ssar *StaticSiteARMResource) UnmarshalJSON(body []byte) error + func (ssar StaticSiteARMResource) MarshalJSON() ([]byte, error) + type StaticSiteBasicAuthPropertiesARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssbapar *StaticSiteBasicAuthPropertiesARMResource) UnmarshalJSON(body []byte) error + func (ssbapar StaticSiteBasicAuthPropertiesARMResource) MarshalJSON() ([]byte, error) + type StaticSiteBasicAuthPropertiesARMResourceProperties struct + ApplicableEnvironmentsMode *string + Environments *[]string + Password *string + SecretState *string + SecretURL *string + func (ssbapar StaticSiteBasicAuthPropertiesARMResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteBasicAuthPropertiesCollection struct + NextLink *string + Value *[]StaticSiteBasicAuthPropertiesARMResource + func (ssbapc StaticSiteBasicAuthPropertiesCollection) IsEmpty() bool + func (ssbapc StaticSiteBasicAuthPropertiesCollection) MarshalJSON() ([]byte, error) + type StaticSiteBasicAuthPropertiesCollectionIterator struct + func NewStaticSiteBasicAuthPropertiesCollectionIterator(page StaticSiteBasicAuthPropertiesCollectionPage) StaticSiteBasicAuthPropertiesCollectionIterator + func (iter *StaticSiteBasicAuthPropertiesCollectionIterator) Next() error + func (iter *StaticSiteBasicAuthPropertiesCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteBasicAuthPropertiesCollectionIterator) NotDone() bool + func (iter StaticSiteBasicAuthPropertiesCollectionIterator) Response() StaticSiteBasicAuthPropertiesCollection + func (iter StaticSiteBasicAuthPropertiesCollectionIterator) Value() StaticSiteBasicAuthPropertiesARMResource + type StaticSiteBasicAuthPropertiesCollectionPage struct + func NewStaticSiteBasicAuthPropertiesCollectionPage(cur StaticSiteBasicAuthPropertiesCollection, ...) StaticSiteBasicAuthPropertiesCollectionPage + func (page *StaticSiteBasicAuthPropertiesCollectionPage) Next() error + func (page *StaticSiteBasicAuthPropertiesCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteBasicAuthPropertiesCollectionPage) NotDone() bool + func (page StaticSiteBasicAuthPropertiesCollectionPage) Response() StaticSiteBasicAuthPropertiesCollection + func (page StaticSiteBasicAuthPropertiesCollectionPage) Values() []StaticSiteBasicAuthPropertiesARMResource + type StaticSiteBuildARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssbar *StaticSiteBuildARMResource) UnmarshalJSON(body []byte) error + func (ssbar StaticSiteBuildARMResource) MarshalJSON() ([]byte, error) + type StaticSiteBuildARMResourceProperties struct + BuildID *string + CreatedTimeUtc *date.Time + DatabaseConnections *[]DatabaseConnectionOverview + Hostname *string + LastUpdatedOn *date.Time + LinkedBackends *[]StaticSiteLinkedBackend + PullRequestTitle *string + SourceBranch *string + Status BuildStatus + UserProvidedFunctionApps *[]StaticSiteUserProvidedFunctionApp + func (ssbar StaticSiteBuildARMResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteBuildCollection struct + NextLink *string + Value *[]StaticSiteBuildARMResource + func (ssbc StaticSiteBuildCollection) IsEmpty() bool + func (ssbc StaticSiteBuildCollection) MarshalJSON() ([]byte, error) + type StaticSiteBuildCollectionIterator struct + func NewStaticSiteBuildCollectionIterator(page StaticSiteBuildCollectionPage) StaticSiteBuildCollectionIterator + func (iter *StaticSiteBuildCollectionIterator) Next() error + func (iter *StaticSiteBuildCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteBuildCollectionIterator) NotDone() bool + func (iter StaticSiteBuildCollectionIterator) Response() StaticSiteBuildCollection + func (iter StaticSiteBuildCollectionIterator) Value() StaticSiteBuildARMResource + type StaticSiteBuildCollectionPage struct + func NewStaticSiteBuildCollectionPage(cur StaticSiteBuildCollection, ...) StaticSiteBuildCollectionPage + func (page *StaticSiteBuildCollectionPage) Next() error + func (page *StaticSiteBuildCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteBuildCollectionPage) NotDone() bool + func (page StaticSiteBuildCollectionPage) Response() StaticSiteBuildCollection + func (page StaticSiteBuildCollectionPage) Values() []StaticSiteBuildARMResource + type StaticSiteBuildProperties struct + APIBuildCommand *string + APILocation *string + AppArtifactLocation *string + AppBuildCommand *string + AppLocation *string + GithubActionSecretNameOverride *string + OutputLocation *string + SkipGithubActionWorkflowGeneration *bool + type StaticSiteCollection struct + NextLink *string + Value *[]StaticSiteARMResource + func (ssc StaticSiteCollection) IsEmpty() bool + func (ssc StaticSiteCollection) MarshalJSON() ([]byte, error) + type StaticSiteCollectionIterator struct + func NewStaticSiteCollectionIterator(page StaticSiteCollectionPage) StaticSiteCollectionIterator + func (iter *StaticSiteCollectionIterator) Next() error + func (iter *StaticSiteCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteCollectionIterator) NotDone() bool + func (iter StaticSiteCollectionIterator) Response() StaticSiteCollection + func (iter StaticSiteCollectionIterator) Value() StaticSiteARMResource + type StaticSiteCollectionPage struct + func NewStaticSiteCollectionPage(cur StaticSiteCollection, ...) StaticSiteCollectionPage + func (page *StaticSiteCollectionPage) Next() error + func (page *StaticSiteCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteCollectionPage) NotDone() bool + func (page StaticSiteCollectionPage) Response() StaticSiteCollection + func (page StaticSiteCollectionPage) Values() []StaticSiteARMResource + type StaticSiteCustomDomainOverviewARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (sscdoar *StaticSiteCustomDomainOverviewARMResource) UnmarshalJSON(body []byte) error + func (sscdoar StaticSiteCustomDomainOverviewARMResource) MarshalJSON() ([]byte, error) + type StaticSiteCustomDomainOverviewARMResourceProperties struct + CreatedOn *date.Time + DomainName *string + ErrorMessage *string + Status CustomDomainStatus + ValidationToken *string + func (sscdoar StaticSiteCustomDomainOverviewARMResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteCustomDomainOverviewCollection struct + NextLink *string + Value *[]StaticSiteCustomDomainOverviewARMResource + func (sscdoc StaticSiteCustomDomainOverviewCollection) IsEmpty() bool + func (sscdoc StaticSiteCustomDomainOverviewCollection) MarshalJSON() ([]byte, error) + type StaticSiteCustomDomainOverviewCollectionIterator struct + func NewStaticSiteCustomDomainOverviewCollectionIterator(page StaticSiteCustomDomainOverviewCollectionPage) StaticSiteCustomDomainOverviewCollectionIterator + func (iter *StaticSiteCustomDomainOverviewCollectionIterator) Next() error + func (iter *StaticSiteCustomDomainOverviewCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteCustomDomainOverviewCollectionIterator) NotDone() bool + func (iter StaticSiteCustomDomainOverviewCollectionIterator) Response() StaticSiteCustomDomainOverviewCollection + func (iter StaticSiteCustomDomainOverviewCollectionIterator) Value() StaticSiteCustomDomainOverviewARMResource + type StaticSiteCustomDomainOverviewCollectionPage struct + func NewStaticSiteCustomDomainOverviewCollectionPage(cur StaticSiteCustomDomainOverviewCollection, ...) StaticSiteCustomDomainOverviewCollectionPage + func (page *StaticSiteCustomDomainOverviewCollectionPage) Next() error + func (page *StaticSiteCustomDomainOverviewCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteCustomDomainOverviewCollectionPage) NotDone() bool + func (page StaticSiteCustomDomainOverviewCollectionPage) Response() StaticSiteCustomDomainOverviewCollection + func (page StaticSiteCustomDomainOverviewCollectionPage) Values() []StaticSiteCustomDomainOverviewARMResource + type StaticSiteCustomDomainRequestPropertiesARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (sscdrpar *StaticSiteCustomDomainRequestPropertiesARMResource) UnmarshalJSON(body []byte) error + func (sscdrpar StaticSiteCustomDomainRequestPropertiesARMResource) MarshalJSON() ([]byte, error) + type StaticSiteCustomDomainRequestPropertiesARMResourceProperties struct + ValidationMethod *string + type StaticSiteDatabaseConnectionConfigurationFileOverview struct + Contents *string + FileName *string + Type *string + func (ssdccfo StaticSiteDatabaseConnectionConfigurationFileOverview) MarshalJSON() ([]byte, error) + type StaticSiteFunctionOverviewARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssfoar *StaticSiteFunctionOverviewARMResource) UnmarshalJSON(body []byte) error + func (ssfoar StaticSiteFunctionOverviewARMResource) MarshalJSON() ([]byte, error) + type StaticSiteFunctionOverviewARMResourceProperties struct + FunctionName *string + TriggerType TriggerTypes + func (ssfoar StaticSiteFunctionOverviewARMResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteFunctionOverviewCollection struct + NextLink *string + Value *[]StaticSiteFunctionOverviewARMResource + func (ssfoc StaticSiteFunctionOverviewCollection) IsEmpty() bool + func (ssfoc StaticSiteFunctionOverviewCollection) MarshalJSON() ([]byte, error) + type StaticSiteFunctionOverviewCollectionIterator struct + func NewStaticSiteFunctionOverviewCollectionIterator(page StaticSiteFunctionOverviewCollectionPage) StaticSiteFunctionOverviewCollectionIterator + func (iter *StaticSiteFunctionOverviewCollectionIterator) Next() error + func (iter *StaticSiteFunctionOverviewCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteFunctionOverviewCollectionIterator) NotDone() bool + func (iter StaticSiteFunctionOverviewCollectionIterator) Response() StaticSiteFunctionOverviewCollection + func (iter StaticSiteFunctionOverviewCollectionIterator) Value() StaticSiteFunctionOverviewARMResource + type StaticSiteFunctionOverviewCollectionPage struct + func NewStaticSiteFunctionOverviewCollectionPage(cur StaticSiteFunctionOverviewCollection, ...) StaticSiteFunctionOverviewCollectionPage + func (page *StaticSiteFunctionOverviewCollectionPage) Next() error + func (page *StaticSiteFunctionOverviewCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteFunctionOverviewCollectionPage) NotDone() bool + func (page StaticSiteFunctionOverviewCollectionPage) Response() StaticSiteFunctionOverviewCollection + func (page StaticSiteFunctionOverviewCollectionPage) Values() []StaticSiteFunctionOverviewARMResource + type StaticSiteLinkedBackend struct + BackendResourceID *string + CreatedOn *date.Time + ProvisioningState *string + Region *string + func (sslb StaticSiteLinkedBackend) MarshalJSON() ([]byte, error) + type StaticSiteLinkedBackendARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (sslbar *StaticSiteLinkedBackendARMResource) UnmarshalJSON(body []byte) error + func (sslbar StaticSiteLinkedBackendARMResource) MarshalJSON() ([]byte, error) + type StaticSiteLinkedBackendARMResourceProperties struct + BackendResourceID *string + CreatedOn *date.Time + ProvisioningState *string + Region *string + func (sslbar StaticSiteLinkedBackendARMResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteLinkedBackendsCollection struct + NextLink *string + Value *[]StaticSiteLinkedBackendARMResource + func (sslbc StaticSiteLinkedBackendsCollection) IsEmpty() bool + func (sslbc StaticSiteLinkedBackendsCollection) MarshalJSON() ([]byte, error) + type StaticSiteLinkedBackendsCollectionIterator struct + func NewStaticSiteLinkedBackendsCollectionIterator(page StaticSiteLinkedBackendsCollectionPage) StaticSiteLinkedBackendsCollectionIterator + func (iter *StaticSiteLinkedBackendsCollectionIterator) Next() error + func (iter *StaticSiteLinkedBackendsCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteLinkedBackendsCollectionIterator) NotDone() bool + func (iter StaticSiteLinkedBackendsCollectionIterator) Response() StaticSiteLinkedBackendsCollection + func (iter StaticSiteLinkedBackendsCollectionIterator) Value() StaticSiteLinkedBackendARMResource + type StaticSiteLinkedBackendsCollectionPage struct + func NewStaticSiteLinkedBackendsCollectionPage(cur StaticSiteLinkedBackendsCollection, ...) StaticSiteLinkedBackendsCollectionPage + func (page *StaticSiteLinkedBackendsCollectionPage) Next() error + func (page *StaticSiteLinkedBackendsCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteLinkedBackendsCollectionPage) NotDone() bool + func (page StaticSiteLinkedBackendsCollectionPage) Response() StaticSiteLinkedBackendsCollection + func (page StaticSiteLinkedBackendsCollectionPage) Values() []StaticSiteLinkedBackendARMResource + type StaticSitePatchResource struct + ID *string + Kind *string + Name *string + Type *string + func (sspr *StaticSitePatchResource) UnmarshalJSON(body []byte) error + func (sspr StaticSitePatchResource) MarshalJSON() ([]byte, error) + type StaticSiteResetPropertiesARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssrpar *StaticSiteResetPropertiesARMResource) UnmarshalJSON(body []byte) error + func (ssrpar StaticSiteResetPropertiesARMResource) MarshalJSON() ([]byte, error) + type StaticSiteResetPropertiesARMResourceProperties struct + RepositoryToken *string + ShouldUpdateRepository *bool + type StaticSiteTemplateOptions struct + Description *string + IsPrivate *bool + Owner *string + RepositoryName *string + TemplateRepositoryURL *string + type StaticSiteUserARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssuar *StaticSiteUserARMResource) UnmarshalJSON(body []byte) error + func (ssuar StaticSiteUserARMResource) MarshalJSON() ([]byte, error) + type StaticSiteUserARMResourceProperties struct + DisplayName *string + Provider *string + Roles *string + UserID *string + func (ssuar StaticSiteUserARMResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteUserCollection struct + NextLink *string + Value *[]StaticSiteUserARMResource + func (ssuc StaticSiteUserCollection) IsEmpty() bool + func (ssuc StaticSiteUserCollection) MarshalJSON() ([]byte, error) + type StaticSiteUserCollectionIterator struct + func NewStaticSiteUserCollectionIterator(page StaticSiteUserCollectionPage) StaticSiteUserCollectionIterator + func (iter *StaticSiteUserCollectionIterator) Next() error + func (iter *StaticSiteUserCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteUserCollectionIterator) NotDone() bool + func (iter StaticSiteUserCollectionIterator) Response() StaticSiteUserCollection + func (iter StaticSiteUserCollectionIterator) Value() StaticSiteUserARMResource + type StaticSiteUserCollectionPage struct + func NewStaticSiteUserCollectionPage(cur StaticSiteUserCollection, ...) StaticSiteUserCollectionPage + func (page *StaticSiteUserCollectionPage) Next() error + func (page *StaticSiteUserCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteUserCollectionPage) NotDone() bool + func (page StaticSiteUserCollectionPage) Response() StaticSiteUserCollection + func (page StaticSiteUserCollectionPage) Values() []StaticSiteUserARMResource + type StaticSiteUserInvitationRequestResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssuirr *StaticSiteUserInvitationRequestResource) UnmarshalJSON(body []byte) error + func (ssuirr StaticSiteUserInvitationRequestResource) MarshalJSON() ([]byte, error) + type StaticSiteUserInvitationRequestResourceProperties struct + Domain *string + NumHoursToExpiration *int32 + Provider *string + Roles *string + UserDetails *string + type StaticSiteUserInvitationResponseResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssuirr *StaticSiteUserInvitationResponseResource) UnmarshalJSON(body []byte) error + func (ssuirr StaticSiteUserInvitationResponseResource) MarshalJSON() ([]byte, error) + type StaticSiteUserInvitationResponseResourceProperties struct + ExpiresOn *date.Time + InvitationURL *string + func (ssuirr StaticSiteUserInvitationResponseResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteUserProvidedFunctionApp struct + ID *string + Kind *string + Name *string + Type *string + func (ssupfa *StaticSiteUserProvidedFunctionApp) UnmarshalJSON(body []byte) error + func (ssupfa StaticSiteUserProvidedFunctionApp) MarshalJSON() ([]byte, error) + type StaticSiteUserProvidedFunctionAppARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (ssupfaar *StaticSiteUserProvidedFunctionAppARMResource) UnmarshalJSON(body []byte) error + func (ssupfaar StaticSiteUserProvidedFunctionAppARMResource) MarshalJSON() ([]byte, error) + type StaticSiteUserProvidedFunctionAppARMResourceProperties struct + CreatedOn *date.Time + FunctionAppRegion *string + FunctionAppResourceID *string + func (ssupfaar StaticSiteUserProvidedFunctionAppARMResourceProperties) MarshalJSON() ([]byte, error) + type StaticSiteUserProvidedFunctionAppProperties struct + CreatedOn *date.Time + FunctionAppRegion *string + FunctionAppResourceID *string + func (ssupfa StaticSiteUserProvidedFunctionAppProperties) MarshalJSON() ([]byte, error) + type StaticSiteUserProvidedFunctionAppsCollection struct + NextLink *string + Value *[]StaticSiteUserProvidedFunctionAppARMResource + func (ssupfac StaticSiteUserProvidedFunctionAppsCollection) IsEmpty() bool + func (ssupfac StaticSiteUserProvidedFunctionAppsCollection) MarshalJSON() ([]byte, error) + type StaticSiteUserProvidedFunctionAppsCollectionIterator struct + func NewStaticSiteUserProvidedFunctionAppsCollectionIterator(page StaticSiteUserProvidedFunctionAppsCollectionPage) StaticSiteUserProvidedFunctionAppsCollectionIterator + func (iter *StaticSiteUserProvidedFunctionAppsCollectionIterator) Next() error + func (iter *StaticSiteUserProvidedFunctionAppsCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter StaticSiteUserProvidedFunctionAppsCollectionIterator) NotDone() bool + func (iter StaticSiteUserProvidedFunctionAppsCollectionIterator) Response() StaticSiteUserProvidedFunctionAppsCollection + func (iter StaticSiteUserProvidedFunctionAppsCollectionIterator) Value() StaticSiteUserProvidedFunctionAppARMResource + type StaticSiteUserProvidedFunctionAppsCollectionPage struct + func NewStaticSiteUserProvidedFunctionAppsCollectionPage(cur StaticSiteUserProvidedFunctionAppsCollection, ...) StaticSiteUserProvidedFunctionAppsCollectionPage + func (page *StaticSiteUserProvidedFunctionAppsCollectionPage) Next() error + func (page *StaticSiteUserProvidedFunctionAppsCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page StaticSiteUserProvidedFunctionAppsCollectionPage) NotDone() bool + func (page StaticSiteUserProvidedFunctionAppsCollectionPage) Response() StaticSiteUserProvidedFunctionAppsCollection + func (page StaticSiteUserProvidedFunctionAppsCollectionPage) Values() []StaticSiteUserProvidedFunctionAppARMResource + type StaticSiteZipDeployment struct + APIZipURL *string + AppZipURL *string + DeploymentTitle *string + FunctionLanguage *string + Provider *string + type StaticSiteZipDeploymentARMResource struct + ID *string + Kind *string + Name *string + Type *string + func (sszdar *StaticSiteZipDeploymentARMResource) UnmarshalJSON(body []byte) error + func (sszdar StaticSiteZipDeploymentARMResource) MarshalJSON() ([]byte, error) + type StaticSitesApproveOrRejectPrivateEndpointConnectionFuture struct + Result func(StaticSitesClient) (RemotePrivateEndpointConnectionARMResource, error) + func (future *StaticSitesApproveOrRejectPrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type StaticSitesClient struct + func NewStaticSitesClient(subscriptionID string) StaticSitesClient + func NewStaticSitesClientWithBaseURI(baseURI string, subscriptionID string) StaticSitesClient + func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesApproveOrRejectPrivateEndpointConnectionFuture, err error) + func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionSender(req *http.Request) (future StaticSitesApproveOrRejectPrivateEndpointConnectionFuture, err error) + func (client StaticSitesClient) CreateOrUpdateBasicAuth(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteBasicAuthPropertiesARMResource, err error) + func (client StaticSitesClient) CreateOrUpdateBasicAuthPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateBasicAuthResponder(resp *http.Response) (result StaticSiteBasicAuthPropertiesARMResource, err error) + func (client StaticSitesClient) CreateOrUpdateBasicAuthSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateOrUpdateBuildDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) CreateOrUpdateBuildDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateBuildDatabaseConnectionResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) CreateOrUpdateBuildDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateOrUpdateDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) CreateOrUpdateDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateDatabaseConnectionResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) CreateOrUpdateDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateOrUpdateStaticSite(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesCreateOrUpdateStaticSiteFuture, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettings(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettings(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettings(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomain(ctx context.Context, resourceGroupName string, name string, domainName string, ...) (result StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainPreparer(ctx context.Context, resourceGroupName string, name string, domainName string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainResponder(resp *http.Response) (result StaticSiteCustomDomainOverviewARMResource, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainSender(req *http.Request) (future StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettings(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateOrUpdateStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteResponder(resp *http.Response) (result StaticSiteARMResource, err error) + func (client StaticSitesClient) CreateOrUpdateStaticSiteSender(req *http.Request) (future StaticSitesCreateOrUpdateStaticSiteFuture, err error) + func (client StaticSitesClient) CreateUserRolesInvitationLink(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserInvitationResponseResource, err error) + func (client StaticSitesClient) CreateUserRolesInvitationLinkPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateUserRolesInvitationLinkResponder(resp *http.Response) (result StaticSiteUserInvitationResponseResource, err error) + func (client StaticSitesClient) CreateUserRolesInvitationLinkSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSite(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesCreateZipDeploymentForStaticSiteFuture, err error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesCreateZipDeploymentForStaticSiteBuildFuture, err error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuildResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuildSender(req *http.Request) (future StaticSitesCreateZipDeploymentForStaticSiteBuildFuture, err error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSiteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) CreateZipDeploymentForStaticSiteSender(req *http.Request) (future StaticSitesCreateZipDeploymentForStaticSiteFuture, err error) + func (client StaticSitesClient) DeleteBuildDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteBuildDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) DeleteBuildDatabaseConnectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteBuildDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) DeleteDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) DeleteDatabaseConnectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) DeletePrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesDeletePrivateEndpointConnectionFuture, err error) + func (client StaticSitesClient) DeletePrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) DeletePrivateEndpointConnectionResponder(resp *http.Response) (result SetObject, err error) + func (client StaticSitesClient) DeletePrivateEndpointConnectionSender(req *http.Request) (future StaticSitesDeletePrivateEndpointConnectionFuture, err error) + func (client StaticSitesClient) DeleteStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSitesDeleteStaticSiteFuture, err error) + func (client StaticSitesClient) DeleteStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesDeleteStaticSiteBuildFuture, err error) + func (client StaticSitesClient) DeleteStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) DeleteStaticSiteBuildResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteStaticSiteBuildSender(req *http.Request) (future StaticSitesDeleteStaticSiteBuildFuture, err error) + func (client StaticSitesClient) DeleteStaticSiteCustomDomain(ctx context.Context, resourceGroupName string, name string, domainName string) (result StaticSitesDeleteStaticSiteCustomDomainFuture, err error) + func (client StaticSitesClient) DeleteStaticSiteCustomDomainPreparer(ctx context.Context, resourceGroupName string, name string, domainName string) (*http.Request, error) + func (client StaticSitesClient) DeleteStaticSiteCustomDomainResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteStaticSiteCustomDomainSender(req *http.Request) (future StaticSitesDeleteStaticSiteCustomDomainFuture, err error) + func (client StaticSitesClient) DeleteStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) DeleteStaticSiteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteStaticSiteSender(req *http.Request) (future StaticSitesDeleteStaticSiteFuture, err error) + func (client StaticSitesClient) DeleteStaticSiteUser(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteStaticSiteUserPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) DeleteStaticSiteUserResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DeleteStaticSiteUserSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) DetachStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSitesDetachStaticSiteFuture, err error) + func (client StaticSitesClient) DetachStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) DetachStaticSiteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DetachStaticSiteSender(req *http.Request) (future StaticSitesDetachStaticSiteFuture, err error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSite(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetBasicAuth(ctx context.Context, resourceGroupName string, name string) (result StaticSiteBasicAuthPropertiesARMResource, err error) + func (client StaticSitesClient) GetBasicAuthPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetBasicAuthResponder(resp *http.Response) (result StaticSiteBasicAuthPropertiesARMResource, err error) + func (client StaticSitesClient) GetBasicAuthSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetBuildDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetBuildDatabaseConnectionResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetBuildDatabaseConnectionWithDetails(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionWithDetailsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetBuildDatabaseConnectionWithDetailsResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionWithDetailsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetBuildDatabaseConnections(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnectionCollectionPage, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsComplete(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnectionCollectionIterator, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsResponder(resp *http.Response) (result DatabaseConnectionCollection, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsWithDetails(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnectionCollectionPage, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsWithDetailsComplete(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnectionCollectionIterator, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsWithDetailsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsWithDetailsResponder(resp *http.Response) (result DatabaseConnectionCollection, err error) + func (client StaticSitesClient) GetBuildDatabaseConnectionsWithDetailsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetDatabaseConnectionResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetDatabaseConnectionWithDetails(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetDatabaseConnectionWithDetailsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetDatabaseConnectionWithDetailsResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) GetDatabaseConnectionWithDetailsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetDatabaseConnections(ctx context.Context, resourceGroupName string, name string) (result DatabaseConnectionCollectionPage, err error) + func (client StaticSitesClient) GetDatabaseConnectionsComplete(ctx context.Context, resourceGroupName string, name string) (result DatabaseConnectionCollectionIterator, err error) + func (client StaticSitesClient) GetDatabaseConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetDatabaseConnectionsResponder(resp *http.Response) (result DatabaseConnectionCollection, err error) + func (client StaticSitesClient) GetDatabaseConnectionsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetDatabaseConnectionsWithDetails(ctx context.Context, resourceGroupName string, name string) (result DatabaseConnectionCollectionPage, err error) + func (client StaticSitesClient) GetDatabaseConnectionsWithDetailsComplete(ctx context.Context, resourceGroupName string, name string) (result DatabaseConnectionCollectionIterator, err error) + func (client StaticSitesClient) GetDatabaseConnectionsWithDetailsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetDatabaseConnectionsWithDetailsResponder(resp *http.Response) (result DatabaseConnectionCollection, err error) + func (client StaticSitesClient) GetDatabaseConnectionsWithDetailsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetLinkedBackend(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteLinkedBackendARMResource, err error) + func (client StaticSitesClient) GetLinkedBackendForBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteLinkedBackendARMResource, err error) + func (client StaticSitesClient) GetLinkedBackendForBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetLinkedBackendForBuildResponder(resp *http.Response) (result StaticSiteLinkedBackendARMResource, err error) + func (client StaticSitesClient) GetLinkedBackendForBuildSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetLinkedBackendPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetLinkedBackendResponder(resp *http.Response) (result StaticSiteLinkedBackendARMResource, err error) + func (client StaticSitesClient) GetLinkedBackendSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetLinkedBackends(ctx context.Context, resourceGroupName string, name string) (result StaticSiteLinkedBackendsCollectionPage, err error) + func (client StaticSitesClient) GetLinkedBackendsComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteLinkedBackendsCollectionIterator, err error) + func (client StaticSitesClient) GetLinkedBackendsForBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteLinkedBackendsCollectionPage, err error) + func (client StaticSitesClient) GetLinkedBackendsForBuildComplete(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteLinkedBackendsCollectionIterator, err error) + func (client StaticSitesClient) GetLinkedBackendsForBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetLinkedBackendsForBuildResponder(resp *http.Response) (result StaticSiteLinkedBackendsCollection, err error) + func (client StaticSitesClient) GetLinkedBackendsForBuildSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetLinkedBackendsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetLinkedBackendsResponder(resp *http.Response) (result StaticSiteLinkedBackendsCollection, err error) + func (client StaticSitesClient) GetLinkedBackendsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, ...) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client StaticSitesClient) GetPrivateEndpointConnectionList(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionPage, err error) + func (client StaticSitesClient) GetPrivateEndpointConnectionListComplete(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionIterator, err error) + func (client StaticSitesClient) GetPrivateEndpointConnectionListPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetPrivateEndpointConnectionListResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error) + func (client StaticSitesClient) GetPrivateEndpointConnectionListSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error) + func (client StaticSitesClient) GetPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, name string) (result PrivateLinkResourcesWrapper, err error) + func (client StaticSitesClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error) + func (client StaticSitesClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSiteARMResource, err error) + func (client StaticSitesClient) GetStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteBuildARMResource, err error) + func (client StaticSitesClient) GetStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetStaticSiteBuildResponder(resp *http.Response) (result StaticSiteBuildARMResource, err error) + func (client StaticSitesClient) GetStaticSiteBuildSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetStaticSiteBuilds(ctx context.Context, resourceGroupName string, name string) (result StaticSiteBuildCollectionPage, err error) + func (client StaticSitesClient) GetStaticSiteBuildsComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteBuildCollectionIterator, err error) + func (client StaticSitesClient) GetStaticSiteBuildsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetStaticSiteBuildsResponder(resp *http.Response) (result StaticSiteBuildCollection, err error) + func (client StaticSitesClient) GetStaticSiteBuildsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetStaticSiteCustomDomain(ctx context.Context, resourceGroupName string, name string, domainName string) (result StaticSiteCustomDomainOverviewARMResource, err error) + func (client StaticSitesClient) GetStaticSiteCustomDomainPreparer(ctx context.Context, resourceGroupName string, name string, domainName string) (*http.Request, error) + func (client StaticSitesClient) GetStaticSiteCustomDomainResponder(resp *http.Response) (result StaticSiteCustomDomainOverviewARMResource, err error) + func (client StaticSitesClient) GetStaticSiteCustomDomainSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetStaticSiteResponder(resp *http.Response) (result StaticSiteARMResource, err error) + func (client StaticSitesClient) GetStaticSiteSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetStaticSitesByResourceGroup(ctx context.Context, resourceGroupName string) (result StaticSiteCollectionPage, err error) + func (client StaticSitesClient) GetStaticSitesByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result StaticSiteCollectionIterator, err error) + func (client StaticSitesClient) GetStaticSitesByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client StaticSitesClient) GetStaticSitesByResourceGroupResponder(resp *http.Response) (result StaticSiteCollection, err error) + func (client StaticSitesClient) GetStaticSitesByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSite(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserProvidedFunctionAppARMResource, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserProvidedFunctionAppARMResource, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSiteUserProvidedFunctionAppsCollectionPage, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserProvidedFunctionAppsCollectionPage, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildComplete(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserProvidedFunctionAppsCollectionIterator, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppsCollection, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteUserProvidedFunctionAppsCollectionIterator, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppsCollection, err error) + func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) LinkBackend(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesLinkBackendFuture, err error) + func (client StaticSitesClient) LinkBackendPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) LinkBackendResponder(resp *http.Response) (result StaticSiteLinkedBackendARMResource, err error) + func (client StaticSitesClient) LinkBackendSender(req *http.Request) (future StaticSitesLinkBackendFuture, err error) + func (client StaticSitesClient) LinkBackendToBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesLinkBackendToBuildFuture, err error) + func (client StaticSitesClient) LinkBackendToBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) LinkBackendToBuildResponder(resp *http.Response) (result StaticSiteLinkedBackendARMResource, err error) + func (client StaticSitesClient) LinkBackendToBuildSender(req *http.Request) (future StaticSitesLinkBackendToBuildFuture, err error) + func (client StaticSitesClient) List(ctx context.Context) (result StaticSiteCollectionPage, err error) + func (client StaticSitesClient) ListBasicAuth(ctx context.Context, resourceGroupName string, name string) (result StaticSiteBasicAuthPropertiesCollectionPage, err error) + func (client StaticSitesClient) ListBasicAuthComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteBasicAuthPropertiesCollectionIterator, err error) + func (client StaticSitesClient) ListBasicAuthPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) ListBasicAuthResponder(resp *http.Response) (result StaticSiteBasicAuthPropertiesCollection, err error) + func (client StaticSitesClient) ListBasicAuthSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListComplete(ctx context.Context) (result StaticSiteCollectionIterator, err error) + func (client StaticSitesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client StaticSitesClient) ListResponder(resp *http.Response) (result StaticSiteCollection, err error) + func (client StaticSitesClient) ListSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteAppSettings(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteBuildAppSettings(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteBuildAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteBuildAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteBuildAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettings(ctx context.Context, resourceGroupName string, name string, ...) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteBuildFunctions(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteFunctionOverviewCollectionPage, err error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionsComplete(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteFunctionOverviewCollectionIterator, err error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionsPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionsResponder(resp *http.Response) (result StaticSiteFunctionOverviewCollection, err error) + func (client StaticSitesClient) ListStaticSiteBuildFunctionsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteConfiguredRoles(ctx context.Context, resourceGroupName string, name string) (result StringList, err error) + func (client StaticSitesClient) ListStaticSiteConfiguredRolesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteConfiguredRolesResponder(resp *http.Response) (result StringList, err error) + func (client StaticSitesClient) ListStaticSiteConfiguredRolesSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteCustomDomains(ctx context.Context, resourceGroupName string, name string) (result StaticSiteCustomDomainOverviewCollectionPage, err error) + func (client StaticSitesClient) ListStaticSiteCustomDomainsComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteCustomDomainOverviewCollectionIterator, err error) + func (client StaticSitesClient) ListStaticSiteCustomDomainsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteCustomDomainsResponder(resp *http.Response) (result StaticSiteCustomDomainOverviewCollection, err error) + func (client StaticSitesClient) ListStaticSiteCustomDomainsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteFunctionAppSettings(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteFunctionAppSettingsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteFunctions(ctx context.Context, resourceGroupName string, name string) (result StaticSiteFunctionOverviewCollectionPage, err error) + func (client StaticSitesClient) ListStaticSiteFunctionsComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteFunctionOverviewCollectionIterator, err error) + func (client StaticSitesClient) ListStaticSiteFunctionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteFunctionsResponder(resp *http.Response) (result StaticSiteFunctionOverviewCollection, err error) + func (client StaticSitesClient) ListStaticSiteFunctionsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteSecrets(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteSecretsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteSecretsResponder(resp *http.Response) (result StringDictionary, err error) + func (client StaticSitesClient) ListStaticSiteSecretsSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ListStaticSiteUsers(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserCollectionPage, err error) + func (client StaticSitesClient) ListStaticSiteUsersComplete(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserCollectionIterator, err error) + func (client StaticSitesClient) ListStaticSiteUsersPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ListStaticSiteUsersResponder(resp *http.Response) (result StaticSiteUserCollection, err error) + func (client StaticSitesClient) ListStaticSiteUsersSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) PreviewWorkflow(ctx context.Context, location string, ...) (result StaticSitesWorkflowPreview, err error) + func (client StaticSitesClient) PreviewWorkflowPreparer(ctx context.Context, location string, ...) (*http.Request, error) + func (client StaticSitesClient) PreviewWorkflowResponder(resp *http.Response) (result StaticSitesWorkflowPreview, err error) + func (client StaticSitesClient) PreviewWorkflowSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSite(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture, ...) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture, ...) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildSender(req *http.Request) (future StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture, ...) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error) + func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteSender(req *http.Request) (future StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture, ...) + func (client StaticSitesClient) ResetStaticSiteAPIKey(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) ResetStaticSiteAPIKeyPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ResetStaticSiteAPIKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) ResetStaticSiteAPIKeySender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) UnlinkBackend(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) UnlinkBackendFromBuild(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client StaticSitesClient) UnlinkBackendFromBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) UnlinkBackendFromBuildResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) UnlinkBackendFromBuildSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) UnlinkBackendPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) UnlinkBackendResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) UnlinkBackendSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) UpdateBuildDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) UpdateBuildDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) UpdateBuildDatabaseConnectionResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) UpdateBuildDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) UpdateDatabaseConnection(ctx context.Context, resourceGroupName string, name string, ...) (result DatabaseConnection, err error) + func (client StaticSitesClient) UpdateDatabaseConnectionPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) UpdateDatabaseConnectionResponder(resp *http.Response) (result DatabaseConnection, err error) + func (client StaticSitesClient) UpdateDatabaseConnectionSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) UpdateStaticSite(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteARMResource, err error) + func (client StaticSitesClient) UpdateStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) UpdateStaticSiteResponder(resp *http.Response) (result StaticSiteARMResource, err error) + func (client StaticSitesClient) UpdateStaticSiteSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) UpdateStaticSiteUser(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSiteUserARMResource, err error) + func (client StaticSitesClient) UpdateStaticSiteUserPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) UpdateStaticSiteUserResponder(resp *http.Response) (result StaticSiteUserARMResource, err error) + func (client StaticSitesClient) UpdateStaticSiteUserSender(req *http.Request) (*http.Response, error) + func (client StaticSitesClient) ValidateBackend(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesValidateBackendFuture, err error) + func (client StaticSitesClient) ValidateBackendForBuild(ctx context.Context, resourceGroupName string, name string, ...) (result StaticSitesValidateBackendForBuildFuture, err error) + func (client StaticSitesClient) ValidateBackendForBuildPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ValidateBackendForBuildResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) ValidateBackendForBuildSender(req *http.Request) (future StaticSitesValidateBackendForBuildFuture, err error) + func (client StaticSitesClient) ValidateBackendPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client StaticSitesClient) ValidateBackendResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) ValidateBackendSender(req *http.Request) (future StaticSitesValidateBackendFuture, err error) + func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSite(ctx context.Context, resourceGroupName string, name string, domainName string, ...) (result StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture, err error) + func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, domainName string, ...) (*http.Request, error) + func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSiteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSiteSender(req *http.Request) (future StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture, err error) + type StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture struct + Result func(StaticSitesClient) (StaticSiteCustomDomainOverviewARMResource, error) + func (future *StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture) UnmarshalJSON(body []byte) error + type StaticSitesCreateOrUpdateStaticSiteFuture struct + Result func(StaticSitesClient) (StaticSiteARMResource, error) + func (future *StaticSitesCreateOrUpdateStaticSiteFuture) UnmarshalJSON(body []byte) error + type StaticSitesCreateZipDeploymentForStaticSiteBuildFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesCreateZipDeploymentForStaticSiteBuildFuture) UnmarshalJSON(body []byte) error + type StaticSitesCreateZipDeploymentForStaticSiteFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesCreateZipDeploymentForStaticSiteFuture) UnmarshalJSON(body []byte) error + type StaticSitesDeletePrivateEndpointConnectionFuture struct + Result func(StaticSitesClient) (SetObject, error) + func (future *StaticSitesDeletePrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error + type StaticSitesDeleteStaticSiteBuildFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesDeleteStaticSiteBuildFuture) UnmarshalJSON(body []byte) error + type StaticSitesDeleteStaticSiteCustomDomainFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesDeleteStaticSiteCustomDomainFuture) UnmarshalJSON(body []byte) error + type StaticSitesDeleteStaticSiteFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesDeleteStaticSiteFuture) UnmarshalJSON(body []byte) error + type StaticSitesDetachStaticSiteFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesDetachStaticSiteFuture) UnmarshalJSON(body []byte) error + type StaticSitesLinkBackendFuture struct + Result func(StaticSitesClient) (StaticSiteLinkedBackendARMResource, error) + func (future *StaticSitesLinkBackendFuture) UnmarshalJSON(body []byte) error + type StaticSitesLinkBackendToBuildFuture struct + Result func(StaticSitesClient) (StaticSiteLinkedBackendARMResource, error) + func (future *StaticSitesLinkBackendToBuildFuture) UnmarshalJSON(body []byte) error + type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture struct + Result func(StaticSitesClient) (StaticSiteUserProvidedFunctionAppARMResource, error) + func (future *StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture) UnmarshalJSON(body []byte) error + type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture struct + Result func(StaticSitesClient) (StaticSiteUserProvidedFunctionAppARMResource, error) + func (future *StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture) UnmarshalJSON(body []byte) error + type StaticSitesValidateBackendForBuildFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesValidateBackendForBuildFuture) UnmarshalJSON(body []byte) error + type StaticSitesValidateBackendFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesValidateBackendFuture) UnmarshalJSON(body []byte) error + type StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture struct + Result func(StaticSitesClient) (autorest.Response, error) + func (future *StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture) UnmarshalJSON(body []byte) error + type StaticSitesWorkflowPreview struct + ID *string + Kind *string + Name *string + Type *string + func (sswp *StaticSitesWorkflowPreview) UnmarshalJSON(body []byte) error + func (sswp StaticSitesWorkflowPreview) MarshalJSON() ([]byte, error) + type StaticSitesWorkflowPreviewProperties struct + Contents *string + Path *string + func (sswp StaticSitesWorkflowPreviewProperties) MarshalJSON() ([]byte, error) + type StaticSitesWorkflowPreviewRequest struct + ID *string + Kind *string + Name *string + Type *string + func (sswpr *StaticSitesWorkflowPreviewRequest) UnmarshalJSON(body []byte) error + func (sswpr StaticSitesWorkflowPreviewRequest) MarshalJSON() ([]byte, error) + type StaticSitesWorkflowPreviewRequestProperties struct + Branch *string + BuildProperties *StaticSiteBuildProperties + RepositoryURL *string + type Status struct + Message *string + StatusID InsightStatus + type StatusCodesBasedTrigger struct + Count *int32 + Path *string + Status *int32 + SubStatus *int32 + TimeInterval *string + Win32Status *int32 + type StatusCodesRangeBasedTrigger struct + Count *int32 + Path *string + StatusCodes *string + TimeInterval *string + type StatusOptions string + const StatusOptionsCreating + const StatusOptionsPending + const StatusOptionsReady + func PossibleStatusOptionsValues() []StatusOptions + type StorageMigrationOptions struct + ID *string + Kind *string + Name *string + Type *string + func (smo *StorageMigrationOptions) UnmarshalJSON(body []byte) error + func (smo StorageMigrationOptions) MarshalJSON() ([]byte, error) + type StorageMigrationOptionsProperties struct + AzurefilesConnectionString *string + AzurefilesShare *string + BlockWriteAccessToSite *bool + SwitchSiteAfterMigration *bool + type StorageMigrationResponse struct + ID *string + Kind *string + Name *string + Type *string + func (smr *StorageMigrationResponse) UnmarshalJSON(body []byte) error + func (smr StorageMigrationResponse) MarshalJSON() ([]byte, error) + type StorageMigrationResponseProperties struct + OperationID *string + func (smr StorageMigrationResponseProperties) MarshalJSON() ([]byte, error) + type StorageType string + const StorageTypeLocalNode + const StorageTypeNetworkFileSystem + func PossibleStorageTypeValues() []StorageType + type String struct + Value *string + type StringDictionary struct + ID *string + Kind *string + Name *string + Properties map[string]*string + Type *string + func (sd StringDictionary) MarshalJSON() ([]byte, error) + type StringList struct + ID *string + Kind *string + Name *string + Properties *[]string + Type *string + func (sl StringList) MarshalJSON() ([]byte, error) + type SubResource struct + ID *string + func (sr SubResource) MarshalJSON() ([]byte, error) + type SupportTopic struct + ID *string + PesID *string + func (st SupportTopic) MarshalJSON() ([]byte, error) + type SupportedTLSVersions string + const SupportedTLSVersionsOneFullStopOne + const SupportedTLSVersionsOneFullStopTwo + const SupportedTLSVersionsOneFullStopZero + func PossibleSupportedTLSVersionsValues() []SupportedTLSVersions + type SwiftVirtualNetwork struct + ID *string + Kind *string + Name *string + Type *string + func (svn *SwiftVirtualNetwork) UnmarshalJSON(body []byte) error + func (svn SwiftVirtualNetwork) MarshalJSON() ([]byte, error) + type SwiftVirtualNetworkProperties struct + SubnetResourceID *string + SwiftSupported *bool + type Template struct + Containers *[]Container + Dapr *Dapr + RevisionSuffix *string + Scale *Scale + type TldLegalAgreement struct + AgreementKey *string + Content *string + Title *string + URL *string + type TldLegalAgreementCollection struct + NextLink *string + Value *[]TldLegalAgreement + func (tlac TldLegalAgreementCollection) IsEmpty() bool + func (tlac TldLegalAgreementCollection) MarshalJSON() ([]byte, error) + type TldLegalAgreementCollectionIterator struct + func NewTldLegalAgreementCollectionIterator(page TldLegalAgreementCollectionPage) TldLegalAgreementCollectionIterator + func (iter *TldLegalAgreementCollectionIterator) Next() error + func (iter *TldLegalAgreementCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter TldLegalAgreementCollectionIterator) NotDone() bool + func (iter TldLegalAgreementCollectionIterator) Response() TldLegalAgreementCollection + func (iter TldLegalAgreementCollectionIterator) Value() TldLegalAgreement + type TldLegalAgreementCollectionPage struct + func NewTldLegalAgreementCollectionPage(cur TldLegalAgreementCollection, ...) TldLegalAgreementCollectionPage + func (page *TldLegalAgreementCollectionPage) Next() error + func (page *TldLegalAgreementCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page TldLegalAgreementCollectionPage) NotDone() bool + func (page TldLegalAgreementCollectionPage) Response() TldLegalAgreementCollection + func (page TldLegalAgreementCollectionPage) Values() []TldLegalAgreement + type TokenStore struct + AzureBlobStorage *BlobStorageTokenStore + Enabled *bool + FileSystem *FileSystemTokenStore + TokenRefreshExtensionHours *float64 + type TopLevelDomain struct + ID *string + Kind *string + Name *string + Type *string + func (tld *TopLevelDomain) UnmarshalJSON(body []byte) error + func (tld TopLevelDomain) MarshalJSON() ([]byte, error) + type TopLevelDomainAgreementOption struct + ForTransfer *bool + IncludePrivacy *bool + type TopLevelDomainCollection struct + NextLink *string + Value *[]TopLevelDomain + func (tldc TopLevelDomainCollection) IsEmpty() bool + func (tldc TopLevelDomainCollection) MarshalJSON() ([]byte, error) + type TopLevelDomainCollectionIterator struct + func NewTopLevelDomainCollectionIterator(page TopLevelDomainCollectionPage) TopLevelDomainCollectionIterator + func (iter *TopLevelDomainCollectionIterator) Next() error + func (iter *TopLevelDomainCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter TopLevelDomainCollectionIterator) NotDone() bool + func (iter TopLevelDomainCollectionIterator) Response() TopLevelDomainCollection + func (iter TopLevelDomainCollectionIterator) Value() TopLevelDomain + type TopLevelDomainCollectionPage struct + func NewTopLevelDomainCollectionPage(cur TopLevelDomainCollection, ...) TopLevelDomainCollectionPage + func (page *TopLevelDomainCollectionPage) Next() error + func (page *TopLevelDomainCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page TopLevelDomainCollectionPage) NotDone() bool + func (page TopLevelDomainCollectionPage) Response() TopLevelDomainCollection + func (page TopLevelDomainCollectionPage) Values() []TopLevelDomain + type TopLevelDomainProperties struct + Privacy *bool + type TopLevelDomainsClient struct + func NewTopLevelDomainsClient(subscriptionID string) TopLevelDomainsClient + func NewTopLevelDomainsClientWithBaseURI(baseURI string, subscriptionID string) TopLevelDomainsClient + func (client TopLevelDomainsClient) Get(ctx context.Context, name string) (result TopLevelDomain, err error) + func (client TopLevelDomainsClient) GetPreparer(ctx context.Context, name string) (*http.Request, error) + func (client TopLevelDomainsClient) GetResponder(resp *http.Response) (result TopLevelDomain, err error) + func (client TopLevelDomainsClient) GetSender(req *http.Request) (*http.Response, error) + func (client TopLevelDomainsClient) List(ctx context.Context) (result TopLevelDomainCollectionPage, err error) + func (client TopLevelDomainsClient) ListAgreements(ctx context.Context, name string, ...) (result TldLegalAgreementCollectionPage, err error) + func (client TopLevelDomainsClient) ListAgreementsComplete(ctx context.Context, name string, ...) (result TldLegalAgreementCollectionIterator, err error) + func (client TopLevelDomainsClient) ListAgreementsPreparer(ctx context.Context, name string, ...) (*http.Request, error) + func (client TopLevelDomainsClient) ListAgreementsResponder(resp *http.Response) (result TldLegalAgreementCollection, err error) + func (client TopLevelDomainsClient) ListAgreementsSender(req *http.Request) (*http.Response, error) + func (client TopLevelDomainsClient) ListComplete(ctx context.Context) (result TopLevelDomainCollectionIterator, err error) + func (client TopLevelDomainsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client TopLevelDomainsClient) ListResponder(resp *http.Response) (result TopLevelDomainCollection, err error) + func (client TopLevelDomainsClient) ListSender(req *http.Request) (*http.Response, error) + type TrafficWeight struct + LatestRevision *bool + RevisionName *string + Weight *int32 + type TriggerTypes string + const TriggerTypesHTTPTrigger + const TriggerTypesUnknown + func PossibleTriggerTypesValues() []TriggerTypes + type TriggeredJobHistory struct + ID *string + Kind *string + Name *string + Type *string + func (tjh *TriggeredJobHistory) UnmarshalJSON(body []byte) error + func (tjh TriggeredJobHistory) MarshalJSON() ([]byte, error) + type TriggeredJobHistoryCollection struct + NextLink *string + Value *[]TriggeredJobHistory + func (tjhc TriggeredJobHistoryCollection) IsEmpty() bool + func (tjhc TriggeredJobHistoryCollection) MarshalJSON() ([]byte, error) + type TriggeredJobHistoryCollectionIterator struct + func NewTriggeredJobHistoryCollectionIterator(page TriggeredJobHistoryCollectionPage) TriggeredJobHistoryCollectionIterator + func (iter *TriggeredJobHistoryCollectionIterator) Next() error + func (iter *TriggeredJobHistoryCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter TriggeredJobHistoryCollectionIterator) NotDone() bool + func (iter TriggeredJobHistoryCollectionIterator) Response() TriggeredJobHistoryCollection + func (iter TriggeredJobHistoryCollectionIterator) Value() TriggeredJobHistory + type TriggeredJobHistoryCollectionPage struct + func NewTriggeredJobHistoryCollectionPage(cur TriggeredJobHistoryCollection, ...) TriggeredJobHistoryCollectionPage + func (page *TriggeredJobHistoryCollectionPage) Next() error + func (page *TriggeredJobHistoryCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page TriggeredJobHistoryCollectionPage) NotDone() bool + func (page TriggeredJobHistoryCollectionPage) Response() TriggeredJobHistoryCollection + func (page TriggeredJobHistoryCollectionPage) Values() []TriggeredJobHistory + type TriggeredJobHistoryProperties struct + Runs *[]TriggeredJobRun + type TriggeredJobRun struct + Duration *string + EndTime *date.Time + ErrorURL *string + JobName *string + OutputURL *string + StartTime *date.Time + Status TriggeredWebJobStatus + Trigger *string + URL *string + WebJobID *string + WebJobName *string + type TriggeredWebJob struct + ID *string + Kind *string + Name *string + Type *string + func (twj *TriggeredWebJob) UnmarshalJSON(body []byte) error + func (twj TriggeredWebJob) MarshalJSON() ([]byte, error) + type TriggeredWebJobCollection struct + NextLink *string + Value *[]TriggeredWebJob + func (twjc TriggeredWebJobCollection) IsEmpty() bool + func (twjc TriggeredWebJobCollection) MarshalJSON() ([]byte, error) + type TriggeredWebJobCollectionIterator struct + func NewTriggeredWebJobCollectionIterator(page TriggeredWebJobCollectionPage) TriggeredWebJobCollectionIterator + func (iter *TriggeredWebJobCollectionIterator) Next() error + func (iter *TriggeredWebJobCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter TriggeredWebJobCollectionIterator) NotDone() bool + func (iter TriggeredWebJobCollectionIterator) Response() TriggeredWebJobCollection + func (iter TriggeredWebJobCollectionIterator) Value() TriggeredWebJob + type TriggeredWebJobCollectionPage struct + func NewTriggeredWebJobCollectionPage(cur TriggeredWebJobCollection, ...) TriggeredWebJobCollectionPage + func (page *TriggeredWebJobCollectionPage) Next() error + func (page *TriggeredWebJobCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page TriggeredWebJobCollectionPage) NotDone() bool + func (page TriggeredWebJobCollectionPage) Response() TriggeredWebJobCollection + func (page TriggeredWebJobCollectionPage) Values() []TriggeredWebJob + type TriggeredWebJobProperties struct + Error *string + ExtraInfoURL *string + HistoryURL *string + LatestRun *TriggeredJobRun + PublicNetworkAccess *string + RunCommand *string + SchedulerLogsURL *string + Settings map[string]interface{} + StorageAccountRequired *bool + URL *string + UsingSdk *bool + WebJobType JobType + func (twj TriggeredWebJobProperties) MarshalJSON() ([]byte, error) + type TriggeredWebJobStatus string + const TriggeredWebJobStatusError + const TriggeredWebJobStatusFailed + const TriggeredWebJobStatusSuccess + func PossibleTriggeredWebJobStatusValues() []TriggeredWebJobStatus + type Twitter struct + Enabled *bool + Registration *TwitterRegistration + type TwitterRegistration struct + ConsumerKey *string + ConsumerSecretSettingName *string + type UnauthenticatedClientAction string + const UnauthenticatedClientActionAllowAnonymous + const UnauthenticatedClientActionRedirectToLoginPage + func PossibleUnauthenticatedClientActionValues() []UnauthenticatedClientAction + type UnauthenticatedClientActionV2 string + const UnauthenticatedClientActionV2AllowAnonymous + const UnauthenticatedClientActionV2RedirectToLoginPage + const UnauthenticatedClientActionV2Return401 + const UnauthenticatedClientActionV2Return403 + func PossibleUnauthenticatedClientActionV2Values() []UnauthenticatedClientActionV2 + type UpgradeAvailability string + const UpgradeAvailabilityNone + const UpgradeAvailabilityReady + func PossibleUpgradeAvailabilityValues() []UpgradeAvailability + type UpgradePreference string + const UpgradePreferenceEarly + const UpgradePreferenceLate + const UpgradePreferenceManual + const UpgradePreferenceNone + func PossibleUpgradePreferenceValues() []UpgradePreference + type Usage struct + ID *string + Kind *string + Name *string + Type *string + func (u *Usage) UnmarshalJSON(body []byte) error + func (u Usage) MarshalJSON() ([]byte, error) + type UsageCollection struct + NextLink *string + Value *[]Usage + func (uc UsageCollection) IsEmpty() bool + func (uc UsageCollection) MarshalJSON() ([]byte, error) + type UsageCollectionIterator struct + func NewUsageCollectionIterator(page UsageCollectionPage) UsageCollectionIterator + func (iter *UsageCollectionIterator) Next() error + func (iter *UsageCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter UsageCollectionIterator) NotDone() bool + func (iter UsageCollectionIterator) Response() UsageCollection + func (iter UsageCollectionIterator) Value() Usage + type UsageCollectionPage struct + func NewUsageCollectionPage(cur UsageCollection, ...) UsageCollectionPage + func (page *UsageCollectionPage) Next() error + func (page *UsageCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page UsageCollectionPage) NotDone() bool + func (page UsageCollectionPage) Response() UsageCollection + func (page UsageCollectionPage) Values() []Usage + type UsageProperties struct + ComputeMode ComputeModeOptions + CurrentValue *int64 + DisplayName *string + Limit *int64 + NextResetTime *date.Time + ResourceName *string + SiteMode *string + Unit *string + func (u UsageProperties) MarshalJSON() ([]byte, error) + type UsageState string + const UsageStateExceeded + const UsageStateNormal + func PossibleUsageStateValues() []UsageState + type User struct + ID *string + Kind *string + Name *string + Type *string + func (u *User) UnmarshalJSON(body []byte) error + func (u User) MarshalJSON() ([]byte, error) + type UserAssignedIdentity struct + ClientID *string + PrincipalID *string + func (uai UserAssignedIdentity) MarshalJSON() ([]byte, error) + type UserProperties struct + PublishingPassword *string + PublishingPasswordHash *string + PublishingPasswordHashSalt *string + PublishingUserName *string + ScmURI *string + type ValidateProperties struct + AppServiceEnvironment *AppServiceEnvironment + Capacity *int32 + ContainerImagePlatform *string + ContainerImageRepository *string + ContainerImageTag *string + ContainerRegistryBaseURL *string + ContainerRegistryPassword *string + ContainerRegistryUsername *string + HostingEnvironment *string + IsSpot *bool + IsXenon *bool + NeedLinuxWorkers *bool + ServerFarmID *string + SkuName *string + type ValidateRequest struct + Location *string + Name *string + Type ValidateResourceTypes + func (vr *ValidateRequest) UnmarshalJSON(body []byte) error + func (vr ValidateRequest) MarshalJSON() ([]byte, error) + type ValidateResourceTypes string + const ValidateResourceTypesMicrosoftWebhostingEnvironments + const ValidateResourceTypesServerFarm + const ValidateResourceTypesSite + func PossibleValidateResourceTypesValues() []ValidateResourceTypes + type ValidateResponse struct + Error *ValidateResponseError + Status *string + type ValidateResponseError struct + Code *string + Message *string + type VirtualApplication struct + PhysicalPath *string + PreloadEnabled *bool + VirtualDirectories *[]VirtualDirectory + VirtualPath *string + type VirtualDirectory struct + PhysicalPath *string + VirtualPath *string + type VirtualIPMapping struct + InUse *bool + InternalHTTPPort *int32 + InternalHTTPSPort *int32 + ServiceName *string + VirtualIP *string + type VirtualNetworkProfile struct + ID *string + Name *string + Subnet *string + Type *string + func (vnp VirtualNetworkProfile) MarshalJSON() ([]byte, error) + type VnetGateway struct + ID *string + Kind *string + Name *string + Type *string + func (vg *VnetGateway) UnmarshalJSON(body []byte) error + func (vg VnetGateway) MarshalJSON() ([]byte, error) + type VnetGatewayProperties struct + VnetName *string + VpnPackageURI *string + type VnetInfo struct + CertBlob *string + CertThumbprint *string + DNSServers *string + IsSwift *bool + ResyncRequired *bool + Routes *[]VnetRoute + VnetResourceID *string + func (vi VnetInfo) MarshalJSON() ([]byte, error) + type VnetInfoResource struct + ID *string + Kind *string + Name *string + Type *string + func (vir *VnetInfoResource) UnmarshalJSON(body []byte) error + func (vir VnetInfoResource) MarshalJSON() ([]byte, error) + type VnetParameters struct + ID *string + Kind *string + Name *string + Type *string + func (vp *VnetParameters) UnmarshalJSON(body []byte) error + func (vp VnetParameters) MarshalJSON() ([]byte, error) + type VnetParametersProperties struct + SubnetResourceID *string + VnetName *string + VnetResourceGroup *string + VnetSubnetName *string + type VnetRoute struct + ID *string + Kind *string + Name *string + Type *string + func (vr *VnetRoute) UnmarshalJSON(body []byte) error + func (vr VnetRoute) MarshalJSON() ([]byte, error) + type VnetRouteProperties struct + EndAddress *string + RouteType RouteType + StartAddress *string + type VnetValidationFailureDetails struct + ID *string + Kind *string + Name *string + Type *string + func (vvfd *VnetValidationFailureDetails) UnmarshalJSON(body []byte) error + func (vvfd VnetValidationFailureDetails) MarshalJSON() ([]byte, error) + type VnetValidationFailureDetailsProperties struct + Failed *bool + FailedTests *[]VnetValidationTestFailure + Message *string + Warnings *[]VnetValidationTestFailure + type VnetValidationTestFailure struct + ID *string + Kind *string + Name *string + Type *string + func (vvtf *VnetValidationTestFailure) UnmarshalJSON(body []byte) error + func (vvtf VnetValidationTestFailure) MarshalJSON() ([]byte, error) + type VnetValidationTestFailureProperties struct + Details *string + TestName *string + type WindowsJavaContainerSettings struct + EndOfLifeDate *date.Time + IsAutoUpdate *bool + IsDeprecated *bool + IsEarlyAccess *bool + IsHidden *bool + IsPreview *bool + JavaContainer *string + JavaContainerVersion *string + func (wjcs WindowsJavaContainerSettings) MarshalJSON() ([]byte, error) + type WorkerPool struct + ComputeMode ComputeModeOptions + InstanceNames *[]string + WorkerCount *int32 + WorkerSize *string + WorkerSizeID *int32 + func (wp WorkerPool) MarshalJSON() ([]byte, error) + type WorkerPoolCollection struct + NextLink *string + Value *[]WorkerPoolResource + func (wpc WorkerPoolCollection) IsEmpty() bool + func (wpc WorkerPoolCollection) MarshalJSON() ([]byte, error) + type WorkerPoolCollectionIterator struct + func NewWorkerPoolCollectionIterator(page WorkerPoolCollectionPage) WorkerPoolCollectionIterator + func (iter *WorkerPoolCollectionIterator) Next() error + func (iter *WorkerPoolCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkerPoolCollectionIterator) NotDone() bool + func (iter WorkerPoolCollectionIterator) Response() WorkerPoolCollection + func (iter WorkerPoolCollectionIterator) Value() WorkerPoolResource + type WorkerPoolCollectionPage struct + func NewWorkerPoolCollectionPage(cur WorkerPoolCollection, ...) WorkerPoolCollectionPage + func (page *WorkerPoolCollectionPage) Next() error + func (page *WorkerPoolCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page WorkerPoolCollectionPage) NotDone() bool + func (page WorkerPoolCollectionPage) Response() WorkerPoolCollection + func (page WorkerPoolCollectionPage) Values() []WorkerPoolResource + type WorkerPoolResource struct + ID *string + Kind *string + Name *string + Sku *SkuDescription + Type *string + func (wpr *WorkerPoolResource) UnmarshalJSON(body []byte) error + func (wpr WorkerPoolResource) MarshalJSON() ([]byte, error) + type WorkerSizeOptions string + const WorkerSizeOptionsD1 + const WorkerSizeOptionsD2 + const WorkerSizeOptionsD3 + const WorkerSizeOptionsDefault + const WorkerSizeOptionsLarge + const WorkerSizeOptionsLargeV3 + const WorkerSizeOptionsMedium + const WorkerSizeOptionsMediumV3 + const WorkerSizeOptionsNestedSmall + const WorkerSizeOptionsNestedSmallLinux + const WorkerSizeOptionsSmall + const WorkerSizeOptionsSmallV3 + func PossibleWorkerSizeOptionsValues() []WorkerSizeOptions + type Workflow struct + ID *string + Identity *ManagedServiceIdentity + Location *string + Name *string + Tags map[string]*string + Type *string + func (w *Workflow) UnmarshalJSON(body []byte) error + func (w Workflow) MarshalJSON() ([]byte, error) + type WorkflowArtifacts struct + AppSettings interface{} + Files map[string]interface{} + FilesToDelete *[]string + func (wa WorkflowArtifacts) MarshalJSON() ([]byte, error) + type WorkflowEnvelope struct + ID *string + Kind *string + Location *string + Name *string + Properties *WorkflowEnvelopeProperties + Type *string + func (we WorkflowEnvelope) MarshalJSON() ([]byte, error) + type WorkflowEnvelopeCollection struct + NextLink *string + Value *[]WorkflowEnvelope + func (wec WorkflowEnvelopeCollection) IsEmpty() bool + func (wec WorkflowEnvelopeCollection) MarshalJSON() ([]byte, error) + type WorkflowEnvelopeCollectionIterator struct + func NewWorkflowEnvelopeCollectionIterator(page WorkflowEnvelopeCollectionPage) WorkflowEnvelopeCollectionIterator + func (iter *WorkflowEnvelopeCollectionIterator) Next() error + func (iter *WorkflowEnvelopeCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkflowEnvelopeCollectionIterator) NotDone() bool + func (iter WorkflowEnvelopeCollectionIterator) Response() WorkflowEnvelopeCollection + func (iter WorkflowEnvelopeCollectionIterator) Value() WorkflowEnvelope + type WorkflowEnvelopeCollectionPage struct + func NewWorkflowEnvelopeCollectionPage(cur WorkflowEnvelopeCollection, ...) WorkflowEnvelopeCollectionPage + func (page *WorkflowEnvelopeCollectionPage) Next() error + func (page *WorkflowEnvelopeCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page WorkflowEnvelopeCollectionPage) NotDone() bool + func (page WorkflowEnvelopeCollectionPage) Response() WorkflowEnvelopeCollection + func (page WorkflowEnvelopeCollectionPage) Values() []WorkflowEnvelope + type WorkflowEnvelopeProperties struct + Files map[string]interface{} + FlowState WorkflowState + Health *WorkflowHealth + func (we WorkflowEnvelopeProperties) MarshalJSON() ([]byte, error) + type WorkflowFilter struct + State WorkflowState + type WorkflowHealth struct + Error *ErrorEntity + State WorkflowHealthState + type WorkflowHealthState string + const WorkflowHealthStateHealthy + const WorkflowHealthStateNotSpecified + const WorkflowHealthStateUnhealthy + const WorkflowHealthStateUnknown + func PossibleWorkflowHealthStateValues() []WorkflowHealthState + type WorkflowListResult struct + NextLink *string + Value *[]Workflow + type WorkflowOutputParameter struct + Description *string + Error interface{} + Metadata interface{} + Type ParameterType + Value interface{} + func (wop WorkflowOutputParameter) MarshalJSON() ([]byte, error) + type WorkflowParameter struct + Description *string + Metadata interface{} + Type ParameterType + Value interface{} + type WorkflowProperties struct + AccessControl *FlowAccessControlConfiguration + AccessEndpoint *string + ChangedTime *date.Time + CreatedTime *date.Time + Definition interface{} + EndpointsConfiguration *FlowEndpointsConfiguration + IntegrationAccount *ResourceReference + IntegrationServiceEnvironment *ResourceReference + Kind Kind + Parameters map[string]*WorkflowParameter + ProvisioningState WorkflowProvisioningState + Sku *WorkflowSku + State WorkflowState + Version *string + func (wp WorkflowProperties) MarshalJSON() ([]byte, error) + type WorkflowProvisioningState string + const WorkflowProvisioningStateAccepted + const WorkflowProvisioningStateCanceled + const WorkflowProvisioningStateCompleted + const WorkflowProvisioningStateCreated + const WorkflowProvisioningStateCreating + const WorkflowProvisioningStateDeleted + const WorkflowProvisioningStateDeleting + const WorkflowProvisioningStateFailed + const WorkflowProvisioningStateInProgress + const WorkflowProvisioningStateMoving + const WorkflowProvisioningStateNotSpecified + const WorkflowProvisioningStatePending + const WorkflowProvisioningStateReady + const WorkflowProvisioningStateRegistered + const WorkflowProvisioningStateRegistering + const WorkflowProvisioningStateRenewing + const WorkflowProvisioningStateRunning + const WorkflowProvisioningStateSucceeded + const WorkflowProvisioningStateUnregistered + const WorkflowProvisioningStateUnregistering + const WorkflowProvisioningStateUpdating + const WorkflowProvisioningStateWaiting + func PossibleWorkflowProvisioningStateValues() []WorkflowProvisioningState + type WorkflowResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (wr WorkflowResource) MarshalJSON() ([]byte, error) + type WorkflowRun struct + ID *string + Name *string + Type *string + func (wr *WorkflowRun) UnmarshalJSON(body []byte) error + func (wr WorkflowRun) MarshalJSON() ([]byte, error) + type WorkflowRunAction struct + ID *string + Name *string + Type *string + func (wra *WorkflowRunAction) UnmarshalJSON(body []byte) error + func (wra WorkflowRunAction) MarshalJSON() ([]byte, error) + type WorkflowRunActionFilter struct + Status WorkflowStatus + type WorkflowRunActionListResult struct + NextLink *string + Value *[]WorkflowRunAction + func (wralr WorkflowRunActionListResult) IsEmpty() bool + type WorkflowRunActionListResultIterator struct + func NewWorkflowRunActionListResultIterator(page WorkflowRunActionListResultPage) WorkflowRunActionListResultIterator + func (iter *WorkflowRunActionListResultIterator) Next() error + func (iter *WorkflowRunActionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkflowRunActionListResultIterator) NotDone() bool + func (iter WorkflowRunActionListResultIterator) Response() WorkflowRunActionListResult + func (iter WorkflowRunActionListResultIterator) Value() WorkflowRunAction + type WorkflowRunActionListResultPage struct + func NewWorkflowRunActionListResultPage(cur WorkflowRunActionListResult, ...) WorkflowRunActionListResultPage + func (page *WorkflowRunActionListResultPage) Next() error + func (page *WorkflowRunActionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WorkflowRunActionListResultPage) NotDone() bool + func (page WorkflowRunActionListResultPage) Response() WorkflowRunActionListResult + func (page WorkflowRunActionListResultPage) Values() []WorkflowRunAction + type WorkflowRunActionProperties struct + Code *string + Correlation *RunActionCorrelation + EndTime *date.Time + Error interface{} + InputsLink *ContentLink + OutputsLink *ContentLink + RetryHistory *[]RetryHistory + StartTime *date.Time + Status WorkflowStatus + TrackedProperties interface{} + TrackingID *string + func (wrap WorkflowRunActionProperties) MarshalJSON() ([]byte, error) + type WorkflowRunActionRepetitionDefinition struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (wrard *WorkflowRunActionRepetitionDefinition) UnmarshalJSON(body []byte) error + func (wrard WorkflowRunActionRepetitionDefinition) MarshalJSON() ([]byte, error) + type WorkflowRunActionRepetitionDefinitionCollection struct + NextLink *string + Value *[]WorkflowRunActionRepetitionDefinition + func (wrardc WorkflowRunActionRepetitionDefinitionCollection) IsEmpty() bool + type WorkflowRunActionRepetitionDefinitionCollectionIterator struct + func NewWorkflowRunActionRepetitionDefinitionCollectionIterator(page WorkflowRunActionRepetitionDefinitionCollectionPage) WorkflowRunActionRepetitionDefinitionCollectionIterator + func (iter *WorkflowRunActionRepetitionDefinitionCollectionIterator) Next() error + func (iter *WorkflowRunActionRepetitionDefinitionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkflowRunActionRepetitionDefinitionCollectionIterator) NotDone() bool + func (iter WorkflowRunActionRepetitionDefinitionCollectionIterator) Response() WorkflowRunActionRepetitionDefinitionCollection + func (iter WorkflowRunActionRepetitionDefinitionCollectionIterator) Value() WorkflowRunActionRepetitionDefinition + type WorkflowRunActionRepetitionDefinitionCollectionPage struct + func NewWorkflowRunActionRepetitionDefinitionCollectionPage(cur WorkflowRunActionRepetitionDefinitionCollection, ...) WorkflowRunActionRepetitionDefinitionCollectionPage + func (page *WorkflowRunActionRepetitionDefinitionCollectionPage) Next() error + func (page *WorkflowRunActionRepetitionDefinitionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page WorkflowRunActionRepetitionDefinitionCollectionPage) NotDone() bool + func (page WorkflowRunActionRepetitionDefinitionCollectionPage) Response() WorkflowRunActionRepetitionDefinitionCollection + func (page WorkflowRunActionRepetitionDefinitionCollectionPage) Values() []WorkflowRunActionRepetitionDefinition + type WorkflowRunActionRepetitionProperties struct + Code *string + Correlation *RunActionCorrelation + EndTime *date.Time + Error interface{} + Inputs interface{} + InputsLink *ContentLink + IterationCount *int32 + Outputs interface{} + OutputsLink *ContentLink + RepetitionIndexes *[]RepetitionIndex + RetryHistory *[]RetryHistory + StartTime *date.Time + Status WorkflowStatus + TrackedProperties interface{} + TrackingID *string + func (wrarp WorkflowRunActionRepetitionProperties) MarshalJSON() ([]byte, error) + type WorkflowRunActionRepetitionsClient struct + func NewWorkflowRunActionRepetitionsClient(subscriptionID string) WorkflowRunActionRepetitionsClient + func NewWorkflowRunActionRepetitionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunActionRepetitionsClient + func (client WorkflowRunActionRepetitionsClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionRepetitionDefinition, err error) + func (client WorkflowRunActionRepetitionsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionRepetitionsClient) GetResponder(resp *http.Response) (result WorkflowRunActionRepetitionDefinition, err error) + func (client WorkflowRunActionRepetitionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunActionRepetitionsClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionRepetitionDefinitionCollectionPage, err error) + func (client WorkflowRunActionRepetitionsClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionRepetitionDefinitionCollectionIterator, err error) + func (client WorkflowRunActionRepetitionsClient) ListExpressionTraces(ctx context.Context, resourceGroupName string, name string, ...) (result ExpressionTracesPage, err error) + func (client WorkflowRunActionRepetitionsClient) ListExpressionTracesComplete(ctx context.Context, resourceGroupName string, name string, ...) (result ExpressionTracesIterator, err error) + func (client WorkflowRunActionRepetitionsClient) ListExpressionTracesPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionRepetitionsClient) ListExpressionTracesResponder(resp *http.Response) (result ExpressionTraces, err error) + func (client WorkflowRunActionRepetitionsClient) ListExpressionTracesSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunActionRepetitionsClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionRepetitionsClient) ListResponder(resp *http.Response) (result WorkflowRunActionRepetitionDefinitionCollection, err error) + func (client WorkflowRunActionRepetitionsClient) ListSender(req *http.Request) (*http.Response, error) + type WorkflowRunActionRepetitionsRequestHistoriesClient struct + func NewWorkflowRunActionRepetitionsRequestHistoriesClient(subscriptionID string) WorkflowRunActionRepetitionsRequestHistoriesClient + func NewWorkflowRunActionRepetitionsRequestHistoriesClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunActionRepetitionsRequestHistoriesClient + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result RequestHistory, err error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) GetResponder(resp *http.Response) (result RequestHistory, err error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result RequestHistoryListResultPage, err error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result RequestHistoryListResultIterator, err error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) ListResponder(resp *http.Response) (result RequestHistoryListResult, err error) + func (client WorkflowRunActionRepetitionsRequestHistoriesClient) ListSender(req *http.Request) (*http.Response, error) + type WorkflowRunActionScopeRepetitionsClient struct + func NewWorkflowRunActionScopeRepetitionsClient(subscriptionID string) WorkflowRunActionScopeRepetitionsClient + func NewWorkflowRunActionScopeRepetitionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunActionScopeRepetitionsClient + func (client WorkflowRunActionScopeRepetitionsClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionRepetitionDefinition, err error) + func (client WorkflowRunActionScopeRepetitionsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionScopeRepetitionsClient) GetResponder(resp *http.Response) (result WorkflowRunActionRepetitionDefinition, err error) + func (client WorkflowRunActionScopeRepetitionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunActionScopeRepetitionsClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionRepetitionDefinitionCollectionPage, err error) + func (client WorkflowRunActionScopeRepetitionsClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionRepetitionDefinitionCollectionIterator, err error) + func (client WorkflowRunActionScopeRepetitionsClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionScopeRepetitionsClient) ListResponder(resp *http.Response) (result WorkflowRunActionRepetitionDefinitionCollection, err error) + func (client WorkflowRunActionScopeRepetitionsClient) ListSender(req *http.Request) (*http.Response, error) + type WorkflowRunActionsClient struct + func NewWorkflowRunActionsClient(subscriptionID string) WorkflowRunActionsClient + func NewWorkflowRunActionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunActionsClient + func (client WorkflowRunActionsClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunAction, err error) + func (client WorkflowRunActionsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionsClient) GetResponder(resp *http.Response) (result WorkflowRunAction, err error) + func (client WorkflowRunActionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunActionsClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionListResultPage, err error) + func (client WorkflowRunActionsClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunActionListResultIterator, err error) + func (client WorkflowRunActionsClient) ListExpressionTraces(ctx context.Context, resourceGroupName string, name string, ...) (result ExpressionTracesPage, err error) + func (client WorkflowRunActionsClient) ListExpressionTracesComplete(ctx context.Context, resourceGroupName string, name string, ...) (result ExpressionTracesIterator, err error) + func (client WorkflowRunActionsClient) ListExpressionTracesPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionsClient) ListExpressionTracesResponder(resp *http.Response) (result ExpressionTraces, err error) + func (client WorkflowRunActionsClient) ListExpressionTracesSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunActionsClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunActionsClient) ListResponder(resp *http.Response) (result WorkflowRunActionListResult, err error) + func (client WorkflowRunActionsClient) ListSender(req *http.Request) (*http.Response, error) + type WorkflowRunFilter struct + Status WorkflowStatus + type WorkflowRunListResult struct + NextLink *string + Value *[]WorkflowRun + func (wrlr WorkflowRunListResult) IsEmpty() bool + type WorkflowRunListResultIterator struct + func NewWorkflowRunListResultIterator(page WorkflowRunListResultPage) WorkflowRunListResultIterator + func (iter *WorkflowRunListResultIterator) Next() error + func (iter *WorkflowRunListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkflowRunListResultIterator) NotDone() bool + func (iter WorkflowRunListResultIterator) Response() WorkflowRunListResult + func (iter WorkflowRunListResultIterator) Value() WorkflowRun + type WorkflowRunListResultPage struct + func NewWorkflowRunListResultPage(cur WorkflowRunListResult, ...) WorkflowRunListResultPage + func (page *WorkflowRunListResultPage) Next() error + func (page *WorkflowRunListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WorkflowRunListResultPage) NotDone() bool + func (page WorkflowRunListResultPage) Response() WorkflowRunListResult + func (page WorkflowRunListResultPage) Values() []WorkflowRun + type WorkflowRunProperties struct + Code *string + Correlation *Correlation + CorrelationID *string + EndTime *date.Time + Error interface{} + Outputs map[string]*WorkflowOutputParameter + Response *WorkflowRunTrigger + StartTime *date.Time + Status WorkflowStatus + Trigger *WorkflowRunTrigger + WaitEndTime *date.Time + Workflow *ResourceReference + func (wrp WorkflowRunProperties) MarshalJSON() ([]byte, error) + type WorkflowRunTrigger struct + Code *string + Correlation *Correlation + EndTime *date.Time + Error interface{} + Inputs interface{} + InputsLink *ContentLink + Name *string + Outputs interface{} + OutputsLink *ContentLink + ScheduledTime *date.Time + StartTime *date.Time + Status WorkflowStatus + TrackedProperties interface{} + TrackingID *string + func (wrt WorkflowRunTrigger) MarshalJSON() ([]byte, error) + type WorkflowRunsClient struct + func NewWorkflowRunsClient(subscriptionID string) WorkflowRunsClient + func NewWorkflowRunsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunsClient + func (client WorkflowRunsClient) Cancel(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client WorkflowRunsClient) CancelPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunsClient) CancelResponder(resp *http.Response) (result autorest.Response, err error) + func (client WorkflowRunsClient) CancelSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunsClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRun, err error) + func (client WorkflowRunsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunsClient) GetResponder(resp *http.Response) (result WorkflowRun, err error) + func (client WorkflowRunsClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowRunsClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunListResultPage, err error) + func (client WorkflowRunsClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowRunListResultIterator, err error) + func (client WorkflowRunsClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowRunsClient) ListResponder(resp *http.Response) (result WorkflowRunListResult, err error) + func (client WorkflowRunsClient) ListSender(req *http.Request) (*http.Response, error) + type WorkflowSku struct + Name WorkflowSkuName + Plan *ResourceReference + type WorkflowSkuName string + const WorkflowSkuNameBasic + const WorkflowSkuNameFree + const WorkflowSkuNameNotSpecified + const WorkflowSkuNamePremium + const WorkflowSkuNameShared + const WorkflowSkuNameStandard + func PossibleWorkflowSkuNameValues() []WorkflowSkuName + type WorkflowState string + const WorkflowStateCompleted + const WorkflowStateDeleted + const WorkflowStateDisabled + const WorkflowStateEnabled + const WorkflowStateNotSpecified + const WorkflowStateSuspended + func PossibleWorkflowStateValues() []WorkflowState + type WorkflowStatus string + const WorkflowStatusAborted + const WorkflowStatusCancelled + const WorkflowStatusFailed + const WorkflowStatusFaulted + const WorkflowStatusIgnored + const WorkflowStatusNotSpecified + const WorkflowStatusPaused + const WorkflowStatusRunning + const WorkflowStatusSkipped + const WorkflowStatusSucceeded + const WorkflowStatusSuspended + const WorkflowStatusTimedOut + const WorkflowStatusWaiting + func PossibleWorkflowStatusValues() []WorkflowStatus + type WorkflowTrigger struct + ID *string + Name *string + Type *string + func (wt *WorkflowTrigger) UnmarshalJSON(body []byte) error + func (wt WorkflowTrigger) MarshalJSON() ([]byte, error) + type WorkflowTriggerCallbackURL struct + BasePath *string + Method *string + Queries *WorkflowTriggerListCallbackURLQueries + RelativePath *string + RelativePathParameters *[]string + Value *string + func (wtcu WorkflowTriggerCallbackURL) MarshalJSON() ([]byte, error) + type WorkflowTriggerFilter struct + State WorkflowState + type WorkflowTriggerHistoriesClient struct + func NewWorkflowTriggerHistoriesClient(subscriptionID string) WorkflowTriggerHistoriesClient + func NewWorkflowTriggerHistoriesClientWithBaseURI(baseURI string, subscriptionID string) WorkflowTriggerHistoriesClient + func (client WorkflowTriggerHistoriesClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggerHistory, err error) + func (client WorkflowTriggerHistoriesClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggerHistoriesClient) GetResponder(resp *http.Response) (result WorkflowTriggerHistory, err error) + func (client WorkflowTriggerHistoriesClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowTriggerHistoriesClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggerHistoryListResultPage, err error) + func (client WorkflowTriggerHistoriesClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggerHistoryListResultIterator, err error) + func (client WorkflowTriggerHistoriesClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggerHistoriesClient) ListResponder(resp *http.Response) (result WorkflowTriggerHistoryListResult, err error) + func (client WorkflowTriggerHistoriesClient) ListSender(req *http.Request) (*http.Response, error) + func (client WorkflowTriggerHistoriesClient) Resubmit(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggerHistoriesResubmitFuture, err error) + func (client WorkflowTriggerHistoriesClient) ResubmitPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggerHistoriesClient) ResubmitResponder(resp *http.Response) (result autorest.Response, err error) + func (client WorkflowTriggerHistoriesClient) ResubmitSender(req *http.Request) (future WorkflowTriggerHistoriesResubmitFuture, err error) + type WorkflowTriggerHistoriesResubmitFuture struct + Result func(WorkflowTriggerHistoriesClient) (autorest.Response, error) + func (future *WorkflowTriggerHistoriesResubmitFuture) UnmarshalJSON(body []byte) error + type WorkflowTriggerHistory struct + ID *string + Name *string + Type *string + func (wth *WorkflowTriggerHistory) UnmarshalJSON(body []byte) error + func (wth WorkflowTriggerHistory) MarshalJSON() ([]byte, error) + type WorkflowTriggerHistoryFilter struct + Status WorkflowStatus + type WorkflowTriggerHistoryListResult struct + NextLink *string + Value *[]WorkflowTriggerHistory + func (wthlr WorkflowTriggerHistoryListResult) IsEmpty() bool + type WorkflowTriggerHistoryListResultIterator struct + func NewWorkflowTriggerHistoryListResultIterator(page WorkflowTriggerHistoryListResultPage) WorkflowTriggerHistoryListResultIterator + func (iter *WorkflowTriggerHistoryListResultIterator) Next() error + func (iter *WorkflowTriggerHistoryListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkflowTriggerHistoryListResultIterator) NotDone() bool + func (iter WorkflowTriggerHistoryListResultIterator) Response() WorkflowTriggerHistoryListResult + func (iter WorkflowTriggerHistoryListResultIterator) Value() WorkflowTriggerHistory + type WorkflowTriggerHistoryListResultPage struct + func NewWorkflowTriggerHistoryListResultPage(cur WorkflowTriggerHistoryListResult, ...) WorkflowTriggerHistoryListResultPage + func (page *WorkflowTriggerHistoryListResultPage) Next() error + func (page *WorkflowTriggerHistoryListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WorkflowTriggerHistoryListResultPage) NotDone() bool + func (page WorkflowTriggerHistoryListResultPage) Response() WorkflowTriggerHistoryListResult + func (page WorkflowTriggerHistoryListResultPage) Values() []WorkflowTriggerHistory + type WorkflowTriggerHistoryProperties struct + Code *string + Correlation *Correlation + EndTime *date.Time + Error interface{} + Fired *bool + InputsLink *ContentLink + OutputsLink *ContentLink + Run *ResourceReference + ScheduledTime *date.Time + StartTime *date.Time + Status WorkflowStatus + TrackingID *string + func (wthp WorkflowTriggerHistoryProperties) MarshalJSON() ([]byte, error) + type WorkflowTriggerListCallbackURLQueries struct + APIVersion *string + Se *string + Sig *string + Sp *string + Sv *string + type WorkflowTriggerListResult struct + NextLink *string + Value *[]WorkflowTrigger + func (wtlr WorkflowTriggerListResult) IsEmpty() bool + type WorkflowTriggerListResultIterator struct + func NewWorkflowTriggerListResultIterator(page WorkflowTriggerListResultPage) WorkflowTriggerListResultIterator + func (iter *WorkflowTriggerListResultIterator) Next() error + func (iter *WorkflowTriggerListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkflowTriggerListResultIterator) NotDone() bool + func (iter WorkflowTriggerListResultIterator) Response() WorkflowTriggerListResult + func (iter WorkflowTriggerListResultIterator) Value() WorkflowTrigger + type WorkflowTriggerListResultPage struct + func NewWorkflowTriggerListResultPage(cur WorkflowTriggerListResult, ...) WorkflowTriggerListResultPage + func (page *WorkflowTriggerListResultPage) Next() error + func (page *WorkflowTriggerListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WorkflowTriggerListResultPage) NotDone() bool + func (page WorkflowTriggerListResultPage) Response() WorkflowTriggerListResult + func (page WorkflowTriggerListResultPage) Values() []WorkflowTrigger + type WorkflowTriggerProperties struct + ChangedTime *date.Time + CreatedTime *date.Time + LastExecutionTime *date.Time + NextExecutionTime *date.Time + ProvisioningState WorkflowTriggerProvisioningState + Recurrence *WorkflowTriggerRecurrence + State WorkflowState + Status WorkflowStatus + Workflow *ResourceReference + func (wtp WorkflowTriggerProperties) MarshalJSON() ([]byte, error) + type WorkflowTriggerProvisioningState string + const WorkflowTriggerProvisioningStateAccepted + const WorkflowTriggerProvisioningStateCanceled + const WorkflowTriggerProvisioningStateCompleted + const WorkflowTriggerProvisioningStateCreated + const WorkflowTriggerProvisioningStateCreating + const WorkflowTriggerProvisioningStateDeleted + const WorkflowTriggerProvisioningStateDeleting + const WorkflowTriggerProvisioningStateFailed + const WorkflowTriggerProvisioningStateMoving + const WorkflowTriggerProvisioningStateNotSpecified + const WorkflowTriggerProvisioningStateReady + const WorkflowTriggerProvisioningStateRegistered + const WorkflowTriggerProvisioningStateRegistering + const WorkflowTriggerProvisioningStateRunning + const WorkflowTriggerProvisioningStateSucceeded + const WorkflowTriggerProvisioningStateUnregistered + const WorkflowTriggerProvisioningStateUnregistering + const WorkflowTriggerProvisioningStateUpdating + func PossibleWorkflowTriggerProvisioningStateValues() []WorkflowTriggerProvisioningState + type WorkflowTriggerRecurrence struct + EndTime *string + Frequency RecurrenceFrequency + Interval *int32 + Schedule *RecurrenceSchedule + StartTime *string + TimeZone *string + type WorkflowTriggersClient struct + func NewWorkflowTriggersClient(subscriptionID string) WorkflowTriggersClient + func NewWorkflowTriggersClientWithBaseURI(baseURI string, subscriptionID string) WorkflowTriggersClient + func (client WorkflowTriggersClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTrigger, err error) + func (client WorkflowTriggersClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggersClient) GetResponder(resp *http.Response) (result WorkflowTrigger, err error) + func (client WorkflowTriggersClient) GetSchemaJSON(ctx context.Context, resourceGroupName string, name string, ...) (result JSONSchema, err error) + func (client WorkflowTriggersClient) GetSchemaJSONPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggersClient) GetSchemaJSONResponder(resp *http.Response) (result JSONSchema, err error) + func (client WorkflowTriggersClient) GetSchemaJSONSender(req *http.Request) (*http.Response, error) + func (client WorkflowTriggersClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowTriggersClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggerListResultPage, err error) + func (client WorkflowTriggersClient) ListCallbackURL(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggerCallbackURL, err error) + func (client WorkflowTriggersClient) ListCallbackURLPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggersClient) ListCallbackURLResponder(resp *http.Response) (result WorkflowTriggerCallbackURL, err error) + func (client WorkflowTriggersClient) ListCallbackURLSender(req *http.Request) (*http.Response, error) + func (client WorkflowTriggersClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggerListResultIterator, err error) + func (client WorkflowTriggersClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggersClient) ListResponder(resp *http.Response) (result WorkflowTriggerListResult, err error) + func (client WorkflowTriggersClient) ListSender(req *http.Request) (*http.Response, error) + func (client WorkflowTriggersClient) Run(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowTriggersRunFuture, err error) + func (client WorkflowTriggersClient) RunPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowTriggersClient) RunResponder(resp *http.Response) (result autorest.Response, err error) + func (client WorkflowTriggersClient) RunSender(req *http.Request) (future WorkflowTriggersRunFuture, err error) + type WorkflowTriggersRunFuture struct + Result func(WorkflowTriggersClient) (autorest.Response, error) + func (future *WorkflowTriggersRunFuture) UnmarshalJSON(body []byte) error + type WorkflowVersion struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (wv *WorkflowVersion) UnmarshalJSON(body []byte) error + func (wv WorkflowVersion) MarshalJSON() ([]byte, error) + type WorkflowVersionListResult struct + NextLink *string + Value *[]WorkflowVersion + func (wvlr WorkflowVersionListResult) IsEmpty() bool + type WorkflowVersionListResultIterator struct + func NewWorkflowVersionListResultIterator(page WorkflowVersionListResultPage) WorkflowVersionListResultIterator + func (iter *WorkflowVersionListResultIterator) Next() error + func (iter *WorkflowVersionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkflowVersionListResultIterator) NotDone() bool + func (iter WorkflowVersionListResultIterator) Response() WorkflowVersionListResult + func (iter WorkflowVersionListResultIterator) Value() WorkflowVersion + type WorkflowVersionListResultPage struct + func NewWorkflowVersionListResultPage(cur WorkflowVersionListResult, ...) WorkflowVersionListResultPage + func (page *WorkflowVersionListResultPage) Next() error + func (page *WorkflowVersionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WorkflowVersionListResultPage) NotDone() bool + func (page WorkflowVersionListResultPage) Response() WorkflowVersionListResult + func (page WorkflowVersionListResultPage) Values() []WorkflowVersion + type WorkflowVersionProperties struct + AccessControl *FlowAccessControlConfiguration + AccessEndpoint *string + ChangedTime *date.Time + CreatedTime *date.Time + Definition interface{} + EndpointsConfiguration *FlowEndpointsConfiguration + IntegrationAccount *ResourceReference + Parameters map[string]*WorkflowParameter + ProvisioningState WorkflowProvisioningState + Sku *WorkflowSku + State WorkflowState + Version *string + func (wvp WorkflowVersionProperties) MarshalJSON() ([]byte, error) + type WorkflowVersionsClient struct + func NewWorkflowVersionsClient(subscriptionID string) WorkflowVersionsClient + func NewWorkflowVersionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowVersionsClient + func (client WorkflowVersionsClient) Get(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowVersion, err error) + func (client WorkflowVersionsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowVersionsClient) GetResponder(resp *http.Response) (result WorkflowVersion, err error) + func (client WorkflowVersionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkflowVersionsClient) List(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowVersionListResultPage, err error) + func (client WorkflowVersionsClient) ListComplete(ctx context.Context, resourceGroupName string, name string, ...) (result WorkflowVersionListResultIterator, err error) + func (client WorkflowVersionsClient) ListPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowVersionsClient) ListResponder(resp *http.Response) (result WorkflowVersionListResult, err error) + func (client WorkflowVersionsClient) ListSender(req *http.Request) (*http.Response, error) + type WorkflowsClient struct + func NewWorkflowsClient(subscriptionID string) WorkflowsClient + func NewWorkflowsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowsClient + func (client WorkflowsClient) RegenerateAccessKey(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client WorkflowsClient) RegenerateAccessKeyPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowsClient) RegenerateAccessKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client WorkflowsClient) RegenerateAccessKeySender(req *http.Request) (*http.Response, error) + func (client WorkflowsClient) Validate(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client WorkflowsClient) ValidatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client WorkflowsClient) ValidateResponder(resp *http.Response) (result autorest.Response, err error) + func (client WorkflowsClient) ValidateSender(req *http.Request) (*http.Response, error)