web

package
v61.3.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package web implements the Azure ARM Web service API version 2021-02-01.

WebSite Management Client

Index

Constants

View Source
const (
	// DefaultBaseURI is the default URI used for the service Web
	DefaultBaseURI = "https://management.azure.com"
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

UserAgent returns the UserAgent string to use when sending http.Requests.

func Version

func Version() string

Version returns the semantic version (see http://semver.org) of the client.

Types

type APIDefinitionInfo

type APIDefinitionInfo struct {
	// URL - The URL of the API definition.
	URL *string `json:"url,omitempty"`
}

APIDefinitionInfo information about the formal API definition for the app.

type APIKVReference

type APIKVReference struct {
	autorest.Response `json:"-"`
	// APIKVReferenceProperties - ApiKVReference resource specific properties
	*APIKVReferenceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

APIKVReference description of site key vault references.

func (APIKVReference) MarshalJSON

func (akr APIKVReference) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for APIKVReference.

func (*APIKVReference) UnmarshalJSON

func (akr *APIKVReference) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for APIKVReference struct.

type APIKVReferenceCollection

type APIKVReferenceCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]APIKVReference `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

APIKVReferenceCollection ...

func (APIKVReferenceCollection) IsEmpty

func (akrc APIKVReferenceCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (APIKVReferenceCollection) MarshalJSON

func (akrc APIKVReferenceCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for APIKVReferenceCollection.

type APIKVReferenceCollectionIterator

type APIKVReferenceCollectionIterator struct {
	// contains filtered or unexported fields
}

APIKVReferenceCollectionIterator provides access to a complete listing of APIKVReference values.

func NewAPIKVReferenceCollectionIterator

func NewAPIKVReferenceCollectionIterator(page APIKVReferenceCollectionPage) APIKVReferenceCollectionIterator

Creates a new instance of the APIKVReferenceCollectionIterator type.

func (*APIKVReferenceCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*APIKVReferenceCollectionIterator) NextWithContext

func (iter *APIKVReferenceCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (APIKVReferenceCollectionIterator) NotDone

func (iter APIKVReferenceCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (APIKVReferenceCollectionIterator) Response

Response returns the raw server response from the last page request.

func (APIKVReferenceCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type APIKVReferenceCollectionPage

type APIKVReferenceCollectionPage struct {
	// contains filtered or unexported fields
}

APIKVReferenceCollectionPage contains a page of APIKVReference values.

func NewAPIKVReferenceCollectionPage

Creates a new instance of the APIKVReferenceCollectionPage type.

func (*APIKVReferenceCollectionPage) Next

func (page *APIKVReferenceCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*APIKVReferenceCollectionPage) NextWithContext

func (page *APIKVReferenceCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (APIKVReferenceCollectionPage) NotDone

func (page APIKVReferenceCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (APIKVReferenceCollectionPage) Response

Response returns the raw server response from the last page request.

func (APIKVReferenceCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type APIKVReferenceProperties

type APIKVReferenceProperties struct {
	Reference *string `json:"reference,omitempty"`
	// Status - Possible values include: 'ResolveStatusInitialized', 'ResolveStatusResolved', 'ResolveStatusInvalidSyntax', 'ResolveStatusMSINotEnabled', 'ResolveStatusVaultNotFound', 'ResolveStatusSecretNotFound', 'ResolveStatusSecretVersionNotFound', 'ResolveStatusAccessToKeyVaultDenied', 'ResolveStatusOtherReasons', 'ResolveStatusFetchTimedOut', 'ResolveStatusUnauthorizedClient'
	Status        ResolveStatus           `json:"status,omitempty"`
	VaultName     *string                 `json:"vaultName,omitempty"`
	SecretName    *string                 `json:"secretName,omitempty"`
	SecretVersion *string                 `json:"secretVersion,omitempty"`
	IdentityType  *ManagedServiceIdentity `json:"identityType,omitempty"`
	Details       *string                 `json:"details,omitempty"`
	// Source - Possible values include: 'ConfigReferenceSourceKeyVault'
	Source        ConfigReferenceSource `json:"source,omitempty"`
	ActiveVersion *string               `json:"activeVersion,omitempty"`
}

APIKVReferenceProperties apiKVReference resource specific properties

type APIManagementConfig

type APIManagementConfig struct {
	// ID - APIM-Api Identifier.
	ID *string `json:"id,omitempty"`
}

APIManagementConfig azure API management (APIM) configuration linked to the app.

type AbnormalTimePeriod

type AbnormalTimePeriod struct {
	// StartTime - Start time of the downtime
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - End time of the downtime
	EndTime *date.Time `json:"endTime,omitempty"`
	// Events - List of Possible Cause of downtime
	Events *[]DetectorAbnormalTimePeriod `json:"events,omitempty"`
	// Solutions - List of proposed solutions
	Solutions *[]Solution `json:"solutions,omitempty"`
}

AbnormalTimePeriod class representing Abnormal Time Period identified in diagnosis

type Address

type Address struct {
	// Address1 - First line of an Address.
	Address1 *string `json:"address1,omitempty"`
	// Address2 - The second line of the Address. Optional.
	Address2 *string `json:"address2,omitempty"`
	// City - The city for the address.
	City *string `json:"city,omitempty"`
	// Country - The country for the address.
	Country *string `json:"country,omitempty"`
	// PostalCode - The postal code for the address.
	PostalCode *string `json:"postalCode,omitempty"`
	// State - The state or province for the address.
	State *string `json:"state,omitempty"`
}

Address address information for domain registration.

type AddressResponse

type AddressResponse struct {
	autorest.Response `json:"-"`
	// AddressResponseProperties - AddressResponse resource specific properties
	*AddressResponseProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AddressResponse describes main public IP address and any extra virtual IPs.

func (AddressResponse) MarshalJSON

func (ar AddressResponse) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AddressResponse.

func (*AddressResponse) UnmarshalJSON

func (ar *AddressResponse) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AddressResponse struct.

type AddressResponseProperties

type AddressResponseProperties struct {
	// ServiceIPAddress - Main public virtual IP.
	ServiceIPAddress *string `json:"serviceIpAddress,omitempty"`
	// InternalIPAddress - Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.
	InternalIPAddress *string `json:"internalIpAddress,omitempty"`
	// OutboundIPAddresses - IP addresses appearing on outbound connections.
	OutboundIPAddresses *[]string `json:"outboundIpAddresses,omitempty"`
	// VipMappings - Additional virtual IPs.
	VipMappings *[]VirtualIPMapping `json:"vipMappings,omitempty"`
}

AddressResponseProperties addressResponse resource specific properties

type AllowedAudiencesValidation

type AllowedAudiencesValidation struct {
	// AllowedAudiences - The configuration settings of the allowed list of audiences from which to validate the JWT token.
	AllowedAudiences *[]string `json:"allowedAudiences,omitempty"`
}

AllowedAudiencesValidation the configuration settings of the Allowed Audiences validation flow.

type AllowedPrincipals

type AllowedPrincipals struct {
	// AllowedPrincipalsProperties - AllowedPrincipals resource specific properties
	*AllowedPrincipalsProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AllowedPrincipals the configuration settings of the Azure Active Directory allowed principals.

func (AllowedPrincipals) MarshalJSON

func (ap AllowedPrincipals) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AllowedPrincipals.

func (*AllowedPrincipals) UnmarshalJSON

func (ap *AllowedPrincipals) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AllowedPrincipals struct.

type AllowedPrincipalsProperties

type AllowedPrincipalsProperties struct {
	// Groups - The list of the allowed groups.
	Groups *[]string `json:"groups,omitempty"`
	// Identities - The list of the allowed identities.
	Identities *[]string `json:"identities,omitempty"`
}

AllowedPrincipalsProperties allowedPrincipals resource specific properties

type AnalysisData

type AnalysisData struct {
	// Source - Name of the Detector
	Source *string `json:"source,omitempty"`
	// DetectorDefinition - Detector Definition
	DetectorDefinition *DetectorDefinition `json:"detectorDefinition,omitempty"`
	// Metrics - Source Metrics
	Metrics *[]DiagnosticMetricSet `json:"metrics,omitempty"`
	// Data - Additional Source Data
	Data *[][]NameValuePair `json:"data,omitempty"`
	// DetectorMetaData - Detector Meta Data
	DetectorMetaData *ResponseMetaData `json:"detectorMetaData,omitempty"`
}

AnalysisData class Representing Detector Evidence used for analysis

type AnalysisDefinition

type AnalysisDefinition struct {
	autorest.Response `json:"-"`
	// AnalysisDefinitionProperties - AnalysisDefinition resource specific properties
	*AnalysisDefinitionProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AnalysisDefinition definition of Analysis

func (AnalysisDefinition) MarshalJSON

func (ad AnalysisDefinition) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AnalysisDefinition.

func (*AnalysisDefinition) UnmarshalJSON

func (ad *AnalysisDefinition) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AnalysisDefinition struct.

type AnalysisDefinitionProperties

type AnalysisDefinitionProperties struct {
	// Description - READ-ONLY; Description of the Analysis
	Description *string `json:"description,omitempty"`
}

AnalysisDefinitionProperties analysisDefinition resource specific properties

func (AnalysisDefinitionProperties) MarshalJSON

func (ad AnalysisDefinitionProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AnalysisDefinitionProperties.

type AppCollection

type AppCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Site `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

AppCollection collection of App Service apps.

func (AppCollection) IsEmpty

func (ac AppCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (AppCollection) MarshalJSON

func (ac AppCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppCollection.

type AppCollectionIterator

type AppCollectionIterator struct {
	// contains filtered or unexported fields
}

AppCollectionIterator provides access to a complete listing of Site values.

func NewAppCollectionIterator

func NewAppCollectionIterator(page AppCollectionPage) AppCollectionIterator

Creates a new instance of the AppCollectionIterator type.

func (*AppCollectionIterator) Next

func (iter *AppCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppCollectionIterator) NextWithContext

func (iter *AppCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (AppCollectionIterator) NotDone

func (iter AppCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (AppCollectionIterator) Response

func (iter AppCollectionIterator) Response() AppCollection

Response returns the raw server response from the last page request.

func (AppCollectionIterator) Value

func (iter AppCollectionIterator) Value() Site

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type AppCollectionPage

type AppCollectionPage struct {
	// contains filtered or unexported fields
}

AppCollectionPage contains a page of Site values.

func NewAppCollectionPage

func NewAppCollectionPage(cur AppCollection, getNextPage func(context.Context, AppCollection) (AppCollection, error)) AppCollectionPage

Creates a new instance of the AppCollectionPage type.

func (*AppCollectionPage) Next

func (page *AppCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppCollectionPage) NextWithContext

func (page *AppCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (AppCollectionPage) NotDone

func (page AppCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (AppCollectionPage) Response

func (page AppCollectionPage) Response() AppCollection

Response returns the raw server response from the last page request.

func (AppCollectionPage) Values

func (page AppCollectionPage) Values() []Site

Values returns the slice of values for the current page or nil if there are no values.

type AppInsightsWebAppStackSettings

type AppInsightsWebAppStackSettings struct {
	// IsSupported - READ-ONLY; <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.
	IsSupported *bool `json:"isSupported,omitempty"`
	// IsDefaultOff - READ-ONLY; <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.
	IsDefaultOff *bool `json:"isDefaultOff,omitempty"`
}

AppInsightsWebAppStackSettings app Insights Web App stack settings.

func (AppInsightsWebAppStackSettings) MarshalJSON

func (aiwass AppInsightsWebAppStackSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppInsightsWebAppStackSettings.

type AppInstanceStatusCollection

type AppInstanceStatusCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]SiteInstanceStatus `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

AppInstanceStatusCollection collection of app instances.

func (AppInstanceStatusCollection) IsEmpty

func (aisc AppInstanceStatusCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (AppInstanceStatusCollection) MarshalJSON

func (aisc AppInstanceStatusCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppInstanceStatusCollection.

type AppInstanceStatusCollectionIterator

type AppInstanceStatusCollectionIterator struct {
	// contains filtered or unexported fields
}

AppInstanceStatusCollectionIterator provides access to a complete listing of SiteInstanceStatus values.

func NewAppInstanceStatusCollectionIterator

func NewAppInstanceStatusCollectionIterator(page AppInstanceStatusCollectionPage) AppInstanceStatusCollectionIterator

Creates a new instance of the AppInstanceStatusCollectionIterator type.

func (*AppInstanceStatusCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppInstanceStatusCollectionIterator) NextWithContext

func (iter *AppInstanceStatusCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (AppInstanceStatusCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (AppInstanceStatusCollectionIterator) Response

Response returns the raw server response from the last page request.

func (AppInstanceStatusCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type AppInstanceStatusCollectionPage

type AppInstanceStatusCollectionPage struct {
	// contains filtered or unexported fields
}

AppInstanceStatusCollectionPage contains a page of SiteInstanceStatus values.

func NewAppInstanceStatusCollectionPage

Creates a new instance of the AppInstanceStatusCollectionPage type.

func (*AppInstanceStatusCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppInstanceStatusCollectionPage) NextWithContext

func (page *AppInstanceStatusCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (AppInstanceStatusCollectionPage) NotDone

func (page AppInstanceStatusCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (AppInstanceStatusCollectionPage) Response

Response returns the raw server response from the last page request.

func (AppInstanceStatusCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type AppLogsConfiguration

type AppLogsConfiguration struct {
	Destination               *string                    `json:"destination,omitempty"`
	LogAnalyticsConfiguration *LogAnalyticsConfiguration `json:"logAnalyticsConfiguration,omitempty"`
}

AppLogsConfiguration ...

type AppMajorVersion

type AppMajorVersion struct {
	// DisplayText - READ-ONLY; Web App stack major version (display only).
	DisplayText *string `json:"displayText,omitempty"`
	// Value - READ-ONLY; Web App stack major version name.
	Value *string `json:"value,omitempty"`
	// MinorVersions - READ-ONLY; Minor versions associated with the major version.
	MinorVersions *[]AppMinorVersion `json:"minorVersions,omitempty"`
}

AppMajorVersion web App stack major version.

func (AppMajorVersion) MarshalJSON

func (amv AppMajorVersion) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppMajorVersion.

type AppMinorVersion

type AppMinorVersion struct {
	// DisplayText - READ-ONLY; Web App stack minor version (display only).
	DisplayText *string `json:"displayText,omitempty"`
	// Value - READ-ONLY; Web App stack major version name.
	Value *string `json:"value,omitempty"`
	// StackSettings - READ-ONLY; Settings associated with the minor version.
	StackSettings *AppRuntimes `json:"stackSettings,omitempty"`
}

AppMinorVersion web App stack minor version.

func (AppMinorVersion) MarshalJSON

func (amv AppMinorVersion) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppMinorVersion.

type AppRegistration

type AppRegistration struct {
	// AppRegistrationProperties - AppRegistration resource specific properties
	*AppRegistrationProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AppRegistration the configuration settings of the app registration for providers that have app ids and app secrets

func (AppRegistration) MarshalJSON

func (ar AppRegistration) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppRegistration.

func (*AppRegistration) UnmarshalJSON

func (ar *AppRegistration) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppRegistration struct.

type AppRegistrationProperties

type AppRegistrationProperties struct {
	// AppID - The App ID of the app used for login.
	AppID *string `json:"appId,omitempty"`
	// AppSecretSettingName - The app setting name that contains the app secret.
	AppSecretSettingName *string `json:"appSecretSettingName,omitempty"`
}

AppRegistrationProperties appRegistration resource specific properties

type AppRuntimeSettings

type AppRuntimeSettings struct {
	// RuntimeVersion - READ-ONLY; Web App stack minor version (runtime only).
	RuntimeVersion *string `json:"runtimeVersion,omitempty"`
	// RemoteDebuggingSupported - READ-ONLY; <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.
	RemoteDebuggingSupported *bool `json:"remoteDebuggingSupported,omitempty"`
	// AppInsightsSettings - READ-ONLY; Application Insights settings associated with the minor version.
	AppInsightsSettings *AppInsightsWebAppStackSettings `json:"appInsightsSettings,omitempty"`
	// GitHubActionSettings - READ-ONLY; GitHub Actions settings associated with the minor version.
	GitHubActionSettings *GitHubActionWebAppStackSettings `json:"gitHubActionSettings,omitempty"`
	// IsPreview - READ-ONLY; <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
	IsPreview *bool `json:"isPreview,omitempty"`
	// IsDeprecated - READ-ONLY; <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
	IsDeprecated *bool `json:"isDeprecated,omitempty"`
	// IsHidden - READ-ONLY; <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
	IsHidden *bool `json:"isHidden,omitempty"`
	// EndOfLifeDate - READ-ONLY; End-of-life date for the minor version.
	EndOfLifeDate *date.Time `json:"endOfLifeDate,omitempty"`
	// IsAutoUpdate - READ-ONLY; <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.
	IsAutoUpdate *bool `json:"isAutoUpdate,omitempty"`
	// IsEarlyAccess - READ-ONLY; <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.
	IsEarlyAccess *bool `json:"isEarlyAccess,omitempty"`
}

AppRuntimeSettings web App runtime settings.

func (AppRuntimeSettings) MarshalJSON

func (ars AppRuntimeSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppRuntimeSettings.

type AppRuntimes

type AppRuntimes struct {
	// LinuxRuntimeSettings - READ-ONLY; Linux-specific settings associated with the minor version.
	LinuxRuntimeSettings *AppRuntimeSettings `json:"linuxRuntimeSettings,omitempty"`
	// WindowsRuntimeSettings - READ-ONLY; Windows-specific settings associated with the minor version.
	WindowsRuntimeSettings *AppRuntimeSettings `json:"windowsRuntimeSettings,omitempty"`
	// LinuxContainerSettings - READ-ONLY; Linux-specific settings associated with the Java container minor version.
	LinuxContainerSettings *LinuxJavaContainerSettings `json:"linuxContainerSettings,omitempty"`
	// WindowsContainerSettings - READ-ONLY; Windows-specific settings associated with the Java container minor version.
	WindowsContainerSettings *WindowsJavaContainerSettings `json:"windowsContainerSettings,omitempty"`
}

AppRuntimes web App stack runtimes.

func (AppRuntimes) MarshalJSON

func (ar AppRuntimes) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppRuntimes.

type AppServiceCertificate

type AppServiceCertificate struct {
	// KeyVaultID - Key Vault resource Id.
	KeyVaultID *string `json:"keyVaultId,omitempty"`
	// KeyVaultSecretName - Key Vault secret name.
	KeyVaultSecretName *string `json:"keyVaultSecretName,omitempty"`
	// ProvisioningState - READ-ONLY; Status of the Key Vault secret. Possible values include: 'KeyVaultSecretStatusInitialized', 'KeyVaultSecretStatusWaitingOnCertificateOrder', 'KeyVaultSecretStatusSucceeded', 'KeyVaultSecretStatusCertificateOrderFailed', 'KeyVaultSecretStatusOperationNotPermittedOnKeyVault', 'KeyVaultSecretStatusAzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultSecretStatusKeyVaultDoesNotExist', 'KeyVaultSecretStatusKeyVaultSecretDoesNotExist', 'KeyVaultSecretStatusUnknownError', 'KeyVaultSecretStatusExternalPrivateKey', 'KeyVaultSecretStatusUnknown'
	ProvisioningState KeyVaultSecretStatus `json:"provisioningState,omitempty"`
}

AppServiceCertificate key Vault container for a certificate that is purchased through Azure.

func (AppServiceCertificate) MarshalJSON

func (asc AppServiceCertificate) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificate.

type AppServiceCertificateCollection

type AppServiceCertificateCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]AppServiceCertificateResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

AppServiceCertificateCollection collection of certificate order certificates.

func (AppServiceCertificateCollection) IsEmpty

func (ascc AppServiceCertificateCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (AppServiceCertificateCollection) MarshalJSON

func (ascc AppServiceCertificateCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificateCollection.

type AppServiceCertificateCollectionIterator

type AppServiceCertificateCollectionIterator struct {
	// contains filtered or unexported fields
}

AppServiceCertificateCollectionIterator provides access to a complete listing of AppServiceCertificateResource values.

func NewAppServiceCertificateCollectionIterator

func NewAppServiceCertificateCollectionIterator(page AppServiceCertificateCollectionPage) AppServiceCertificateCollectionIterator

Creates a new instance of the AppServiceCertificateCollectionIterator type.

func (*AppServiceCertificateCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServiceCertificateCollectionIterator) NextWithContext

func (iter *AppServiceCertificateCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (AppServiceCertificateCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (AppServiceCertificateCollectionIterator) Response

Response returns the raw server response from the last page request.

func (AppServiceCertificateCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type AppServiceCertificateCollectionPage

type AppServiceCertificateCollectionPage struct {
	// contains filtered or unexported fields
}

AppServiceCertificateCollectionPage contains a page of AppServiceCertificateResource values.

func NewAppServiceCertificateCollectionPage

Creates a new instance of the AppServiceCertificateCollectionPage type.

func (*AppServiceCertificateCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServiceCertificateCollectionPage) NextWithContext

func (page *AppServiceCertificateCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (AppServiceCertificateCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (AppServiceCertificateCollectionPage) Response

Response returns the raw server response from the last page request.

func (AppServiceCertificateCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type AppServiceCertificateOrder

type AppServiceCertificateOrder struct {
	autorest.Response `json:"-"`
	// AppServiceCertificateOrderProperties - AppServiceCertificateOrder resource specific properties
	*AppServiceCertificateOrderProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

AppServiceCertificateOrder SSL certificate purchase order.

func (AppServiceCertificateOrder) MarshalJSON

func (asco AppServiceCertificateOrder) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificateOrder.

func (*AppServiceCertificateOrder) UnmarshalJSON

func (asco *AppServiceCertificateOrder) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServiceCertificateOrder struct.

type AppServiceCertificateOrderCollection

type AppServiceCertificateOrderCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]AppServiceCertificateOrder `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

AppServiceCertificateOrderCollection collection of certificate orders.

func (AppServiceCertificateOrderCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (AppServiceCertificateOrderCollection) MarshalJSON

func (ascoc AppServiceCertificateOrderCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificateOrderCollection.

type AppServiceCertificateOrderCollectionIterator

type AppServiceCertificateOrderCollectionIterator struct {
	// contains filtered or unexported fields
}

AppServiceCertificateOrderCollectionIterator provides access to a complete listing of AppServiceCertificateOrder values.

func NewAppServiceCertificateOrderCollectionIterator

func NewAppServiceCertificateOrderCollectionIterator(page AppServiceCertificateOrderCollectionPage) AppServiceCertificateOrderCollectionIterator

Creates a new instance of the AppServiceCertificateOrderCollectionIterator type.

func (*AppServiceCertificateOrderCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServiceCertificateOrderCollectionIterator) NextWithContext

func (iter *AppServiceCertificateOrderCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (AppServiceCertificateOrderCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (AppServiceCertificateOrderCollectionIterator) Response

Response returns the raw server response from the last page request.

func (AppServiceCertificateOrderCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type AppServiceCertificateOrderCollectionPage

type AppServiceCertificateOrderCollectionPage struct {
	// contains filtered or unexported fields
}

AppServiceCertificateOrderCollectionPage contains a page of AppServiceCertificateOrder values.

func NewAppServiceCertificateOrderCollectionPage

Creates a new instance of the AppServiceCertificateOrderCollectionPage type.

func (*AppServiceCertificateOrderCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServiceCertificateOrderCollectionPage) NextWithContext

func (page *AppServiceCertificateOrderCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (AppServiceCertificateOrderCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (AppServiceCertificateOrderCollectionPage) Response

Response returns the raw server response from the last page request.

func (AppServiceCertificateOrderCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type AppServiceCertificateOrderPatchResource

type AppServiceCertificateOrderPatchResource struct {
	// AppServiceCertificateOrderPatchResourceProperties - AppServiceCertificateOrderPatchResource resource specific properties
	*AppServiceCertificateOrderPatchResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AppServiceCertificateOrderPatchResource ARM resource for a certificate order that is purchased through Azure.

func (AppServiceCertificateOrderPatchResource) MarshalJSON

func (ascopr AppServiceCertificateOrderPatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificateOrderPatchResource.

func (*AppServiceCertificateOrderPatchResource) UnmarshalJSON

func (ascopr *AppServiceCertificateOrderPatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServiceCertificateOrderPatchResource struct.

type AppServiceCertificateOrderPatchResourceProperties

type AppServiceCertificateOrderPatchResourceProperties struct {
	// Certificates - State of the Key Vault secret.
	Certificates map[string]*AppServiceCertificate `json:"certificates"`
	// DistinguishedName - Certificate distinguished name.
	DistinguishedName *string `json:"distinguishedName,omitempty"`
	// DomainVerificationToken - READ-ONLY; Domain verification token.
	DomainVerificationToken *string `json:"domainVerificationToken,omitempty"`
	// ValidityInYears - Duration in years (must be 1).
	ValidityInYears *int32 `json:"validityInYears,omitempty"`
	// KeySize - Certificate key size.
	KeySize *int32 `json:"keySize,omitempty"`
	// ProductType - Certificate product type. Possible values include: 'CertificateProductTypeStandardDomainValidatedSsl', 'CertificateProductTypeStandardDomainValidatedWildCardSsl'
	ProductType CertificateProductType `json:"productType,omitempty"`
	// AutoRenew - <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>.
	AutoRenew *bool `json:"autoRenew,omitempty"`
	// ProvisioningState - READ-ONLY; Status of certificate order. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled', 'ProvisioningStateInProgress', 'ProvisioningStateDeleting'
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
	// Status - READ-ONLY; Current order status. Possible values include: 'CertificateOrderStatusPendingissuance', 'CertificateOrderStatusIssued', 'CertificateOrderStatusRevoked', 'CertificateOrderStatusCanceled', 'CertificateOrderStatusDenied', 'CertificateOrderStatusPendingrevocation', 'CertificateOrderStatusPendingRekey', 'CertificateOrderStatusUnused', 'CertificateOrderStatusExpired', 'CertificateOrderStatusNotSubmitted'
	Status CertificateOrderStatus `json:"status,omitempty"`
	// SignedCertificate - READ-ONLY; Signed certificate.
	SignedCertificate *CertificateDetails `json:"signedCertificate,omitempty"`
	// Csr - Last CSR that was created for this order.
	Csr *string `json:"csr,omitempty"`
	// Intermediate - READ-ONLY; Intermediate certificate.
	Intermediate *CertificateDetails `json:"intermediate,omitempty"`
	// Root - READ-ONLY; Root certificate.
	Root *CertificateDetails `json:"root,omitempty"`
	// SerialNumber - READ-ONLY; Current serial number of the certificate.
	SerialNumber *string `json:"serialNumber,omitempty"`
	// LastCertificateIssuanceTime - READ-ONLY; Certificate last issuance time.
	LastCertificateIssuanceTime *date.Time `json:"lastCertificateIssuanceTime,omitempty"`
	// ExpirationTime - READ-ONLY; Certificate expiration time.
	ExpirationTime *date.Time `json:"expirationTime,omitempty"`
	// IsPrivateKeyExternal - READ-ONLY; <code>true</code> if private key is external; otherwise, <code>false</code>.
	IsPrivateKeyExternal *bool `json:"isPrivateKeyExternal,omitempty"`
	// AppServiceCertificateNotRenewableReasons - READ-ONLY; Reasons why App Service Certificate is not renewable at the current moment.
	AppServiceCertificateNotRenewableReasons *[]string `json:"appServiceCertificateNotRenewableReasons,omitempty"`
	// NextAutoRenewalTimeStamp - READ-ONLY; Time stamp when the certificate would be auto renewed next
	NextAutoRenewalTimeStamp *date.Time `json:"nextAutoRenewalTimeStamp,omitempty"`
	// Contact - READ-ONLY; Contact info
	Contact *CertificateOrderContact `json:"contact,omitempty"`
}

AppServiceCertificateOrderPatchResourceProperties appServiceCertificateOrderPatchResource resource specific properties

func (AppServiceCertificateOrderPatchResourceProperties) MarshalJSON

MarshalJSON is the custom marshaler for AppServiceCertificateOrderPatchResourceProperties.

type AppServiceCertificateOrderProperties

type AppServiceCertificateOrderProperties struct {
	// Certificates - State of the Key Vault secret.
	Certificates map[string]*AppServiceCertificate `json:"certificates"`
	// DistinguishedName - Certificate distinguished name.
	DistinguishedName *string `json:"distinguishedName,omitempty"`
	// DomainVerificationToken - READ-ONLY; Domain verification token.
	DomainVerificationToken *string `json:"domainVerificationToken,omitempty"`
	// ValidityInYears - Duration in years (must be 1).
	ValidityInYears *int32 `json:"validityInYears,omitempty"`
	// KeySize - Certificate key size.
	KeySize *int32 `json:"keySize,omitempty"`
	// ProductType - Certificate product type. Possible values include: 'CertificateProductTypeStandardDomainValidatedSsl', 'CertificateProductTypeStandardDomainValidatedWildCardSsl'
	ProductType CertificateProductType `json:"productType,omitempty"`
	// AutoRenew - <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>.
	AutoRenew *bool `json:"autoRenew,omitempty"`
	// ProvisioningState - READ-ONLY; Status of certificate order. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled', 'ProvisioningStateInProgress', 'ProvisioningStateDeleting'
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
	// Status - READ-ONLY; Current order status. Possible values include: 'CertificateOrderStatusPendingissuance', 'CertificateOrderStatusIssued', 'CertificateOrderStatusRevoked', 'CertificateOrderStatusCanceled', 'CertificateOrderStatusDenied', 'CertificateOrderStatusPendingrevocation', 'CertificateOrderStatusPendingRekey', 'CertificateOrderStatusUnused', 'CertificateOrderStatusExpired', 'CertificateOrderStatusNotSubmitted'
	Status CertificateOrderStatus `json:"status,omitempty"`
	// SignedCertificate - READ-ONLY; Signed certificate.
	SignedCertificate *CertificateDetails `json:"signedCertificate,omitempty"`
	// Csr - Last CSR that was created for this order.
	Csr *string `json:"csr,omitempty"`
	// Intermediate - READ-ONLY; Intermediate certificate.
	Intermediate *CertificateDetails `json:"intermediate,omitempty"`
	// Root - READ-ONLY; Root certificate.
	Root *CertificateDetails `json:"root,omitempty"`
	// SerialNumber - READ-ONLY; Current serial number of the certificate.
	SerialNumber *string `json:"serialNumber,omitempty"`
	// LastCertificateIssuanceTime - READ-ONLY; Certificate last issuance time.
	LastCertificateIssuanceTime *date.Time `json:"lastCertificateIssuanceTime,omitempty"`
	// ExpirationTime - READ-ONLY; Certificate expiration time.
	ExpirationTime *date.Time `json:"expirationTime,omitempty"`
	// IsPrivateKeyExternal - READ-ONLY; <code>true</code> if private key is external; otherwise, <code>false</code>.
	IsPrivateKeyExternal *bool `json:"isPrivateKeyExternal,omitempty"`
	// AppServiceCertificateNotRenewableReasons - READ-ONLY; Reasons why App Service Certificate is not renewable at the current moment.
	AppServiceCertificateNotRenewableReasons *[]string `json:"appServiceCertificateNotRenewableReasons,omitempty"`
	// NextAutoRenewalTimeStamp - READ-ONLY; Time stamp when the certificate would be auto renewed next
	NextAutoRenewalTimeStamp *date.Time `json:"nextAutoRenewalTimeStamp,omitempty"`
	// Contact - READ-ONLY; Contact info
	Contact *CertificateOrderContact `json:"contact,omitempty"`
}

AppServiceCertificateOrderProperties appServiceCertificateOrder resource specific properties

func (AppServiceCertificateOrderProperties) MarshalJSON

func (asco AppServiceCertificateOrderProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificateOrderProperties.

type AppServiceCertificateOrdersClient

type AppServiceCertificateOrdersClient struct {
	BaseClient
}

AppServiceCertificateOrdersClient is the webSite Management Client

func NewAppServiceCertificateOrdersClient

func NewAppServiceCertificateOrdersClient(subscriptionID string) AppServiceCertificateOrdersClient

NewAppServiceCertificateOrdersClient creates an instance of the AppServiceCertificateOrdersClient client.

func NewAppServiceCertificateOrdersClientWithBaseURI

func NewAppServiceCertificateOrdersClientWithBaseURI(baseURI string, subscriptionID string) AppServiceCertificateOrdersClient

NewAppServiceCertificateOrdersClientWithBaseURI creates an instance of the AppServiceCertificateOrdersClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (AppServiceCertificateOrdersClient) CreateOrUpdate

func (client AppServiceCertificateOrdersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrder) (result AppServiceCertificateOrdersCreateOrUpdateFuture, err error)

CreateOrUpdate description for Create or update a certificate purchase order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. certificateDistinguishedName - distinguished name to use for the certificate order.

func (AppServiceCertificateOrdersClient) CreateOrUpdateCertificate

func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate AppServiceCertificateResource) (result AppServiceCertificateOrdersCreateOrUpdateCertificateFuture, err error)

CreateOrUpdateCertificate description for Creates or updates a certificate and associates with key vault secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. name - name of the certificate. keyVaultCertificate - key vault certificate resource Id.

func (AppServiceCertificateOrdersClient) CreateOrUpdateCertificatePreparer

func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate AppServiceCertificateResource) (*http.Request, error)

CreateOrUpdateCertificatePreparer prepares the CreateOrUpdateCertificate request.

func (AppServiceCertificateOrdersClient) CreateOrUpdateCertificateResponder

func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificateResponder(resp *http.Response) (result AppServiceCertificateResource, err error)

CreateOrUpdateCertificateResponder handles the response to the CreateOrUpdateCertificate request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) CreateOrUpdateCertificateSender

func (client AppServiceCertificateOrdersClient) CreateOrUpdateCertificateSender(req *http.Request) (future AppServiceCertificateOrdersCreateOrUpdateCertificateFuture, err error)

CreateOrUpdateCertificateSender sends the CreateOrUpdateCertificate request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) CreateOrUpdatePreparer

func (client AppServiceCertificateOrdersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrder) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (AppServiceCertificateOrdersClient) CreateOrUpdateResponder

func (client AppServiceCertificateOrdersClient) CreateOrUpdateResponder(resp *http.Response) (result AppServiceCertificateOrder, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) CreateOrUpdateSender

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) Delete

func (client AppServiceCertificateOrdersClient) Delete(ctx context.Context, resourceGroupName string, certificateOrderName string) (result autorest.Response, err error)

Delete description for Delete an existing certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order.

func (AppServiceCertificateOrdersClient) DeleteCertificate

func (client AppServiceCertificateOrdersClient) DeleteCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (result autorest.Response, err error)

DeleteCertificate description for Delete the certificate associated with a certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. name - name of the certificate.

func (AppServiceCertificateOrdersClient) DeleteCertificatePreparer

func (client AppServiceCertificateOrdersClient) DeleteCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (*http.Request, error)

DeleteCertificatePreparer prepares the DeleteCertificate request.

func (AppServiceCertificateOrdersClient) DeleteCertificateResponder

func (client AppServiceCertificateOrdersClient) DeleteCertificateResponder(resp *http.Response) (result autorest.Response, err error)

DeleteCertificateResponder handles the response to the DeleteCertificate request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) DeleteCertificateSender

func (client AppServiceCertificateOrdersClient) DeleteCertificateSender(req *http.Request) (*http.Response, error)

DeleteCertificateSender sends the DeleteCertificate request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) DeletePreparer

func (client AppServiceCertificateOrdersClient) DeletePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (AppServiceCertificateOrdersClient) DeleteResponder

func (client AppServiceCertificateOrdersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) DeleteSender

func (client AppServiceCertificateOrdersClient) DeleteSender(req *http.Request) (*http.Response, error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) Get

func (client AppServiceCertificateOrdersClient) Get(ctx context.Context, resourceGroupName string, certificateOrderName string) (result AppServiceCertificateOrder, err error)

Get description for Get a certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order..

func (AppServiceCertificateOrdersClient) GetCertificate

func (client AppServiceCertificateOrdersClient) GetCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (result AppServiceCertificateResource, err error)

GetCertificate description for Get the certificate associated with a certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. name - name of the certificate.

func (AppServiceCertificateOrdersClient) GetCertificatePreparer

func (client AppServiceCertificateOrdersClient) GetCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (*http.Request, error)

GetCertificatePreparer prepares the GetCertificate request.

func (AppServiceCertificateOrdersClient) GetCertificateResponder

func (client AppServiceCertificateOrdersClient) GetCertificateResponder(resp *http.Response) (result AppServiceCertificateResource, err error)

GetCertificateResponder handles the response to the GetCertificate request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) GetCertificateSender

func (client AppServiceCertificateOrdersClient) GetCertificateSender(req *http.Request) (*http.Response, error)

GetCertificateSender sends the GetCertificate request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) GetPreparer

func (client AppServiceCertificateOrdersClient) GetPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error)

GetPreparer prepares the Get request.

func (AppServiceCertificateOrdersClient) GetResponder

func (client AppServiceCertificateOrdersClient) GetResponder(resp *http.Response) (result AppServiceCertificateOrder, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) GetSender

func (client AppServiceCertificateOrdersClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) List

List description for List all certificate orders in a subscription.

func (AppServiceCertificateOrdersClient) ListByResourceGroup

func (client AppServiceCertificateOrdersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppServiceCertificateOrderCollectionPage, err error)

ListByResourceGroup description for Get certificate orders in a resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (AppServiceCertificateOrdersClient) ListByResourceGroupComplete

func (client AppServiceCertificateOrdersClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppServiceCertificateOrderCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceCertificateOrdersClient) ListByResourceGroupPreparer

func (client AppServiceCertificateOrdersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (AppServiceCertificateOrdersClient) ListByResourceGroupResponder

func (client AppServiceCertificateOrdersClient) ListByResourceGroupResponder(resp *http.Response) (result AppServiceCertificateOrderCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) ListByResourceGroupSender

func (client AppServiceCertificateOrdersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) ListCertificates

func (client AppServiceCertificateOrdersClient) ListCertificates(ctx context.Context, resourceGroupName string, certificateOrderName string) (result AppServiceCertificateCollectionPage, err error)

ListCertificates description for List all certificates associated with a certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order.

func (AppServiceCertificateOrdersClient) ListCertificatesComplete

func (client AppServiceCertificateOrdersClient) ListCertificatesComplete(ctx context.Context, resourceGroupName string, certificateOrderName string) (result AppServiceCertificateCollectionIterator, err error)

ListCertificatesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceCertificateOrdersClient) ListCertificatesPreparer

func (client AppServiceCertificateOrdersClient) ListCertificatesPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error)

ListCertificatesPreparer prepares the ListCertificates request.

func (AppServiceCertificateOrdersClient) ListCertificatesResponder

func (client AppServiceCertificateOrdersClient) ListCertificatesResponder(resp *http.Response) (result AppServiceCertificateCollection, err error)

ListCertificatesResponder handles the response to the ListCertificates request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) ListCertificatesSender

func (client AppServiceCertificateOrdersClient) ListCertificatesSender(req *http.Request) (*http.Response, error)

ListCertificatesSender sends the ListCertificates request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) ListComplete

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceCertificateOrdersClient) ListPreparer

func (client AppServiceCertificateOrdersClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (AppServiceCertificateOrdersClient) ListResponder

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) ListSender

func (client AppServiceCertificateOrdersClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) Reissue

func (client AppServiceCertificateOrdersClient) Reissue(ctx context.Context, resourceGroupName string, certificateOrderName string, reissueCertificateOrderRequest ReissueCertificateOrderRequest) (result autorest.Response, err error)

Reissue description for Reissue an existing certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. reissueCertificateOrderRequest - parameters for the reissue.

func (AppServiceCertificateOrdersClient) ReissuePreparer

func (client AppServiceCertificateOrdersClient) ReissuePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, reissueCertificateOrderRequest ReissueCertificateOrderRequest) (*http.Request, error)

ReissuePreparer prepares the Reissue request.

func (AppServiceCertificateOrdersClient) ReissueResponder

func (client AppServiceCertificateOrdersClient) ReissueResponder(resp *http.Response) (result autorest.Response, err error)

ReissueResponder handles the response to the Reissue request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) ReissueSender

func (client AppServiceCertificateOrdersClient) ReissueSender(req *http.Request) (*http.Response, error)

ReissueSender sends the Reissue request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) Renew

func (client AppServiceCertificateOrdersClient) Renew(ctx context.Context, resourceGroupName string, certificateOrderName string, renewCertificateOrderRequest RenewCertificateOrderRequest) (result autorest.Response, err error)

Renew description for Renew an existing certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. renewCertificateOrderRequest - renew parameters

func (AppServiceCertificateOrdersClient) RenewPreparer

func (client AppServiceCertificateOrdersClient) RenewPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, renewCertificateOrderRequest RenewCertificateOrderRequest) (*http.Request, error)

RenewPreparer prepares the Renew request.

func (AppServiceCertificateOrdersClient) RenewResponder

func (client AppServiceCertificateOrdersClient) RenewResponder(resp *http.Response) (result autorest.Response, err error)

RenewResponder handles the response to the Renew request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) RenewSender

func (client AppServiceCertificateOrdersClient) RenewSender(req *http.Request) (*http.Response, error)

RenewSender sends the Renew request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) ResendEmail

func (client AppServiceCertificateOrdersClient) ResendEmail(ctx context.Context, resourceGroupName string, certificateOrderName string) (result autorest.Response, err error)

ResendEmail description for Resend certificate email. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order.

func (AppServiceCertificateOrdersClient) ResendEmailPreparer

func (client AppServiceCertificateOrdersClient) ResendEmailPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error)

ResendEmailPreparer prepares the ResendEmail request.

func (AppServiceCertificateOrdersClient) ResendEmailResponder

func (client AppServiceCertificateOrdersClient) ResendEmailResponder(resp *http.Response) (result autorest.Response, err error)

ResendEmailResponder handles the response to the ResendEmail request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) ResendEmailSender

func (client AppServiceCertificateOrdersClient) ResendEmailSender(req *http.Request) (*http.Response, error)

ResendEmailSender sends the ResendEmail request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) ResendRequestEmails

func (client AppServiceCertificateOrdersClient) ResendRequestEmails(ctx context.Context, resourceGroupName string, certificateOrderName string, nameIdentifier NameIdentifier) (result autorest.Response, err error)

ResendRequestEmails resend domain verification ownership email containing steps on how to verify a domain for a given certificate order Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. nameIdentifier - email address

func (AppServiceCertificateOrdersClient) ResendRequestEmailsPreparer

func (client AppServiceCertificateOrdersClient) ResendRequestEmailsPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, nameIdentifier NameIdentifier) (*http.Request, error)

ResendRequestEmailsPreparer prepares the ResendRequestEmails request.

func (AppServiceCertificateOrdersClient) ResendRequestEmailsResponder

func (client AppServiceCertificateOrdersClient) ResendRequestEmailsResponder(resp *http.Response) (result autorest.Response, err error)

ResendRequestEmailsResponder handles the response to the ResendRequestEmails request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) ResendRequestEmailsSender

func (client AppServiceCertificateOrdersClient) ResendRequestEmailsSender(req *http.Request) (*http.Response, error)

ResendRequestEmailsSender sends the ResendRequestEmails request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) RetrieveCertificateActions

func (client AppServiceCertificateOrdersClient) RetrieveCertificateActions(ctx context.Context, resourceGroupName string, name string) (result ListCertificateOrderAction, err error)

RetrieveCertificateActions description for Retrieve the list of certificate actions. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the certificate order.

func (AppServiceCertificateOrdersClient) RetrieveCertificateActionsPreparer

func (client AppServiceCertificateOrdersClient) RetrieveCertificateActionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

RetrieveCertificateActionsPreparer prepares the RetrieveCertificateActions request.

func (AppServiceCertificateOrdersClient) RetrieveCertificateActionsResponder

func (client AppServiceCertificateOrdersClient) RetrieveCertificateActionsResponder(resp *http.Response) (result ListCertificateOrderAction, err error)

RetrieveCertificateActionsResponder handles the response to the RetrieveCertificateActions request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) RetrieveCertificateActionsSender

func (client AppServiceCertificateOrdersClient) RetrieveCertificateActionsSender(req *http.Request) (*http.Response, error)

RetrieveCertificateActionsSender sends the RetrieveCertificateActions request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistory

func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistory(ctx context.Context, resourceGroupName string, name string) (result ListCertificateEmail, err error)

RetrieveCertificateEmailHistory description for Retrieve email history. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the certificate order.

func (AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistoryPreparer

func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistoryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

RetrieveCertificateEmailHistoryPreparer prepares the RetrieveCertificateEmailHistory request.

func (AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistoryResponder

func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistoryResponder(resp *http.Response) (result ListCertificateEmail, err error)

RetrieveCertificateEmailHistoryResponder handles the response to the RetrieveCertificateEmailHistory request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistorySender

func (client AppServiceCertificateOrdersClient) RetrieveCertificateEmailHistorySender(req *http.Request) (*http.Response, error)

RetrieveCertificateEmailHistorySender sends the RetrieveCertificateEmailHistory request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) RetrieveSiteSeal

func (client AppServiceCertificateOrdersClient) RetrieveSiteSeal(ctx context.Context, resourceGroupName string, certificateOrderName string, siteSealRequest SiteSealRequest) (result SiteSeal, err error)

RetrieveSiteSeal this method is used to obtain the site seal information for an issued certificate. A site seal is a graphic that the certificate purchaser can embed on their web site to show their visitors information about their SSL certificate. If a web site visitor clicks on the site seal image, a pop-up page is displayed that contains detailed information about the SSL certificate. The site seal token is used to link the site seal graphic image to the appropriate certificate details pop-up page display when a user clicks on the site seal. The site seal images are expected to be static images and hosted by the reseller, to minimize delays for customer page load times. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. siteSealRequest - site seal request.

func (AppServiceCertificateOrdersClient) RetrieveSiteSealPreparer

func (client AppServiceCertificateOrdersClient) RetrieveSiteSealPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, siteSealRequest SiteSealRequest) (*http.Request, error)

RetrieveSiteSealPreparer prepares the RetrieveSiteSeal request.

func (AppServiceCertificateOrdersClient) RetrieveSiteSealResponder

func (client AppServiceCertificateOrdersClient) RetrieveSiteSealResponder(resp *http.Response) (result SiteSeal, err error)

RetrieveSiteSealResponder handles the response to the RetrieveSiteSeal request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) RetrieveSiteSealSender

func (client AppServiceCertificateOrdersClient) RetrieveSiteSealSender(req *http.Request) (*http.Response, error)

RetrieveSiteSealSender sends the RetrieveSiteSeal request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) Update

func (client AppServiceCertificateOrdersClient) Update(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrderPatchResource) (result AppServiceCertificateOrder, err error)

Update description for Create or update a certificate purchase order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. certificateDistinguishedName - distinguished name to use for the certificate order.

func (AppServiceCertificateOrdersClient) UpdateCertificate

func (client AppServiceCertificateOrdersClient) UpdateCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate AppServiceCertificatePatchResource) (result AppServiceCertificateResource, err error)

UpdateCertificate description for Creates or updates a certificate and associates with key vault secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order. name - name of the certificate. keyVaultCertificate - key vault certificate resource Id.

func (AppServiceCertificateOrdersClient) UpdateCertificatePreparer

func (client AppServiceCertificateOrdersClient) UpdateCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate AppServiceCertificatePatchResource) (*http.Request, error)

UpdateCertificatePreparer prepares the UpdateCertificate request.

func (AppServiceCertificateOrdersClient) UpdateCertificateResponder

func (client AppServiceCertificateOrdersClient) UpdateCertificateResponder(resp *http.Response) (result AppServiceCertificateResource, err error)

UpdateCertificateResponder handles the response to the UpdateCertificate request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) UpdateCertificateSender

func (client AppServiceCertificateOrdersClient) UpdateCertificateSender(req *http.Request) (*http.Response, error)

UpdateCertificateSender sends the UpdateCertificate request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) UpdatePreparer

func (client AppServiceCertificateOrdersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrderPatchResource) (*http.Request, error)

UpdatePreparer prepares the Update request.

func (AppServiceCertificateOrdersClient) UpdateResponder

func (client AppServiceCertificateOrdersClient) UpdateResponder(resp *http.Response) (result AppServiceCertificateOrder, err error)

UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) UpdateSender

func (client AppServiceCertificateOrdersClient) UpdateSender(req *http.Request) (*http.Response, error)

UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) ValidatePurchaseInformation

func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformation(ctx context.Context, appServiceCertificateOrder AppServiceCertificateOrder) (result autorest.Response, err error)

ValidatePurchaseInformation description for Validate information for a certificate order. Parameters: appServiceCertificateOrder - information for a certificate order.

func (AppServiceCertificateOrdersClient) ValidatePurchaseInformationPreparer

func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformationPreparer(ctx context.Context, appServiceCertificateOrder AppServiceCertificateOrder) (*http.Request, error)

ValidatePurchaseInformationPreparer prepares the ValidatePurchaseInformation request.

func (AppServiceCertificateOrdersClient) ValidatePurchaseInformationResponder

func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformationResponder(resp *http.Response) (result autorest.Response, err error)

ValidatePurchaseInformationResponder handles the response to the ValidatePurchaseInformation request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) ValidatePurchaseInformationSender

func (client AppServiceCertificateOrdersClient) ValidatePurchaseInformationSender(req *http.Request) (*http.Response, error)

ValidatePurchaseInformationSender sends the ValidatePurchaseInformation request. The method will close the http.Response Body if it receives an error.

func (AppServiceCertificateOrdersClient) VerifyDomainOwnership

func (client AppServiceCertificateOrdersClient) VerifyDomainOwnership(ctx context.Context, resourceGroupName string, certificateOrderName string) (result autorest.Response, err error)

VerifyDomainOwnership description for Verify domain ownership for this certificate order. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - name of the certificate order.

func (AppServiceCertificateOrdersClient) VerifyDomainOwnershipPreparer

func (client AppServiceCertificateOrdersClient) VerifyDomainOwnershipPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error)

VerifyDomainOwnershipPreparer prepares the VerifyDomainOwnership request.

func (AppServiceCertificateOrdersClient) VerifyDomainOwnershipResponder

func (client AppServiceCertificateOrdersClient) VerifyDomainOwnershipResponder(resp *http.Response) (result autorest.Response, err error)

VerifyDomainOwnershipResponder handles the response to the VerifyDomainOwnership request. The method always closes the http.Response Body.

func (AppServiceCertificateOrdersClient) VerifyDomainOwnershipSender

func (client AppServiceCertificateOrdersClient) VerifyDomainOwnershipSender(req *http.Request) (*http.Response, error)

VerifyDomainOwnershipSender sends the VerifyDomainOwnership request. The method will close the http.Response Body if it receives an error.

type AppServiceCertificateOrdersCreateOrUpdateCertificateFuture

type AppServiceCertificateOrdersCreateOrUpdateCertificateFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceCertificateOrdersClient) (AppServiceCertificateResource, error)
}

AppServiceCertificateOrdersCreateOrUpdateCertificateFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceCertificateOrdersCreateOrUpdateCertificateFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceCertificateOrdersCreateOrUpdateFuture

type AppServiceCertificateOrdersCreateOrUpdateFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceCertificateOrdersClient) (AppServiceCertificateOrder, error)
}

AppServiceCertificateOrdersCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceCertificateOrdersCreateOrUpdateFuture) UnmarshalJSON

func (future *AppServiceCertificateOrdersCreateOrUpdateFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceCertificatePatchResource

type AppServiceCertificatePatchResource struct {
	// AppServiceCertificate - Core resource properties
	*AppServiceCertificate `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AppServiceCertificatePatchResource key Vault container ARM resource for a certificate that is purchased through Azure.

func (AppServiceCertificatePatchResource) MarshalJSON

func (ascpr AppServiceCertificatePatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificatePatchResource.

func (*AppServiceCertificatePatchResource) UnmarshalJSON

func (ascpr *AppServiceCertificatePatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServiceCertificatePatchResource struct.

type AppServiceCertificateResource

type AppServiceCertificateResource struct {
	autorest.Response `json:"-"`
	// AppServiceCertificate - Core resource properties
	*AppServiceCertificate `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

AppServiceCertificateResource key Vault container ARM resource for a certificate that is purchased through Azure.

func (AppServiceCertificateResource) MarshalJSON

func (ascr AppServiceCertificateResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceCertificateResource.

func (*AppServiceCertificateResource) UnmarshalJSON

func (ascr *AppServiceCertificateResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServiceCertificateResource struct.

type AppServiceEnvironment

type AppServiceEnvironment struct {
	// ProvisioningState - READ-ONLY; Provisioning state of the App Service Environment. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled', 'ProvisioningStateInProgress', 'ProvisioningStateDeleting'
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
	// Status - READ-ONLY; Current status of the App Service Environment. Possible values include: 'HostingEnvironmentStatusPreparing', 'HostingEnvironmentStatusReady', 'HostingEnvironmentStatusScaling', 'HostingEnvironmentStatusDeleting'
	Status HostingEnvironmentStatus `json:"status,omitempty"`
	// VirtualNetwork - Description of the Virtual Network.
	VirtualNetwork *VirtualNetworkProfile `json:"virtualNetwork,omitempty"`
	// InternalLoadBalancingMode - Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Possible values include: 'LoadBalancingModeNone', 'LoadBalancingModeWeb', 'LoadBalancingModePublishing', 'LoadBalancingModeWebPublishing'
	InternalLoadBalancingMode LoadBalancingMode `json:"internalLoadBalancingMode,omitempty"`
	// MultiSize - Front-end VM size, e.g. "Medium", "Large".
	MultiSize *string `json:"multiSize,omitempty"`
	// MultiRoleCount - READ-ONLY; Number of front-end instances.
	MultiRoleCount *int32 `json:"multiRoleCount,omitempty"`
	// IpsslAddressCount - Number of IP SSL addresses reserved for the App Service Environment.
	IpsslAddressCount *int32 `json:"ipsslAddressCount,omitempty"`
	// DNSSuffix - DNS suffix of the App Service Environment.
	DNSSuffix *string `json:"dnsSuffix,omitempty"`
	// MaximumNumberOfMachines - READ-ONLY; Maximum number of VMs in the App Service Environment.
	MaximumNumberOfMachines *int32 `json:"maximumNumberOfMachines,omitempty"`
	// FrontEndScaleFactor - Scale factor for front-ends.
	FrontEndScaleFactor *int32 `json:"frontEndScaleFactor,omitempty"`
	// Suspended - READ-ONLY; <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available
	//  (most likely because NSG blocked the incoming traffic).
	Suspended *bool `json:"suspended,omitempty"`
	// ClusterSettings - Custom settings for changing the behavior of the App Service Environment.
	ClusterSettings *[]NameValuePair `json:"clusterSettings,omitempty"`
	// UserWhitelistedIPRanges - User added ip ranges to whitelist on ASE db
	UserWhitelistedIPRanges *[]string `json:"userWhitelistedIpRanges,omitempty"`
	// HasLinuxWorkers - READ-ONLY; Flag that displays whether an ASE has linux workers or not
	HasLinuxWorkers *bool `json:"hasLinuxWorkers,omitempty"`
	// DedicatedHostCount - Dedicated Host Count
	DedicatedHostCount *int32 `json:"dedicatedHostCount,omitempty"`
	// ZoneRedundant - Whether or not this App Service Environment is zone-redundant.
	ZoneRedundant *bool `json:"zoneRedundant,omitempty"`
}

AppServiceEnvironment description of an App Service Environment.

func (AppServiceEnvironment) MarshalJSON

func (ase AppServiceEnvironment) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceEnvironment.

type AppServiceEnvironmentCollection

type AppServiceEnvironmentCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]AppServiceEnvironmentResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

AppServiceEnvironmentCollection collection of App Service Environments.

func (AppServiceEnvironmentCollection) IsEmpty

func (asec AppServiceEnvironmentCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (AppServiceEnvironmentCollection) MarshalJSON

func (asec AppServiceEnvironmentCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceEnvironmentCollection.

type AppServiceEnvironmentCollectionIterator

type AppServiceEnvironmentCollectionIterator struct {
	// contains filtered or unexported fields
}

AppServiceEnvironmentCollectionIterator provides access to a complete listing of AppServiceEnvironmentResource values.

func NewAppServiceEnvironmentCollectionIterator

func NewAppServiceEnvironmentCollectionIterator(page AppServiceEnvironmentCollectionPage) AppServiceEnvironmentCollectionIterator

Creates a new instance of the AppServiceEnvironmentCollectionIterator type.

func (*AppServiceEnvironmentCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServiceEnvironmentCollectionIterator) NextWithContext

func (iter *AppServiceEnvironmentCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (AppServiceEnvironmentCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (AppServiceEnvironmentCollectionIterator) Response

Response returns the raw server response from the last page request.

func (AppServiceEnvironmentCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type AppServiceEnvironmentCollectionPage

type AppServiceEnvironmentCollectionPage struct {
	// contains filtered or unexported fields
}

AppServiceEnvironmentCollectionPage contains a page of AppServiceEnvironmentResource values.

func NewAppServiceEnvironmentCollectionPage

Creates a new instance of the AppServiceEnvironmentCollectionPage type.

func (*AppServiceEnvironmentCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServiceEnvironmentCollectionPage) NextWithContext

func (page *AppServiceEnvironmentCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (AppServiceEnvironmentCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (AppServiceEnvironmentCollectionPage) Response

Response returns the raw server response from the last page request.

func (AppServiceEnvironmentCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type AppServiceEnvironmentPatchResource

type AppServiceEnvironmentPatchResource struct {
	// AppServiceEnvironment - Core resource properties
	*AppServiceEnvironment `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AppServiceEnvironmentPatchResource ARM resource for a app service environment.

func (AppServiceEnvironmentPatchResource) MarshalJSON

func (asepr AppServiceEnvironmentPatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceEnvironmentPatchResource.

func (*AppServiceEnvironmentPatchResource) UnmarshalJSON

func (asepr *AppServiceEnvironmentPatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServiceEnvironmentPatchResource struct.

type AppServiceEnvironmentResource

type AppServiceEnvironmentResource struct {
	autorest.Response `json:"-"`
	// AppServiceEnvironment - Core resource properties
	*AppServiceEnvironment `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

AppServiceEnvironmentResource app Service Environment ARM resource.

func (AppServiceEnvironmentResource) MarshalJSON

func (aser AppServiceEnvironmentResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServiceEnvironmentResource.

func (*AppServiceEnvironmentResource) UnmarshalJSON

func (aser *AppServiceEnvironmentResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServiceEnvironmentResource struct.

type AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture

type AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (RemotePrivateEndpointConnectionARMResource, error)
}

AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsChangeVnetAllFuture

type AppServiceEnvironmentsChangeVnetAllFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error)
}

AppServiceEnvironmentsChangeVnetAllFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsChangeVnetAllFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsChangeVnetAllFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsChangeVnetFuture

type AppServiceEnvironmentsChangeVnetFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error)
}

AppServiceEnvironmentsChangeVnetFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsChangeVnetFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsChangeVnetFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsClient

type AppServiceEnvironmentsClient struct {
	BaseClient
}

AppServiceEnvironmentsClient is the webSite Management Client

func NewAppServiceEnvironmentsClient

func NewAppServiceEnvironmentsClient(subscriptionID string) AppServiceEnvironmentsClient

NewAppServiceEnvironmentsClient creates an instance of the AppServiceEnvironmentsClient client.

func NewAppServiceEnvironmentsClientWithBaseURI

func NewAppServiceEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) AppServiceEnvironmentsClient

NewAppServiceEnvironmentsClientWithBaseURI creates an instance of the AppServiceEnvironmentsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnection

func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource) (result AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture, err error)

ApproveOrRejectPrivateEndpointConnection description for Approves or rejects a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionPreparer

func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource) (*http.Request, error)

ApproveOrRejectPrivateEndpointConnectionPreparer prepares the ApproveOrRejectPrivateEndpointConnection request.

func (AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionResponder

func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

ApproveOrRejectPrivateEndpointConnectionResponder handles the response to the ApproveOrRejectPrivateEndpointConnection request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionSender

func (client AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionSender(req *http.Request) (future AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionFuture, err error)

ApproveOrRejectPrivateEndpointConnectionSender sends the ApproveOrRejectPrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ChangeVnet

func (client AppServiceEnvironmentsClient) ChangeVnet(ctx context.Context, resourceGroupName string, name string, vnetInfo VirtualNetworkProfile) (result AppServiceEnvironmentsChangeVnetFuture, err error)

ChangeVnet description for Move an App Service Environment to a different VNET. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. vnetInfo - details for the new virtual network.

func (AppServiceEnvironmentsClient) ChangeVnetComplete

func (client AppServiceEnvironmentsClient) ChangeVnetComplete(ctx context.Context, resourceGroupName string, name string, vnetInfo VirtualNetworkProfile) (result AppServiceEnvironmentsChangeVnetAllFuture, err error)

ChangeVnetComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ChangeVnetPreparer

func (client AppServiceEnvironmentsClient) ChangeVnetPreparer(ctx context.Context, resourceGroupName string, name string, vnetInfo VirtualNetworkProfile) (*http.Request, error)

ChangeVnetPreparer prepares the ChangeVnet request.

func (AppServiceEnvironmentsClient) ChangeVnetResponder

func (client AppServiceEnvironmentsClient) ChangeVnetResponder(resp *http.Response) (result AppCollectionPage, err error)

ChangeVnetResponder handles the response to the ChangeVnet request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ChangeVnetSender

func (client AppServiceEnvironmentsClient) ChangeVnetSender(req *http.Request) (future AppServiceEnvironmentsChangeVnetFuture, err error)

ChangeVnetSender sends the ChangeVnet request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) CreateOrUpdate

func (client AppServiceEnvironmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, hostingEnvironmentEnvelope AppServiceEnvironmentResource) (result AppServiceEnvironmentsCreateOrUpdateFuture, err error)

CreateOrUpdate description for Create or update an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. hostingEnvironmentEnvelope - configuration details of the App Service Environment.

func (AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePool

func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePool(ctx context.Context, resourceGroupName string, name string, multiRolePoolEnvelope WorkerPoolResource) (result AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture, err error)

CreateOrUpdateMultiRolePool description for Create or update a multi-role pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. multiRolePoolEnvelope - properties of the multi-role pool.

func (AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolPreparer

func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string, multiRolePoolEnvelope WorkerPoolResource) (*http.Request, error)

CreateOrUpdateMultiRolePoolPreparer prepares the CreateOrUpdateMultiRolePool request.

func (AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolResponder

func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolResponder(resp *http.Response) (result WorkerPoolResource, err error)

CreateOrUpdateMultiRolePoolResponder handles the response to the CreateOrUpdateMultiRolePool request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolSender

func (client AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolSender(req *http.Request) (future AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture, err error)

CreateOrUpdateMultiRolePoolSender sends the CreateOrUpdateMultiRolePool request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) CreateOrUpdatePreparer

func (client AppServiceEnvironmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, hostingEnvironmentEnvelope AppServiceEnvironmentResource) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (AppServiceEnvironmentsClient) CreateOrUpdateResponder

func (client AppServiceEnvironmentsClient) CreateOrUpdateResponder(resp *http.Response) (result AppServiceEnvironmentResource, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) CreateOrUpdateSender

func (client AppServiceEnvironmentsClient) CreateOrUpdateSender(req *http.Request) (future AppServiceEnvironmentsCreateOrUpdateFuture, err error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) CreateOrUpdateWorkerPool

func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPool(ctx context.Context, resourceGroupName string, name string, workerPoolName string, workerPoolEnvelope WorkerPoolResource) (result AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture, err error)

CreateOrUpdateWorkerPool description for Create or update a worker pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. workerPoolName - name of the worker pool. workerPoolEnvelope - properties of the worker pool.

func (AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolPreparer

func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string, workerPoolEnvelope WorkerPoolResource) (*http.Request, error)

CreateOrUpdateWorkerPoolPreparer prepares the CreateOrUpdateWorkerPool request.

func (AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolResponder

func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolResponder(resp *http.Response) (result WorkerPoolResource, err error)

CreateOrUpdateWorkerPoolResponder handles the response to the CreateOrUpdateWorkerPool request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolSender

func (client AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolSender(req *http.Request) (future AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture, err error)

CreateOrUpdateWorkerPoolSender sends the CreateOrUpdateWorkerPool request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) Delete

func (client AppServiceEnvironmentsClient) Delete(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (result AppServiceEnvironmentsDeleteFuture, err error)

Delete description for Delete an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. forceDelete - specify <code>true</code> to force the deletion even if the App Service Environment contains resources. The default is <code>false</code>.

func (AppServiceEnvironmentsClient) DeletePreparer

func (client AppServiceEnvironmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (AppServiceEnvironmentsClient) DeletePrivateEndpointConnection

func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (result AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture, err error)

DeletePrivateEndpointConnection description for Deletes a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionPreparer

func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (*http.Request, error)

DeletePrivateEndpointConnectionPreparer prepares the DeletePrivateEndpointConnection request.

func (AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionResponder

func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionResponder(resp *http.Response) (result SetObject, err error)

DeletePrivateEndpointConnectionResponder handles the response to the DeletePrivateEndpointConnection request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionSender

func (client AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionSender(req *http.Request) (future AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture, err error)

DeletePrivateEndpointConnectionSender sends the DeletePrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) DeleteResponder

func (client AppServiceEnvironmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) DeleteSender

func (client AppServiceEnvironmentsClient) DeleteSender(req *http.Request) (future AppServiceEnvironmentsDeleteFuture, err error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) Get

func (client AppServiceEnvironmentsClient) Get(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentResource, err error)

Get description for Get the properties of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetAseV3NetworkingConfiguration

func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfiguration(ctx context.Context, resourceGroupName string, name string) (result AseV3NetworkingConfiguration, err error)

GetAseV3NetworkingConfiguration description for Get networking configuration of an App Service Environment Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationPreparer

func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetAseV3NetworkingConfigurationPreparer prepares the GetAseV3NetworkingConfiguration request.

func (AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationResponder

func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationResponder(resp *http.Response) (result AseV3NetworkingConfiguration, err error)

GetAseV3NetworkingConfigurationResponder handles the response to the GetAseV3NetworkingConfiguration request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationSender

func (client AppServiceEnvironmentsClient) GetAseV3NetworkingConfigurationSender(req *http.Request) (*http.Response, error)

GetAseV3NetworkingConfigurationSender sends the GetAseV3NetworkingConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetDiagnosticsItem

func (client AppServiceEnvironmentsClient) GetDiagnosticsItem(ctx context.Context, resourceGroupName string, name string, diagnosticsName string) (result HostingEnvironmentDiagnostics, err error)

GetDiagnosticsItem description for Get a diagnostics item for an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. diagnosticsName - name of the diagnostics item.

func (AppServiceEnvironmentsClient) GetDiagnosticsItemPreparer

func (client AppServiceEnvironmentsClient) GetDiagnosticsItemPreparer(ctx context.Context, resourceGroupName string, name string, diagnosticsName string) (*http.Request, error)

GetDiagnosticsItemPreparer prepares the GetDiagnosticsItem request.

func (AppServiceEnvironmentsClient) GetDiagnosticsItemResponder

func (client AppServiceEnvironmentsClient) GetDiagnosticsItemResponder(resp *http.Response) (result HostingEnvironmentDiagnostics, err error)

GetDiagnosticsItemResponder handles the response to the GetDiagnosticsItem request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetDiagnosticsItemSender

func (client AppServiceEnvironmentsClient) GetDiagnosticsItemSender(req *http.Request) (*http.Response, error)

GetDiagnosticsItemSender sends the GetDiagnosticsItem request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpoints

func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpoints(ctx context.Context, resourceGroupName string, name string) (result InboundEnvironmentEndpointCollectionPage, err error)

GetInboundNetworkDependenciesEndpoints description for Get the network endpoints of all inbound dependencies of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsComplete

func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsComplete(ctx context.Context, resourceGroupName string, name string) (result InboundEnvironmentEndpointCollectionIterator, err error)

GetInboundNetworkDependenciesEndpointsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsPreparer

func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetInboundNetworkDependenciesEndpointsPreparer prepares the GetInboundNetworkDependenciesEndpoints request.

func (AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsResponder

func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsResponder(resp *http.Response) (result InboundEnvironmentEndpointCollection, err error)

GetInboundNetworkDependenciesEndpointsResponder handles the response to the GetInboundNetworkDependenciesEndpoints request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsSender

func (client AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsSender(req *http.Request) (*http.Response, error)

GetInboundNetworkDependenciesEndpointsSender sends the GetInboundNetworkDependenciesEndpoints request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetMultiRolePool

func (client AppServiceEnvironmentsClient) GetMultiRolePool(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolResource, err error)

GetMultiRolePool description for Get properties of a multi-role pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetMultiRolePoolPreparer

func (client AppServiceEnvironmentsClient) GetMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetMultiRolePoolPreparer prepares the GetMultiRolePool request.

func (AppServiceEnvironmentsClient) GetMultiRolePoolResponder

func (client AppServiceEnvironmentsClient) GetMultiRolePoolResponder(resp *http.Response) (result WorkerPoolResource, err error)

GetMultiRolePoolResponder handles the response to the GetMultiRolePool request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetMultiRolePoolSender

func (client AppServiceEnvironmentsClient) GetMultiRolePoolSender(req *http.Request) (*http.Response, error)

GetMultiRolePoolSender sends the GetMultiRolePool request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpoints

func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpoints(ctx context.Context, resourceGroupName string, name string) (result OutboundEnvironmentEndpointCollectionPage, err error)

GetOutboundNetworkDependenciesEndpoints description for Get the network endpoints of all outbound dependencies of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsComplete

func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsComplete(ctx context.Context, resourceGroupName string, name string) (result OutboundEnvironmentEndpointCollectionIterator, err error)

GetOutboundNetworkDependenciesEndpointsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsPreparer

func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetOutboundNetworkDependenciesEndpointsPreparer prepares the GetOutboundNetworkDependenciesEndpoints request.

func (AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsResponder

func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsResponder(resp *http.Response) (result OutboundEnvironmentEndpointCollection, err error)

GetOutboundNetworkDependenciesEndpointsResponder handles the response to the GetOutboundNetworkDependenciesEndpoints request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsSender

func (client AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsSender(req *http.Request) (*http.Response, error)

GetOutboundNetworkDependenciesEndpointsSender sends the GetOutboundNetworkDependenciesEndpoints request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetPreparer

func (client AppServiceEnvironmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPreparer prepares the Get request.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnection

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnection description for Gets a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. privateEndpointConnectionName - name of the private endpoint connection.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionList

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionList(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionPage, err error)

GetPrivateEndpointConnectionList description for Gets the list of private endpoints associated with a hosting environment Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListComplete

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListComplete(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionIterator, err error)

GetPrivateEndpointConnectionListComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListPreparer

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPrivateEndpointConnectionListPreparer prepares the GetPrivateEndpointConnectionList request.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListResponder

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error)

GetPrivateEndpointConnectionListResponder handles the response to the GetPrivateEndpointConnectionList request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListSender

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionListSender sends the GetPrivateEndpointConnectionList request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionPreparer

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (*http.Request, error)

GetPrivateEndpointConnectionPreparer prepares the GetPrivateEndpointConnection request.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionResponder

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnectionResponder handles the response to the GetPrivateEndpointConnection request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetPrivateEndpointConnectionSender

func (client AppServiceEnvironmentsClient) GetPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionSender sends the GetPrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetPrivateLinkResources

func (client AppServiceEnvironmentsClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, name string) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResources description for Gets the private link resources Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetPrivateLinkResourcesPreparer

func (client AppServiceEnvironmentsClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPrivateLinkResourcesPreparer prepares the GetPrivateLinkResources request.

func (AppServiceEnvironmentsClient) GetPrivateLinkResourcesResponder

func (client AppServiceEnvironmentsClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResourcesResponder handles the response to the GetPrivateLinkResources request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetPrivateLinkResourcesSender

func (client AppServiceEnvironmentsClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error)

GetPrivateLinkResourcesSender sends the GetPrivateLinkResources request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetResponder

func (client AppServiceEnvironmentsClient) GetResponder(resp *http.Response) (result AppServiceEnvironmentResource, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetSender

func (client AppServiceEnvironmentsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetVipInfo

func (client AppServiceEnvironmentsClient) GetVipInfo(ctx context.Context, resourceGroupName string, name string) (result AddressResponse, err error)

GetVipInfo description for Get IP addresses assigned to an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) GetVipInfoPreparer

func (client AppServiceEnvironmentsClient) GetVipInfoPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetVipInfoPreparer prepares the GetVipInfo request.

func (AppServiceEnvironmentsClient) GetVipInfoResponder

func (client AppServiceEnvironmentsClient) GetVipInfoResponder(resp *http.Response) (result AddressResponse, err error)

GetVipInfoResponder handles the response to the GetVipInfo request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetVipInfoSender

func (client AppServiceEnvironmentsClient) GetVipInfoSender(req *http.Request) (*http.Response, error)

GetVipInfoSender sends the GetVipInfo request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) GetWorkerPool

func (client AppServiceEnvironmentsClient) GetWorkerPool(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result WorkerPoolResource, err error)

GetWorkerPool description for Get properties of a worker pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. workerPoolName - name of the worker pool.

func (AppServiceEnvironmentsClient) GetWorkerPoolPreparer

func (client AppServiceEnvironmentsClient) GetWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error)

GetWorkerPoolPreparer prepares the GetWorkerPool request.

func (AppServiceEnvironmentsClient) GetWorkerPoolResponder

func (client AppServiceEnvironmentsClient) GetWorkerPoolResponder(resp *http.Response) (result WorkerPoolResource, err error)

GetWorkerPoolResponder handles the response to the GetWorkerPool request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) GetWorkerPoolSender

func (client AppServiceEnvironmentsClient) GetWorkerPoolSender(req *http.Request) (*http.Response, error)

GetWorkerPoolSender sends the GetWorkerPool request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) List

List description for Get all App Service Environments for a subscription.

func (AppServiceEnvironmentsClient) ListAppServicePlans

func (client AppServiceEnvironmentsClient) ListAppServicePlans(ctx context.Context, resourceGroupName string, name string) (result AppServicePlanCollectionPage, err error)

ListAppServicePlans description for Get all App Service plans in an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListAppServicePlansComplete

func (client AppServiceEnvironmentsClient) ListAppServicePlansComplete(ctx context.Context, resourceGroupName string, name string) (result AppServicePlanCollectionIterator, err error)

ListAppServicePlansComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListAppServicePlansPreparer

func (client AppServiceEnvironmentsClient) ListAppServicePlansPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListAppServicePlansPreparer prepares the ListAppServicePlans request.

func (AppServiceEnvironmentsClient) ListAppServicePlansResponder

func (client AppServiceEnvironmentsClient) ListAppServicePlansResponder(resp *http.Response) (result AppServicePlanCollection, err error)

ListAppServicePlansResponder handles the response to the ListAppServicePlans request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListAppServicePlansSender

func (client AppServiceEnvironmentsClient) ListAppServicePlansSender(req *http.Request) (*http.Response, error)

ListAppServicePlansSender sends the ListAppServicePlans request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListByResourceGroup

func (client AppServiceEnvironmentsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppServiceEnvironmentCollectionPage, err error)

ListByResourceGroup description for Get all App Service Environments in a resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (AppServiceEnvironmentsClient) ListByResourceGroupComplete

func (client AppServiceEnvironmentsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppServiceEnvironmentCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListByResourceGroupPreparer

func (client AppServiceEnvironmentsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (AppServiceEnvironmentsClient) ListByResourceGroupResponder

func (client AppServiceEnvironmentsClient) ListByResourceGroupResponder(resp *http.Response) (result AppServiceEnvironmentCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListByResourceGroupSender

func (client AppServiceEnvironmentsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListCapacities

func (client AppServiceEnvironmentsClient) ListCapacities(ctx context.Context, resourceGroupName string, name string) (result StampCapacityCollectionPage, err error)

ListCapacities description for Get the used, available, and total worker capacity an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListCapacitiesComplete

func (client AppServiceEnvironmentsClient) ListCapacitiesComplete(ctx context.Context, resourceGroupName string, name string) (result StampCapacityCollectionIterator, err error)

ListCapacitiesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListCapacitiesPreparer

func (client AppServiceEnvironmentsClient) ListCapacitiesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListCapacitiesPreparer prepares the ListCapacities request.

func (AppServiceEnvironmentsClient) ListCapacitiesResponder

func (client AppServiceEnvironmentsClient) ListCapacitiesResponder(resp *http.Response) (result StampCapacityCollection, err error)

ListCapacitiesResponder handles the response to the ListCapacities request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListCapacitiesSender

func (client AppServiceEnvironmentsClient) ListCapacitiesSender(req *http.Request) (*http.Response, error)

ListCapacitiesSender sends the ListCapacities request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListComplete

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListDiagnostics

func (client AppServiceEnvironmentsClient) ListDiagnostics(ctx context.Context, resourceGroupName string, name string) (result ListHostingEnvironmentDiagnostics, err error)

ListDiagnostics description for Get diagnostic information for an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListDiagnosticsPreparer

func (client AppServiceEnvironmentsClient) ListDiagnosticsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListDiagnosticsPreparer prepares the ListDiagnostics request.

func (AppServiceEnvironmentsClient) ListDiagnosticsResponder

func (client AppServiceEnvironmentsClient) ListDiagnosticsResponder(resp *http.Response) (result ListHostingEnvironmentDiagnostics, err error)

ListDiagnosticsResponder handles the response to the ListDiagnostics request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListDiagnosticsSender

func (client AppServiceEnvironmentsClient) ListDiagnosticsSender(req *http.Request) (*http.Response, error)

ListDiagnosticsSender sends the ListDiagnostics request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitions

func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitions(ctx context.Context, resourceGroupName string, name string) (result ResourceMetricDefinitionCollectionPage, err error)

ListMultiRoleMetricDefinitions description for Get metric definitions for a multi-role pool of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsComplete

func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string) (result ResourceMetricDefinitionCollectionIterator, err error)

ListMultiRoleMetricDefinitionsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsPreparer

func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListMultiRoleMetricDefinitionsPreparer prepares the ListMultiRoleMetricDefinitions request.

func (AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsResponder

func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error)

ListMultiRoleMetricDefinitionsResponder handles the response to the ListMultiRoleMetricDefinitions request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsSender

func (client AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsSender(req *http.Request) (*http.Response, error)

ListMultiRoleMetricDefinitionsSender sends the ListMultiRoleMetricDefinitions request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitions

func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitions(ctx context.Context, resourceGroupName string, name string, instance string) (result ResourceMetricDefinitionCollectionPage, err error)

ListMultiRolePoolInstanceMetricDefinitions description for Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. instance - name of the instance in the multi-role pool.

func (AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsComplete

func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string, instance string) (result ResourceMetricDefinitionCollectionIterator, err error)

ListMultiRolePoolInstanceMetricDefinitionsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsPreparer

func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, instance string) (*http.Request, error)

ListMultiRolePoolInstanceMetricDefinitionsPreparer prepares the ListMultiRolePoolInstanceMetricDefinitions request.

func (AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsResponder

func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error)

ListMultiRolePoolInstanceMetricDefinitionsResponder handles the response to the ListMultiRolePoolInstanceMetricDefinitions request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsSender

func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsSender(req *http.Request) (*http.Response, error)

ListMultiRolePoolInstanceMetricDefinitionsSender sends the ListMultiRolePoolInstanceMetricDefinitions request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListMultiRolePoolSkus

func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkus(ctx context.Context, resourceGroupName string, name string) (result SkuInfoCollectionPage, err error)

ListMultiRolePoolSkus description for Get available SKUs for scaling a multi-role pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListMultiRolePoolSkusComplete

func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusComplete(ctx context.Context, resourceGroupName string, name string) (result SkuInfoCollectionIterator, err error)

ListMultiRolePoolSkusComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListMultiRolePoolSkusPreparer

func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListMultiRolePoolSkusPreparer prepares the ListMultiRolePoolSkus request.

func (AppServiceEnvironmentsClient) ListMultiRolePoolSkusResponder

func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusResponder(resp *http.Response) (result SkuInfoCollection, err error)

ListMultiRolePoolSkusResponder handles the response to the ListMultiRolePoolSkus request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListMultiRolePoolSkusSender

func (client AppServiceEnvironmentsClient) ListMultiRolePoolSkusSender(req *http.Request) (*http.Response, error)

ListMultiRolePoolSkusSender sends the ListMultiRolePoolSkus request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListMultiRolePools

func (client AppServiceEnvironmentsClient) ListMultiRolePools(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionPage, err error)

ListMultiRolePools description for Get all multi-role pools. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListMultiRolePoolsComplete

func (client AppServiceEnvironmentsClient) ListMultiRolePoolsComplete(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionIterator, err error)

ListMultiRolePoolsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListMultiRolePoolsPreparer

func (client AppServiceEnvironmentsClient) ListMultiRolePoolsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListMultiRolePoolsPreparer prepares the ListMultiRolePools request.

func (AppServiceEnvironmentsClient) ListMultiRolePoolsResponder

func (client AppServiceEnvironmentsClient) ListMultiRolePoolsResponder(resp *http.Response) (result WorkerPoolCollection, err error)

ListMultiRolePoolsResponder handles the response to the ListMultiRolePools request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListMultiRolePoolsSender

func (client AppServiceEnvironmentsClient) ListMultiRolePoolsSender(req *http.Request) (*http.Response, error)

ListMultiRolePoolsSender sends the ListMultiRolePools request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListMultiRoleUsages

func (client AppServiceEnvironmentsClient) ListMultiRoleUsages(ctx context.Context, resourceGroupName string, name string) (result UsageCollectionPage, err error)

ListMultiRoleUsages description for Get usage metrics for a multi-role pool of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListMultiRoleUsagesComplete

func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesComplete(ctx context.Context, resourceGroupName string, name string) (result UsageCollectionIterator, err error)

ListMultiRoleUsagesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListMultiRoleUsagesPreparer

func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListMultiRoleUsagesPreparer prepares the ListMultiRoleUsages request.

func (AppServiceEnvironmentsClient) ListMultiRoleUsagesResponder

func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesResponder(resp *http.Response) (result UsageCollection, err error)

ListMultiRoleUsagesResponder handles the response to the ListMultiRoleUsages request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListMultiRoleUsagesSender

func (client AppServiceEnvironmentsClient) ListMultiRoleUsagesSender(req *http.Request) (*http.Response, error)

ListMultiRoleUsagesSender sends the ListMultiRoleUsages request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListOperations

func (client AppServiceEnvironmentsClient) ListOperations(ctx context.Context, resourceGroupName string, name string) (result ListOperation, err error)

ListOperations description for List all currently running operations on the App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListOperationsPreparer

func (client AppServiceEnvironmentsClient) ListOperationsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListOperationsPreparer prepares the ListOperations request.

func (AppServiceEnvironmentsClient) ListOperationsResponder

func (client AppServiceEnvironmentsClient) ListOperationsResponder(resp *http.Response) (result ListOperation, err error)

ListOperationsResponder handles the response to the ListOperations request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListOperationsSender

func (client AppServiceEnvironmentsClient) ListOperationsSender(req *http.Request) (*http.Response, error)

ListOperationsSender sends the ListOperations request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListPreparer

func (client AppServiceEnvironmentsClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (AppServiceEnvironmentsClient) ListResponder

func (client AppServiceEnvironmentsClient) ListResponder(resp *http.Response) (result AppServiceEnvironmentCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListSender

func (client AppServiceEnvironmentsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListUsages

func (client AppServiceEnvironmentsClient) ListUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error)

ListUsages description for Get global usage metrics of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.

func (AppServiceEnvironmentsClient) ListUsagesComplete

func (client AppServiceEnvironmentsClient) ListUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error)

ListUsagesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListUsagesPreparer

func (client AppServiceEnvironmentsClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error)

ListUsagesPreparer prepares the ListUsages request.

func (AppServiceEnvironmentsClient) ListUsagesResponder

func (client AppServiceEnvironmentsClient) ListUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error)

ListUsagesResponder handles the response to the ListUsages request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListUsagesSender

func (client AppServiceEnvironmentsClient) ListUsagesSender(req *http.Request) (*http.Response, error)

ListUsagesSender sends the ListUsages request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListWebApps

func (client AppServiceEnvironmentsClient) ListWebApps(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result AppCollectionPage, err error)

ListWebApps description for Get all apps in an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. propertiesToInclude - comma separated list of app properties to include.

func (AppServiceEnvironmentsClient) ListWebAppsComplete

func (client AppServiceEnvironmentsClient) ListWebAppsComplete(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result AppCollectionIterator, err error)

ListWebAppsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListWebAppsPreparer

func (client AppServiceEnvironmentsClient) ListWebAppsPreparer(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (*http.Request, error)

ListWebAppsPreparer prepares the ListWebApps request.

func (AppServiceEnvironmentsClient) ListWebAppsResponder

func (client AppServiceEnvironmentsClient) ListWebAppsResponder(resp *http.Response) (result AppCollection, err error)

ListWebAppsResponder handles the response to the ListWebApps request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListWebAppsSender

func (client AppServiceEnvironmentsClient) ListWebAppsSender(req *http.Request) (*http.Response, error)

ListWebAppsSender sends the ListWebApps request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitions

func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitions(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result ResourceMetricDefinitionCollectionPage, err error)

ListWebWorkerMetricDefinitions description for Get metric definitions for a worker pool of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. workerPoolName - name of the worker pool.

func (AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsComplete

func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result ResourceMetricDefinitionCollectionIterator, err error)

ListWebWorkerMetricDefinitionsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsPreparer

func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error)

ListWebWorkerMetricDefinitionsPreparer prepares the ListWebWorkerMetricDefinitions request.

func (AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsResponder

func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error)

ListWebWorkerMetricDefinitionsResponder handles the response to the ListWebWorkerMetricDefinitions request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsSender

func (client AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsSender(req *http.Request) (*http.Response, error)

ListWebWorkerMetricDefinitionsSender sends the ListWebWorkerMetricDefinitions request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListWebWorkerUsages

func (client AppServiceEnvironmentsClient) ListWebWorkerUsages(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result UsageCollectionPage, err error)

ListWebWorkerUsages description for Get usage metrics for a worker pool of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. workerPoolName - name of the worker pool.

func (AppServiceEnvironmentsClient) ListWebWorkerUsagesComplete

func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result UsageCollectionIterator, err error)

ListWebWorkerUsagesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListWebWorkerUsagesPreparer

func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error)

ListWebWorkerUsagesPreparer prepares the ListWebWorkerUsages request.

func (AppServiceEnvironmentsClient) ListWebWorkerUsagesResponder

func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesResponder(resp *http.Response) (result UsageCollection, err error)

ListWebWorkerUsagesResponder handles the response to the ListWebWorkerUsages request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListWebWorkerUsagesSender

func (client AppServiceEnvironmentsClient) ListWebWorkerUsagesSender(req *http.Request) (*http.Response, error)

ListWebWorkerUsagesSender sends the ListWebWorkerUsages request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitions

func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitions(ctx context.Context, resourceGroupName string, name string, workerPoolName string, instance string) (result ResourceMetricDefinitionCollectionPage, err error)

ListWorkerPoolInstanceMetricDefinitions description for Get metric definitions for a specific instance of a worker pool of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. workerPoolName - name of the worker pool. instance - name of the instance in the worker pool.

func (AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsComplete

func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string, instance string) (result ResourceMetricDefinitionCollectionIterator, err error)

ListWorkerPoolInstanceMetricDefinitionsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsPreparer

func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string, instance string) (*http.Request, error)

ListWorkerPoolInstanceMetricDefinitionsPreparer prepares the ListWorkerPoolInstanceMetricDefinitions request.

func (AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsResponder

func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsResponder(resp *http.Response) (result ResourceMetricDefinitionCollection, err error)

ListWorkerPoolInstanceMetricDefinitionsResponder handles the response to the ListWorkerPoolInstanceMetricDefinitions request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsSender

func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsSender(req *http.Request) (*http.Response, error)

ListWorkerPoolInstanceMetricDefinitionsSender sends the ListWorkerPoolInstanceMetricDefinitions request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListWorkerPoolSkus

func (client AppServiceEnvironmentsClient) ListWorkerPoolSkus(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result SkuInfoCollectionPage, err error)

ListWorkerPoolSkus description for Get available SKUs for scaling a worker pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. workerPoolName - name of the worker pool.

func (AppServiceEnvironmentsClient) ListWorkerPoolSkusComplete

func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result SkuInfoCollectionIterator, err error)

ListWorkerPoolSkusComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListWorkerPoolSkusPreparer

func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error)

ListWorkerPoolSkusPreparer prepares the ListWorkerPoolSkus request.

func (AppServiceEnvironmentsClient) ListWorkerPoolSkusResponder

func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusResponder(resp *http.Response) (result SkuInfoCollection, err error)

ListWorkerPoolSkusResponder handles the response to the ListWorkerPoolSkus request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListWorkerPoolSkusSender

func (client AppServiceEnvironmentsClient) ListWorkerPoolSkusSender(req *http.Request) (*http.Response, error)

ListWorkerPoolSkusSender sends the ListWorkerPoolSkus request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) ListWorkerPools

func (client AppServiceEnvironmentsClient) ListWorkerPools(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionPage, err error)

ListWorkerPools description for Get all worker pools of an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ListWorkerPoolsComplete

func (client AppServiceEnvironmentsClient) ListWorkerPoolsComplete(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionIterator, err error)

ListWorkerPoolsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ListWorkerPoolsPreparer

func (client AppServiceEnvironmentsClient) ListWorkerPoolsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListWorkerPoolsPreparer prepares the ListWorkerPools request.

func (AppServiceEnvironmentsClient) ListWorkerPoolsResponder

func (client AppServiceEnvironmentsClient) ListWorkerPoolsResponder(resp *http.Response) (result WorkerPoolCollection, err error)

ListWorkerPoolsResponder handles the response to the ListWorkerPools request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ListWorkerPoolsSender

func (client AppServiceEnvironmentsClient) ListWorkerPoolsSender(req *http.Request) (*http.Response, error)

ListWorkerPoolsSender sends the ListWorkerPools request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) Reboot

func (client AppServiceEnvironmentsClient) Reboot(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

Reboot description for Reboot all machines in an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) RebootPreparer

func (client AppServiceEnvironmentsClient) RebootPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

RebootPreparer prepares the Reboot request.

func (AppServiceEnvironmentsClient) RebootResponder

func (client AppServiceEnvironmentsClient) RebootResponder(resp *http.Response) (result autorest.Response, err error)

RebootResponder handles the response to the Reboot request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) RebootSender

func (client AppServiceEnvironmentsClient) RebootSender(req *http.Request) (*http.Response, error)

RebootSender sends the Reboot request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) Resume

func (client AppServiceEnvironmentsClient) Resume(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsResumeFuture, err error)

Resume description for Resume an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) ResumeComplete

func (client AppServiceEnvironmentsClient) ResumeComplete(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsResumeAllFuture, err error)

ResumeComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) ResumePreparer

func (client AppServiceEnvironmentsClient) ResumePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ResumePreparer prepares the Resume request.

func (AppServiceEnvironmentsClient) ResumeResponder

func (client AppServiceEnvironmentsClient) ResumeResponder(resp *http.Response) (result AppCollectionPage, err error)

ResumeResponder handles the response to the Resume request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) ResumeSender

func (client AppServiceEnvironmentsClient) ResumeSender(req *http.Request) (future AppServiceEnvironmentsResumeFuture, err error)

ResumeSender sends the Resume request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) Suspend

func (client AppServiceEnvironmentsClient) Suspend(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsSuspendFuture, err error)

Suspend description for Suspend an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) SuspendComplete

func (client AppServiceEnvironmentsClient) SuspendComplete(ctx context.Context, resourceGroupName string, name string) (result AppServiceEnvironmentsSuspendAllFuture, err error)

SuspendComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServiceEnvironmentsClient) SuspendPreparer

func (client AppServiceEnvironmentsClient) SuspendPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

SuspendPreparer prepares the Suspend request.

func (AppServiceEnvironmentsClient) SuspendResponder

func (client AppServiceEnvironmentsClient) SuspendResponder(resp *http.Response) (result AppCollectionPage, err error)

SuspendResponder handles the response to the Suspend request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) SuspendSender

func (client AppServiceEnvironmentsClient) SuspendSender(req *http.Request) (future AppServiceEnvironmentsSuspendFuture, err error)

SuspendSender sends the Suspend request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) Update

func (client AppServiceEnvironmentsClient) Update(ctx context.Context, resourceGroupName string, name string, hostingEnvironmentEnvelope AppServiceEnvironmentPatchResource) (result AppServiceEnvironmentResource, err error)

Update description for Create or update an App Service Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. hostingEnvironmentEnvelope - configuration details of the App Service Environment.

func (AppServiceEnvironmentsClient) UpdateAseNetworkingConfiguration

func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfiguration(ctx context.Context, resourceGroupName string, name string, aseNetworkingConfiguration AseV3NetworkingConfiguration) (result AseV3NetworkingConfiguration, err error)

UpdateAseNetworkingConfiguration description for Update networking configuration of an App Service Environment Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment.

func (AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationPreparer

func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, aseNetworkingConfiguration AseV3NetworkingConfiguration) (*http.Request, error)

UpdateAseNetworkingConfigurationPreparer prepares the UpdateAseNetworkingConfiguration request.

func (AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationResponder

func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationResponder(resp *http.Response) (result AseV3NetworkingConfiguration, err error)

UpdateAseNetworkingConfigurationResponder handles the response to the UpdateAseNetworkingConfiguration request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationSender

func (client AppServiceEnvironmentsClient) UpdateAseNetworkingConfigurationSender(req *http.Request) (*http.Response, error)

UpdateAseNetworkingConfigurationSender sends the UpdateAseNetworkingConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) UpdateMultiRolePool

func (client AppServiceEnvironmentsClient) UpdateMultiRolePool(ctx context.Context, resourceGroupName string, name string, multiRolePoolEnvelope WorkerPoolResource) (result WorkerPoolResource, err error)

UpdateMultiRolePool description for Create or update a multi-role pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. multiRolePoolEnvelope - properties of the multi-role pool.

func (AppServiceEnvironmentsClient) UpdateMultiRolePoolPreparer

func (client AppServiceEnvironmentsClient) UpdateMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string, multiRolePoolEnvelope WorkerPoolResource) (*http.Request, error)

UpdateMultiRolePoolPreparer prepares the UpdateMultiRolePool request.

func (AppServiceEnvironmentsClient) UpdateMultiRolePoolResponder

func (client AppServiceEnvironmentsClient) UpdateMultiRolePoolResponder(resp *http.Response) (result WorkerPoolResource, err error)

UpdateMultiRolePoolResponder handles the response to the UpdateMultiRolePool request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) UpdateMultiRolePoolSender

func (client AppServiceEnvironmentsClient) UpdateMultiRolePoolSender(req *http.Request) (*http.Response, error)

UpdateMultiRolePoolSender sends the UpdateMultiRolePool request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) UpdatePreparer

func (client AppServiceEnvironmentsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, hostingEnvironmentEnvelope AppServiceEnvironmentPatchResource) (*http.Request, error)

UpdatePreparer prepares the Update request.

func (AppServiceEnvironmentsClient) UpdateResponder

func (client AppServiceEnvironmentsClient) UpdateResponder(resp *http.Response) (result AppServiceEnvironmentResource, err error)

UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) UpdateSender

func (client AppServiceEnvironmentsClient) UpdateSender(req *http.Request) (*http.Response, error)

UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.

func (AppServiceEnvironmentsClient) UpdateWorkerPool

func (client AppServiceEnvironmentsClient) UpdateWorkerPool(ctx context.Context, resourceGroupName string, name string, workerPoolName string, workerPoolEnvelope WorkerPoolResource) (result WorkerPoolResource, err error)

UpdateWorkerPool description for Create or update a worker pool. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service Environment. workerPoolName - name of the worker pool. workerPoolEnvelope - properties of the worker pool.

func (AppServiceEnvironmentsClient) UpdateWorkerPoolPreparer

func (client AppServiceEnvironmentsClient) UpdateWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string, workerPoolEnvelope WorkerPoolResource) (*http.Request, error)

UpdateWorkerPoolPreparer prepares the UpdateWorkerPool request.

func (AppServiceEnvironmentsClient) UpdateWorkerPoolResponder

func (client AppServiceEnvironmentsClient) UpdateWorkerPoolResponder(resp *http.Response) (result WorkerPoolResource, err error)

UpdateWorkerPoolResponder handles the response to the UpdateWorkerPool request. The method always closes the http.Response Body.

func (AppServiceEnvironmentsClient) UpdateWorkerPoolSender

func (client AppServiceEnvironmentsClient) UpdateWorkerPoolSender(req *http.Request) (*http.Response, error)

UpdateWorkerPoolSender sends the UpdateWorkerPool request. The method will close the http.Response Body if it receives an error.

type AppServiceEnvironmentsCreateOrUpdateFuture

type AppServiceEnvironmentsCreateOrUpdateFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (AppServiceEnvironmentResource, error)
}

AppServiceEnvironmentsCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsCreateOrUpdateFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture

type AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (WorkerPoolResource, error)
}

AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsCreateOrUpdateMultiRolePoolFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture

type AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (WorkerPoolResource, error)
}

AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsCreateOrUpdateWorkerPoolFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsDeleteFuture

type AppServiceEnvironmentsDeleteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (autorest.Response, error)
}

AppServiceEnvironmentsDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsDeleteFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsDeleteFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture

type AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (SetObject, error)
}

AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsDeletePrivateEndpointConnectionFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsResumeAllFuture

type AppServiceEnvironmentsResumeAllFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error)
}

AppServiceEnvironmentsResumeAllFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsResumeAllFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsResumeAllFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsResumeFuture

type AppServiceEnvironmentsResumeFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error)
}

AppServiceEnvironmentsResumeFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsResumeFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsResumeFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsSuspendAllFuture

type AppServiceEnvironmentsSuspendAllFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error)
}

AppServiceEnvironmentsSuspendAllFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsSuspendAllFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsSuspendAllFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServiceEnvironmentsSuspendFuture

type AppServiceEnvironmentsSuspendFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServiceEnvironmentsClient) (AppCollectionPage, error)
}

AppServiceEnvironmentsSuspendFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServiceEnvironmentsSuspendFuture) UnmarshalJSON

func (future *AppServiceEnvironmentsSuspendFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppServicePlan

type AppServicePlan struct {
	autorest.Response `json:"-"`
	// AppServicePlanProperties - AppServicePlan resource specific properties
	*AppServicePlanProperties `json:"properties,omitempty"`
	Sku                       *SkuDescription   `json:"sku,omitempty"`
	ExtendedLocation          *ExtendedLocation `json:"extendedLocation,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

AppServicePlan app Service plan.

func (AppServicePlan) MarshalJSON

func (asp AppServicePlan) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServicePlan.

func (*AppServicePlan) UnmarshalJSON

func (asp *AppServicePlan) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServicePlan struct.

type AppServicePlanCollection

type AppServicePlanCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]AppServicePlan `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

AppServicePlanCollection collection of App Service plans.

func (AppServicePlanCollection) IsEmpty

func (aspc AppServicePlanCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (AppServicePlanCollection) MarshalJSON

func (aspc AppServicePlanCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServicePlanCollection.

type AppServicePlanCollectionIterator

type AppServicePlanCollectionIterator struct {
	// contains filtered or unexported fields
}

AppServicePlanCollectionIterator provides access to a complete listing of AppServicePlan values.

func NewAppServicePlanCollectionIterator

func NewAppServicePlanCollectionIterator(page AppServicePlanCollectionPage) AppServicePlanCollectionIterator

Creates a new instance of the AppServicePlanCollectionIterator type.

func (*AppServicePlanCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServicePlanCollectionIterator) NextWithContext

func (iter *AppServicePlanCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (AppServicePlanCollectionIterator) NotDone

func (iter AppServicePlanCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (AppServicePlanCollectionIterator) Response

Response returns the raw server response from the last page request.

func (AppServicePlanCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type AppServicePlanCollectionPage

type AppServicePlanCollectionPage struct {
	// contains filtered or unexported fields
}

AppServicePlanCollectionPage contains a page of AppServicePlan values.

func NewAppServicePlanCollectionPage

Creates a new instance of the AppServicePlanCollectionPage type.

func (*AppServicePlanCollectionPage) Next

func (page *AppServicePlanCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppServicePlanCollectionPage) NextWithContext

func (page *AppServicePlanCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (AppServicePlanCollectionPage) NotDone

func (page AppServicePlanCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (AppServicePlanCollectionPage) Response

Response returns the raw server response from the last page request.

func (AppServicePlanCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type AppServicePlanPatchResource

type AppServicePlanPatchResource struct {
	// AppServicePlanPatchResourceProperties - AppServicePlanPatchResource resource specific properties
	*AppServicePlanPatchResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AppServicePlanPatchResource ARM resource for a app service plan.

func (AppServicePlanPatchResource) MarshalJSON

func (asppr AppServicePlanPatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServicePlanPatchResource.

func (*AppServicePlanPatchResource) UnmarshalJSON

func (asppr *AppServicePlanPatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppServicePlanPatchResource struct.

type AppServicePlanPatchResourceProperties

type AppServicePlanPatchResourceProperties struct {
	// WorkerTierName - Target worker tier assigned to the App Service plan.
	WorkerTierName *string `json:"workerTierName,omitempty"`
	// Status - READ-ONLY; App Service plan status. Possible values include: 'StatusOptionsReady', 'StatusOptionsPending', 'StatusOptionsCreating'
	Status StatusOptions `json:"status,omitempty"`
	// Subscription - READ-ONLY; App Service plan subscription.
	Subscription *string `json:"subscription,omitempty"`
	// HostingEnvironmentProfile - Specification for the App Service Environment to use for the App Service plan.
	HostingEnvironmentProfile *HostingEnvironmentProfile `json:"hostingEnvironmentProfile,omitempty"`
	// MaximumNumberOfWorkers - READ-ONLY; Maximum number of instances that can be assigned to this App Service plan.
	MaximumNumberOfWorkers *int32 `json:"maximumNumberOfWorkers,omitempty"`
	// GeoRegion - READ-ONLY; Geographical location for the App Service plan.
	GeoRegion *string `json:"geoRegion,omitempty"`
	// PerSiteScaling - If <code>true</code>, apps assigned to this App Service plan can be scaled independently.
	// If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
	PerSiteScaling *bool `json:"perSiteScaling,omitempty"`
	// ElasticScaleEnabled - ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku
	ElasticScaleEnabled *bool `json:"elasticScaleEnabled,omitempty"`
	// MaximumElasticWorkerCount - Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
	MaximumElasticWorkerCount *int32 `json:"maximumElasticWorkerCount,omitempty"`
	// NumberOfSites - READ-ONLY; Number of apps assigned to this App Service plan.
	NumberOfSites *int32 `json:"numberOfSites,omitempty"`
	// IsSpot - If <code>true</code>, this App Service Plan owns spot instances.
	IsSpot *bool `json:"isSpot,omitempty"`
	// SpotExpirationTime - The time when the server farm expires. Valid only if it is a spot server farm.
	SpotExpirationTime *date.Time `json:"spotExpirationTime,omitempty"`
	// FreeOfferExpirationTime - The time when the server farm free offer expires.
	FreeOfferExpirationTime *date.Time `json:"freeOfferExpirationTime,omitempty"`
	// ResourceGroup - READ-ONLY; Resource group of the App Service plan.
	ResourceGroup *string `json:"resourceGroup,omitempty"`
	// Reserved - If Linux app service plan <code>true</code>, <code>false</code> otherwise.
	Reserved *bool `json:"reserved,omitempty"`
	// IsXenon - Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	IsXenon *bool `json:"isXenon,omitempty"`
	// HyperV - If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	HyperV *bool `json:"hyperV,omitempty"`
	// TargetWorkerCount - Scaling worker count.
	TargetWorkerCount *int32 `json:"targetWorkerCount,omitempty"`
	// TargetWorkerSizeID - Scaling worker size ID.
	TargetWorkerSizeID *int32 `json:"targetWorkerSizeId,omitempty"`
	// ProvisioningState - READ-ONLY; Provisioning state of the App Service Plan. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled', 'ProvisioningStateInProgress', 'ProvisioningStateDeleting'
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
	// KubeEnvironmentProfile - Specification for the Kubernetes Environment to use for the App Service plan.
	KubeEnvironmentProfile *KubeEnvironmentProfile `json:"kubeEnvironmentProfile,omitempty"`
	// ZoneRedundant - If <code>true</code>, this App Service Plan will perform availability zone balancing.
	// If <code>false</code>, this App Service Plan will not perform availability zone balancing.
	ZoneRedundant *bool `json:"zoneRedundant,omitempty"`
}

AppServicePlanPatchResourceProperties appServicePlanPatchResource resource specific properties

func (AppServicePlanPatchResourceProperties) MarshalJSON

func (asppr AppServicePlanPatchResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServicePlanPatchResourceProperties.

type AppServicePlanProperties

type AppServicePlanProperties struct {
	// WorkerTierName - Target worker tier assigned to the App Service plan.
	WorkerTierName *string `json:"workerTierName,omitempty"`
	// Status - READ-ONLY; App Service plan status. Possible values include: 'StatusOptionsReady', 'StatusOptionsPending', 'StatusOptionsCreating'
	Status StatusOptions `json:"status,omitempty"`
	// Subscription - READ-ONLY; App Service plan subscription.
	Subscription *string `json:"subscription,omitempty"`
	// HostingEnvironmentProfile - Specification for the App Service Environment to use for the App Service plan.
	HostingEnvironmentProfile *HostingEnvironmentProfile `json:"hostingEnvironmentProfile,omitempty"`
	// MaximumNumberOfWorkers - READ-ONLY; Maximum number of instances that can be assigned to this App Service plan.
	MaximumNumberOfWorkers *int32 `json:"maximumNumberOfWorkers,omitempty"`
	// GeoRegion - READ-ONLY; Geographical location for the App Service plan.
	GeoRegion *string `json:"geoRegion,omitempty"`
	// PerSiteScaling - If <code>true</code>, apps assigned to this App Service plan can be scaled independently.
	// If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
	PerSiteScaling *bool `json:"perSiteScaling,omitempty"`
	// ElasticScaleEnabled - ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku
	ElasticScaleEnabled *bool `json:"elasticScaleEnabled,omitempty"`
	// MaximumElasticWorkerCount - Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
	MaximumElasticWorkerCount *int32 `json:"maximumElasticWorkerCount,omitempty"`
	// NumberOfSites - READ-ONLY; Number of apps assigned to this App Service plan.
	NumberOfSites *int32 `json:"numberOfSites,omitempty"`
	// IsSpot - If <code>true</code>, this App Service Plan owns spot instances.
	IsSpot *bool `json:"isSpot,omitempty"`
	// SpotExpirationTime - The time when the server farm expires. Valid only if it is a spot server farm.
	SpotExpirationTime *date.Time `json:"spotExpirationTime,omitempty"`
	// FreeOfferExpirationTime - The time when the server farm free offer expires.
	FreeOfferExpirationTime *date.Time `json:"freeOfferExpirationTime,omitempty"`
	// ResourceGroup - READ-ONLY; Resource group of the App Service plan.
	ResourceGroup *string `json:"resourceGroup,omitempty"`
	// Reserved - If Linux app service plan <code>true</code>, <code>false</code> otherwise.
	Reserved *bool `json:"reserved,omitempty"`
	// IsXenon - Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	IsXenon *bool `json:"isXenon,omitempty"`
	// HyperV - If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	HyperV *bool `json:"hyperV,omitempty"`
	// TargetWorkerCount - Scaling worker count.
	TargetWorkerCount *int32 `json:"targetWorkerCount,omitempty"`
	// TargetWorkerSizeID - Scaling worker size ID.
	TargetWorkerSizeID *int32 `json:"targetWorkerSizeId,omitempty"`
	// ProvisioningState - READ-ONLY; Provisioning state of the App Service Plan. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled', 'ProvisioningStateInProgress', 'ProvisioningStateDeleting'
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
	// KubeEnvironmentProfile - Specification for the Kubernetes Environment to use for the App Service plan.
	KubeEnvironmentProfile *KubeEnvironmentProfile `json:"kubeEnvironmentProfile,omitempty"`
	// ZoneRedundant - If <code>true</code>, this App Service Plan will perform availability zone balancing.
	// If <code>false</code>, this App Service Plan will not perform availability zone balancing.
	ZoneRedundant *bool `json:"zoneRedundant,omitempty"`
}

AppServicePlanProperties appServicePlan resource specific properties

func (AppServicePlanProperties) MarshalJSON

func (asp AppServicePlanProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppServicePlanProperties.

type AppServicePlanRestrictions

type AppServicePlanRestrictions string

AppServicePlanRestrictions enumerates the values for app service plan restrictions.

const (
	// AppServicePlanRestrictionsBasic ...
	AppServicePlanRestrictionsBasic AppServicePlanRestrictions = "Basic"
	// AppServicePlanRestrictionsFree ...
	AppServicePlanRestrictionsFree AppServicePlanRestrictions = "Free"
	// AppServicePlanRestrictionsNone ...
	AppServicePlanRestrictionsNone AppServicePlanRestrictions = "None"
	// AppServicePlanRestrictionsPremium ...
	AppServicePlanRestrictionsPremium AppServicePlanRestrictions = "Premium"
	// AppServicePlanRestrictionsShared ...
	AppServicePlanRestrictionsShared AppServicePlanRestrictions = "Shared"
	// AppServicePlanRestrictionsStandard ...
	AppServicePlanRestrictionsStandard AppServicePlanRestrictions = "Standard"
)

func PossibleAppServicePlanRestrictionsValues

func PossibleAppServicePlanRestrictionsValues() []AppServicePlanRestrictions

PossibleAppServicePlanRestrictionsValues returns an array of possible values for the AppServicePlanRestrictions const type.

type AppServicePlansClient

type AppServicePlansClient struct {
	BaseClient
}

AppServicePlansClient is the webSite Management Client

func NewAppServicePlansClient

func NewAppServicePlansClient(subscriptionID string) AppServicePlansClient

NewAppServicePlansClient creates an instance of the AppServicePlansClient client.

func NewAppServicePlansClientWithBaseURI

func NewAppServicePlansClientWithBaseURI(baseURI string, subscriptionID string) AppServicePlansClient

NewAppServicePlansClientWithBaseURI creates an instance of the AppServicePlansClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (AppServicePlansClient) CreateOrUpdate

func (client AppServicePlansClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, appServicePlan AppServicePlan) (result AppServicePlansCreateOrUpdateFuture, err error)

CreateOrUpdate description for Creates or updates an App Service Plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. appServicePlan - details of the App Service plan.

func (AppServicePlansClient) CreateOrUpdatePreparer

func (client AppServicePlansClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, appServicePlan AppServicePlan) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (AppServicePlansClient) CreateOrUpdateResponder

func (client AppServicePlansClient) CreateOrUpdateResponder(resp *http.Response) (result AppServicePlan, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (AppServicePlansClient) CreateOrUpdateSender

func (client AppServicePlansClient) CreateOrUpdateSender(req *http.Request) (future AppServicePlansCreateOrUpdateFuture, err error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) CreateOrUpdateVnetRoute

func (client AppServicePlansClient) CreateOrUpdateVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (result VnetRoute, err error)

CreateOrUpdateVnetRoute description for Create or update a Virtual Network route in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network. routeName - name of the Virtual Network route. route - definition of the Virtual Network route.

func (AppServicePlansClient) CreateOrUpdateVnetRoutePreparer

func (client AppServicePlansClient) CreateOrUpdateVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (*http.Request, error)

CreateOrUpdateVnetRoutePreparer prepares the CreateOrUpdateVnetRoute request.

func (AppServicePlansClient) CreateOrUpdateVnetRouteResponder

func (client AppServicePlansClient) CreateOrUpdateVnetRouteResponder(resp *http.Response) (result VnetRoute, err error)

CreateOrUpdateVnetRouteResponder handles the response to the CreateOrUpdateVnetRoute request. The method always closes the http.Response Body.

func (AppServicePlansClient) CreateOrUpdateVnetRouteSender

func (client AppServicePlansClient) CreateOrUpdateVnetRouteSender(req *http.Request) (*http.Response, error)

CreateOrUpdateVnetRouteSender sends the CreateOrUpdateVnetRoute request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) Delete

func (client AppServicePlansClient) Delete(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

Delete description for Delete an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan.

func (AppServicePlansClient) DeleteHybridConnection

func (client AppServicePlansClient) DeleteHybridConnection(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (result autorest.Response, err error)

DeleteHybridConnection description for Delete a Hybrid Connection in use in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. namespaceName - name of the Service Bus namespace. relayName - name of the Service Bus relay.

func (AppServicePlansClient) DeleteHybridConnectionPreparer

func (client AppServicePlansClient) DeleteHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (*http.Request, error)

DeleteHybridConnectionPreparer prepares the DeleteHybridConnection request.

func (AppServicePlansClient) DeleteHybridConnectionResponder

func (client AppServicePlansClient) DeleteHybridConnectionResponder(resp *http.Response) (result autorest.Response, err error)

DeleteHybridConnectionResponder handles the response to the DeleteHybridConnection request. The method always closes the http.Response Body.

func (AppServicePlansClient) DeleteHybridConnectionSender

func (client AppServicePlansClient) DeleteHybridConnectionSender(req *http.Request) (*http.Response, error)

DeleteHybridConnectionSender sends the DeleteHybridConnection request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) DeletePreparer

func (client AppServicePlansClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (AppServicePlansClient) DeleteResponder

func (client AppServicePlansClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (AppServicePlansClient) DeleteSender

func (client AppServicePlansClient) DeleteSender(req *http.Request) (*http.Response, error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) DeleteVnetRoute

func (client AppServicePlansClient) DeleteVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (result autorest.Response, err error)

DeleteVnetRoute description for Delete a Virtual Network route in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network. routeName - name of the Virtual Network route.

func (AppServicePlansClient) DeleteVnetRoutePreparer

func (client AppServicePlansClient) DeleteVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (*http.Request, error)

DeleteVnetRoutePreparer prepares the DeleteVnetRoute request.

func (AppServicePlansClient) DeleteVnetRouteResponder

func (client AppServicePlansClient) DeleteVnetRouteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteVnetRouteResponder handles the response to the DeleteVnetRoute request. The method always closes the http.Response Body.

func (AppServicePlansClient) DeleteVnetRouteSender

func (client AppServicePlansClient) DeleteVnetRouteSender(req *http.Request) (*http.Response, error)

DeleteVnetRouteSender sends the DeleteVnetRoute request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) Get

func (client AppServicePlansClient) Get(ctx context.Context, resourceGroupName string, name string) (result AppServicePlan, err error)

Get description for Get an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan.

func (AppServicePlansClient) GetHybridConnection

func (client AppServicePlansClient) GetHybridConnection(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (result HybridConnection, err error)

GetHybridConnection description for Retrieve a Hybrid Connection in use in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. namespaceName - name of the Service Bus namespace. relayName - name of the Service Bus relay.

func (AppServicePlansClient) GetHybridConnectionPlanLimit

func (client AppServicePlansClient) GetHybridConnectionPlanLimit(ctx context.Context, resourceGroupName string, name string) (result HybridConnectionLimits, err error)

GetHybridConnectionPlanLimit description for Get the maximum number of Hybrid Connections allowed in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan.

func (AppServicePlansClient) GetHybridConnectionPlanLimitPreparer

func (client AppServicePlansClient) GetHybridConnectionPlanLimitPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetHybridConnectionPlanLimitPreparer prepares the GetHybridConnectionPlanLimit request.

func (AppServicePlansClient) GetHybridConnectionPlanLimitResponder

func (client AppServicePlansClient) GetHybridConnectionPlanLimitResponder(resp *http.Response) (result HybridConnectionLimits, err error)

GetHybridConnectionPlanLimitResponder handles the response to the GetHybridConnectionPlanLimit request. The method always closes the http.Response Body.

func (AppServicePlansClient) GetHybridConnectionPlanLimitSender

func (client AppServicePlansClient) GetHybridConnectionPlanLimitSender(req *http.Request) (*http.Response, error)

GetHybridConnectionPlanLimitSender sends the GetHybridConnectionPlanLimit request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) GetHybridConnectionPreparer

func (client AppServicePlansClient) GetHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (*http.Request, error)

GetHybridConnectionPreparer prepares the GetHybridConnection request.

func (AppServicePlansClient) GetHybridConnectionResponder

func (client AppServicePlansClient) GetHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error)

GetHybridConnectionResponder handles the response to the GetHybridConnection request. The method always closes the http.Response Body.

func (AppServicePlansClient) GetHybridConnectionSender

func (client AppServicePlansClient) GetHybridConnectionSender(req *http.Request) (*http.Response, error)

GetHybridConnectionSender sends the GetHybridConnection request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) GetPreparer

func (client AppServicePlansClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPreparer prepares the Get request.

func (AppServicePlansClient) GetResponder

func (client AppServicePlansClient) GetResponder(resp *http.Response) (result AppServicePlan, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (AppServicePlansClient) GetRouteForVnet

func (client AppServicePlansClient) GetRouteForVnet(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (result ListVnetRoute, err error)

GetRouteForVnet description for Get a Virtual Network route in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network. routeName - name of the Virtual Network route.

func (AppServicePlansClient) GetRouteForVnetPreparer

func (client AppServicePlansClient) GetRouteForVnetPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (*http.Request, error)

GetRouteForVnetPreparer prepares the GetRouteForVnet request.

func (AppServicePlansClient) GetRouteForVnetResponder

func (client AppServicePlansClient) GetRouteForVnetResponder(resp *http.Response) (result ListVnetRoute, err error)

GetRouteForVnetResponder handles the response to the GetRouteForVnet request. The method always closes the http.Response Body.

func (AppServicePlansClient) GetRouteForVnetSender

func (client AppServicePlansClient) GetRouteForVnetSender(req *http.Request) (*http.Response, error)

GetRouteForVnetSender sends the GetRouteForVnet request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) GetSender

func (client AppServicePlansClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) GetServerFarmSkus

func (client AppServicePlansClient) GetServerFarmSkus(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error)

GetServerFarmSkus description for Gets all selectable SKUs for a given App Service Plan Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of App Service Plan

func (AppServicePlansClient) GetServerFarmSkusPreparer

func (client AppServicePlansClient) GetServerFarmSkusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetServerFarmSkusPreparer prepares the GetServerFarmSkus request.

func (AppServicePlansClient) GetServerFarmSkusResponder

func (client AppServicePlansClient) GetServerFarmSkusResponder(resp *http.Response) (result SetObject, err error)

GetServerFarmSkusResponder handles the response to the GetServerFarmSkus request. The method always closes the http.Response Body.

func (AppServicePlansClient) GetServerFarmSkusSender

func (client AppServicePlansClient) GetServerFarmSkusSender(req *http.Request) (*http.Response, error)

GetServerFarmSkusSender sends the GetServerFarmSkus request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) GetVnetFromServerFarm

func (client AppServicePlansClient) GetVnetFromServerFarm(ctx context.Context, resourceGroupName string, name string, vnetName string) (result VnetInfoResource, err error)

GetVnetFromServerFarm description for Get a Virtual Network associated with an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network.

func (AppServicePlansClient) GetVnetFromServerFarmPreparer

func (client AppServicePlansClient) GetVnetFromServerFarmPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error)

GetVnetFromServerFarmPreparer prepares the GetVnetFromServerFarm request.

func (AppServicePlansClient) GetVnetFromServerFarmResponder

func (client AppServicePlansClient) GetVnetFromServerFarmResponder(resp *http.Response) (result VnetInfoResource, err error)

GetVnetFromServerFarmResponder handles the response to the GetVnetFromServerFarm request. The method always closes the http.Response Body.

func (AppServicePlansClient) GetVnetFromServerFarmSender

func (client AppServicePlansClient) GetVnetFromServerFarmSender(req *http.Request) (*http.Response, error)

GetVnetFromServerFarmSender sends the GetVnetFromServerFarm request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) GetVnetGateway

func (client AppServicePlansClient) GetVnetGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (result VnetGateway, err error)

GetVnetGateway description for Get a Virtual Network gateway. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Only the 'primary' gateway is supported.

func (AppServicePlansClient) GetVnetGatewayPreparer

func (client AppServicePlansClient) GetVnetGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (*http.Request, error)

GetVnetGatewayPreparer prepares the GetVnetGateway request.

func (AppServicePlansClient) GetVnetGatewayResponder

func (client AppServicePlansClient) GetVnetGatewayResponder(resp *http.Response) (result VnetGateway, err error)

GetVnetGatewayResponder handles the response to the GetVnetGateway request. The method always closes the http.Response Body.

func (AppServicePlansClient) GetVnetGatewaySender

func (client AppServicePlansClient) GetVnetGatewaySender(req *http.Request) (*http.Response, error)

GetVnetGatewaySender sends the GetVnetGateway request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) List

func (client AppServicePlansClient) List(ctx context.Context, detailed *bool) (result AppServicePlanCollectionPage, err error)

List description for Get all App Service plans for a subscription. Parameters: detailed - specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency.

func (AppServicePlansClient) ListByResourceGroup

func (client AppServicePlansClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppServicePlanCollectionPage, err error)

ListByResourceGroup description for Get all App Service plans in a resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (AppServicePlansClient) ListByResourceGroupComplete

func (client AppServicePlansClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppServicePlanCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServicePlansClient) ListByResourceGroupPreparer

func (client AppServicePlansClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (AppServicePlansClient) ListByResourceGroupResponder

func (client AppServicePlansClient) ListByResourceGroupResponder(resp *http.Response) (result AppServicePlanCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListByResourceGroupSender

func (client AppServicePlansClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListCapabilities

func (client AppServicePlansClient) ListCapabilities(ctx context.Context, resourceGroupName string, name string) (result ListCapability, err error)

ListCapabilities description for List all capabilities of an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan.

func (AppServicePlansClient) ListCapabilitiesPreparer

func (client AppServicePlansClient) ListCapabilitiesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListCapabilitiesPreparer prepares the ListCapabilities request.

func (AppServicePlansClient) ListCapabilitiesResponder

func (client AppServicePlansClient) ListCapabilitiesResponder(resp *http.Response) (result ListCapability, err error)

ListCapabilitiesResponder handles the response to the ListCapabilities request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListCapabilitiesSender

func (client AppServicePlansClient) ListCapabilitiesSender(req *http.Request) (*http.Response, error)

ListCapabilitiesSender sends the ListCapabilities request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListComplete

func (client AppServicePlansClient) ListComplete(ctx context.Context, detailed *bool) (result AppServicePlanCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServicePlansClient) ListHybridConnectionKeys

func (client AppServicePlansClient) ListHybridConnectionKeys(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (result HybridConnectionKey, err error)

ListHybridConnectionKeys description for Get the send key name and value of a Hybrid Connection. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. namespaceName - the name of the Service Bus namespace. relayName - the name of the Service Bus relay.

func (AppServicePlansClient) ListHybridConnectionKeysPreparer

func (client AppServicePlansClient) ListHybridConnectionKeysPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (*http.Request, error)

ListHybridConnectionKeysPreparer prepares the ListHybridConnectionKeys request.

func (AppServicePlansClient) ListHybridConnectionKeysResponder

func (client AppServicePlansClient) ListHybridConnectionKeysResponder(resp *http.Response) (result HybridConnectionKey, err error)

ListHybridConnectionKeysResponder handles the response to the ListHybridConnectionKeys request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListHybridConnectionKeysSender

func (client AppServicePlansClient) ListHybridConnectionKeysSender(req *http.Request) (*http.Response, error)

ListHybridConnectionKeysSender sends the ListHybridConnectionKeys request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListHybridConnections

func (client AppServicePlansClient) ListHybridConnections(ctx context.Context, resourceGroupName string, name string) (result HybridConnectionCollectionPage, err error)

ListHybridConnections description for Retrieve all Hybrid Connections in use in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan.

func (AppServicePlansClient) ListHybridConnectionsComplete

func (client AppServicePlansClient) ListHybridConnectionsComplete(ctx context.Context, resourceGroupName string, name string) (result HybridConnectionCollectionIterator, err error)

ListHybridConnectionsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServicePlansClient) ListHybridConnectionsPreparer

func (client AppServicePlansClient) ListHybridConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListHybridConnectionsPreparer prepares the ListHybridConnections request.

func (AppServicePlansClient) ListHybridConnectionsResponder

func (client AppServicePlansClient) ListHybridConnectionsResponder(resp *http.Response) (result HybridConnectionCollection, err error)

ListHybridConnectionsResponder handles the response to the ListHybridConnections request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListHybridConnectionsSender

func (client AppServicePlansClient) ListHybridConnectionsSender(req *http.Request) (*http.Response, error)

ListHybridConnectionsSender sends the ListHybridConnections request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListPreparer

func (client AppServicePlansClient) ListPreparer(ctx context.Context, detailed *bool) (*http.Request, error)

ListPreparer prepares the List request.

func (AppServicePlansClient) ListResponder

func (client AppServicePlansClient) ListResponder(resp *http.Response) (result AppServicePlanCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListRoutesForVnet

func (client AppServicePlansClient) ListRoutesForVnet(ctx context.Context, resourceGroupName string, name string, vnetName string) (result ListVnetRoute, err error)

ListRoutesForVnet description for Get all routes that are associated with a Virtual Network in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network.

func (AppServicePlansClient) ListRoutesForVnetPreparer

func (client AppServicePlansClient) ListRoutesForVnetPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error)

ListRoutesForVnetPreparer prepares the ListRoutesForVnet request.

func (AppServicePlansClient) ListRoutesForVnetResponder

func (client AppServicePlansClient) ListRoutesForVnetResponder(resp *http.Response) (result ListVnetRoute, err error)

ListRoutesForVnetResponder handles the response to the ListRoutesForVnet request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListRoutesForVnetSender

func (client AppServicePlansClient) ListRoutesForVnetSender(req *http.Request) (*http.Response, error)

ListRoutesForVnetSender sends the ListRoutesForVnet request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListSender

func (client AppServicePlansClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListUsages

func (client AppServicePlansClient) ListUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error)

ListUsages description for Gets server farm usage information Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of App Service Plan filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2').

func (AppServicePlansClient) ListUsagesComplete

func (client AppServicePlansClient) ListUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error)

ListUsagesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServicePlansClient) ListUsagesPreparer

func (client AppServicePlansClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error)

ListUsagesPreparer prepares the ListUsages request.

func (AppServicePlansClient) ListUsagesResponder

func (client AppServicePlansClient) ListUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error)

ListUsagesResponder handles the response to the ListUsages request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListUsagesSender

func (client AppServicePlansClient) ListUsagesSender(req *http.Request) (*http.Response, error)

ListUsagesSender sends the ListUsages request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListVnets

func (client AppServicePlansClient) ListVnets(ctx context.Context, resourceGroupName string, name string) (result ListVnetInfoResource, err error)

ListVnets description for Get all Virtual Networks associated with an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan.

func (AppServicePlansClient) ListVnetsPreparer

func (client AppServicePlansClient) ListVnetsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListVnetsPreparer prepares the ListVnets request.

func (AppServicePlansClient) ListVnetsResponder

func (client AppServicePlansClient) ListVnetsResponder(resp *http.Response) (result ListVnetInfoResource, err error)

ListVnetsResponder handles the response to the ListVnets request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListVnetsSender

func (client AppServicePlansClient) ListVnetsSender(req *http.Request) (*http.Response, error)

ListVnetsSender sends the ListVnets request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListWebApps

func (client AppServicePlansClient) ListWebApps(ctx context.Context, resourceGroupName string, name string, skipToken string, filter string, top string) (result AppCollectionPage, err error)

ListWebApps description for Get all apps associated with an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. skipToken - skip to a web app in the list of webapps associated with app service plan. If specified, the resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list contains web apps from the start of the list filter - supported filter: $filter=state eq running. Returns only web apps that are currently running top - list page size. If specified, results are paged.

func (AppServicePlansClient) ListWebAppsByHybridConnection

func (client AppServicePlansClient) ListWebAppsByHybridConnection(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (result ResourceCollectionPage, err error)

ListWebAppsByHybridConnection description for Get all apps that use a Hybrid Connection in an App Service Plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. namespaceName - name of the Hybrid Connection namespace. relayName - name of the Hybrid Connection relay.

func (AppServicePlansClient) ListWebAppsByHybridConnectionComplete

func (client AppServicePlansClient) ListWebAppsByHybridConnectionComplete(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (result ResourceCollectionIterator, err error)

ListWebAppsByHybridConnectionComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServicePlansClient) ListWebAppsByHybridConnectionPreparer

func (client AppServicePlansClient) ListWebAppsByHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (*http.Request, error)

ListWebAppsByHybridConnectionPreparer prepares the ListWebAppsByHybridConnection request.

func (AppServicePlansClient) ListWebAppsByHybridConnectionResponder

func (client AppServicePlansClient) ListWebAppsByHybridConnectionResponder(resp *http.Response) (result ResourceCollection, err error)

ListWebAppsByHybridConnectionResponder handles the response to the ListWebAppsByHybridConnection request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListWebAppsByHybridConnectionSender

func (client AppServicePlansClient) ListWebAppsByHybridConnectionSender(req *http.Request) (*http.Response, error)

ListWebAppsByHybridConnectionSender sends the ListWebAppsByHybridConnection request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) ListWebAppsComplete

func (client AppServicePlansClient) ListWebAppsComplete(ctx context.Context, resourceGroupName string, name string, skipToken string, filter string, top string) (result AppCollectionIterator, err error)

ListWebAppsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppServicePlansClient) ListWebAppsPreparer

func (client AppServicePlansClient) ListWebAppsPreparer(ctx context.Context, resourceGroupName string, name string, skipToken string, filter string, top string) (*http.Request, error)

ListWebAppsPreparer prepares the ListWebApps request.

func (AppServicePlansClient) ListWebAppsResponder

func (client AppServicePlansClient) ListWebAppsResponder(resp *http.Response) (result AppCollection, err error)

ListWebAppsResponder handles the response to the ListWebApps request. The method always closes the http.Response Body.

func (AppServicePlansClient) ListWebAppsSender

func (client AppServicePlansClient) ListWebAppsSender(req *http.Request) (*http.Response, error)

ListWebAppsSender sends the ListWebApps request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) RebootWorker

func (client AppServicePlansClient) RebootWorker(ctx context.Context, resourceGroupName string, name string, workerName string) (result autorest.Response, err error)

RebootWorker description for Reboot a worker machine in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. workerName - name of worker machine, which typically starts with RD.

func (AppServicePlansClient) RebootWorkerPreparer

func (client AppServicePlansClient) RebootWorkerPreparer(ctx context.Context, resourceGroupName string, name string, workerName string) (*http.Request, error)

RebootWorkerPreparer prepares the RebootWorker request.

func (AppServicePlansClient) RebootWorkerResponder

func (client AppServicePlansClient) RebootWorkerResponder(resp *http.Response) (result autorest.Response, err error)

RebootWorkerResponder handles the response to the RebootWorker request. The method always closes the http.Response Body.

func (AppServicePlansClient) RebootWorkerSender

func (client AppServicePlansClient) RebootWorkerSender(req *http.Request) (*http.Response, error)

RebootWorkerSender sends the RebootWorker request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) RestartWebApps

func (client AppServicePlansClient) RestartWebApps(ctx context.Context, resourceGroupName string, name string, softRestart *bool) (result autorest.Response, err error)

RestartWebApps description for Restart all apps in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. softRestart - specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps

func (AppServicePlansClient) RestartWebAppsPreparer

func (client AppServicePlansClient) RestartWebAppsPreparer(ctx context.Context, resourceGroupName string, name string, softRestart *bool) (*http.Request, error)

RestartWebAppsPreparer prepares the RestartWebApps request.

func (AppServicePlansClient) RestartWebAppsResponder

func (client AppServicePlansClient) RestartWebAppsResponder(resp *http.Response) (result autorest.Response, err error)

RestartWebAppsResponder handles the response to the RestartWebApps request. The method always closes the http.Response Body.

func (AppServicePlansClient) RestartWebAppsSender

func (client AppServicePlansClient) RestartWebAppsSender(req *http.Request) (*http.Response, error)

RestartWebAppsSender sends the RestartWebApps request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) Update

func (client AppServicePlansClient) Update(ctx context.Context, resourceGroupName string, name string, appServicePlan AppServicePlanPatchResource) (result AppServicePlan, err error)

Update description for Creates or updates an App Service Plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. appServicePlan - details of the App Service plan.

func (AppServicePlansClient) UpdatePreparer

func (client AppServicePlansClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, appServicePlan AppServicePlanPatchResource) (*http.Request, error)

UpdatePreparer prepares the Update request.

func (AppServicePlansClient) UpdateResponder

func (client AppServicePlansClient) UpdateResponder(resp *http.Response) (result AppServicePlan, err error)

UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.

func (AppServicePlansClient) UpdateSender

func (client AppServicePlansClient) UpdateSender(req *http.Request) (*http.Response, error)

UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) UpdateVnetGateway

func (client AppServicePlansClient) UpdateVnetGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (result VnetGateway, err error)

UpdateVnetGateway description for Update a Virtual Network gateway. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Only the 'primary' gateway is supported. connectionEnvelope - definition of the gateway.

func (AppServicePlansClient) UpdateVnetGatewayPreparer

func (client AppServicePlansClient) UpdateVnetGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (*http.Request, error)

UpdateVnetGatewayPreparer prepares the UpdateVnetGateway request.

func (AppServicePlansClient) UpdateVnetGatewayResponder

func (client AppServicePlansClient) UpdateVnetGatewayResponder(resp *http.Response) (result VnetGateway, err error)

UpdateVnetGatewayResponder handles the response to the UpdateVnetGateway request. The method always closes the http.Response Body.

func (AppServicePlansClient) UpdateVnetGatewaySender

func (client AppServicePlansClient) UpdateVnetGatewaySender(req *http.Request) (*http.Response, error)

UpdateVnetGatewaySender sends the UpdateVnetGateway request. The method will close the http.Response Body if it receives an error.

func (AppServicePlansClient) UpdateVnetRoute

func (client AppServicePlansClient) UpdateVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (result VnetRoute, err error)

UpdateVnetRoute description for Create or update a Virtual Network route in an App Service plan. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the App Service plan. vnetName - name of the Virtual Network. routeName - name of the Virtual Network route. route - definition of the Virtual Network route.

func (AppServicePlansClient) UpdateVnetRoutePreparer

func (client AppServicePlansClient) UpdateVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (*http.Request, error)

UpdateVnetRoutePreparer prepares the UpdateVnetRoute request.

func (AppServicePlansClient) UpdateVnetRouteResponder

func (client AppServicePlansClient) UpdateVnetRouteResponder(resp *http.Response) (result VnetRoute, err error)

UpdateVnetRouteResponder handles the response to the UpdateVnetRoute request. The method always closes the http.Response Body.

func (AppServicePlansClient) UpdateVnetRouteSender

func (client AppServicePlansClient) UpdateVnetRouteSender(req *http.Request) (*http.Response, error)

UpdateVnetRouteSender sends the UpdateVnetRoute request. The method will close the http.Response Body if it receives an error.

type AppServicePlansCreateOrUpdateFuture

type AppServicePlansCreateOrUpdateFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppServicePlansClient) (AppServicePlan, error)
}

AppServicePlansCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppServicePlansCreateOrUpdateFuture) UnmarshalJSON

func (future *AppServicePlansCreateOrUpdateFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppStack

type AppStack struct {
	// Location - READ-ONLY; Web App stack location.
	Location *string `json:"location,omitempty"`
	// AppStackProperties - WebAppStack resource specific properties
	*AppStackProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AppStack web App stack.

func (AppStack) MarshalJSON

func (as AppStack) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppStack.

func (*AppStack) UnmarshalJSON

func (as *AppStack) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AppStack struct.

type AppStackCollection

type AppStackCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]AppStack `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

AppStackCollection collection of Web app Stacks

func (AppStackCollection) IsEmpty

func (asc AppStackCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (AppStackCollection) MarshalJSON

func (asc AppStackCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppStackCollection.

type AppStackCollectionIterator

type AppStackCollectionIterator struct {
	// contains filtered or unexported fields
}

AppStackCollectionIterator provides access to a complete listing of AppStack values.

func NewAppStackCollectionIterator

func NewAppStackCollectionIterator(page AppStackCollectionPage) AppStackCollectionIterator

Creates a new instance of the AppStackCollectionIterator type.

func (*AppStackCollectionIterator) Next

func (iter *AppStackCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppStackCollectionIterator) NextWithContext

func (iter *AppStackCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (AppStackCollectionIterator) NotDone

func (iter AppStackCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (AppStackCollectionIterator) Response

Response returns the raw server response from the last page request.

func (AppStackCollectionIterator) Value

func (iter AppStackCollectionIterator) Value() AppStack

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type AppStackCollectionPage

type AppStackCollectionPage struct {
	// contains filtered or unexported fields
}

AppStackCollectionPage contains a page of AppStack values.

func NewAppStackCollectionPage

func NewAppStackCollectionPage(cur AppStackCollection, getNextPage func(context.Context, AppStackCollection) (AppStackCollection, error)) AppStackCollectionPage

Creates a new instance of the AppStackCollectionPage type.

func (*AppStackCollectionPage) Next

func (page *AppStackCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*AppStackCollectionPage) NextWithContext

func (page *AppStackCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (AppStackCollectionPage) NotDone

func (page AppStackCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (AppStackCollectionPage) Response

Response returns the raw server response from the last page request.

func (AppStackCollectionPage) Values

func (page AppStackCollectionPage) Values() []AppStack

Values returns the slice of values for the current page or nil if there are no values.

type AppStackProperties

type AppStackProperties struct {
	// DisplayText - READ-ONLY; Web App stack (display only).
	DisplayText *string `json:"displayText,omitempty"`
	// Value - READ-ONLY; Web App stack name.
	Value *string `json:"value,omitempty"`
	// MajorVersions - READ-ONLY; List of major versions available.
	MajorVersions *[]AppMajorVersion `json:"majorVersions,omitempty"`
	// PreferredOs - READ-ONLY; Web App stack preferred OS. Possible values include: 'StackPreferredOsWindows', 'StackPreferredOsLinux'
	PreferredOs StackPreferredOs `json:"preferredOs,omitempty"`
}

AppStackProperties webAppStack resource specific properties

func (AppStackProperties) MarshalJSON

func (as AppStackProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AppStackProperties.

type Apple

type Apple struct {
	// AppleProperties - Apple resource specific properties
	*AppleProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Apple the configuration settings of the Apple provider.

func (Apple) MarshalJSON

func (a Apple) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Apple.

func (*Apple) UnmarshalJSON

func (a *Apple) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Apple struct.

type AppleProperties

type AppleProperties struct {
	// Enabled - <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the Apple registration.
	Registration *AppleRegistration `json:"registration,omitempty"`
	// Login - The configuration settings of the login flow.
	Login *LoginScopes `json:"login,omitempty"`
}

AppleProperties apple resource specific properties

type AppleRegistration

type AppleRegistration struct {
	// ClientID - The Client ID of the app used for login.
	ClientID *string `json:"clientId,omitempty"`
	// ClientSecretSettingName - The app setting name that contains the client secret.
	ClientSecretSettingName *string `json:"clientSecretSettingName,omitempty"`
}

AppleRegistration the configuration settings of the registration for the Apple provider

type ApplicationLogsConfig

type ApplicationLogsConfig struct {
	// FileSystem - Application logs to file system configuration.
	FileSystem *FileSystemApplicationLogsConfig `json:"fileSystem,omitempty"`
	// AzureTableStorage - Application logs to azure table storage configuration.
	AzureTableStorage *AzureTableStorageApplicationLogsConfig `json:"azureTableStorage,omitempty"`
	// AzureBlobStorage - Application logs to blob storage configuration.
	AzureBlobStorage *AzureBlobStorageApplicationLogsConfig `json:"azureBlobStorage,omitempty"`
}

ApplicationLogsConfig application logs configuration.

type ApplicationStack

type ApplicationStack struct {
	// Name - Application stack name.
	Name *string `json:"name,omitempty"`
	// Display - Application stack display name.
	Display *string `json:"display,omitempty"`
	// Dependency - Application stack dependency.
	Dependency *string `json:"dependency,omitempty"`
	// MajorVersions - List of major versions available.
	MajorVersions *[]StackMajorVersion `json:"majorVersions,omitempty"`
	// Frameworks - List of frameworks associated with application stack.
	Frameworks *[]ApplicationStack `json:"frameworks,omitempty"`
	// IsDeprecated - <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.
	IsDeprecated *[]ApplicationStack `json:"isDeprecated,omitempty"`
}

ApplicationStack application stack.

type ApplicationStackCollection

type ApplicationStackCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]ApplicationStackResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ApplicationStackCollection collection of Application Stacks

func (ApplicationStackCollection) IsEmpty

func (asc ApplicationStackCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ApplicationStackCollection) MarshalJSON

func (asc ApplicationStackCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ApplicationStackCollection.

type ApplicationStackCollectionIterator

type ApplicationStackCollectionIterator struct {
	// contains filtered or unexported fields
}

ApplicationStackCollectionIterator provides access to a complete listing of ApplicationStackResource values.

func NewApplicationStackCollectionIterator

func NewApplicationStackCollectionIterator(page ApplicationStackCollectionPage) ApplicationStackCollectionIterator

Creates a new instance of the ApplicationStackCollectionIterator type.

func (*ApplicationStackCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ApplicationStackCollectionIterator) NextWithContext

func (iter *ApplicationStackCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ApplicationStackCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (ApplicationStackCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ApplicationStackCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ApplicationStackCollectionPage

type ApplicationStackCollectionPage struct {
	// contains filtered or unexported fields
}

ApplicationStackCollectionPage contains a page of ApplicationStackResource values.

func NewApplicationStackCollectionPage

Creates a new instance of the ApplicationStackCollectionPage type.

func (*ApplicationStackCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ApplicationStackCollectionPage) NextWithContext

func (page *ApplicationStackCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ApplicationStackCollectionPage) NotDone

func (page ApplicationStackCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ApplicationStackCollectionPage) Response

Response returns the raw server response from the last page request.

func (ApplicationStackCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type ApplicationStackResource

type ApplicationStackResource struct {
	// ApplicationStack - Core resource properties
	*ApplicationStack `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ApplicationStackResource ARM resource for a ApplicationStack.

func (ApplicationStackResource) MarshalJSON

func (asr ApplicationStackResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ApplicationStackResource.

func (*ApplicationStackResource) UnmarshalJSON

func (asr *ApplicationStackResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ApplicationStackResource struct.

type AppsApproveOrRejectPrivateEndpointConnectionFuture

type AppsApproveOrRejectPrivateEndpointConnectionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (RemotePrivateEndpointConnectionARMResource, error)
}

AppsApproveOrRejectPrivateEndpointConnectionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsApproveOrRejectPrivateEndpointConnectionFuture) UnmarshalJSON

func (future *AppsApproveOrRejectPrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsApproveOrRejectPrivateEndpointConnectionSlotFuture

type AppsApproveOrRejectPrivateEndpointConnectionSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (RemotePrivateEndpointConnectionARMResource, error)
}

AppsApproveOrRejectPrivateEndpointConnectionSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsApproveOrRejectPrivateEndpointConnectionSlotFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsClient

type AppsClient struct {
	BaseClient
}

AppsClient is the webSite Management Client

func NewAppsClient

func NewAppsClient(subscriptionID string) AppsClient

NewAppsClient creates an instance of the AppsClient client.

func NewAppsClientWithBaseURI

func NewAppsClientWithBaseURI(baseURI string, subscriptionID string) AppsClient

NewAppsClientWithBaseURI creates an instance of the AppsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (AppsClient) AddPremierAddOn

func (client AppsClient) AddPremierAddOn(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOn) (result PremierAddOn, err error)

AddPremierAddOn description for Updates a named add-on of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name. premierAddOn - a JSON representation of the edited premier add-on.

func (AppsClient) AddPremierAddOnPreparer

func (client AppsClient) AddPremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOn) (*http.Request, error)

AddPremierAddOnPreparer prepares the AddPremierAddOn request.

func (AppsClient) AddPremierAddOnResponder

func (client AppsClient) AddPremierAddOnResponder(resp *http.Response) (result PremierAddOn, err error)

AddPremierAddOnResponder handles the response to the AddPremierAddOn request. The method always closes the http.Response Body.

func (AppsClient) AddPremierAddOnSender

func (client AppsClient) AddPremierAddOnSender(req *http.Request) (*http.Response, error)

AddPremierAddOnSender sends the AddPremierAddOn request. The method will close the http.Response Body if it receives an error.

func (AppsClient) AddPremierAddOnSlot

func (client AppsClient) AddPremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOn, slot string) (result PremierAddOn, err error)

AddPremierAddOnSlot description for Updates a named add-on of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name. premierAddOn - a JSON representation of the edited premier add-on. slot - name of the deployment slot. If a slot is not specified, the API will update the named add-on for the production slot.

func (AppsClient) AddPremierAddOnSlotPreparer

func (client AppsClient) AddPremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOn, slot string) (*http.Request, error)

AddPremierAddOnSlotPreparer prepares the AddPremierAddOnSlot request.

func (AppsClient) AddPremierAddOnSlotResponder

func (client AppsClient) AddPremierAddOnSlotResponder(resp *http.Response) (result PremierAddOn, err error)

AddPremierAddOnSlotResponder handles the response to the AddPremierAddOnSlot request. The method always closes the http.Response Body.

func (AppsClient) AddPremierAddOnSlotSender

func (client AppsClient) AddPremierAddOnSlotSender(req *http.Request) (*http.Response, error)

AddPremierAddOnSlotSender sends the AddPremierAddOnSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) AnalyzeCustomHostname

func (client AppsClient) AnalyzeCustomHostname(ctx context.Context, resourceGroupName string, name string, hostName string) (result CustomHostnameAnalysisResult, err error)

AnalyzeCustomHostname description for Analyze a custom hostname. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. hostName - custom hostname.

func (AppsClient) AnalyzeCustomHostnamePreparer

func (client AppsClient) AnalyzeCustomHostnamePreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error)

AnalyzeCustomHostnamePreparer prepares the AnalyzeCustomHostname request.

func (AppsClient) AnalyzeCustomHostnameResponder

func (client AppsClient) AnalyzeCustomHostnameResponder(resp *http.Response) (result CustomHostnameAnalysisResult, err error)

AnalyzeCustomHostnameResponder handles the response to the AnalyzeCustomHostname request. The method always closes the http.Response Body.

func (AppsClient) AnalyzeCustomHostnameSender

func (client AppsClient) AnalyzeCustomHostnameSender(req *http.Request) (*http.Response, error)

AnalyzeCustomHostnameSender sends the AnalyzeCustomHostname request. The method will close the http.Response Body if it receives an error.

func (AppsClient) AnalyzeCustomHostnameSlot

func (client AppsClient) AnalyzeCustomHostnameSlot(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (result CustomHostnameAnalysisResult, err error)

AnalyzeCustomHostnameSlot description for Analyze a custom hostname. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot. hostName - custom hostname.

func (AppsClient) AnalyzeCustomHostnameSlotPreparer

func (client AppsClient) AnalyzeCustomHostnameSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (*http.Request, error)

AnalyzeCustomHostnameSlotPreparer prepares the AnalyzeCustomHostnameSlot request.

func (AppsClient) AnalyzeCustomHostnameSlotResponder

func (client AppsClient) AnalyzeCustomHostnameSlotResponder(resp *http.Response) (result CustomHostnameAnalysisResult, err error)

AnalyzeCustomHostnameSlotResponder handles the response to the AnalyzeCustomHostnameSlot request. The method always closes the http.Response Body.

func (AppsClient) AnalyzeCustomHostnameSlotSender

func (client AppsClient) AnalyzeCustomHostnameSlotSender(req *http.Request) (*http.Response, error)

AnalyzeCustomHostnameSlotSender sends the AnalyzeCustomHostnameSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ApplySlotConfigToProduction

func (client AppsClient) ApplySlotConfigToProduction(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result autorest.Response, err error)

ApplySlotConfigToProduction description for Applies the configuration settings from the target slot onto the current slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slotSwapEntity - JSON object that contains the target slot name. See example.

func (AppsClient) ApplySlotConfigToProductionPreparer

func (client AppsClient) ApplySlotConfigToProductionPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (*http.Request, error)

ApplySlotConfigToProductionPreparer prepares the ApplySlotConfigToProduction request.

func (AppsClient) ApplySlotConfigToProductionResponder

func (client AppsClient) ApplySlotConfigToProductionResponder(resp *http.Response) (result autorest.Response, err error)

ApplySlotConfigToProductionResponder handles the response to the ApplySlotConfigToProduction request. The method always closes the http.Response Body.

func (AppsClient) ApplySlotConfigToProductionSender

func (client AppsClient) ApplySlotConfigToProductionSender(req *http.Request) (*http.Response, error)

ApplySlotConfigToProductionSender sends the ApplySlotConfigToProduction request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ApplySlotConfigurationSlot

func (client AppsClient) ApplySlotConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result autorest.Response, err error)

ApplySlotConfigurationSlot description for Applies the configuration settings from the target slot onto the current slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slotSwapEntity - JSON object that contains the target slot name. See example. slot - name of the source slot. If a slot is not specified, the production slot is used as the source slot.

func (AppsClient) ApplySlotConfigurationSlotPreparer

func (client AppsClient) ApplySlotConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (*http.Request, error)

ApplySlotConfigurationSlotPreparer prepares the ApplySlotConfigurationSlot request.

func (AppsClient) ApplySlotConfigurationSlotResponder

func (client AppsClient) ApplySlotConfigurationSlotResponder(resp *http.Response) (result autorest.Response, err error)

ApplySlotConfigurationSlotResponder handles the response to the ApplySlotConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) ApplySlotConfigurationSlotSender

func (client AppsClient) ApplySlotConfigurationSlotSender(req *http.Request) (*http.Response, error)

ApplySlotConfigurationSlotSender sends the ApplySlotConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ApproveOrRejectPrivateEndpointConnection

func (client AppsClient) ApproveOrRejectPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource) (result AppsApproveOrRejectPrivateEndpointConnectionFuture, err error)

ApproveOrRejectPrivateEndpointConnection description for Approves or rejects a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (AppsClient) ApproveOrRejectPrivateEndpointConnectionPreparer

func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource) (*http.Request, error)

ApproveOrRejectPrivateEndpointConnectionPreparer prepares the ApproveOrRejectPrivateEndpointConnection request.

func (AppsClient) ApproveOrRejectPrivateEndpointConnectionResponder

func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

ApproveOrRejectPrivateEndpointConnectionResponder handles the response to the ApproveOrRejectPrivateEndpointConnection request. The method always closes the http.Response Body.

func (AppsClient) ApproveOrRejectPrivateEndpointConnectionSender

func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSender(req *http.Request) (future AppsApproveOrRejectPrivateEndpointConnectionFuture, err error)

ApproveOrRejectPrivateEndpointConnectionSender sends the ApproveOrRejectPrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ApproveOrRejectPrivateEndpointConnectionSlot

func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlot(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource, slot string) (result AppsApproveOrRejectPrivateEndpointConnectionSlotFuture, err error)

ApproveOrRejectPrivateEndpointConnectionSlot description for Approves or rejects a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotPreparer

func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource, slot string) (*http.Request, error)

ApproveOrRejectPrivateEndpointConnectionSlotPreparer prepares the ApproveOrRejectPrivateEndpointConnectionSlot request.

func (AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotResponder

func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

ApproveOrRejectPrivateEndpointConnectionSlotResponder handles the response to the ApproveOrRejectPrivateEndpointConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotSender

func (client AppsClient) ApproveOrRejectPrivateEndpointConnectionSlotSender(req *http.Request) (future AppsApproveOrRejectPrivateEndpointConnectionSlotFuture, err error)

ApproveOrRejectPrivateEndpointConnectionSlotSender sends the ApproveOrRejectPrivateEndpointConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Backup

func (client AppsClient) Backup(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (result BackupItem, err error)

Backup description for Creates a backup of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - backup configuration. You can use the JSON response from the POST action as input here.

func (AppsClient) BackupPreparer

func (client AppsClient) BackupPreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (*http.Request, error)

BackupPreparer prepares the Backup request.

func (AppsClient) BackupResponder

func (client AppsClient) BackupResponder(resp *http.Response) (result BackupItem, err error)

BackupResponder handles the response to the Backup request. The method always closes the http.Response Body.

func (AppsClient) BackupSender

func (client AppsClient) BackupSender(req *http.Request) (*http.Response, error)

BackupSender sends the Backup request. The method will close the http.Response Body if it receives an error.

func (AppsClient) BackupSlot

func (client AppsClient) BackupSlot(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (result BackupItem, err error)

BackupSlot description for Creates a backup of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - backup configuration. You can use the JSON response from the POST action as input here. slot - name of the deployment slot. If a slot is not specified, the API will create a backup for the production slot.

func (AppsClient) BackupSlotPreparer

func (client AppsClient) BackupSlotPreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (*http.Request, error)

BackupSlotPreparer prepares the BackupSlot request.

func (AppsClient) BackupSlotResponder

func (client AppsClient) BackupSlotResponder(resp *http.Response) (result BackupItem, err error)

BackupSlotResponder handles the response to the BackupSlot request. The method always closes the http.Response Body.

func (AppsClient) BackupSlotSender

func (client AppsClient) BackupSlotSender(req *http.Request) (*http.Response, error)

BackupSlotSender sends the BackupSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateDeployment

func (client AppsClient) CreateDeployment(ctx context.Context, resourceGroupName string, name string, ID string, deployment Deployment) (result Deployment, err error)

CreateDeployment description for Create a deployment for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - ID of an existing deployment. deployment - deployment details.

func (AppsClient) CreateDeploymentPreparer

func (client AppsClient) CreateDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string, deployment Deployment) (*http.Request, error)

CreateDeploymentPreparer prepares the CreateDeployment request.

func (AppsClient) CreateDeploymentResponder

func (client AppsClient) CreateDeploymentResponder(resp *http.Response) (result Deployment, err error)

CreateDeploymentResponder handles the response to the CreateDeployment request. The method always closes the http.Response Body.

func (AppsClient) CreateDeploymentSender

func (client AppsClient) CreateDeploymentSender(req *http.Request) (*http.Response, error)

CreateDeploymentSender sends the CreateDeployment request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateDeploymentSlot

func (client AppsClient) CreateDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string, deployment Deployment) (result Deployment, err error)

CreateDeploymentSlot description for Create a deployment for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - ID of an existing deployment. slot - name of the deployment slot. If a slot is not specified, the API creates a deployment for the production slot. deployment - deployment details.

func (AppsClient) CreateDeploymentSlotPreparer

func (client AppsClient) CreateDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string, deployment Deployment) (*http.Request, error)

CreateDeploymentSlotPreparer prepares the CreateDeploymentSlot request.

func (AppsClient) CreateDeploymentSlotResponder

func (client AppsClient) CreateDeploymentSlotResponder(resp *http.Response) (result Deployment, err error)

CreateDeploymentSlotResponder handles the response to the CreateDeploymentSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateDeploymentSlotSender

func (client AppsClient) CreateDeploymentSlotSender(req *http.Request) (*http.Response, error)

CreateDeploymentSlotSender sends the CreateDeploymentSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateFunction

func (client AppsClient) CreateFunction(ctx context.Context, resourceGroupName string, name string, functionName string, functionEnvelope FunctionEnvelope) (result AppsCreateFunctionFuture, err error)

CreateFunction description for Create function for web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name. functionEnvelope - function details.

func (AppsClient) CreateFunctionPreparer

func (client AppsClient) CreateFunctionPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, functionEnvelope FunctionEnvelope) (*http.Request, error)

CreateFunctionPreparer prepares the CreateFunction request.

func (AppsClient) CreateFunctionResponder

func (client AppsClient) CreateFunctionResponder(resp *http.Response) (result FunctionEnvelope, err error)

CreateFunctionResponder handles the response to the CreateFunction request. The method always closes the http.Response Body.

func (AppsClient) CreateFunctionSender

func (client AppsClient) CreateFunctionSender(req *http.Request) (future AppsCreateFunctionFuture, err error)

CreateFunctionSender sends the CreateFunction request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateInstanceFunctionSlot

func (client AppsClient) CreateInstanceFunctionSlot(ctx context.Context, resourceGroupName string, name string, functionName string, slot string, functionEnvelope FunctionEnvelope) (result AppsCreateInstanceFunctionSlotFuture, err error)

CreateInstanceFunctionSlot description for Create function for web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name. slot - name of the deployment slot. functionEnvelope - function details.

func (AppsClient) CreateInstanceFunctionSlotPreparer

func (client AppsClient) CreateInstanceFunctionSlotPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, slot string, functionEnvelope FunctionEnvelope) (*http.Request, error)

CreateInstanceFunctionSlotPreparer prepares the CreateInstanceFunctionSlot request.

func (AppsClient) CreateInstanceFunctionSlotResponder

func (client AppsClient) CreateInstanceFunctionSlotResponder(resp *http.Response) (result FunctionEnvelope, err error)

CreateInstanceFunctionSlotResponder handles the response to the CreateInstanceFunctionSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateInstanceFunctionSlotSender

func (client AppsClient) CreateInstanceFunctionSlotSender(req *http.Request) (future AppsCreateInstanceFunctionSlotFuture, err error)

CreateInstanceFunctionSlotSender sends the CreateInstanceFunctionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateInstanceMSDeployOperation

func (client AppsClient) CreateInstanceMSDeployOperation(ctx context.Context, resourceGroupName string, name string, instanceID string, mSDeploy MSDeploy) (result AppsCreateInstanceMSDeployOperationFuture, err error)

CreateInstanceMSDeployOperation description for Invoke the MSDeploy web app extension. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. instanceID - ID of web app instance. mSDeploy - details of MSDeploy operation

func (AppsClient) CreateInstanceMSDeployOperationPreparer

func (client AppsClient) CreateInstanceMSDeployOperationPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string, mSDeploy MSDeploy) (*http.Request, error)

CreateInstanceMSDeployOperationPreparer prepares the CreateInstanceMSDeployOperation request.

func (AppsClient) CreateInstanceMSDeployOperationResponder

func (client AppsClient) CreateInstanceMSDeployOperationResponder(resp *http.Response) (result MSDeployStatus, err error)

CreateInstanceMSDeployOperationResponder handles the response to the CreateInstanceMSDeployOperation request. The method always closes the http.Response Body.

func (AppsClient) CreateInstanceMSDeployOperationSender

func (client AppsClient) CreateInstanceMSDeployOperationSender(req *http.Request) (future AppsCreateInstanceMSDeployOperationFuture, err error)

CreateInstanceMSDeployOperationSender sends the CreateInstanceMSDeployOperation request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateInstanceMSDeployOperationSlot

func (client AppsClient) CreateInstanceMSDeployOperationSlot(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string, mSDeploy MSDeploy) (result AppsCreateInstanceMSDeployOperationSlotFuture, err error)

CreateInstanceMSDeployOperationSlot description for Invoke the MSDeploy web app extension. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot. instanceID - ID of web app instance. mSDeploy - details of MSDeploy operation

func (AppsClient) CreateInstanceMSDeployOperationSlotPreparer

func (client AppsClient) CreateInstanceMSDeployOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string, mSDeploy MSDeploy) (*http.Request, error)

CreateInstanceMSDeployOperationSlotPreparer prepares the CreateInstanceMSDeployOperationSlot request.

func (AppsClient) CreateInstanceMSDeployOperationSlotResponder

func (client AppsClient) CreateInstanceMSDeployOperationSlotResponder(resp *http.Response) (result MSDeployStatus, err error)

CreateInstanceMSDeployOperationSlotResponder handles the response to the CreateInstanceMSDeployOperationSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateInstanceMSDeployOperationSlotSender

func (client AppsClient) CreateInstanceMSDeployOperationSlotSender(req *http.Request) (future AppsCreateInstanceMSDeployOperationSlotFuture, err error)

CreateInstanceMSDeployOperationSlotSender sends the CreateInstanceMSDeployOperationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateMSDeployOperation

func (client AppsClient) CreateMSDeployOperation(ctx context.Context, resourceGroupName string, name string, mSDeploy MSDeploy) (result AppsCreateMSDeployOperationFuture, err error)

CreateMSDeployOperation description for Invoke the MSDeploy web app extension. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. mSDeploy - details of MSDeploy operation

func (AppsClient) CreateMSDeployOperationPreparer

func (client AppsClient) CreateMSDeployOperationPreparer(ctx context.Context, resourceGroupName string, name string, mSDeploy MSDeploy) (*http.Request, error)

CreateMSDeployOperationPreparer prepares the CreateMSDeployOperation request.

func (AppsClient) CreateMSDeployOperationResponder

func (client AppsClient) CreateMSDeployOperationResponder(resp *http.Response) (result MSDeployStatus, err error)

CreateMSDeployOperationResponder handles the response to the CreateMSDeployOperation request. The method always closes the http.Response Body.

func (AppsClient) CreateMSDeployOperationSender

func (client AppsClient) CreateMSDeployOperationSender(req *http.Request) (future AppsCreateMSDeployOperationFuture, err error)

CreateMSDeployOperationSender sends the CreateMSDeployOperation request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateMSDeployOperationSlot

func (client AppsClient) CreateMSDeployOperationSlot(ctx context.Context, resourceGroupName string, name string, slot string, mSDeploy MSDeploy) (result AppsCreateMSDeployOperationSlotFuture, err error)

CreateMSDeployOperationSlot description for Invoke the MSDeploy web app extension. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot. mSDeploy - details of MSDeploy operation

func (AppsClient) CreateMSDeployOperationSlotPreparer

func (client AppsClient) CreateMSDeployOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, mSDeploy MSDeploy) (*http.Request, error)

CreateMSDeployOperationSlotPreparer prepares the CreateMSDeployOperationSlot request.

func (AppsClient) CreateMSDeployOperationSlotResponder

func (client AppsClient) CreateMSDeployOperationSlotResponder(resp *http.Response) (result MSDeployStatus, err error)

CreateMSDeployOperationSlotResponder handles the response to the CreateMSDeployOperationSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateMSDeployOperationSlotSender

func (client AppsClient) CreateMSDeployOperationSlotSender(req *http.Request) (future AppsCreateMSDeployOperationSlotFuture, err error)

CreateMSDeployOperationSlotSender sends the CreateMSDeployOperationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdate

func (client AppsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site) (result AppsCreateOrUpdateFuture, err error)

CreateOrUpdate description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter. siteEnvelope - a JSON representation of the app properties. See example.

func (AppsClient) CreateOrUpdateConfiguration

func (client AppsClient) CreateOrUpdateConfiguration(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource) (result SiteConfigResource, err error)

CreateOrUpdateConfiguration description for Updates the configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteConfig - JSON representation of a SiteConfig object. See example.

func (AppsClient) CreateOrUpdateConfigurationPreparer

func (client AppsClient) CreateOrUpdateConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource) (*http.Request, error)

CreateOrUpdateConfigurationPreparer prepares the CreateOrUpdateConfiguration request.

func (AppsClient) CreateOrUpdateConfigurationResponder

func (client AppsClient) CreateOrUpdateConfigurationResponder(resp *http.Response) (result SiteConfigResource, err error)

CreateOrUpdateConfigurationResponder handles the response to the CreateOrUpdateConfiguration request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateConfigurationSender

func (client AppsClient) CreateOrUpdateConfigurationSender(req *http.Request) (*http.Response, error)

CreateOrUpdateConfigurationSender sends the CreateOrUpdateConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateConfigurationSlot

func (client AppsClient) CreateOrUpdateConfigurationSlot(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource, slot string) (result SiteConfigResource, err error)

CreateOrUpdateConfigurationSlot description for Updates the configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteConfig - JSON representation of a SiteConfig object. See example. slot - name of the deployment slot. If a slot is not specified, the API will update configuration for the production slot.

func (AppsClient) CreateOrUpdateConfigurationSlotPreparer

func (client AppsClient) CreateOrUpdateConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource, slot string) (*http.Request, error)

CreateOrUpdateConfigurationSlotPreparer prepares the CreateOrUpdateConfigurationSlot request.

func (AppsClient) CreateOrUpdateConfigurationSlotResponder

func (client AppsClient) CreateOrUpdateConfigurationSlotResponder(resp *http.Response) (result SiteConfigResource, err error)

CreateOrUpdateConfigurationSlotResponder handles the response to the CreateOrUpdateConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateConfigurationSlotSender

func (client AppsClient) CreateOrUpdateConfigurationSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateConfigurationSlotSender sends the CreateOrUpdateConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifier

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier) (result Identifier, err error)

CreateOrUpdateDomainOwnershipIdentifier description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier. domainOwnershipIdentifier - a JSON representation of the domain ownership properties.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifierPreparer

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier) (*http.Request, error)

CreateOrUpdateDomainOwnershipIdentifierPreparer prepares the CreateOrUpdateDomainOwnershipIdentifier request.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifierResponder

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierResponder(resp *http.Response) (result Identifier, err error)

CreateOrUpdateDomainOwnershipIdentifierResponder handles the response to the CreateOrUpdateDomainOwnershipIdentifier request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifierSender

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

CreateOrUpdateDomainOwnershipIdentifierSender sends the CreateOrUpdateDomainOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlot

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier, slot string) (result Identifier, err error)

CreateOrUpdateDomainOwnershipIdentifierSlot description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier. domainOwnershipIdentifier - a JSON representation of the domain ownership properties. slot - name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotPreparer

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier, slot string) (*http.Request, error)

CreateOrUpdateDomainOwnershipIdentifierSlotPreparer prepares the CreateOrUpdateDomainOwnershipIdentifierSlot request.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotResponder

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result Identifier, err error)

CreateOrUpdateDomainOwnershipIdentifierSlotResponder handles the response to the CreateOrUpdateDomainOwnershipIdentifierSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotSender

func (client AppsClient) CreateOrUpdateDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateDomainOwnershipIdentifierSlotSender sends the CreateOrUpdateDomainOwnershipIdentifierSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateFunctionSecret

func (client AppsClient) CreateOrUpdateFunctionSecret(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string, key KeyInfo) (result KeyInfo, err error)

CreateOrUpdateFunctionSecret description for Add or update a function secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - the name of the function. keyName - the name of the key. key - the key to create or update

func (AppsClient) CreateOrUpdateFunctionSecretPreparer

func (client AppsClient) CreateOrUpdateFunctionSecretPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string, key KeyInfo) (*http.Request, error)

CreateOrUpdateFunctionSecretPreparer prepares the CreateOrUpdateFunctionSecret request.

func (AppsClient) CreateOrUpdateFunctionSecretResponder

func (client AppsClient) CreateOrUpdateFunctionSecretResponder(resp *http.Response) (result KeyInfo, err error)

CreateOrUpdateFunctionSecretResponder handles the response to the CreateOrUpdateFunctionSecret request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateFunctionSecretSender

func (client AppsClient) CreateOrUpdateFunctionSecretSender(req *http.Request) (*http.Response, error)

CreateOrUpdateFunctionSecretSender sends the CreateOrUpdateFunctionSecret request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateFunctionSecretSlot

func (client AppsClient) CreateOrUpdateFunctionSecretSlot(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string, slot string, key KeyInfo) (result KeyInfo, err error)

CreateOrUpdateFunctionSecretSlot description for Add or update a function secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - the name of the function. keyName - the name of the key. slot - name of the deployment slot. key - the key to create or update

func (AppsClient) CreateOrUpdateFunctionSecretSlotPreparer

func (client AppsClient) CreateOrUpdateFunctionSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string, slot string, key KeyInfo) (*http.Request, error)

CreateOrUpdateFunctionSecretSlotPreparer prepares the CreateOrUpdateFunctionSecretSlot request.

func (AppsClient) CreateOrUpdateFunctionSecretSlotResponder

func (client AppsClient) CreateOrUpdateFunctionSecretSlotResponder(resp *http.Response) (result KeyInfo, err error)

CreateOrUpdateFunctionSecretSlotResponder handles the response to the CreateOrUpdateFunctionSecretSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateFunctionSecretSlotSender

func (client AppsClient) CreateOrUpdateFunctionSecretSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateFunctionSecretSlotSender sends the CreateOrUpdateFunctionSecretSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateHostNameBinding

func (client AppsClient) CreateOrUpdateHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding) (result HostNameBinding, err error)

CreateOrUpdateHostNameBinding description for Creates a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. hostName - hostname in the hostname binding. hostNameBinding - binding details. This is the JSON representation of a HostNameBinding object.

func (AppsClient) CreateOrUpdateHostNameBindingPreparer

func (client AppsClient) CreateOrUpdateHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding) (*http.Request, error)

CreateOrUpdateHostNameBindingPreparer prepares the CreateOrUpdateHostNameBinding request.

func (AppsClient) CreateOrUpdateHostNameBindingResponder

func (client AppsClient) CreateOrUpdateHostNameBindingResponder(resp *http.Response) (result HostNameBinding, err error)

CreateOrUpdateHostNameBindingResponder handles the response to the CreateOrUpdateHostNameBinding request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateHostNameBindingSender

func (client AppsClient) CreateOrUpdateHostNameBindingSender(req *http.Request) (*http.Response, error)

CreateOrUpdateHostNameBindingSender sends the CreateOrUpdateHostNameBinding request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateHostNameBindingSlot

func (client AppsClient) CreateOrUpdateHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding, slot string) (result HostNameBinding, err error)

CreateOrUpdateHostNameBindingSlot description for Creates a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. hostName - hostname in the hostname binding. hostNameBinding - binding details. This is the JSON representation of a HostNameBinding object. slot - name of the deployment slot. If a slot is not specified, the API will create a binding for the production slot.

func (AppsClient) CreateOrUpdateHostNameBindingSlotPreparer

func (client AppsClient) CreateOrUpdateHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding, slot string) (*http.Request, error)

CreateOrUpdateHostNameBindingSlotPreparer prepares the CreateOrUpdateHostNameBindingSlot request.

func (AppsClient) CreateOrUpdateHostNameBindingSlotResponder

func (client AppsClient) CreateOrUpdateHostNameBindingSlotResponder(resp *http.Response) (result HostNameBinding, err error)

CreateOrUpdateHostNameBindingSlotResponder handles the response to the CreateOrUpdateHostNameBindingSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateHostNameBindingSlotSender

func (client AppsClient) CreateOrUpdateHostNameBindingSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateHostNameBindingSlotSender sends the CreateOrUpdateHostNameBindingSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateHostSecret

func (client AppsClient) CreateOrUpdateHostSecret(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string, key KeyInfo) (result KeyInfo, err error)

CreateOrUpdateHostSecret description for Add or update a host level secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. keyType - the type of host key. keyName - the name of the key. key - the key to create or update

func (AppsClient) CreateOrUpdateHostSecretPreparer

func (client AppsClient) CreateOrUpdateHostSecretPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string, key KeyInfo) (*http.Request, error)

CreateOrUpdateHostSecretPreparer prepares the CreateOrUpdateHostSecret request.

func (AppsClient) CreateOrUpdateHostSecretResponder

func (client AppsClient) CreateOrUpdateHostSecretResponder(resp *http.Response) (result KeyInfo, err error)

CreateOrUpdateHostSecretResponder handles the response to the CreateOrUpdateHostSecret request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateHostSecretSender

func (client AppsClient) CreateOrUpdateHostSecretSender(req *http.Request) (*http.Response, error)

CreateOrUpdateHostSecretSender sends the CreateOrUpdateHostSecret request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateHostSecretSlot

func (client AppsClient) CreateOrUpdateHostSecretSlot(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string, slot string, key KeyInfo) (result KeyInfo, err error)

CreateOrUpdateHostSecretSlot description for Add or update a host level secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. keyType - the type of host key. keyName - the name of the key. slot - name of the deployment slot. key - the key to create or update

func (AppsClient) CreateOrUpdateHostSecretSlotPreparer

func (client AppsClient) CreateOrUpdateHostSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string, slot string, key KeyInfo) (*http.Request, error)

CreateOrUpdateHostSecretSlotPreparer prepares the CreateOrUpdateHostSecretSlot request.

func (AppsClient) CreateOrUpdateHostSecretSlotResponder

func (client AppsClient) CreateOrUpdateHostSecretSlotResponder(resp *http.Response) (result KeyInfo, err error)

CreateOrUpdateHostSecretSlotResponder handles the response to the CreateOrUpdateHostSecretSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateHostSecretSlotSender

func (client AppsClient) CreateOrUpdateHostSecretSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateHostSecretSlotSender sends the CreateOrUpdateHostSecretSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateHybridConnection

func (client AppsClient) CreateOrUpdateHybridConnection(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection) (result HybridConnection, err error)

CreateOrUpdateHybridConnection description for Creates a new Hybrid Connection using a Service Bus relay. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection. connectionEnvelope - the details of the hybrid connection.

func (AppsClient) CreateOrUpdateHybridConnectionPreparer

func (client AppsClient) CreateOrUpdateHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection) (*http.Request, error)

CreateOrUpdateHybridConnectionPreparer prepares the CreateOrUpdateHybridConnection request.

func (AppsClient) CreateOrUpdateHybridConnectionResponder

func (client AppsClient) CreateOrUpdateHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error)

CreateOrUpdateHybridConnectionResponder handles the response to the CreateOrUpdateHybridConnection request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateHybridConnectionSender

func (client AppsClient) CreateOrUpdateHybridConnectionSender(req *http.Request) (*http.Response, error)

CreateOrUpdateHybridConnectionSender sends the CreateOrUpdateHybridConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateHybridConnectionSlot

func (client AppsClient) CreateOrUpdateHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection, slot string) (result HybridConnection, err error)

CreateOrUpdateHybridConnectionSlot description for Creates a new Hybrid Connection using a Service Bus relay. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection. connectionEnvelope - the details of the hybrid connection. slot - the name of the slot for the web app.

func (AppsClient) CreateOrUpdateHybridConnectionSlotPreparer

func (client AppsClient) CreateOrUpdateHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection, slot string) (*http.Request, error)

CreateOrUpdateHybridConnectionSlotPreparer prepares the CreateOrUpdateHybridConnectionSlot request.

func (AppsClient) CreateOrUpdateHybridConnectionSlotResponder

func (client AppsClient) CreateOrUpdateHybridConnectionSlotResponder(resp *http.Response) (result HybridConnection, err error)

CreateOrUpdateHybridConnectionSlotResponder handles the response to the CreateOrUpdateHybridConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateHybridConnectionSlotSender

func (client AppsClient) CreateOrUpdateHybridConnectionSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateHybridConnectionSlotSender sends the CreateOrUpdateHybridConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdatePreparer

func (client AppsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (AppsClient) CreateOrUpdatePublicCertificate

func (client AppsClient) CreateOrUpdatePublicCertificate(ctx context.Context, resourceGroupName string, name string, publicCertificateName string, publicCertificate PublicCertificate) (result PublicCertificate, err error)

CreateOrUpdatePublicCertificate description for Creates a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. publicCertificateName - public certificate name. publicCertificate - public certificate details. This is the JSON representation of a PublicCertificate object.

func (AppsClient) CreateOrUpdatePublicCertificatePreparer

func (client AppsClient) CreateOrUpdatePublicCertificatePreparer(ctx context.Context, resourceGroupName string, name string, publicCertificateName string, publicCertificate PublicCertificate) (*http.Request, error)

CreateOrUpdatePublicCertificatePreparer prepares the CreateOrUpdatePublicCertificate request.

func (AppsClient) CreateOrUpdatePublicCertificateResponder

func (client AppsClient) CreateOrUpdatePublicCertificateResponder(resp *http.Response) (result PublicCertificate, err error)

CreateOrUpdatePublicCertificateResponder handles the response to the CreateOrUpdatePublicCertificate request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdatePublicCertificateSender

func (client AppsClient) CreateOrUpdatePublicCertificateSender(req *http.Request) (*http.Response, error)

CreateOrUpdatePublicCertificateSender sends the CreateOrUpdatePublicCertificate request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdatePublicCertificateSlot

func (client AppsClient) CreateOrUpdatePublicCertificateSlot(ctx context.Context, resourceGroupName string, name string, publicCertificateName string, publicCertificate PublicCertificate, slot string) (result PublicCertificate, err error)

CreateOrUpdatePublicCertificateSlot description for Creates a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. publicCertificateName - public certificate name. publicCertificate - public certificate details. This is the JSON representation of a PublicCertificate object. slot - name of the deployment slot. If a slot is not specified, the API will create a binding for the production slot.

func (AppsClient) CreateOrUpdatePublicCertificateSlotPreparer

func (client AppsClient) CreateOrUpdatePublicCertificateSlotPreparer(ctx context.Context, resourceGroupName string, name string, publicCertificateName string, publicCertificate PublicCertificate, slot string) (*http.Request, error)

CreateOrUpdatePublicCertificateSlotPreparer prepares the CreateOrUpdatePublicCertificateSlot request.

func (AppsClient) CreateOrUpdatePublicCertificateSlotResponder

func (client AppsClient) CreateOrUpdatePublicCertificateSlotResponder(resp *http.Response) (result PublicCertificate, err error)

CreateOrUpdatePublicCertificateSlotResponder handles the response to the CreateOrUpdatePublicCertificateSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdatePublicCertificateSlotSender

func (client AppsClient) CreateOrUpdatePublicCertificateSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdatePublicCertificateSlotSender sends the CreateOrUpdatePublicCertificateSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateRelayServiceConnection

func (client AppsClient) CreateOrUpdateRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (result RelayServiceConnectionEntity, err error)

CreateOrUpdateRelayServiceConnection description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection configuration. connectionEnvelope - details of the hybrid connection configuration.

func (AppsClient) CreateOrUpdateRelayServiceConnectionPreparer

func (client AppsClient) CreateOrUpdateRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (*http.Request, error)

CreateOrUpdateRelayServiceConnectionPreparer prepares the CreateOrUpdateRelayServiceConnection request.

func (AppsClient) CreateOrUpdateRelayServiceConnectionResponder

func (client AppsClient) CreateOrUpdateRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

CreateOrUpdateRelayServiceConnectionResponder handles the response to the CreateOrUpdateRelayServiceConnection request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateRelayServiceConnectionSender

func (client AppsClient) CreateOrUpdateRelayServiceConnectionSender(req *http.Request) (*http.Response, error)

CreateOrUpdateRelayServiceConnectionSender sends the CreateOrUpdateRelayServiceConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateRelayServiceConnectionSlot

func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (result RelayServiceConnectionEntity, err error)

CreateOrUpdateRelayServiceConnectionSlot description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection configuration. connectionEnvelope - details of the hybrid connection configuration. slot - name of the deployment slot. If a slot is not specified, the API will create or update a hybrid connection for the production slot.

func (AppsClient) CreateOrUpdateRelayServiceConnectionSlotPreparer

func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (*http.Request, error)

CreateOrUpdateRelayServiceConnectionSlotPreparer prepares the CreateOrUpdateRelayServiceConnectionSlot request.

func (AppsClient) CreateOrUpdateRelayServiceConnectionSlotResponder

func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

CreateOrUpdateRelayServiceConnectionSlotResponder handles the response to the CreateOrUpdateRelayServiceConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateRelayServiceConnectionSlotSender

func (client AppsClient) CreateOrUpdateRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateRelayServiceConnectionSlotSender sends the CreateOrUpdateRelayServiceConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateResponder

func (client AppsClient) CreateOrUpdateResponder(resp *http.Response) (result Site, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateSender

func (client AppsClient) CreateOrUpdateSender(req *http.Request) (future AppsCreateOrUpdateFuture, err error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateSlot

func (client AppsClient) CreateOrUpdateSlot(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, slot string) (result AppsCreateOrUpdateSlotFuture, err error)

CreateOrUpdateSlot description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter. siteEnvelope - a JSON representation of the app properties. See example. slot - name of the deployment slot to create or update. By default, this API attempts to create or modify the production slot.

func (AppsClient) CreateOrUpdateSlotPreparer

func (client AppsClient) CreateOrUpdateSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, slot string) (*http.Request, error)

CreateOrUpdateSlotPreparer prepares the CreateOrUpdateSlot request.

func (AppsClient) CreateOrUpdateSlotResponder

func (client AppsClient) CreateOrUpdateSlotResponder(resp *http.Response) (result Site, err error)

CreateOrUpdateSlotResponder handles the response to the CreateOrUpdateSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateSlotSender

func (client AppsClient) CreateOrUpdateSlotSender(req *http.Request) (future AppsCreateOrUpdateSlotFuture, err error)

CreateOrUpdateSlotSender sends the CreateOrUpdateSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateSourceControl

func (client AppsClient) CreateOrUpdateSourceControl(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (result AppsCreateOrUpdateSourceControlFuture, err error)

CreateOrUpdateSourceControl description for Updates the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteSourceControl - JSON representation of a SiteSourceControl object. See example.

func (AppsClient) CreateOrUpdateSourceControlPreparer

func (client AppsClient) CreateOrUpdateSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (*http.Request, error)

CreateOrUpdateSourceControlPreparer prepares the CreateOrUpdateSourceControl request.

func (AppsClient) CreateOrUpdateSourceControlResponder

func (client AppsClient) CreateOrUpdateSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error)

CreateOrUpdateSourceControlResponder handles the response to the CreateOrUpdateSourceControl request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateSourceControlSender

func (client AppsClient) CreateOrUpdateSourceControlSender(req *http.Request) (future AppsCreateOrUpdateSourceControlFuture, err error)

CreateOrUpdateSourceControlSender sends the CreateOrUpdateSourceControl request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateSourceControlSlot

func (client AppsClient) CreateOrUpdateSourceControlSlot(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (result AppsCreateOrUpdateSourceControlSlotFuture, err error)

CreateOrUpdateSourceControlSlot description for Updates the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteSourceControl - JSON representation of a SiteSourceControl object. See example. slot - name of the deployment slot. If a slot is not specified, the API will update the source control configuration for the production slot.

func (AppsClient) CreateOrUpdateSourceControlSlotPreparer

func (client AppsClient) CreateOrUpdateSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (*http.Request, error)

CreateOrUpdateSourceControlSlotPreparer prepares the CreateOrUpdateSourceControlSlot request.

func (AppsClient) CreateOrUpdateSourceControlSlotResponder

func (client AppsClient) CreateOrUpdateSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error)

CreateOrUpdateSourceControlSlotResponder handles the response to the CreateOrUpdateSourceControlSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateSourceControlSlotSender

func (client AppsClient) CreateOrUpdateSourceControlSlotSender(req *http.Request) (future AppsCreateOrUpdateSourceControlSlotFuture, err error)

CreateOrUpdateSourceControlSlotSender sends the CreateOrUpdateSourceControlSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork) (result SwiftVirtualNetwork, err error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck description for Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. connectionEnvelope - properties of the Virtual Network connection. See example.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckPreparer

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckPreparer(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork) (*http.Request, error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckPreparer prepares the CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck request.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponder

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponder(resp *http.Response) (result SwiftVirtualNetwork, err error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponder handles the response to the CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSender

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSender(req *http.Request) (*http.Response, error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSender sends the CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork, slot string) (result SwiftVirtualNetwork, err error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot description for Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. connectionEnvelope - properties of the Virtual Network connection. See example. slot - name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork, slot string) (*http.Request, error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer prepares the CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot request.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder(resp *http.Response) (result SwiftVirtualNetwork, err error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder handles the response to the CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotSender

func (client AppsClient) CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotSender sends the CreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateVnetConnection

func (client AppsClient) CreateOrUpdateVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource) (result VnetInfoResource, err error)

CreateOrUpdateVnetConnection description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of an existing Virtual Network. connectionEnvelope - properties of the Virtual Network connection. See example.

func (AppsClient) CreateOrUpdateVnetConnectionGateway

func (client AppsClient) CreateOrUpdateVnetConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (result VnetGateway, err error)

CreateOrUpdateVnetConnectionGateway description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Currently, the only supported string is "primary". connectionEnvelope - the properties to update this gateway with.

func (AppsClient) CreateOrUpdateVnetConnectionGatewayPreparer

func (client AppsClient) CreateOrUpdateVnetConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (*http.Request, error)

CreateOrUpdateVnetConnectionGatewayPreparer prepares the CreateOrUpdateVnetConnectionGateway request.

func (AppsClient) CreateOrUpdateVnetConnectionGatewayResponder

func (client AppsClient) CreateOrUpdateVnetConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error)

CreateOrUpdateVnetConnectionGatewayResponder handles the response to the CreateOrUpdateVnetConnectionGateway request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateVnetConnectionGatewaySender

func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySender(req *http.Request) (*http.Response, error)

CreateOrUpdateVnetConnectionGatewaySender sends the CreateOrUpdateVnetConnectionGateway request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateVnetConnectionGatewaySlot

func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (result VnetGateway, err error)

CreateOrUpdateVnetConnectionGatewaySlot description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Currently, the only supported string is "primary". connectionEnvelope - the properties to update this gateway with. slot - name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the production slot's Virtual Network.

func (AppsClient) CreateOrUpdateVnetConnectionGatewaySlotPreparer

func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (*http.Request, error)

CreateOrUpdateVnetConnectionGatewaySlotPreparer prepares the CreateOrUpdateVnetConnectionGatewaySlot request.

func (AppsClient) CreateOrUpdateVnetConnectionGatewaySlotResponder

func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error)

CreateOrUpdateVnetConnectionGatewaySlotResponder handles the response to the CreateOrUpdateVnetConnectionGatewaySlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateVnetConnectionGatewaySlotSender

func (client AppsClient) CreateOrUpdateVnetConnectionGatewaySlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateVnetConnectionGatewaySlotSender sends the CreateOrUpdateVnetConnectionGatewaySlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateVnetConnectionPreparer

func (client AppsClient) CreateOrUpdateVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource) (*http.Request, error)

CreateOrUpdateVnetConnectionPreparer prepares the CreateOrUpdateVnetConnection request.

func (AppsClient) CreateOrUpdateVnetConnectionResponder

func (client AppsClient) CreateOrUpdateVnetConnectionResponder(resp *http.Response) (result VnetInfoResource, err error)

CreateOrUpdateVnetConnectionResponder handles the response to the CreateOrUpdateVnetConnection request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateVnetConnectionSender

func (client AppsClient) CreateOrUpdateVnetConnectionSender(req *http.Request) (*http.Response, error)

CreateOrUpdateVnetConnectionSender sends the CreateOrUpdateVnetConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) CreateOrUpdateVnetConnectionSlot

func (client AppsClient) CreateOrUpdateVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource, slot string) (result VnetInfoResource, err error)

CreateOrUpdateVnetConnectionSlot description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of an existing Virtual Network. connectionEnvelope - properties of the Virtual Network connection. See example. slot - name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot.

func (AppsClient) CreateOrUpdateVnetConnectionSlotPreparer

func (client AppsClient) CreateOrUpdateVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource, slot string) (*http.Request, error)

CreateOrUpdateVnetConnectionSlotPreparer prepares the CreateOrUpdateVnetConnectionSlot request.

func (AppsClient) CreateOrUpdateVnetConnectionSlotResponder

func (client AppsClient) CreateOrUpdateVnetConnectionSlotResponder(resp *http.Response) (result VnetInfoResource, err error)

CreateOrUpdateVnetConnectionSlotResponder handles the response to the CreateOrUpdateVnetConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) CreateOrUpdateVnetConnectionSlotSender

func (client AppsClient) CreateOrUpdateVnetConnectionSlotSender(req *http.Request) (*http.Response, error)

CreateOrUpdateVnetConnectionSlotSender sends the CreateOrUpdateVnetConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Delete

func (client AppsClient) Delete(ctx context.Context, resourceGroupName string, name string, deleteMetrics *bool, deleteEmptyServerFarm *bool) (result autorest.Response, err error)

Delete description for Deletes a web, mobile, or API app, or one of the deployment slots. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app to delete. deleteMetrics - if true, web app metrics are also deleted. deleteEmptyServerFarm - specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted.

func (AppsClient) DeleteBackup

func (client AppsClient) DeleteBackup(ctx context.Context, resourceGroupName string, name string, backupID string) (result autorest.Response, err error)

DeleteBackup description for Deletes a backup of an app by its ID. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. backupID - ID of the backup.

func (AppsClient) DeleteBackupConfiguration

func (client AppsClient) DeleteBackupConfiguration(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

DeleteBackupConfiguration description for Deletes the backup configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) DeleteBackupConfigurationPreparer

func (client AppsClient) DeleteBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

DeleteBackupConfigurationPreparer prepares the DeleteBackupConfiguration request.

func (AppsClient) DeleteBackupConfigurationResponder

func (client AppsClient) DeleteBackupConfigurationResponder(resp *http.Response) (result autorest.Response, err error)

DeleteBackupConfigurationResponder handles the response to the DeleteBackupConfiguration request. The method always closes the http.Response Body.

func (AppsClient) DeleteBackupConfigurationSender

func (client AppsClient) DeleteBackupConfigurationSender(req *http.Request) (*http.Response, error)

DeleteBackupConfigurationSender sends the DeleteBackupConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteBackupConfigurationSlot

func (client AppsClient) DeleteBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

DeleteBackupConfigurationSlot description for Deletes the backup configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will delete the backup configuration for the production slot.

func (AppsClient) DeleteBackupConfigurationSlotPreparer

func (client AppsClient) DeleteBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

DeleteBackupConfigurationSlotPreparer prepares the DeleteBackupConfigurationSlot request.

func (AppsClient) DeleteBackupConfigurationSlotResponder

func (client AppsClient) DeleteBackupConfigurationSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteBackupConfigurationSlotResponder handles the response to the DeleteBackupConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteBackupConfigurationSlotSender

func (client AppsClient) DeleteBackupConfigurationSlotSender(req *http.Request) (*http.Response, error)

DeleteBackupConfigurationSlotSender sends the DeleteBackupConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteBackupPreparer

func (client AppsClient) DeleteBackupPreparer(ctx context.Context, resourceGroupName string, name string, backupID string) (*http.Request, error)

DeleteBackupPreparer prepares the DeleteBackup request.

func (AppsClient) DeleteBackupResponder

func (client AppsClient) DeleteBackupResponder(resp *http.Response) (result autorest.Response, err error)

DeleteBackupResponder handles the response to the DeleteBackup request. The method always closes the http.Response Body.

func (AppsClient) DeleteBackupSender

func (client AppsClient) DeleteBackupSender(req *http.Request) (*http.Response, error)

DeleteBackupSender sends the DeleteBackup request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteBackupSlot

func (client AppsClient) DeleteBackupSlot(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (result autorest.Response, err error)

DeleteBackupSlot description for Deletes a backup of an app by its ID. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. backupID - ID of the backup. slot - name of the deployment slot. If a slot is not specified, the API will delete a backup of the production slot.

func (AppsClient) DeleteBackupSlotPreparer

func (client AppsClient) DeleteBackupSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (*http.Request, error)

DeleteBackupSlotPreparer prepares the DeleteBackupSlot request.

func (AppsClient) DeleteBackupSlotResponder

func (client AppsClient) DeleteBackupSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteBackupSlotResponder handles the response to the DeleteBackupSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteBackupSlotSender

func (client AppsClient) DeleteBackupSlotSender(req *http.Request) (*http.Response, error)

DeleteBackupSlotSender sends the DeleteBackupSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteContinuousWebJob

func (client AppsClient) DeleteContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error)

DeleteContinuousWebJob description for Delete a continuous web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) DeleteContinuousWebJobPreparer

func (client AppsClient) DeleteContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

DeleteContinuousWebJobPreparer prepares the DeleteContinuousWebJob request.

func (AppsClient) DeleteContinuousWebJobResponder

func (client AppsClient) DeleteContinuousWebJobResponder(resp *http.Response) (result autorest.Response, err error)

DeleteContinuousWebJobResponder handles the response to the DeleteContinuousWebJob request. The method always closes the http.Response Body.

func (AppsClient) DeleteContinuousWebJobSender

func (client AppsClient) DeleteContinuousWebJobSender(req *http.Request) (*http.Response, error)

DeleteContinuousWebJobSender sends the DeleteContinuousWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteContinuousWebJobSlot

func (client AppsClient) DeleteContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result autorest.Response, err error)

DeleteContinuousWebJobSlot description for Delete a continuous web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) DeleteContinuousWebJobSlotPreparer

func (client AppsClient) DeleteContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

DeleteContinuousWebJobSlotPreparer prepares the DeleteContinuousWebJobSlot request.

func (AppsClient) DeleteContinuousWebJobSlotResponder

func (client AppsClient) DeleteContinuousWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteContinuousWebJobSlotResponder handles the response to the DeleteContinuousWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteContinuousWebJobSlotSender

func (client AppsClient) DeleteContinuousWebJobSlotSender(req *http.Request) (*http.Response, error)

DeleteContinuousWebJobSlotSender sends the DeleteContinuousWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteDeployment

func (client AppsClient) DeleteDeployment(ctx context.Context, resourceGroupName string, name string, ID string) (result autorest.Response, err error)

DeleteDeployment description for Delete a deployment by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - deployment ID.

func (AppsClient) DeleteDeploymentPreparer

func (client AppsClient) DeleteDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error)

DeleteDeploymentPreparer prepares the DeleteDeployment request.

func (AppsClient) DeleteDeploymentResponder

func (client AppsClient) DeleteDeploymentResponder(resp *http.Response) (result autorest.Response, err error)

DeleteDeploymentResponder handles the response to the DeleteDeployment request. The method always closes the http.Response Body.

func (AppsClient) DeleteDeploymentSender

func (client AppsClient) DeleteDeploymentSender(req *http.Request) (*http.Response, error)

DeleteDeploymentSender sends the DeleteDeployment request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteDeploymentSlot

func (client AppsClient) DeleteDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (result autorest.Response, err error)

DeleteDeploymentSlot description for Delete a deployment by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - deployment ID. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) DeleteDeploymentSlotPreparer

func (client AppsClient) DeleteDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (*http.Request, error)

DeleteDeploymentSlotPreparer prepares the DeleteDeploymentSlot request.

func (AppsClient) DeleteDeploymentSlotResponder

func (client AppsClient) DeleteDeploymentSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteDeploymentSlotResponder handles the response to the DeleteDeploymentSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteDeploymentSlotSender

func (client AppsClient) DeleteDeploymentSlotSender(req *http.Request) (*http.Response, error)

DeleteDeploymentSlotSender sends the DeleteDeploymentSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteDomainOwnershipIdentifier

func (client AppsClient) DeleteDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string) (result autorest.Response, err error)

DeleteDomainOwnershipIdentifier description for Deletes a domain ownership identifier for a web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier.

func (AppsClient) DeleteDomainOwnershipIdentifierPreparer

func (client AppsClient) DeleteDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string) (*http.Request, error)

DeleteDomainOwnershipIdentifierPreparer prepares the DeleteDomainOwnershipIdentifier request.

func (AppsClient) DeleteDomainOwnershipIdentifierResponder

func (client AppsClient) DeleteDomainOwnershipIdentifierResponder(resp *http.Response) (result autorest.Response, err error)

DeleteDomainOwnershipIdentifierResponder handles the response to the DeleteDomainOwnershipIdentifier request. The method always closes the http.Response Body.

func (AppsClient) DeleteDomainOwnershipIdentifierSender

func (client AppsClient) DeleteDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

DeleteDomainOwnershipIdentifierSender sends the DeleteDomainOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteDomainOwnershipIdentifierSlot

func (client AppsClient) DeleteDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, slot string) (result autorest.Response, err error)

DeleteDomainOwnershipIdentifierSlot description for Deletes a domain ownership identifier for a web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier. slot - name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.

func (AppsClient) DeleteDomainOwnershipIdentifierSlotPreparer

func (client AppsClient) DeleteDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, slot string) (*http.Request, error)

DeleteDomainOwnershipIdentifierSlotPreparer prepares the DeleteDomainOwnershipIdentifierSlot request.

func (AppsClient) DeleteDomainOwnershipIdentifierSlotResponder

func (client AppsClient) DeleteDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteDomainOwnershipIdentifierSlotResponder handles the response to the DeleteDomainOwnershipIdentifierSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteDomainOwnershipIdentifierSlotSender

func (client AppsClient) DeleteDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error)

DeleteDomainOwnershipIdentifierSlotSender sends the DeleteDomainOwnershipIdentifierSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteFunction

func (client AppsClient) DeleteFunction(ctx context.Context, resourceGroupName string, name string, functionName string) (result autorest.Response, err error)

DeleteFunction description for Delete a function for web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name.

func (AppsClient) DeleteFunctionPreparer

func (client AppsClient) DeleteFunctionPreparer(ctx context.Context, resourceGroupName string, name string, functionName string) (*http.Request, error)

DeleteFunctionPreparer prepares the DeleteFunction request.

func (AppsClient) DeleteFunctionResponder

func (client AppsClient) DeleteFunctionResponder(resp *http.Response) (result autorest.Response, err error)

DeleteFunctionResponder handles the response to the DeleteFunction request. The method always closes the http.Response Body.

func (AppsClient) DeleteFunctionSecret

func (client AppsClient) DeleteFunctionSecret(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string) (result autorest.Response, err error)

DeleteFunctionSecret description for Delete a function secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - the name of the function. keyName - the name of the key.

func (AppsClient) DeleteFunctionSecretPreparer

func (client AppsClient) DeleteFunctionSecretPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string) (*http.Request, error)

DeleteFunctionSecretPreparer prepares the DeleteFunctionSecret request.

func (AppsClient) DeleteFunctionSecretResponder

func (client AppsClient) DeleteFunctionSecretResponder(resp *http.Response) (result autorest.Response, err error)

DeleteFunctionSecretResponder handles the response to the DeleteFunctionSecret request. The method always closes the http.Response Body.

func (AppsClient) DeleteFunctionSecretSender

func (client AppsClient) DeleteFunctionSecretSender(req *http.Request) (*http.Response, error)

DeleteFunctionSecretSender sends the DeleteFunctionSecret request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteFunctionSecretSlot

func (client AppsClient) DeleteFunctionSecretSlot(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string, slot string) (result autorest.Response, err error)

DeleteFunctionSecretSlot description for Delete a function secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - the name of the function. keyName - the name of the key. slot - name of the deployment slot.

func (AppsClient) DeleteFunctionSecretSlotPreparer

func (client AppsClient) DeleteFunctionSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, keyName string, slot string) (*http.Request, error)

DeleteFunctionSecretSlotPreparer prepares the DeleteFunctionSecretSlot request.

func (AppsClient) DeleteFunctionSecretSlotResponder

func (client AppsClient) DeleteFunctionSecretSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteFunctionSecretSlotResponder handles the response to the DeleteFunctionSecretSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteFunctionSecretSlotSender

func (client AppsClient) DeleteFunctionSecretSlotSender(req *http.Request) (*http.Response, error)

DeleteFunctionSecretSlotSender sends the DeleteFunctionSecretSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteFunctionSender

func (client AppsClient) DeleteFunctionSender(req *http.Request) (*http.Response, error)

DeleteFunctionSender sends the DeleteFunction request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteHostNameBinding

func (client AppsClient) DeleteHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string) (result autorest.Response, err error)

DeleteHostNameBinding description for Deletes a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. hostName - hostname in the hostname binding.

func (AppsClient) DeleteHostNameBindingPreparer

func (client AppsClient) DeleteHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error)

DeleteHostNameBindingPreparer prepares the DeleteHostNameBinding request.

func (AppsClient) DeleteHostNameBindingResponder

func (client AppsClient) DeleteHostNameBindingResponder(resp *http.Response) (result autorest.Response, err error)

DeleteHostNameBindingResponder handles the response to the DeleteHostNameBinding request. The method always closes the http.Response Body.

func (AppsClient) DeleteHostNameBindingSender

func (client AppsClient) DeleteHostNameBindingSender(req *http.Request) (*http.Response, error)

DeleteHostNameBindingSender sends the DeleteHostNameBinding request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteHostNameBindingSlot

func (client AppsClient) DeleteHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (result autorest.Response, err error)

DeleteHostNameBindingSlot description for Deletes a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot. hostName - hostname in the hostname binding.

func (AppsClient) DeleteHostNameBindingSlotPreparer

func (client AppsClient) DeleteHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (*http.Request, error)

DeleteHostNameBindingSlotPreparer prepares the DeleteHostNameBindingSlot request.

func (AppsClient) DeleteHostNameBindingSlotResponder

func (client AppsClient) DeleteHostNameBindingSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteHostNameBindingSlotResponder handles the response to the DeleteHostNameBindingSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteHostNameBindingSlotSender

func (client AppsClient) DeleteHostNameBindingSlotSender(req *http.Request) (*http.Response, error)

DeleteHostNameBindingSlotSender sends the DeleteHostNameBindingSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteHostSecret

func (client AppsClient) DeleteHostSecret(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string) (result autorest.Response, err error)

DeleteHostSecret description for Delete a host level secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. keyType - the type of host key. keyName - the name of the key.

func (AppsClient) DeleteHostSecretPreparer

func (client AppsClient) DeleteHostSecretPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string) (*http.Request, error)

DeleteHostSecretPreparer prepares the DeleteHostSecret request.

func (AppsClient) DeleteHostSecretResponder

func (client AppsClient) DeleteHostSecretResponder(resp *http.Response) (result autorest.Response, err error)

DeleteHostSecretResponder handles the response to the DeleteHostSecret request. The method always closes the http.Response Body.

func (AppsClient) DeleteHostSecretSender

func (client AppsClient) DeleteHostSecretSender(req *http.Request) (*http.Response, error)

DeleteHostSecretSender sends the DeleteHostSecret request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteHostSecretSlot

func (client AppsClient) DeleteHostSecretSlot(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string, slot string) (result autorest.Response, err error)

DeleteHostSecretSlot description for Delete a host level secret. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. keyType - the type of host key. keyName - the name of the key. slot - name of the deployment slot.

func (AppsClient) DeleteHostSecretSlotPreparer

func (client AppsClient) DeleteHostSecretSlotPreparer(ctx context.Context, resourceGroupName string, name string, keyType string, keyName string, slot string) (*http.Request, error)

DeleteHostSecretSlotPreparer prepares the DeleteHostSecretSlot request.

func (AppsClient) DeleteHostSecretSlotResponder

func (client AppsClient) DeleteHostSecretSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteHostSecretSlotResponder handles the response to the DeleteHostSecretSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteHostSecretSlotSender

func (client AppsClient) DeleteHostSecretSlotSender(req *http.Request) (*http.Response, error)

DeleteHostSecretSlotSender sends the DeleteHostSecretSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteHybridConnection

func (client AppsClient) DeleteHybridConnection(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (result autorest.Response, err error)

DeleteHybridConnection description for Removes a Hybrid Connection from this site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection.

func (AppsClient) DeleteHybridConnectionPreparer

func (client AppsClient) DeleteHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (*http.Request, error)

DeleteHybridConnectionPreparer prepares the DeleteHybridConnection request.

func (AppsClient) DeleteHybridConnectionResponder

func (client AppsClient) DeleteHybridConnectionResponder(resp *http.Response) (result autorest.Response, err error)

DeleteHybridConnectionResponder handles the response to the DeleteHybridConnection request. The method always closes the http.Response Body.

func (AppsClient) DeleteHybridConnectionSender

func (client AppsClient) DeleteHybridConnectionSender(req *http.Request) (*http.Response, error)

DeleteHybridConnectionSender sends the DeleteHybridConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteHybridConnectionSlot

func (client AppsClient) DeleteHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, slot string) (result autorest.Response, err error)

DeleteHybridConnectionSlot description for Removes a Hybrid Connection from this site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection. slot - the name of the slot for the web app.

func (AppsClient) DeleteHybridConnectionSlotPreparer

func (client AppsClient) DeleteHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, slot string) (*http.Request, error)

DeleteHybridConnectionSlotPreparer prepares the DeleteHybridConnectionSlot request.

func (AppsClient) DeleteHybridConnectionSlotResponder

func (client AppsClient) DeleteHybridConnectionSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteHybridConnectionSlotResponder handles the response to the DeleteHybridConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteHybridConnectionSlotSender

func (client AppsClient) DeleteHybridConnectionSlotSender(req *http.Request) (*http.Response, error)

DeleteHybridConnectionSlotSender sends the DeleteHybridConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteInstanceFunctionSlot

func (client AppsClient) DeleteInstanceFunctionSlot(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (result autorest.Response, err error)

DeleteInstanceFunctionSlot description for Delete a function for web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name. slot - name of the deployment slot.

func (AppsClient) DeleteInstanceFunctionSlotPreparer

func (client AppsClient) DeleteInstanceFunctionSlotPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (*http.Request, error)

DeleteInstanceFunctionSlotPreparer prepares the DeleteInstanceFunctionSlot request.

func (AppsClient) DeleteInstanceFunctionSlotResponder

func (client AppsClient) DeleteInstanceFunctionSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteInstanceFunctionSlotResponder handles the response to the DeleteInstanceFunctionSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteInstanceFunctionSlotSender

func (client AppsClient) DeleteInstanceFunctionSlotSender(req *http.Request) (*http.Response, error)

DeleteInstanceFunctionSlotSender sends the DeleteInstanceFunctionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteInstanceProcess

func (client AppsClient) DeleteInstanceProcess(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (result autorest.Response, err error)

DeleteInstanceProcess description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) DeleteInstanceProcessPreparer

func (client AppsClient) DeleteInstanceProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (*http.Request, error)

DeleteInstanceProcessPreparer prepares the DeleteInstanceProcess request.

func (AppsClient) DeleteInstanceProcessResponder

func (client AppsClient) DeleteInstanceProcessResponder(resp *http.Response) (result autorest.Response, err error)

DeleteInstanceProcessResponder handles the response to the DeleteInstanceProcess request. The method always closes the http.Response Body.

func (AppsClient) DeleteInstanceProcessSender

func (client AppsClient) DeleteInstanceProcessSender(req *http.Request) (*http.Response, error)

DeleteInstanceProcessSender sends the DeleteInstanceProcess request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteInstanceProcessSlot

func (client AppsClient) DeleteInstanceProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (result autorest.Response, err error)

DeleteInstanceProcessSlot description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) DeleteInstanceProcessSlotPreparer

func (client AppsClient) DeleteInstanceProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (*http.Request, error)

DeleteInstanceProcessSlotPreparer prepares the DeleteInstanceProcessSlot request.

func (AppsClient) DeleteInstanceProcessSlotResponder

func (client AppsClient) DeleteInstanceProcessSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteInstanceProcessSlotResponder handles the response to the DeleteInstanceProcessSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteInstanceProcessSlotSender

func (client AppsClient) DeleteInstanceProcessSlotSender(req *http.Request) (*http.Response, error)

DeleteInstanceProcessSlotSender sends the DeleteInstanceProcessSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeletePremierAddOn

func (client AppsClient) DeletePremierAddOn(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (result autorest.Response, err error)

DeletePremierAddOn description for Delete a premier add-on from an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name.

func (AppsClient) DeletePremierAddOnPreparer

func (client AppsClient) DeletePremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (*http.Request, error)

DeletePremierAddOnPreparer prepares the DeletePremierAddOn request.

func (AppsClient) DeletePremierAddOnResponder

func (client AppsClient) DeletePremierAddOnResponder(resp *http.Response) (result autorest.Response, err error)

DeletePremierAddOnResponder handles the response to the DeletePremierAddOn request. The method always closes the http.Response Body.

func (AppsClient) DeletePremierAddOnSender

func (client AppsClient) DeletePremierAddOnSender(req *http.Request) (*http.Response, error)

DeletePremierAddOnSender sends the DeletePremierAddOn request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeletePremierAddOnSlot

func (client AppsClient) DeletePremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (result autorest.Response, err error)

DeletePremierAddOnSlot description for Delete a premier add-on from an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name. slot - name of the deployment slot. If a slot is not specified, the API will delete the named add-on for the production slot.

func (AppsClient) DeletePremierAddOnSlotPreparer

func (client AppsClient) DeletePremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (*http.Request, error)

DeletePremierAddOnSlotPreparer prepares the DeletePremierAddOnSlot request.

func (AppsClient) DeletePremierAddOnSlotResponder

func (client AppsClient) DeletePremierAddOnSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeletePremierAddOnSlotResponder handles the response to the DeletePremierAddOnSlot request. The method always closes the http.Response Body.

func (AppsClient) DeletePremierAddOnSlotSender

func (client AppsClient) DeletePremierAddOnSlotSender(req *http.Request) (*http.Response, error)

DeletePremierAddOnSlotSender sends the DeletePremierAddOnSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeletePreparer

func (client AppsClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string, deleteMetrics *bool, deleteEmptyServerFarm *bool) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (AppsClient) DeletePrivateEndpointConnection

func (client AppsClient) DeletePrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (result AppsDeletePrivateEndpointConnectionFuture, err error)

DeletePrivateEndpointConnection description for Deletes a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (AppsClient) DeletePrivateEndpointConnectionPreparer

func (client AppsClient) DeletePrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (*http.Request, error)

DeletePrivateEndpointConnectionPreparer prepares the DeletePrivateEndpointConnection request.

func (AppsClient) DeletePrivateEndpointConnectionResponder

func (client AppsClient) DeletePrivateEndpointConnectionResponder(resp *http.Response) (result SetObject, err error)

DeletePrivateEndpointConnectionResponder handles the response to the DeletePrivateEndpointConnection request. The method always closes the http.Response Body.

func (AppsClient) DeletePrivateEndpointConnectionSender

func (client AppsClient) DeletePrivateEndpointConnectionSender(req *http.Request) (future AppsDeletePrivateEndpointConnectionFuture, err error)

DeletePrivateEndpointConnectionSender sends the DeletePrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeletePrivateEndpointConnectionSlot

func (client AppsClient) DeletePrivateEndpointConnectionSlot(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, slot string) (result AppsDeletePrivateEndpointConnectionSlotFuture, err error)

DeletePrivateEndpointConnectionSlot description for Deletes a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (AppsClient) DeletePrivateEndpointConnectionSlotPreparer

func (client AppsClient) DeletePrivateEndpointConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, slot string) (*http.Request, error)

DeletePrivateEndpointConnectionSlotPreparer prepares the DeletePrivateEndpointConnectionSlot request.

func (AppsClient) DeletePrivateEndpointConnectionSlotResponder

func (client AppsClient) DeletePrivateEndpointConnectionSlotResponder(resp *http.Response) (result SetObject, err error)

DeletePrivateEndpointConnectionSlotResponder handles the response to the DeletePrivateEndpointConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) DeletePrivateEndpointConnectionSlotSender

func (client AppsClient) DeletePrivateEndpointConnectionSlotSender(req *http.Request) (future AppsDeletePrivateEndpointConnectionSlotFuture, err error)

DeletePrivateEndpointConnectionSlotSender sends the DeletePrivateEndpointConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteProcess

func (client AppsClient) DeleteProcess(ctx context.Context, resourceGroupName string, name string, processID string) (result autorest.Response, err error)

DeleteProcess description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID.

func (AppsClient) DeleteProcessPreparer

func (client AppsClient) DeleteProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error)

DeleteProcessPreparer prepares the DeleteProcess request.

func (AppsClient) DeleteProcessResponder

func (client AppsClient) DeleteProcessResponder(resp *http.Response) (result autorest.Response, err error)

DeleteProcessResponder handles the response to the DeleteProcess request. The method always closes the http.Response Body.

func (AppsClient) DeleteProcessSender

func (client AppsClient) DeleteProcessSender(req *http.Request) (*http.Response, error)

DeleteProcessSender sends the DeleteProcess request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteProcessSlot

func (client AppsClient) DeleteProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (result autorest.Response, err error)

DeleteProcessSlot description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) DeleteProcessSlotPreparer

func (client AppsClient) DeleteProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (*http.Request, error)

DeleteProcessSlotPreparer prepares the DeleteProcessSlot request.

func (AppsClient) DeleteProcessSlotResponder

func (client AppsClient) DeleteProcessSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteProcessSlotResponder handles the response to the DeleteProcessSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteProcessSlotSender

func (client AppsClient) DeleteProcessSlotSender(req *http.Request) (*http.Response, error)

DeleteProcessSlotSender sends the DeleteProcessSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeletePublicCertificate

func (client AppsClient) DeletePublicCertificate(ctx context.Context, resourceGroupName string, name string, publicCertificateName string) (result autorest.Response, err error)

DeletePublicCertificate description for Deletes a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. publicCertificateName - public certificate name.

func (AppsClient) DeletePublicCertificatePreparer

func (client AppsClient) DeletePublicCertificatePreparer(ctx context.Context, resourceGroupName string, name string, publicCertificateName string) (*http.Request, error)

DeletePublicCertificatePreparer prepares the DeletePublicCertificate request.

func (AppsClient) DeletePublicCertificateResponder

func (client AppsClient) DeletePublicCertificateResponder(resp *http.Response) (result autorest.Response, err error)

DeletePublicCertificateResponder handles the response to the DeletePublicCertificate request. The method always closes the http.Response Body.

func (AppsClient) DeletePublicCertificateSender

func (client AppsClient) DeletePublicCertificateSender(req *http.Request) (*http.Response, error)

DeletePublicCertificateSender sends the DeletePublicCertificate request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeletePublicCertificateSlot

func (client AppsClient) DeletePublicCertificateSlot(ctx context.Context, resourceGroupName string, name string, slot string, publicCertificateName string) (result autorest.Response, err error)

DeletePublicCertificateSlot description for Deletes a hostname binding for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot. publicCertificateName - public certificate name.

func (AppsClient) DeletePublicCertificateSlotPreparer

func (client AppsClient) DeletePublicCertificateSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, publicCertificateName string) (*http.Request, error)

DeletePublicCertificateSlotPreparer prepares the DeletePublicCertificateSlot request.

func (AppsClient) DeletePublicCertificateSlotResponder

func (client AppsClient) DeletePublicCertificateSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeletePublicCertificateSlotResponder handles the response to the DeletePublicCertificateSlot request. The method always closes the http.Response Body.

func (AppsClient) DeletePublicCertificateSlotSender

func (client AppsClient) DeletePublicCertificateSlotSender(req *http.Request) (*http.Response, error)

DeletePublicCertificateSlotSender sends the DeletePublicCertificateSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteRelayServiceConnection

func (client AppsClient) DeleteRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string) (result autorest.Response, err error)

DeleteRelayServiceConnection description for Deletes a relay service connection by its name. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection configuration.

func (AppsClient) DeleteRelayServiceConnectionPreparer

func (client AppsClient) DeleteRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string) (*http.Request, error)

DeleteRelayServiceConnectionPreparer prepares the DeleteRelayServiceConnection request.

func (AppsClient) DeleteRelayServiceConnectionResponder

func (client AppsClient) DeleteRelayServiceConnectionResponder(resp *http.Response) (result autorest.Response, err error)

DeleteRelayServiceConnectionResponder handles the response to the DeleteRelayServiceConnection request. The method always closes the http.Response Body.

func (AppsClient) DeleteRelayServiceConnectionSender

func (client AppsClient) DeleteRelayServiceConnectionSender(req *http.Request) (*http.Response, error)

DeleteRelayServiceConnectionSender sends the DeleteRelayServiceConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteRelayServiceConnectionSlot

func (client AppsClient) DeleteRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (result autorest.Response, err error)

DeleteRelayServiceConnectionSlot description for Deletes a relay service connection by its name. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection configuration. slot - name of the deployment slot. If a slot is not specified, the API will delete a hybrid connection for the production slot.

func (AppsClient) DeleteRelayServiceConnectionSlotPreparer

func (client AppsClient) DeleteRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (*http.Request, error)

DeleteRelayServiceConnectionSlotPreparer prepares the DeleteRelayServiceConnectionSlot request.

func (AppsClient) DeleteRelayServiceConnectionSlotResponder

func (client AppsClient) DeleteRelayServiceConnectionSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteRelayServiceConnectionSlotResponder handles the response to the DeleteRelayServiceConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteRelayServiceConnectionSlotSender

func (client AppsClient) DeleteRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error)

DeleteRelayServiceConnectionSlotSender sends the DeleteRelayServiceConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteResponder

func (client AppsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (AppsClient) DeleteSender

func (client AppsClient) DeleteSender(req *http.Request) (*http.Response, error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteSiteExtension

func (client AppsClient) DeleteSiteExtension(ctx context.Context, resourceGroupName string, name string, siteExtensionID string) (result autorest.Response, err error)

DeleteSiteExtension description for Remove a site extension from a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. siteExtensionID - site extension name.

func (AppsClient) DeleteSiteExtensionPreparer

func (client AppsClient) DeleteSiteExtensionPreparer(ctx context.Context, resourceGroupName string, name string, siteExtensionID string) (*http.Request, error)

DeleteSiteExtensionPreparer prepares the DeleteSiteExtension request.

func (AppsClient) DeleteSiteExtensionResponder

func (client AppsClient) DeleteSiteExtensionResponder(resp *http.Response) (result autorest.Response, err error)

DeleteSiteExtensionResponder handles the response to the DeleteSiteExtension request. The method always closes the http.Response Body.

func (AppsClient) DeleteSiteExtensionSender

func (client AppsClient) DeleteSiteExtensionSender(req *http.Request) (*http.Response, error)

DeleteSiteExtensionSender sends the DeleteSiteExtension request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteSiteExtensionSlot

func (client AppsClient) DeleteSiteExtensionSlot(ctx context.Context, resourceGroupName string, name string, siteExtensionID string, slot string) (result autorest.Response, err error)

DeleteSiteExtensionSlot description for Remove a site extension from a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. siteExtensionID - site extension name. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) DeleteSiteExtensionSlotPreparer

func (client AppsClient) DeleteSiteExtensionSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteExtensionID string, slot string) (*http.Request, error)

DeleteSiteExtensionSlotPreparer prepares the DeleteSiteExtensionSlot request.

func (AppsClient) DeleteSiteExtensionSlotResponder

func (client AppsClient) DeleteSiteExtensionSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteSiteExtensionSlotResponder handles the response to the DeleteSiteExtensionSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteSiteExtensionSlotSender

func (client AppsClient) DeleteSiteExtensionSlotSender(req *http.Request) (*http.Response, error)

DeleteSiteExtensionSlotSender sends the DeleteSiteExtensionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteSlot

func (client AppsClient) DeleteSlot(ctx context.Context, resourceGroupName string, name string, slot string, deleteMetrics *bool, deleteEmptyServerFarm *bool) (result autorest.Response, err error)

DeleteSlot description for Deletes a web, mobile, or API app, or one of the deployment slots. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app to delete. slot - name of the deployment slot to delete. By default, the API deletes the production slot. deleteMetrics - if true, web app metrics are also deleted. deleteEmptyServerFarm - specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted.

func (AppsClient) DeleteSlotPreparer

func (client AppsClient) DeleteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, deleteMetrics *bool, deleteEmptyServerFarm *bool) (*http.Request, error)

DeleteSlotPreparer prepares the DeleteSlot request.

func (AppsClient) DeleteSlotResponder

func (client AppsClient) DeleteSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteSlotResponder handles the response to the DeleteSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteSlotSender

func (client AppsClient) DeleteSlotSender(req *http.Request) (*http.Response, error)

DeleteSlotSender sends the DeleteSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteSourceControl

func (client AppsClient) DeleteSourceControl(ctx context.Context, resourceGroupName string, name string, additionalFlags string) (result autorest.Response, err error)

DeleteSourceControl description for Deletes the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) DeleteSourceControlPreparer

func (client AppsClient) DeleteSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, additionalFlags string) (*http.Request, error)

DeleteSourceControlPreparer prepares the DeleteSourceControl request.

func (AppsClient) DeleteSourceControlResponder

func (client AppsClient) DeleteSourceControlResponder(resp *http.Response) (result autorest.Response, err error)

DeleteSourceControlResponder handles the response to the DeleteSourceControl request. The method always closes the http.Response Body.

func (AppsClient) DeleteSourceControlSender

func (client AppsClient) DeleteSourceControlSender(req *http.Request) (*http.Response, error)

DeleteSourceControlSender sends the DeleteSourceControl request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteSourceControlSlot

func (client AppsClient) DeleteSourceControlSlot(ctx context.Context, resourceGroupName string, name string, slot string, additionalFlags string) (result autorest.Response, err error)

DeleteSourceControlSlot description for Deletes the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will delete the source control configuration for the production slot.

func (AppsClient) DeleteSourceControlSlotPreparer

func (client AppsClient) DeleteSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, additionalFlags string) (*http.Request, error)

DeleteSourceControlSlotPreparer prepares the DeleteSourceControlSlot request.

func (AppsClient) DeleteSourceControlSlotResponder

func (client AppsClient) DeleteSourceControlSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteSourceControlSlotResponder handles the response to the DeleteSourceControlSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteSourceControlSlotSender

func (client AppsClient) DeleteSourceControlSlotSender(req *http.Request) (*http.Response, error)

DeleteSourceControlSlotSender sends the DeleteSourceControlSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteSwiftVirtualNetwork

func (client AppsClient) DeleteSwiftVirtualNetwork(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

DeleteSwiftVirtualNetwork description for Deletes a Swift Virtual Network connection from an app (or deployment slot). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) DeleteSwiftVirtualNetworkPreparer

func (client AppsClient) DeleteSwiftVirtualNetworkPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

DeleteSwiftVirtualNetworkPreparer prepares the DeleteSwiftVirtualNetwork request.

func (AppsClient) DeleteSwiftVirtualNetworkResponder

func (client AppsClient) DeleteSwiftVirtualNetworkResponder(resp *http.Response) (result autorest.Response, err error)

DeleteSwiftVirtualNetworkResponder handles the response to the DeleteSwiftVirtualNetwork request. The method always closes the http.Response Body.

func (AppsClient) DeleteSwiftVirtualNetworkSender

func (client AppsClient) DeleteSwiftVirtualNetworkSender(req *http.Request) (*http.Response, error)

DeleteSwiftVirtualNetworkSender sends the DeleteSwiftVirtualNetwork request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteSwiftVirtualNetworkSlot

func (client AppsClient) DeleteSwiftVirtualNetworkSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

DeleteSwiftVirtualNetworkSlot description for Deletes a Swift Virtual Network connection from an app (or deployment slot). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will delete the connection for the production slot.

func (AppsClient) DeleteSwiftVirtualNetworkSlotPreparer

func (client AppsClient) DeleteSwiftVirtualNetworkSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

DeleteSwiftVirtualNetworkSlotPreparer prepares the DeleteSwiftVirtualNetworkSlot request.

func (AppsClient) DeleteSwiftVirtualNetworkSlotResponder

func (client AppsClient) DeleteSwiftVirtualNetworkSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteSwiftVirtualNetworkSlotResponder handles the response to the DeleteSwiftVirtualNetworkSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteSwiftVirtualNetworkSlotSender

func (client AppsClient) DeleteSwiftVirtualNetworkSlotSender(req *http.Request) (*http.Response, error)

DeleteSwiftVirtualNetworkSlotSender sends the DeleteSwiftVirtualNetworkSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteTriggeredWebJob

func (client AppsClient) DeleteTriggeredWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error)

DeleteTriggeredWebJob description for Delete a triggered web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) DeleteTriggeredWebJobPreparer

func (client AppsClient) DeleteTriggeredWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

DeleteTriggeredWebJobPreparer prepares the DeleteTriggeredWebJob request.

func (AppsClient) DeleteTriggeredWebJobResponder

func (client AppsClient) DeleteTriggeredWebJobResponder(resp *http.Response) (result autorest.Response, err error)

DeleteTriggeredWebJobResponder handles the response to the DeleteTriggeredWebJob request. The method always closes the http.Response Body.

func (AppsClient) DeleteTriggeredWebJobSender

func (client AppsClient) DeleteTriggeredWebJobSender(req *http.Request) (*http.Response, error)

DeleteTriggeredWebJobSender sends the DeleteTriggeredWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteTriggeredWebJobSlot

func (client AppsClient) DeleteTriggeredWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result autorest.Response, err error)

DeleteTriggeredWebJobSlot description for Delete a triggered web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API deletes web job for the production slot.

func (AppsClient) DeleteTriggeredWebJobSlotPreparer

func (client AppsClient) DeleteTriggeredWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

DeleteTriggeredWebJobSlotPreparer prepares the DeleteTriggeredWebJobSlot request.

func (AppsClient) DeleteTriggeredWebJobSlotResponder

func (client AppsClient) DeleteTriggeredWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteTriggeredWebJobSlotResponder handles the response to the DeleteTriggeredWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteTriggeredWebJobSlotSender

func (client AppsClient) DeleteTriggeredWebJobSlotSender(req *http.Request) (*http.Response, error)

DeleteTriggeredWebJobSlotSender sends the DeleteTriggeredWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteVnetConnection

func (client AppsClient) DeleteVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string) (result autorest.Response, err error)

DeleteVnetConnection description for Deletes a connection from an app (or deployment slot to a named virtual network. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the virtual network.

func (AppsClient) DeleteVnetConnectionPreparer

func (client AppsClient) DeleteVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error)

DeleteVnetConnectionPreparer prepares the DeleteVnetConnection request.

func (AppsClient) DeleteVnetConnectionResponder

func (client AppsClient) DeleteVnetConnectionResponder(resp *http.Response) (result autorest.Response, err error)

DeleteVnetConnectionResponder handles the response to the DeleteVnetConnection request. The method always closes the http.Response Body.

func (AppsClient) DeleteVnetConnectionSender

func (client AppsClient) DeleteVnetConnectionSender(req *http.Request) (*http.Response, error)

DeleteVnetConnectionSender sends the DeleteVnetConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DeleteVnetConnectionSlot

func (client AppsClient) DeleteVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (result autorest.Response, err error)

DeleteVnetConnectionSlot description for Deletes a connection from an app (or deployment slot to a named virtual network. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the virtual network. slot - name of the deployment slot. If a slot is not specified, the API will delete the connection for the production slot.

func (AppsClient) DeleteVnetConnectionSlotPreparer

func (client AppsClient) DeleteVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (*http.Request, error)

DeleteVnetConnectionSlotPreparer prepares the DeleteVnetConnectionSlot request.

func (AppsClient) DeleteVnetConnectionSlotResponder

func (client AppsClient) DeleteVnetConnectionSlotResponder(resp *http.Response) (result autorest.Response, err error)

DeleteVnetConnectionSlotResponder handles the response to the DeleteVnetConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) DeleteVnetConnectionSlotSender

func (client AppsClient) DeleteVnetConnectionSlotSender(req *http.Request) (*http.Response, error)

DeleteVnetConnectionSlotSender sends the DeleteVnetConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DiscoverBackup

func (client AppsClient) DiscoverBackup(ctx context.Context, resourceGroupName string, name string, request RestoreRequest) (result RestoreRequest, err error)

DiscoverBackup description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - a RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.

func (AppsClient) DiscoverBackupPreparer

func (client AppsClient) DiscoverBackupPreparer(ctx context.Context, resourceGroupName string, name string, request RestoreRequest) (*http.Request, error)

DiscoverBackupPreparer prepares the DiscoverBackup request.

func (AppsClient) DiscoverBackupResponder

func (client AppsClient) DiscoverBackupResponder(resp *http.Response) (result RestoreRequest, err error)

DiscoverBackupResponder handles the response to the DiscoverBackup request. The method always closes the http.Response Body.

func (AppsClient) DiscoverBackupSender

func (client AppsClient) DiscoverBackupSender(req *http.Request) (*http.Response, error)

DiscoverBackupSender sends the DiscoverBackup request. The method will close the http.Response Body if it receives an error.

func (AppsClient) DiscoverBackupSlot

func (client AppsClient) DiscoverBackupSlot(ctx context.Context, resourceGroupName string, name string, request RestoreRequest, slot string) (result RestoreRequest, err error)

DiscoverBackupSlot description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - a RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. slot - name of the deployment slot. If a slot is not specified, the API will perform discovery for the production slot.

func (AppsClient) DiscoverBackupSlotPreparer

func (client AppsClient) DiscoverBackupSlotPreparer(ctx context.Context, resourceGroupName string, name string, request RestoreRequest, slot string) (*http.Request, error)

DiscoverBackupSlotPreparer prepares the DiscoverBackupSlot request.

func (AppsClient) DiscoverBackupSlotResponder

func (client AppsClient) DiscoverBackupSlotResponder(resp *http.Response) (result RestoreRequest, err error)

DiscoverBackupSlotResponder handles the response to the DiscoverBackupSlot request. The method always closes the http.Response Body.

func (AppsClient) DiscoverBackupSlotSender

func (client AppsClient) DiscoverBackupSlotSender(req *http.Request) (*http.Response, error)

DiscoverBackupSlotSender sends the DiscoverBackupSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GenerateNewSitePublishingPassword

func (client AppsClient) GenerateNewSitePublishingPassword(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

GenerateNewSitePublishingPassword description for Generates a new publishing password for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GenerateNewSitePublishingPasswordPreparer

func (client AppsClient) GenerateNewSitePublishingPasswordPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GenerateNewSitePublishingPasswordPreparer prepares the GenerateNewSitePublishingPassword request.

func (AppsClient) GenerateNewSitePublishingPasswordResponder

func (client AppsClient) GenerateNewSitePublishingPasswordResponder(resp *http.Response) (result autorest.Response, err error)

GenerateNewSitePublishingPasswordResponder handles the response to the GenerateNewSitePublishingPassword request. The method always closes the http.Response Body.

func (AppsClient) GenerateNewSitePublishingPasswordSender

func (client AppsClient) GenerateNewSitePublishingPasswordSender(req *http.Request) (*http.Response, error)

GenerateNewSitePublishingPasswordSender sends the GenerateNewSitePublishingPassword request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GenerateNewSitePublishingPasswordSlot

func (client AppsClient) GenerateNewSitePublishingPasswordSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

GenerateNewSitePublishingPasswordSlot description for Generates a new publishing password for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API generate a new publishing password for the production slot.

func (AppsClient) GenerateNewSitePublishingPasswordSlotPreparer

func (client AppsClient) GenerateNewSitePublishingPasswordSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GenerateNewSitePublishingPasswordSlotPreparer prepares the GenerateNewSitePublishingPasswordSlot request.

func (AppsClient) GenerateNewSitePublishingPasswordSlotResponder

func (client AppsClient) GenerateNewSitePublishingPasswordSlotResponder(resp *http.Response) (result autorest.Response, err error)

GenerateNewSitePublishingPasswordSlotResponder handles the response to the GenerateNewSitePublishingPasswordSlot request. The method always closes the http.Response Body.

func (AppsClient) GenerateNewSitePublishingPasswordSlotSender

func (client AppsClient) GenerateNewSitePublishingPasswordSlotSender(req *http.Request) (*http.Response, error)

GenerateNewSitePublishingPasswordSlotSender sends the GenerateNewSitePublishingPasswordSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Get

func (client AppsClient) Get(ctx context.Context, resourceGroupName string, name string) (result Site, err error)

Get description for Gets the details of a web, mobile, or API app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetAppSettingKeyVaultReference

func (client AppsClient) GetAppSettingKeyVaultReference(ctx context.Context, resourceGroupName string, name string, appSettingKey string) (result APIKVReference, err error)

GetAppSettingKeyVaultReference description for Gets the config reference and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. appSettingKey - app Setting key name.

func (AppsClient) GetAppSettingKeyVaultReferencePreparer

func (client AppsClient) GetAppSettingKeyVaultReferencePreparer(ctx context.Context, resourceGroupName string, name string, appSettingKey string) (*http.Request, error)

GetAppSettingKeyVaultReferencePreparer prepares the GetAppSettingKeyVaultReference request.

func (AppsClient) GetAppSettingKeyVaultReferenceResponder

func (client AppsClient) GetAppSettingKeyVaultReferenceResponder(resp *http.Response) (result APIKVReference, err error)

GetAppSettingKeyVaultReferenceResponder handles the response to the GetAppSettingKeyVaultReference request. The method always closes the http.Response Body.

func (AppsClient) GetAppSettingKeyVaultReferenceSender

func (client AppsClient) GetAppSettingKeyVaultReferenceSender(req *http.Request) (*http.Response, error)

GetAppSettingKeyVaultReferenceSender sends the GetAppSettingKeyVaultReference request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetAppSettingKeyVaultReferenceSlot

func (client AppsClient) GetAppSettingKeyVaultReferenceSlot(ctx context.Context, resourceGroupName string, name string, appSettingKey string, slot string) (result APIKVReference, err error)

GetAppSettingKeyVaultReferenceSlot description for Gets the config reference and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. appSettingKey - app Setting key name.

func (AppsClient) GetAppSettingKeyVaultReferenceSlotPreparer

func (client AppsClient) GetAppSettingKeyVaultReferenceSlotPreparer(ctx context.Context, resourceGroupName string, name string, appSettingKey string, slot string) (*http.Request, error)

GetAppSettingKeyVaultReferenceSlotPreparer prepares the GetAppSettingKeyVaultReferenceSlot request.

func (AppsClient) GetAppSettingKeyVaultReferenceSlotResponder

func (client AppsClient) GetAppSettingKeyVaultReferenceSlotResponder(resp *http.Response) (result APIKVReference, err error)

GetAppSettingKeyVaultReferenceSlotResponder handles the response to the GetAppSettingKeyVaultReferenceSlot request. The method always closes the http.Response Body.

func (AppsClient) GetAppSettingKeyVaultReferenceSlotSender

func (client AppsClient) GetAppSettingKeyVaultReferenceSlotSender(req *http.Request) (*http.Response, error)

GetAppSettingKeyVaultReferenceSlotSender sends the GetAppSettingKeyVaultReferenceSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetAppSettingsKeyVaultReferences

func (client AppsClient) GetAppSettingsKeyVaultReferences(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionPage, err error)

GetAppSettingsKeyVaultReferences description for Gets the config reference app settings and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetAppSettingsKeyVaultReferencesComplete

func (client AppsClient) GetAppSettingsKeyVaultReferencesComplete(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionIterator, err error)

GetAppSettingsKeyVaultReferencesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) GetAppSettingsKeyVaultReferencesPreparer

func (client AppsClient) GetAppSettingsKeyVaultReferencesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetAppSettingsKeyVaultReferencesPreparer prepares the GetAppSettingsKeyVaultReferences request.

func (AppsClient) GetAppSettingsKeyVaultReferencesResponder

func (client AppsClient) GetAppSettingsKeyVaultReferencesResponder(resp *http.Response) (result APIKVReferenceCollection, err error)

GetAppSettingsKeyVaultReferencesResponder handles the response to the GetAppSettingsKeyVaultReferences request. The method always closes the http.Response Body.

func (AppsClient) GetAppSettingsKeyVaultReferencesSender

func (client AppsClient) GetAppSettingsKeyVaultReferencesSender(req *http.Request) (*http.Response, error)

GetAppSettingsKeyVaultReferencesSender sends the GetAppSettingsKeyVaultReferences request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetAppSettingsKeyVaultReferencesSlot

func (client AppsClient) GetAppSettingsKeyVaultReferencesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionPage, err error)

GetAppSettingsKeyVaultReferencesSlot description for Gets the config reference app settings and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetAppSettingsKeyVaultReferencesSlotComplete

func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionIterator, err error)

GetAppSettingsKeyVaultReferencesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) GetAppSettingsKeyVaultReferencesSlotPreparer

func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetAppSettingsKeyVaultReferencesSlotPreparer prepares the GetAppSettingsKeyVaultReferencesSlot request.

func (AppsClient) GetAppSettingsKeyVaultReferencesSlotResponder

func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotResponder(resp *http.Response) (result APIKVReferenceCollection, err error)

GetAppSettingsKeyVaultReferencesSlotResponder handles the response to the GetAppSettingsKeyVaultReferencesSlot request. The method always closes the http.Response Body.

func (AppsClient) GetAppSettingsKeyVaultReferencesSlotSender

func (client AppsClient) GetAppSettingsKeyVaultReferencesSlotSender(req *http.Request) (*http.Response, error)

GetAppSettingsKeyVaultReferencesSlotSender sends the GetAppSettingsKeyVaultReferencesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetAuthSettings

func (client AppsClient) GetAuthSettings(ctx context.Context, resourceGroupName string, name string) (result SiteAuthSettings, err error)

GetAuthSettings description for Gets the Authentication/Authorization settings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetAuthSettingsPreparer

func (client AppsClient) GetAuthSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetAuthSettingsPreparer prepares the GetAuthSettings request.

func (AppsClient) GetAuthSettingsResponder

func (client AppsClient) GetAuthSettingsResponder(resp *http.Response) (result SiteAuthSettings, err error)

GetAuthSettingsResponder handles the response to the GetAuthSettings request. The method always closes the http.Response Body.

func (AppsClient) GetAuthSettingsSender

func (client AppsClient) GetAuthSettingsSender(req *http.Request) (*http.Response, error)

GetAuthSettingsSender sends the GetAuthSettings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetAuthSettingsSlot

func (client AppsClient) GetAuthSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteAuthSettings, err error)

GetAuthSettingsSlot description for Gets the Authentication/Authorization settings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

func (AppsClient) GetAuthSettingsSlotPreparer

func (client AppsClient) GetAuthSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetAuthSettingsSlotPreparer prepares the GetAuthSettingsSlot request.

func (AppsClient) GetAuthSettingsSlotResponder

func (client AppsClient) GetAuthSettingsSlotResponder(resp *http.Response) (result SiteAuthSettings, err error)

GetAuthSettingsSlotResponder handles the response to the GetAuthSettingsSlot request. The method always closes the http.Response Body.

func (AppsClient) GetAuthSettingsSlotSender

func (client AppsClient) GetAuthSettingsSlotSender(req *http.Request) (*http.Response, error)

GetAuthSettingsSlotSender sends the GetAuthSettingsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetAuthSettingsV2

func (client AppsClient) GetAuthSettingsV2(ctx context.Context, resourceGroupName string, name string) (result SiteAuthSettingsV2, err error)

GetAuthSettingsV2 description for Gets site's Authentication / Authorization settings for apps via the V2 format Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetAuthSettingsV2Preparer

func (client AppsClient) GetAuthSettingsV2Preparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetAuthSettingsV2Preparer prepares the GetAuthSettingsV2 request.

func (AppsClient) GetAuthSettingsV2Responder

func (client AppsClient) GetAuthSettingsV2Responder(resp *http.Response) (result SiteAuthSettingsV2, err error)

GetAuthSettingsV2Responder handles the response to the GetAuthSettingsV2 request. The method always closes the http.Response Body.

func (AppsClient) GetAuthSettingsV2Sender

func (client AppsClient) GetAuthSettingsV2Sender(req *http.Request) (*http.Response, error)

GetAuthSettingsV2Sender sends the GetAuthSettingsV2 request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetAuthSettingsV2Slot

func (client AppsClient) GetAuthSettingsV2Slot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteAuthSettingsV2, err error)

GetAuthSettingsV2Slot description for Gets site's Authentication / Authorization settings for apps via the V2 format Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

func (AppsClient) GetAuthSettingsV2SlotPreparer

func (client AppsClient) GetAuthSettingsV2SlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetAuthSettingsV2SlotPreparer prepares the GetAuthSettingsV2Slot request.

func (AppsClient) GetAuthSettingsV2SlotResponder

func (client AppsClient) GetAuthSettingsV2SlotResponder(resp *http.Response) (result SiteAuthSettingsV2, err error)

GetAuthSettingsV2SlotResponder handles the response to the GetAuthSettingsV2Slot request. The method always closes the http.Response Body.

func (AppsClient) GetAuthSettingsV2SlotSender

func (client AppsClient) GetAuthSettingsV2SlotSender(req *http.Request) (*http.Response, error)

GetAuthSettingsV2SlotSender sends the GetAuthSettingsV2Slot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetBackupConfiguration

func (client AppsClient) GetBackupConfiguration(ctx context.Context, resourceGroupName string, name string) (result BackupRequest, err error)

GetBackupConfiguration description for Gets the backup configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetBackupConfigurationPreparer

func (client AppsClient) GetBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetBackupConfigurationPreparer prepares the GetBackupConfiguration request.

func (AppsClient) GetBackupConfigurationResponder

func (client AppsClient) GetBackupConfigurationResponder(resp *http.Response) (result BackupRequest, err error)

GetBackupConfigurationResponder handles the response to the GetBackupConfiguration request. The method always closes the http.Response Body.

func (AppsClient) GetBackupConfigurationSender

func (client AppsClient) GetBackupConfigurationSender(req *http.Request) (*http.Response, error)

GetBackupConfigurationSender sends the GetBackupConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetBackupConfigurationSlot

func (client AppsClient) GetBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupRequest, err error)

GetBackupConfigurationSlot description for Gets the backup configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the backup configuration for the production slot.

func (AppsClient) GetBackupConfigurationSlotPreparer

func (client AppsClient) GetBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetBackupConfigurationSlotPreparer prepares the GetBackupConfigurationSlot request.

func (AppsClient) GetBackupConfigurationSlotResponder

func (client AppsClient) GetBackupConfigurationSlotResponder(resp *http.Response) (result BackupRequest, err error)

GetBackupConfigurationSlotResponder handles the response to the GetBackupConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) GetBackupConfigurationSlotSender

func (client AppsClient) GetBackupConfigurationSlotSender(req *http.Request) (*http.Response, error)

GetBackupConfigurationSlotSender sends the GetBackupConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetBackupStatus

func (client AppsClient) GetBackupStatus(ctx context.Context, resourceGroupName string, name string, backupID string) (result BackupItem, err error)

GetBackupStatus description for Gets a backup of an app by its ID. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. backupID - ID of the backup.

func (AppsClient) GetBackupStatusPreparer

func (client AppsClient) GetBackupStatusPreparer(ctx context.Context, resourceGroupName string, name string, backupID string) (*http.Request, error)

GetBackupStatusPreparer prepares the GetBackupStatus request.

func (AppsClient) GetBackupStatusResponder

func (client AppsClient) GetBackupStatusResponder(resp *http.Response) (result BackupItem, err error)

GetBackupStatusResponder handles the response to the GetBackupStatus request. The method always closes the http.Response Body.

func (AppsClient) GetBackupStatusSender

func (client AppsClient) GetBackupStatusSender(req *http.Request) (*http.Response, error)

GetBackupStatusSender sends the GetBackupStatus request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetBackupStatusSlot

func (client AppsClient) GetBackupStatusSlot(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (result BackupItem, err error)

GetBackupStatusSlot description for Gets a backup of an app by its ID. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. backupID - ID of the backup. slot - name of the deployment slot. If a slot is not specified, the API will get a backup of the production slot.

func (AppsClient) GetBackupStatusSlotPreparer

func (client AppsClient) GetBackupStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (*http.Request, error)

GetBackupStatusSlotPreparer prepares the GetBackupStatusSlot request.

func (AppsClient) GetBackupStatusSlotResponder

func (client AppsClient) GetBackupStatusSlotResponder(resp *http.Response) (result BackupItem, err error)

GetBackupStatusSlotResponder handles the response to the GetBackupStatusSlot request. The method always closes the http.Response Body.

func (AppsClient) GetBackupStatusSlotSender

func (client AppsClient) GetBackupStatusSlotSender(req *http.Request) (*http.Response, error)

GetBackupStatusSlotSender sends the GetBackupStatusSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetConfiguration

func (client AppsClient) GetConfiguration(ctx context.Context, resourceGroupName string, name string) (result SiteConfigResource, err error)

GetConfiguration description for Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetConfigurationPreparer

func (client AppsClient) GetConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetConfigurationPreparer prepares the GetConfiguration request.

func (AppsClient) GetConfigurationResponder

func (client AppsClient) GetConfigurationResponder(resp *http.Response) (result SiteConfigResource, err error)

GetConfigurationResponder handles the response to the GetConfiguration request. The method always closes the http.Response Body.

func (AppsClient) GetConfigurationSender

func (client AppsClient) GetConfigurationSender(req *http.Request) (*http.Response, error)

GetConfigurationSender sends the GetConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetConfigurationSlot

func (client AppsClient) GetConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigResource, err error)

GetConfigurationSlot description for Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot.

func (AppsClient) GetConfigurationSlotPreparer

func (client AppsClient) GetConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetConfigurationSlotPreparer prepares the GetConfigurationSlot request.

func (AppsClient) GetConfigurationSlotResponder

func (client AppsClient) GetConfigurationSlotResponder(resp *http.Response) (result SiteConfigResource, err error)

GetConfigurationSlotResponder handles the response to the GetConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) GetConfigurationSlotSender

func (client AppsClient) GetConfigurationSlotSender(req *http.Request) (*http.Response, error)

GetConfigurationSlotSender sends the GetConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetConfigurationSnapshot

func (client AppsClient) GetConfigurationSnapshot(ctx context.Context, resourceGroupName string, name string, snapshotID string) (result SiteConfigResource, err error)

GetConfigurationSnapshot description for Gets a snapshot of the configuration of an app at a previous point in time. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. snapshotID - the ID of the snapshot to read.

func (AppsClient) GetConfigurationSnapshotPreparer

func (client AppsClient) GetConfigurationSnapshotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string) (*http.Request, error)

GetConfigurationSnapshotPreparer prepares the GetConfigurationSnapshot request.

func (AppsClient) GetConfigurationSnapshotResponder

func (client AppsClient) GetConfigurationSnapshotResponder(resp *http.Response) (result SiteConfigResource, err error)

GetConfigurationSnapshotResponder handles the response to the GetConfigurationSnapshot request. The method always closes the http.Response Body.

func (AppsClient) GetConfigurationSnapshotSender

func (client AppsClient) GetConfigurationSnapshotSender(req *http.Request) (*http.Response, error)

GetConfigurationSnapshotSender sends the GetConfigurationSnapshot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetConfigurationSnapshotSlot

func (client AppsClient) GetConfigurationSnapshotSlot(ctx context.Context, resourceGroupName string, name string, snapshotID string, slot string) (result SiteConfigResource, err error)

GetConfigurationSnapshotSlot description for Gets a snapshot of the configuration of an app at a previous point in time. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. snapshotID - the ID of the snapshot to read. slot - name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot.

func (AppsClient) GetConfigurationSnapshotSlotPreparer

func (client AppsClient) GetConfigurationSnapshotSlotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string, slot string) (*http.Request, error)

GetConfigurationSnapshotSlotPreparer prepares the GetConfigurationSnapshotSlot request.

func (AppsClient) GetConfigurationSnapshotSlotResponder

func (client AppsClient) GetConfigurationSnapshotSlotResponder(resp *http.Response) (result SiteConfigResource, err error)

GetConfigurationSnapshotSlotResponder handles the response to the GetConfigurationSnapshotSlot request. The method always closes the http.Response Body.

func (AppsClient) GetConfigurationSnapshotSlotSender

func (client AppsClient) GetConfigurationSnapshotSlotSender(req *http.Request) (*http.Response, error)

GetConfigurationSnapshotSlotSender sends the GetConfigurationSnapshotSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetContainerLogsZip

func (client AppsClient) GetContainerLogsZip(ctx context.Context, resourceGroupName string, name string) (result ReadCloser, err error)

GetContainerLogsZip description for Gets the ZIP archived docker log files for the given site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) GetContainerLogsZipPreparer

func (client AppsClient) GetContainerLogsZipPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetContainerLogsZipPreparer prepares the GetContainerLogsZip request.

func (AppsClient) GetContainerLogsZipResponder

func (client AppsClient) GetContainerLogsZipResponder(resp *http.Response) (result ReadCloser, err error)

GetContainerLogsZipResponder handles the response to the GetContainerLogsZip request. The method always closes the http.Response Body.

func (AppsClient) GetContainerLogsZipSender

func (client AppsClient) GetContainerLogsZipSender(req *http.Request) (*http.Response, error)

GetContainerLogsZipSender sends the GetContainerLogsZip request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetContainerLogsZipSlot

func (client AppsClient) GetContainerLogsZipSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ReadCloser, err error)

GetContainerLogsZipSlot description for Gets the ZIP archived docker log files for the given site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) GetContainerLogsZipSlotPreparer

func (client AppsClient) GetContainerLogsZipSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetContainerLogsZipSlotPreparer prepares the GetContainerLogsZipSlot request.

func (AppsClient) GetContainerLogsZipSlotResponder

func (client AppsClient) GetContainerLogsZipSlotResponder(resp *http.Response) (result ReadCloser, err error)

GetContainerLogsZipSlotResponder handles the response to the GetContainerLogsZipSlot request. The method always closes the http.Response Body.

func (AppsClient) GetContainerLogsZipSlotSender

func (client AppsClient) GetContainerLogsZipSlotSender(req *http.Request) (*http.Response, error)

GetContainerLogsZipSlotSender sends the GetContainerLogsZipSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetContinuousWebJob

func (client AppsClient) GetContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result ContinuousWebJob, err error)

GetContinuousWebJob description for Gets a continuous web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) GetContinuousWebJobPreparer

func (client AppsClient) GetContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

GetContinuousWebJobPreparer prepares the GetContinuousWebJob request.

func (AppsClient) GetContinuousWebJobResponder

func (client AppsClient) GetContinuousWebJobResponder(resp *http.Response) (result ContinuousWebJob, err error)

GetContinuousWebJobResponder handles the response to the GetContinuousWebJob request. The method always closes the http.Response Body.

func (AppsClient) GetContinuousWebJobSender

func (client AppsClient) GetContinuousWebJobSender(req *http.Request) (*http.Response, error)

GetContinuousWebJobSender sends the GetContinuousWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetContinuousWebJobSlot

func (client AppsClient) GetContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result ContinuousWebJob, err error)

GetContinuousWebJobSlot description for Gets a continuous web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) GetContinuousWebJobSlotPreparer

func (client AppsClient) GetContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

GetContinuousWebJobSlotPreparer prepares the GetContinuousWebJobSlot request.

func (AppsClient) GetContinuousWebJobSlotResponder

func (client AppsClient) GetContinuousWebJobSlotResponder(resp *http.Response) (result ContinuousWebJob, err error)

GetContinuousWebJobSlotResponder handles the response to the GetContinuousWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) GetContinuousWebJobSlotSender

func (client AppsClient) GetContinuousWebJobSlotSender(req *http.Request) (*http.Response, error)

GetContinuousWebJobSlotSender sends the GetContinuousWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetDeployment

func (client AppsClient) GetDeployment(ctx context.Context, resourceGroupName string, name string, ID string) (result Deployment, err error)

GetDeployment description for Get a deployment by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - deployment ID.

func (AppsClient) GetDeploymentPreparer

func (client AppsClient) GetDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error)

GetDeploymentPreparer prepares the GetDeployment request.

func (AppsClient) GetDeploymentResponder

func (client AppsClient) GetDeploymentResponder(resp *http.Response) (result Deployment, err error)

GetDeploymentResponder handles the response to the GetDeployment request. The method always closes the http.Response Body.

func (AppsClient) GetDeploymentSender

func (client AppsClient) GetDeploymentSender(req *http.Request) (*http.Response, error)

GetDeploymentSender sends the GetDeployment request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetDeploymentSlot

func (client AppsClient) GetDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (result Deployment, err error)

GetDeploymentSlot description for Get a deployment by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - deployment ID. slot - name of the deployment slot. If a slot is not specified, the API gets a deployment for the production slot.

func (AppsClient) GetDeploymentSlotPreparer

func (client AppsClient) GetDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (*http.Request, error)

GetDeploymentSlotPreparer prepares the GetDeploymentSlot request.

func (AppsClient) GetDeploymentSlotResponder

func (client AppsClient) GetDeploymentSlotResponder(resp *http.Response) (result Deployment, err error)

GetDeploymentSlotResponder handles the response to the GetDeploymentSlot request. The method always closes the http.Response Body.

func (AppsClient) GetDeploymentSlotSender

func (client AppsClient) GetDeploymentSlotSender(req *http.Request) (*http.Response, error)

GetDeploymentSlotSender sends the GetDeploymentSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetDiagnosticLogsConfiguration

func (client AppsClient) GetDiagnosticLogsConfiguration(ctx context.Context, resourceGroupName string, name string) (result SiteLogsConfig, err error)

GetDiagnosticLogsConfiguration description for Gets the logging configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetDiagnosticLogsConfigurationPreparer

func (client AppsClient) GetDiagnosticLogsConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetDiagnosticLogsConfigurationPreparer prepares the GetDiagnosticLogsConfiguration request.

func (AppsClient) GetDiagnosticLogsConfigurationResponder

func (client AppsClient) GetDiagnosticLogsConfigurationResponder(resp *http.Response) (result SiteLogsConfig, err error)

GetDiagnosticLogsConfigurationResponder handles the response to the GetDiagnosticLogsConfiguration request. The method always closes the http.Response Body.

func (AppsClient) GetDiagnosticLogsConfigurationSender

func (client AppsClient) GetDiagnosticLogsConfigurationSender(req *http.Request) (*http.Response, error)

GetDiagnosticLogsConfigurationSender sends the GetDiagnosticLogsConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetDiagnosticLogsConfigurationSlot

func (client AppsClient) GetDiagnosticLogsConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteLogsConfig, err error)

GetDiagnosticLogsConfigurationSlot description for Gets the logging configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the logging configuration for the production slot.

func (AppsClient) GetDiagnosticLogsConfigurationSlotPreparer

func (client AppsClient) GetDiagnosticLogsConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetDiagnosticLogsConfigurationSlotPreparer prepares the GetDiagnosticLogsConfigurationSlot request.

func (AppsClient) GetDiagnosticLogsConfigurationSlotResponder

func (client AppsClient) GetDiagnosticLogsConfigurationSlotResponder(resp *http.Response) (result SiteLogsConfig, err error)

GetDiagnosticLogsConfigurationSlotResponder handles the response to the GetDiagnosticLogsConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) GetDiagnosticLogsConfigurationSlotSender

func (client AppsClient) GetDiagnosticLogsConfigurationSlotSender(req *http.Request) (*http.Response, error)

GetDiagnosticLogsConfigurationSlotSender sends the GetDiagnosticLogsConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetDomainOwnershipIdentifier

func (client AppsClient) GetDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string) (result Identifier, err error)

GetDomainOwnershipIdentifier description for Get domain ownership identifier for web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier.

func (AppsClient) GetDomainOwnershipIdentifierPreparer

func (client AppsClient) GetDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string) (*http.Request, error)

GetDomainOwnershipIdentifierPreparer prepares the GetDomainOwnershipIdentifier request.

func (AppsClient) GetDomainOwnershipIdentifierResponder

func (client AppsClient) GetDomainOwnershipIdentifierResponder(resp *http.Response) (result Identifier, err error)

GetDomainOwnershipIdentifierResponder handles the response to the GetDomainOwnershipIdentifier request. The method always closes the http.Response Body.

func (AppsClient) GetDomainOwnershipIdentifierSender

func (client AppsClient) GetDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

GetDomainOwnershipIdentifierSender sends the GetDomainOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetDomainOwnershipIdentifierSlot

func (client AppsClient) GetDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, slot string) (result Identifier, err error)

GetDomainOwnershipIdentifierSlot description for Get domain ownership identifier for web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier. slot - name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.

func (AppsClient) GetDomainOwnershipIdentifierSlotPreparer

func (client AppsClient) GetDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, slot string) (*http.Request, error)

GetDomainOwnershipIdentifierSlotPreparer prepares the GetDomainOwnershipIdentifierSlot request.

func (AppsClient) GetDomainOwnershipIdentifierSlotResponder

func (client AppsClient) GetDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result Identifier, err error)

GetDomainOwnershipIdentifierSlotResponder handles the response to the GetDomainOwnershipIdentifierSlot request. The method always closes the http.Response Body.

func (AppsClient) GetDomainOwnershipIdentifierSlotSender

func (client AppsClient) GetDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error)

GetDomainOwnershipIdentifierSlotSender sends the GetDomainOwnershipIdentifierSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetFtpAllowed

func (client AppsClient) GetFtpAllowed(ctx context.Context, resourceGroupName string, name string) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetFtpAllowed description for Returns whether FTP is allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetFtpAllowedPreparer

func (client AppsClient) GetFtpAllowedPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetFtpAllowedPreparer prepares the GetFtpAllowed request.

func (AppsClient) GetFtpAllowedResponder

func (client AppsClient) GetFtpAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetFtpAllowedResponder handles the response to the GetFtpAllowed request. The method always closes the http.Response Body.

func (AppsClient) GetFtpAllowedSender

func (client AppsClient) GetFtpAllowedSender(req *http.Request) (*http.Response, error)

GetFtpAllowedSender sends the GetFtpAllowed request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetFtpAllowedSlot

func (client AppsClient) GetFtpAllowedSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetFtpAllowedSlot description for Returns whether FTP is allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetFtpAllowedSlotPreparer

func (client AppsClient) GetFtpAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetFtpAllowedSlotPreparer prepares the GetFtpAllowedSlot request.

func (AppsClient) GetFtpAllowedSlotResponder

func (client AppsClient) GetFtpAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetFtpAllowedSlotResponder handles the response to the GetFtpAllowedSlot request. The method always closes the http.Response Body.

func (AppsClient) GetFtpAllowedSlotSender

func (client AppsClient) GetFtpAllowedSlotSender(req *http.Request) (*http.Response, error)

GetFtpAllowedSlotSender sends the GetFtpAllowedSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetFunction

func (client AppsClient) GetFunction(ctx context.Context, resourceGroupName string, name string, functionName string) (result FunctionEnvelope, err error)

GetFunction description for Get function information by its ID for web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name.

func (AppsClient) GetFunctionPreparer

func (client AppsClient) GetFunctionPreparer(ctx context.Context, resourceGroupName string, name string, functionName string) (*http.Request, error)

GetFunctionPreparer prepares the GetFunction request.

func (AppsClient) GetFunctionResponder

func (client AppsClient) GetFunctionResponder(resp *http.Response) (result FunctionEnvelope, err error)

GetFunctionResponder handles the response to the GetFunction request. The method always closes the http.Response Body.

func (AppsClient) GetFunctionSender

func (client AppsClient) GetFunctionSender(req *http.Request) (*http.Response, error)

GetFunctionSender sends the GetFunction request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetFunctionsAdminToken

func (client AppsClient) GetFunctionsAdminToken(ctx context.Context, resourceGroupName string, name string) (result String, err error)

GetFunctionsAdminToken description for Fetch a short lived token that can be exchanged for a master key. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) GetFunctionsAdminTokenPreparer

func (client AppsClient) GetFunctionsAdminTokenPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetFunctionsAdminTokenPreparer prepares the GetFunctionsAdminToken request.

func (AppsClient) GetFunctionsAdminTokenResponder

func (client AppsClient) GetFunctionsAdminTokenResponder(resp *http.Response) (result String, err error)

GetFunctionsAdminTokenResponder handles the response to the GetFunctionsAdminToken request. The method always closes the http.Response Body.

func (AppsClient) GetFunctionsAdminTokenSender

func (client AppsClient) GetFunctionsAdminTokenSender(req *http.Request) (*http.Response, error)

GetFunctionsAdminTokenSender sends the GetFunctionsAdminToken request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetFunctionsAdminTokenSlot

func (client AppsClient) GetFunctionsAdminTokenSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result String, err error)

GetFunctionsAdminTokenSlot description for Fetch a short lived token that can be exchanged for a master key. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) GetFunctionsAdminTokenSlotPreparer

func (client AppsClient) GetFunctionsAdminTokenSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetFunctionsAdminTokenSlotPreparer prepares the GetFunctionsAdminTokenSlot request.

func (AppsClient) GetFunctionsAdminTokenSlotResponder

func (client AppsClient) GetFunctionsAdminTokenSlotResponder(resp *http.Response) (result String, err error)

GetFunctionsAdminTokenSlotResponder handles the response to the GetFunctionsAdminTokenSlot request. The method always closes the http.Response Body.

func (AppsClient) GetFunctionsAdminTokenSlotSender

func (client AppsClient) GetFunctionsAdminTokenSlotSender(req *http.Request) (*http.Response, error)

GetFunctionsAdminTokenSlotSender sends the GetFunctionsAdminTokenSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetHostNameBinding

func (client AppsClient) GetHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string) (result HostNameBinding, err error)

GetHostNameBinding description for Get the named hostname binding for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. hostName - hostname in the hostname binding.

func (AppsClient) GetHostNameBindingPreparer

func (client AppsClient) GetHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error)

GetHostNameBindingPreparer prepares the GetHostNameBinding request.

func (AppsClient) GetHostNameBindingResponder

func (client AppsClient) GetHostNameBindingResponder(resp *http.Response) (result HostNameBinding, err error)

GetHostNameBindingResponder handles the response to the GetHostNameBinding request. The method always closes the http.Response Body.

func (AppsClient) GetHostNameBindingSender

func (client AppsClient) GetHostNameBindingSender(req *http.Request) (*http.Response, error)

GetHostNameBindingSender sends the GetHostNameBinding request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetHostNameBindingSlot

func (client AppsClient) GetHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (result HostNameBinding, err error)

GetHostNameBindingSlot description for Get the named hostname binding for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API the named binding for the production slot. hostName - hostname in the hostname binding.

func (AppsClient) GetHostNameBindingSlotPreparer

func (client AppsClient) GetHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (*http.Request, error)

GetHostNameBindingSlotPreparer prepares the GetHostNameBindingSlot request.

func (AppsClient) GetHostNameBindingSlotResponder

func (client AppsClient) GetHostNameBindingSlotResponder(resp *http.Response) (result HostNameBinding, err error)

GetHostNameBindingSlotResponder handles the response to the GetHostNameBindingSlot request. The method always closes the http.Response Body.

func (AppsClient) GetHostNameBindingSlotSender

func (client AppsClient) GetHostNameBindingSlotSender(req *http.Request) (*http.Response, error)

GetHostNameBindingSlotSender sends the GetHostNameBindingSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetHybridConnection

func (client AppsClient) GetHybridConnection(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (result HybridConnection, err error)

GetHybridConnection description for Retrieves a specific Service Bus Hybrid Connection used by this Web App. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection.

func (AppsClient) GetHybridConnectionPreparer

func (client AppsClient) GetHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string) (*http.Request, error)

GetHybridConnectionPreparer prepares the GetHybridConnection request.

func (AppsClient) GetHybridConnectionResponder

func (client AppsClient) GetHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error)

GetHybridConnectionResponder handles the response to the GetHybridConnection request. The method always closes the http.Response Body.

func (AppsClient) GetHybridConnectionSender

func (client AppsClient) GetHybridConnectionSender(req *http.Request) (*http.Response, error)

GetHybridConnectionSender sends the GetHybridConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetHybridConnectionSlot

func (client AppsClient) GetHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, slot string) (result HybridConnection, err error)

GetHybridConnectionSlot description for Retrieves a specific Service Bus Hybrid Connection used by this Web App. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection. slot - the name of the slot for the web app.

func (AppsClient) GetHybridConnectionSlotPreparer

func (client AppsClient) GetHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, slot string) (*http.Request, error)

GetHybridConnectionSlotPreparer prepares the GetHybridConnectionSlot request.

func (AppsClient) GetHybridConnectionSlotResponder

func (client AppsClient) GetHybridConnectionSlotResponder(resp *http.Response) (result HybridConnection, err error)

GetHybridConnectionSlotResponder handles the response to the GetHybridConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) GetHybridConnectionSlotSender

func (client AppsClient) GetHybridConnectionSlotSender(req *http.Request) (*http.Response, error)

GetHybridConnectionSlotSender sends the GetHybridConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceFunctionSlot

func (client AppsClient) GetInstanceFunctionSlot(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (result FunctionEnvelope, err error)

GetInstanceFunctionSlot description for Get function information by its ID for web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name. slot - name of the deployment slot.

func (AppsClient) GetInstanceFunctionSlotPreparer

func (client AppsClient) GetInstanceFunctionSlotPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (*http.Request, error)

GetInstanceFunctionSlotPreparer prepares the GetInstanceFunctionSlot request.

func (AppsClient) GetInstanceFunctionSlotResponder

func (client AppsClient) GetInstanceFunctionSlotResponder(resp *http.Response) (result FunctionEnvelope, err error)

GetInstanceFunctionSlotResponder handles the response to the GetInstanceFunctionSlot request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceFunctionSlotSender

func (client AppsClient) GetInstanceFunctionSlotSender(req *http.Request) (*http.Response, error)

GetInstanceFunctionSlotSender sends the GetInstanceFunctionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceInfo

func (client AppsClient) GetInstanceInfo(ctx context.Context, resourceGroupName string, name string, instanceID string) (result SiteInstanceStatus, err error)

GetInstanceInfo description for Gets all scale-out instances of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetInstanceInfoPreparer

func (client AppsClient) GetInstanceInfoPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error)

GetInstanceInfoPreparer prepares the GetInstanceInfo request.

func (AppsClient) GetInstanceInfoResponder

func (client AppsClient) GetInstanceInfoResponder(resp *http.Response) (result SiteInstanceStatus, err error)

GetInstanceInfoResponder handles the response to the GetInstanceInfo request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceInfoSender

func (client AppsClient) GetInstanceInfoSender(req *http.Request) (*http.Response, error)

GetInstanceInfoSender sends the GetInstanceInfo request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceInfoSlot

func (client AppsClient) GetInstanceInfoSlot(ctx context.Context, resourceGroupName string, name string, instanceID string, slot string) (result SiteInstanceStatus, err error)

GetInstanceInfoSlot description for Gets all scale-out instances of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API gets the production slot instances.

func (AppsClient) GetInstanceInfoSlotPreparer

func (client AppsClient) GetInstanceInfoSlotPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string, slot string) (*http.Request, error)

GetInstanceInfoSlotPreparer prepares the GetInstanceInfoSlot request.

func (AppsClient) GetInstanceInfoSlotResponder

func (client AppsClient) GetInstanceInfoSlotResponder(resp *http.Response) (result SiteInstanceStatus, err error)

GetInstanceInfoSlotResponder handles the response to the GetInstanceInfoSlot request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceInfoSlotSender

func (client AppsClient) GetInstanceInfoSlotSender(req *http.Request) (*http.Response, error)

GetInstanceInfoSlotSender sends the GetInstanceInfoSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceMSDeployLog

func (client AppsClient) GetInstanceMSDeployLog(ctx context.Context, resourceGroupName string, name string, instanceID string) (result MSDeployLog, err error)

GetInstanceMSDeployLog description for Get the MSDeploy Log for the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. instanceID - ID of web app instance.

func (AppsClient) GetInstanceMSDeployLogPreparer

func (client AppsClient) GetInstanceMSDeployLogPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error)

GetInstanceMSDeployLogPreparer prepares the GetInstanceMSDeployLog request.

func (AppsClient) GetInstanceMSDeployLogResponder

func (client AppsClient) GetInstanceMSDeployLogResponder(resp *http.Response) (result MSDeployLog, err error)

GetInstanceMSDeployLogResponder handles the response to the GetInstanceMSDeployLog request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceMSDeployLogSender

func (client AppsClient) GetInstanceMSDeployLogSender(req *http.Request) (*http.Response, error)

GetInstanceMSDeployLogSender sends the GetInstanceMSDeployLog request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceMSDeployLogSlot

func (client AppsClient) GetInstanceMSDeployLogSlot(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (result MSDeployLog, err error)

GetInstanceMSDeployLogSlot description for Get the MSDeploy Log for the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot. instanceID - ID of web app instance.

func (AppsClient) GetInstanceMSDeployLogSlotPreparer

func (client AppsClient) GetInstanceMSDeployLogSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (*http.Request, error)

GetInstanceMSDeployLogSlotPreparer prepares the GetInstanceMSDeployLogSlot request.

func (AppsClient) GetInstanceMSDeployLogSlotResponder

func (client AppsClient) GetInstanceMSDeployLogSlotResponder(resp *http.Response) (result MSDeployLog, err error)

GetInstanceMSDeployLogSlotResponder handles the response to the GetInstanceMSDeployLogSlot request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceMSDeployLogSlotSender

func (client AppsClient) GetInstanceMSDeployLogSlotSender(req *http.Request) (*http.Response, error)

GetInstanceMSDeployLogSlotSender sends the GetInstanceMSDeployLogSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceMsDeployStatus

func (client AppsClient) GetInstanceMsDeployStatus(ctx context.Context, resourceGroupName string, name string, instanceID string) (result MSDeployStatus, err error)

GetInstanceMsDeployStatus description for Get the status of the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. instanceID - ID of web app instance.

func (AppsClient) GetInstanceMsDeployStatusPreparer

func (client AppsClient) GetInstanceMsDeployStatusPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error)

GetInstanceMsDeployStatusPreparer prepares the GetInstanceMsDeployStatus request.

func (AppsClient) GetInstanceMsDeployStatusResponder

func (client AppsClient) GetInstanceMsDeployStatusResponder(resp *http.Response) (result MSDeployStatus, err error)

GetInstanceMsDeployStatusResponder handles the response to the GetInstanceMsDeployStatus request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceMsDeployStatusSender

func (client AppsClient) GetInstanceMsDeployStatusSender(req *http.Request) (*http.Response, error)

GetInstanceMsDeployStatusSender sends the GetInstanceMsDeployStatus request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceMsDeployStatusSlot

func (client AppsClient) GetInstanceMsDeployStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (result MSDeployStatus, err error)

GetInstanceMsDeployStatusSlot description for Get the status of the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot. instanceID - ID of web app instance.

func (AppsClient) GetInstanceMsDeployStatusSlotPreparer

func (client AppsClient) GetInstanceMsDeployStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (*http.Request, error)

GetInstanceMsDeployStatusSlotPreparer prepares the GetInstanceMsDeployStatusSlot request.

func (AppsClient) GetInstanceMsDeployStatusSlotResponder

func (client AppsClient) GetInstanceMsDeployStatusSlotResponder(resp *http.Response) (result MSDeployStatus, err error)

GetInstanceMsDeployStatusSlotResponder handles the response to the GetInstanceMsDeployStatusSlot request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceMsDeployStatusSlotSender

func (client AppsClient) GetInstanceMsDeployStatusSlotSender(req *http.Request) (*http.Response, error)

GetInstanceMsDeployStatusSlotSender sends the GetInstanceMsDeployStatusSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceProcess

func (client AppsClient) GetInstanceProcess(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (result ProcessInfo, err error)

GetInstanceProcess description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) GetInstanceProcessDump

func (client AppsClient) GetInstanceProcessDump(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (result ReadCloser, err error)

GetInstanceProcessDump description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) GetInstanceProcessDumpPreparer

func (client AppsClient) GetInstanceProcessDumpPreparer(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (*http.Request, error)

GetInstanceProcessDumpPreparer prepares the GetInstanceProcessDump request.

func (AppsClient) GetInstanceProcessDumpResponder

func (client AppsClient) GetInstanceProcessDumpResponder(resp *http.Response) (result ReadCloser, err error)

GetInstanceProcessDumpResponder handles the response to the GetInstanceProcessDump request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceProcessDumpSender

func (client AppsClient) GetInstanceProcessDumpSender(req *http.Request) (*http.Response, error)

GetInstanceProcessDumpSender sends the GetInstanceProcessDump request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceProcessDumpSlot

func (client AppsClient) GetInstanceProcessDumpSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (result ReadCloser, err error)

GetInstanceProcessDumpSlot description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) GetInstanceProcessDumpSlotPreparer

func (client AppsClient) GetInstanceProcessDumpSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (*http.Request, error)

GetInstanceProcessDumpSlotPreparer prepares the GetInstanceProcessDumpSlot request.

func (AppsClient) GetInstanceProcessDumpSlotResponder

func (client AppsClient) GetInstanceProcessDumpSlotResponder(resp *http.Response) (result ReadCloser, err error)

GetInstanceProcessDumpSlotResponder handles the response to the GetInstanceProcessDumpSlot request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceProcessDumpSlotSender

func (client AppsClient) GetInstanceProcessDumpSlotSender(req *http.Request) (*http.Response, error)

GetInstanceProcessDumpSlotSender sends the GetInstanceProcessDumpSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceProcessModule

func (client AppsClient) GetInstanceProcessModule(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string, instanceID string) (result ProcessModuleInfo, err error)

GetInstanceProcessModule description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. baseAddress - module base address. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) GetInstanceProcessModulePreparer

func (client AppsClient) GetInstanceProcessModulePreparer(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string, instanceID string) (*http.Request, error)

GetInstanceProcessModulePreparer prepares the GetInstanceProcessModule request.

func (AppsClient) GetInstanceProcessModuleResponder

func (client AppsClient) GetInstanceProcessModuleResponder(resp *http.Response) (result ProcessModuleInfo, err error)

GetInstanceProcessModuleResponder handles the response to the GetInstanceProcessModule request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceProcessModuleSender

func (client AppsClient) GetInstanceProcessModuleSender(req *http.Request) (*http.Response, error)

GetInstanceProcessModuleSender sends the GetInstanceProcessModule request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceProcessModuleSlot

func (client AppsClient) GetInstanceProcessModuleSlot(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string, slot string, instanceID string) (result ProcessModuleInfo, err error)

GetInstanceProcessModuleSlot description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. baseAddress - module base address. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) GetInstanceProcessModuleSlotPreparer

func (client AppsClient) GetInstanceProcessModuleSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string, slot string, instanceID string) (*http.Request, error)

GetInstanceProcessModuleSlotPreparer prepares the GetInstanceProcessModuleSlot request.

func (AppsClient) GetInstanceProcessModuleSlotResponder

func (client AppsClient) GetInstanceProcessModuleSlotResponder(resp *http.Response) (result ProcessModuleInfo, err error)

GetInstanceProcessModuleSlotResponder handles the response to the GetInstanceProcessModuleSlot request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceProcessModuleSlotSender

func (client AppsClient) GetInstanceProcessModuleSlotSender(req *http.Request) (*http.Response, error)

GetInstanceProcessModuleSlotSender sends the GetInstanceProcessModuleSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceProcessPreparer

func (client AppsClient) GetInstanceProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (*http.Request, error)

GetInstanceProcessPreparer prepares the GetInstanceProcess request.

func (AppsClient) GetInstanceProcessResponder

func (client AppsClient) GetInstanceProcessResponder(resp *http.Response) (result ProcessInfo, err error)

GetInstanceProcessResponder handles the response to the GetInstanceProcess request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceProcessSender

func (client AppsClient) GetInstanceProcessSender(req *http.Request) (*http.Response, error)

GetInstanceProcessSender sends the GetInstanceProcess request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetInstanceProcessSlot

func (client AppsClient) GetInstanceProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (result ProcessInfo, err error)

GetInstanceProcessSlot description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) GetInstanceProcessSlotPreparer

func (client AppsClient) GetInstanceProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (*http.Request, error)

GetInstanceProcessSlotPreparer prepares the GetInstanceProcessSlot request.

func (AppsClient) GetInstanceProcessSlotResponder

func (client AppsClient) GetInstanceProcessSlotResponder(resp *http.Response) (result ProcessInfo, err error)

GetInstanceProcessSlotResponder handles the response to the GetInstanceProcessSlot request. The method always closes the http.Response Body.

func (AppsClient) GetInstanceProcessSlotSender

func (client AppsClient) GetInstanceProcessSlotSender(req *http.Request) (*http.Response, error)

GetInstanceProcessSlotSender sends the GetInstanceProcessSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetMSDeployLog

func (client AppsClient) GetMSDeployLog(ctx context.Context, resourceGroupName string, name string) (result MSDeployLog, err error)

GetMSDeployLog description for Get the MSDeploy Log for the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) GetMSDeployLogPreparer

func (client AppsClient) GetMSDeployLogPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetMSDeployLogPreparer prepares the GetMSDeployLog request.

func (AppsClient) GetMSDeployLogResponder

func (client AppsClient) GetMSDeployLogResponder(resp *http.Response) (result MSDeployLog, err error)

GetMSDeployLogResponder handles the response to the GetMSDeployLog request. The method always closes the http.Response Body.

func (AppsClient) GetMSDeployLogSender

func (client AppsClient) GetMSDeployLogSender(req *http.Request) (*http.Response, error)

GetMSDeployLogSender sends the GetMSDeployLog request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetMSDeployLogSlot

func (client AppsClient) GetMSDeployLogSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result MSDeployLog, err error)

GetMSDeployLogSlot description for Get the MSDeploy Log for the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) GetMSDeployLogSlotPreparer

func (client AppsClient) GetMSDeployLogSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetMSDeployLogSlotPreparer prepares the GetMSDeployLogSlot request.

func (AppsClient) GetMSDeployLogSlotResponder

func (client AppsClient) GetMSDeployLogSlotResponder(resp *http.Response) (result MSDeployLog, err error)

GetMSDeployLogSlotResponder handles the response to the GetMSDeployLogSlot request. The method always closes the http.Response Body.

func (AppsClient) GetMSDeployLogSlotSender

func (client AppsClient) GetMSDeployLogSlotSender(req *http.Request) (*http.Response, error)

GetMSDeployLogSlotSender sends the GetMSDeployLogSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetMSDeployStatus

func (client AppsClient) GetMSDeployStatus(ctx context.Context, resourceGroupName string, name string) (result MSDeployStatus, err error)

GetMSDeployStatus description for Get the status of the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) GetMSDeployStatusPreparer

func (client AppsClient) GetMSDeployStatusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetMSDeployStatusPreparer prepares the GetMSDeployStatus request.

func (AppsClient) GetMSDeployStatusResponder

func (client AppsClient) GetMSDeployStatusResponder(resp *http.Response) (result MSDeployStatus, err error)

GetMSDeployStatusResponder handles the response to the GetMSDeployStatus request. The method always closes the http.Response Body.

func (AppsClient) GetMSDeployStatusSender

func (client AppsClient) GetMSDeployStatusSender(req *http.Request) (*http.Response, error)

GetMSDeployStatusSender sends the GetMSDeployStatus request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetMSDeployStatusSlot

func (client AppsClient) GetMSDeployStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result MSDeployStatus, err error)

GetMSDeployStatusSlot description for Get the status of the last MSDeploy operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) GetMSDeployStatusSlotPreparer

func (client AppsClient) GetMSDeployStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetMSDeployStatusSlotPreparer prepares the GetMSDeployStatusSlot request.

func (AppsClient) GetMSDeployStatusSlotResponder

func (client AppsClient) GetMSDeployStatusSlotResponder(resp *http.Response) (result MSDeployStatus, err error)

GetMSDeployStatusSlotResponder handles the response to the GetMSDeployStatusSlot request. The method always closes the http.Response Body.

func (AppsClient) GetMSDeployStatusSlotSender

func (client AppsClient) GetMSDeployStatusSlotSender(req *http.Request) (*http.Response, error)

GetMSDeployStatusSlotSender sends the GetMSDeployStatusSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetMigrateMySQLStatus

func (client AppsClient) GetMigrateMySQLStatus(ctx context.Context, resourceGroupName string, name string) (result MigrateMySQLStatus, err error)

GetMigrateMySQLStatus description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) GetMigrateMySQLStatusPreparer

func (client AppsClient) GetMigrateMySQLStatusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetMigrateMySQLStatusPreparer prepares the GetMigrateMySQLStatus request.

func (AppsClient) GetMigrateMySQLStatusResponder

func (client AppsClient) GetMigrateMySQLStatusResponder(resp *http.Response) (result MigrateMySQLStatus, err error)

GetMigrateMySQLStatusResponder handles the response to the GetMigrateMySQLStatus request. The method always closes the http.Response Body.

func (AppsClient) GetMigrateMySQLStatusSender

func (client AppsClient) GetMigrateMySQLStatusSender(req *http.Request) (*http.Response, error)

GetMigrateMySQLStatusSender sends the GetMigrateMySQLStatus request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetMigrateMySQLStatusSlot

func (client AppsClient) GetMigrateMySQLStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result MigrateMySQLStatus, err error)

GetMigrateMySQLStatusSlot description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of the deployment slot.

func (AppsClient) GetMigrateMySQLStatusSlotPreparer

func (client AppsClient) GetMigrateMySQLStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetMigrateMySQLStatusSlotPreparer prepares the GetMigrateMySQLStatusSlot request.

func (AppsClient) GetMigrateMySQLStatusSlotResponder

func (client AppsClient) GetMigrateMySQLStatusSlotResponder(resp *http.Response) (result MigrateMySQLStatus, err error)

GetMigrateMySQLStatusSlotResponder handles the response to the GetMigrateMySQLStatusSlot request. The method always closes the http.Response Body.

func (AppsClient) GetMigrateMySQLStatusSlotSender

func (client AppsClient) GetMigrateMySQLStatusSlotSender(req *http.Request) (*http.Response, error)

GetMigrateMySQLStatusSlotSender sends the GetMigrateMySQLStatusSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTraceOperation

func (client AppsClient) GetNetworkTraceOperation(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error)

GetNetworkTraceOperation description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation.

func (AppsClient) GetNetworkTraceOperationPreparer

func (client AppsClient) GetNetworkTraceOperationPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error)

GetNetworkTraceOperationPreparer prepares the GetNetworkTraceOperation request.

func (AppsClient) GetNetworkTraceOperationResponder

func (client AppsClient) GetNetworkTraceOperationResponder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTraceOperationResponder handles the response to the GetNetworkTraceOperation request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTraceOperationSender

func (client AppsClient) GetNetworkTraceOperationSender(req *http.Request) (*http.Response, error)

GetNetworkTraceOperationSender sends the GetNetworkTraceOperation request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTraceOperationSlot

func (client AppsClient) GetNetworkTraceOperationSlot(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (result ListNetworkTrace, err error)

GetNetworkTraceOperationSlot description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation. slot - name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot.

func (AppsClient) GetNetworkTraceOperationSlotPreparer

func (client AppsClient) GetNetworkTraceOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (*http.Request, error)

GetNetworkTraceOperationSlotPreparer prepares the GetNetworkTraceOperationSlot request.

func (AppsClient) GetNetworkTraceOperationSlotResponder

func (client AppsClient) GetNetworkTraceOperationSlotResponder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTraceOperationSlotResponder handles the response to the GetNetworkTraceOperationSlot request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTraceOperationSlotSender

func (client AppsClient) GetNetworkTraceOperationSlotSender(req *http.Request) (*http.Response, error)

GetNetworkTraceOperationSlotSender sends the GetNetworkTraceOperationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTraceOperationSlotV2

func (client AppsClient) GetNetworkTraceOperationSlotV2(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (result ListNetworkTrace, err error)

GetNetworkTraceOperationSlotV2 description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation. slot - name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot.

func (AppsClient) GetNetworkTraceOperationSlotV2Preparer

func (client AppsClient) GetNetworkTraceOperationSlotV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (*http.Request, error)

GetNetworkTraceOperationSlotV2Preparer prepares the GetNetworkTraceOperationSlotV2 request.

func (AppsClient) GetNetworkTraceOperationSlotV2Responder

func (client AppsClient) GetNetworkTraceOperationSlotV2Responder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTraceOperationSlotV2Responder handles the response to the GetNetworkTraceOperationSlotV2 request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTraceOperationSlotV2Sender

func (client AppsClient) GetNetworkTraceOperationSlotV2Sender(req *http.Request) (*http.Response, error)

GetNetworkTraceOperationSlotV2Sender sends the GetNetworkTraceOperationSlotV2 request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTraceOperationV2

func (client AppsClient) GetNetworkTraceOperationV2(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error)

GetNetworkTraceOperationV2 description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation.

func (AppsClient) GetNetworkTraceOperationV2Preparer

func (client AppsClient) GetNetworkTraceOperationV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error)

GetNetworkTraceOperationV2Preparer prepares the GetNetworkTraceOperationV2 request.

func (AppsClient) GetNetworkTraceOperationV2Responder

func (client AppsClient) GetNetworkTraceOperationV2Responder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTraceOperationV2Responder handles the response to the GetNetworkTraceOperationV2 request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTraceOperationV2Sender

func (client AppsClient) GetNetworkTraceOperationV2Sender(req *http.Request) (*http.Response, error)

GetNetworkTraceOperationV2Sender sends the GetNetworkTraceOperationV2 request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTraces

func (client AppsClient) GetNetworkTraces(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error)

GetNetworkTraces description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation.

func (AppsClient) GetNetworkTracesPreparer

func (client AppsClient) GetNetworkTracesPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error)

GetNetworkTracesPreparer prepares the GetNetworkTraces request.

func (AppsClient) GetNetworkTracesResponder

func (client AppsClient) GetNetworkTracesResponder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTracesResponder handles the response to the GetNetworkTraces request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTracesSender

func (client AppsClient) GetNetworkTracesSender(req *http.Request) (*http.Response, error)

GetNetworkTracesSender sends the GetNetworkTraces request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTracesSlot

func (client AppsClient) GetNetworkTracesSlot(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (result ListNetworkTrace, err error)

GetNetworkTracesSlot description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation. slot - name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot.

func (AppsClient) GetNetworkTracesSlotPreparer

func (client AppsClient) GetNetworkTracesSlotPreparer(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (*http.Request, error)

GetNetworkTracesSlotPreparer prepares the GetNetworkTracesSlot request.

func (AppsClient) GetNetworkTracesSlotResponder

func (client AppsClient) GetNetworkTracesSlotResponder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTracesSlotResponder handles the response to the GetNetworkTracesSlot request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTracesSlotSender

func (client AppsClient) GetNetworkTracesSlotSender(req *http.Request) (*http.Response, error)

GetNetworkTracesSlotSender sends the GetNetworkTracesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTracesSlotV2

func (client AppsClient) GetNetworkTracesSlotV2(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (result ListNetworkTrace, err error)

GetNetworkTracesSlotV2 description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation. slot - name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot.

func (AppsClient) GetNetworkTracesSlotV2Preparer

func (client AppsClient) GetNetworkTracesSlotV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (*http.Request, error)

GetNetworkTracesSlotV2Preparer prepares the GetNetworkTracesSlotV2 request.

func (AppsClient) GetNetworkTracesSlotV2Responder

func (client AppsClient) GetNetworkTracesSlotV2Responder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTracesSlotV2Responder handles the response to the GetNetworkTracesSlotV2 request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTracesSlotV2Sender

func (client AppsClient) GetNetworkTracesSlotV2Sender(req *http.Request) (*http.Response, error)

GetNetworkTracesSlotV2Sender sends the GetNetworkTracesSlotV2 request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetNetworkTracesV2

func (client AppsClient) GetNetworkTracesV2(ctx context.Context, resourceGroupName string, name string, operationID string) (result ListNetworkTrace, err error)

GetNetworkTracesV2 description for Gets a named operation for a network trace capturing (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. operationID - GUID of the operation.

func (AppsClient) GetNetworkTracesV2Preparer

func (client AppsClient) GetNetworkTracesV2Preparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error)

GetNetworkTracesV2Preparer prepares the GetNetworkTracesV2 request.

func (AppsClient) GetNetworkTracesV2Responder

func (client AppsClient) GetNetworkTracesV2Responder(resp *http.Response) (result ListNetworkTrace, err error)

GetNetworkTracesV2Responder handles the response to the GetNetworkTracesV2 request. The method always closes the http.Response Body.

func (AppsClient) GetNetworkTracesV2Sender

func (client AppsClient) GetNetworkTracesV2Sender(req *http.Request) (*http.Response, error)

GetNetworkTracesV2Sender sends the GetNetworkTracesV2 request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPremierAddOn

func (client AppsClient) GetPremierAddOn(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (result PremierAddOn, err error)

GetPremierAddOn description for Gets a named add-on of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name.

func (AppsClient) GetPremierAddOnPreparer

func (client AppsClient) GetPremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (*http.Request, error)

GetPremierAddOnPreparer prepares the GetPremierAddOn request.

func (AppsClient) GetPremierAddOnResponder

func (client AppsClient) GetPremierAddOnResponder(resp *http.Response) (result PremierAddOn, err error)

GetPremierAddOnResponder handles the response to the GetPremierAddOn request. The method always closes the http.Response Body.

func (AppsClient) GetPremierAddOnSender

func (client AppsClient) GetPremierAddOnSender(req *http.Request) (*http.Response, error)

GetPremierAddOnSender sends the GetPremierAddOn request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPremierAddOnSlot

func (client AppsClient) GetPremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (result PremierAddOn, err error)

GetPremierAddOnSlot description for Gets a named add-on of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name. slot - name of the deployment slot. If a slot is not specified, the API will get the named add-on for the production slot.

func (AppsClient) GetPremierAddOnSlotPreparer

func (client AppsClient) GetPremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (*http.Request, error)

GetPremierAddOnSlotPreparer prepares the GetPremierAddOnSlot request.

func (AppsClient) GetPremierAddOnSlotResponder

func (client AppsClient) GetPremierAddOnSlotResponder(resp *http.Response) (result PremierAddOn, err error)

GetPremierAddOnSlotResponder handles the response to the GetPremierAddOnSlot request. The method always closes the http.Response Body.

func (AppsClient) GetPremierAddOnSlotSender

func (client AppsClient) GetPremierAddOnSlotSender(req *http.Request) (*http.Response, error)

GetPremierAddOnSlotSender sends the GetPremierAddOnSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPreparer

func (client AppsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPreparer prepares the Get request.

func (AppsClient) GetPrivateAccess

func (client AppsClient) GetPrivateAccess(ctx context.Context, resourceGroupName string, name string) (result PrivateAccess, err error)

GetPrivateAccess description for Gets data around private site access enablement and authorized Virtual Networks that can access the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app.

func (AppsClient) GetPrivateAccessPreparer

func (client AppsClient) GetPrivateAccessPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPrivateAccessPreparer prepares the GetPrivateAccess request.

func (AppsClient) GetPrivateAccessResponder

func (client AppsClient) GetPrivateAccessResponder(resp *http.Response) (result PrivateAccess, err error)

GetPrivateAccessResponder handles the response to the GetPrivateAccess request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateAccessSender

func (client AppsClient) GetPrivateAccessSender(req *http.Request) (*http.Response, error)

GetPrivateAccessSender sends the GetPrivateAccess request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPrivateAccessSlot

func (client AppsClient) GetPrivateAccessSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateAccess, err error)

GetPrivateAccessSlot description for Gets data around private site access enablement and authorized Virtual Networks that can access the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. slot - the name of the slot for the web app.

func (AppsClient) GetPrivateAccessSlotPreparer

func (client AppsClient) GetPrivateAccessSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetPrivateAccessSlotPreparer prepares the GetPrivateAccessSlot request.

func (AppsClient) GetPrivateAccessSlotResponder

func (client AppsClient) GetPrivateAccessSlotResponder(resp *http.Response) (result PrivateAccess, err error)

GetPrivateAccessSlotResponder handles the response to the GetPrivateAccessSlot request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateAccessSlotSender

func (client AppsClient) GetPrivateAccessSlotSender(req *http.Request) (*http.Response, error)

GetPrivateAccessSlotSender sends the GetPrivateAccessSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPrivateEndpointConnection

func (client AppsClient) GetPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnection description for Gets a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site. privateEndpointConnectionName - name of the private endpoint connection.

func (AppsClient) GetPrivateEndpointConnectionList

func (client AppsClient) GetPrivateEndpointConnectionList(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionPage, err error)

GetPrivateEndpointConnectionList description for Gets the list of private endpoint connections associated with a site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (AppsClient) GetPrivateEndpointConnectionListComplete

func (client AppsClient) GetPrivateEndpointConnectionListComplete(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionIterator, err error)

GetPrivateEndpointConnectionListComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) GetPrivateEndpointConnectionListPreparer

func (client AppsClient) GetPrivateEndpointConnectionListPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPrivateEndpointConnectionListPreparer prepares the GetPrivateEndpointConnectionList request.

func (AppsClient) GetPrivateEndpointConnectionListResponder

func (client AppsClient) GetPrivateEndpointConnectionListResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error)

GetPrivateEndpointConnectionListResponder handles the response to the GetPrivateEndpointConnectionList request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateEndpointConnectionListSender

func (client AppsClient) GetPrivateEndpointConnectionListSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionListSender sends the GetPrivateEndpointConnectionList request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPrivateEndpointConnectionListSlot

func (client AppsClient) GetPrivateEndpointConnectionListSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateEndpointConnectionCollectionPage, err error)

GetPrivateEndpointConnectionListSlot description for Gets the list of private endpoint connections associated with a site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site. slot - name of the site deployment slot.

func (AppsClient) GetPrivateEndpointConnectionListSlotComplete

func (client AppsClient) GetPrivateEndpointConnectionListSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateEndpointConnectionCollectionIterator, err error)

GetPrivateEndpointConnectionListSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) GetPrivateEndpointConnectionListSlotPreparer

func (client AppsClient) GetPrivateEndpointConnectionListSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetPrivateEndpointConnectionListSlotPreparer prepares the GetPrivateEndpointConnectionListSlot request.

func (AppsClient) GetPrivateEndpointConnectionListSlotResponder

func (client AppsClient) GetPrivateEndpointConnectionListSlotResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error)

GetPrivateEndpointConnectionListSlotResponder handles the response to the GetPrivateEndpointConnectionListSlot request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateEndpointConnectionListSlotSender

func (client AppsClient) GetPrivateEndpointConnectionListSlotSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionListSlotSender sends the GetPrivateEndpointConnectionListSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPrivateEndpointConnectionPreparer

func (client AppsClient) GetPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (*http.Request, error)

GetPrivateEndpointConnectionPreparer prepares the GetPrivateEndpointConnection request.

func (AppsClient) GetPrivateEndpointConnectionResponder

func (client AppsClient) GetPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnectionResponder handles the response to the GetPrivateEndpointConnection request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateEndpointConnectionSender

func (client AppsClient) GetPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionSender sends the GetPrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPrivateEndpointConnectionSlot

func (client AppsClient) GetPrivateEndpointConnectionSlot(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, slot string) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnectionSlot description for Gets a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site. privateEndpointConnectionName - name of the private endpoint connection. slot - name of the site deployment slot.

func (AppsClient) GetPrivateEndpointConnectionSlotPreparer

func (client AppsClient) GetPrivateEndpointConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, slot string) (*http.Request, error)

GetPrivateEndpointConnectionSlotPreparer prepares the GetPrivateEndpointConnectionSlot request.

func (AppsClient) GetPrivateEndpointConnectionSlotResponder

func (client AppsClient) GetPrivateEndpointConnectionSlotResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnectionSlotResponder handles the response to the GetPrivateEndpointConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateEndpointConnectionSlotSender

func (client AppsClient) GetPrivateEndpointConnectionSlotSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionSlotSender sends the GetPrivateEndpointConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPrivateLinkResources

func (client AppsClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, name string) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResources description for Gets the private link resources Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (AppsClient) GetPrivateLinkResourcesPreparer

func (client AppsClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPrivateLinkResourcesPreparer prepares the GetPrivateLinkResources request.

func (AppsClient) GetPrivateLinkResourcesResponder

func (client AppsClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResourcesResponder handles the response to the GetPrivateLinkResources request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateLinkResourcesSender

func (client AppsClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error)

GetPrivateLinkResourcesSender sends the GetPrivateLinkResources request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPrivateLinkResourcesSlot

func (client AppsClient) GetPrivateLinkResourcesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResourcesSlot description for Gets the private link resources Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (AppsClient) GetPrivateLinkResourcesSlotPreparer

func (client AppsClient) GetPrivateLinkResourcesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetPrivateLinkResourcesSlotPreparer prepares the GetPrivateLinkResourcesSlot request.

func (AppsClient) GetPrivateLinkResourcesSlotResponder

func (client AppsClient) GetPrivateLinkResourcesSlotResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResourcesSlotResponder handles the response to the GetPrivateLinkResourcesSlot request. The method always closes the http.Response Body.

func (AppsClient) GetPrivateLinkResourcesSlotSender

func (client AppsClient) GetPrivateLinkResourcesSlotSender(req *http.Request) (*http.Response, error)

GetPrivateLinkResourcesSlotSender sends the GetPrivateLinkResourcesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetProcess

func (client AppsClient) GetProcess(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessInfo, err error)

GetProcess description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID.

func (AppsClient) GetProcessDump

func (client AppsClient) GetProcessDump(ctx context.Context, resourceGroupName string, name string, processID string) (result ReadCloser, err error)

GetProcessDump description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID.

func (AppsClient) GetProcessDumpPreparer

func (client AppsClient) GetProcessDumpPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error)

GetProcessDumpPreparer prepares the GetProcessDump request.

func (AppsClient) GetProcessDumpResponder

func (client AppsClient) GetProcessDumpResponder(resp *http.Response) (result ReadCloser, err error)

GetProcessDumpResponder handles the response to the GetProcessDump request. The method always closes the http.Response Body.

func (AppsClient) GetProcessDumpSender

func (client AppsClient) GetProcessDumpSender(req *http.Request) (*http.Response, error)

GetProcessDumpSender sends the GetProcessDump request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetProcessDumpSlot

func (client AppsClient) GetProcessDumpSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (result ReadCloser, err error)

GetProcessDumpSlot description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) GetProcessDumpSlotPreparer

func (client AppsClient) GetProcessDumpSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (*http.Request, error)

GetProcessDumpSlotPreparer prepares the GetProcessDumpSlot request.

func (AppsClient) GetProcessDumpSlotResponder

func (client AppsClient) GetProcessDumpSlotResponder(resp *http.Response) (result ReadCloser, err error)

GetProcessDumpSlotResponder handles the response to the GetProcessDumpSlot request. The method always closes the http.Response Body.

func (AppsClient) GetProcessDumpSlotSender

func (client AppsClient) GetProcessDumpSlotSender(req *http.Request) (*http.Response, error)

GetProcessDumpSlotSender sends the GetProcessDumpSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetProcessModule

func (client AppsClient) GetProcessModule(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string) (result ProcessModuleInfo, err error)

GetProcessModule description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. baseAddress - module base address.

func (AppsClient) GetProcessModulePreparer

func (client AppsClient) GetProcessModulePreparer(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string) (*http.Request, error)

GetProcessModulePreparer prepares the GetProcessModule request.

func (AppsClient) GetProcessModuleResponder

func (client AppsClient) GetProcessModuleResponder(resp *http.Response) (result ProcessModuleInfo, err error)

GetProcessModuleResponder handles the response to the GetProcessModule request. The method always closes the http.Response Body.

func (AppsClient) GetProcessModuleSender

func (client AppsClient) GetProcessModuleSender(req *http.Request) (*http.Response, error)

GetProcessModuleSender sends the GetProcessModule request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetProcessModuleSlot

func (client AppsClient) GetProcessModuleSlot(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string, slot string) (result ProcessModuleInfo, err error)

GetProcessModuleSlot description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. baseAddress - module base address. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) GetProcessModuleSlotPreparer

func (client AppsClient) GetProcessModuleSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, baseAddress string, slot string) (*http.Request, error)

GetProcessModuleSlotPreparer prepares the GetProcessModuleSlot request.

func (AppsClient) GetProcessModuleSlotResponder

func (client AppsClient) GetProcessModuleSlotResponder(resp *http.Response) (result ProcessModuleInfo, err error)

GetProcessModuleSlotResponder handles the response to the GetProcessModuleSlot request. The method always closes the http.Response Body.

func (AppsClient) GetProcessModuleSlotSender

func (client AppsClient) GetProcessModuleSlotSender(req *http.Request) (*http.Response, error)

GetProcessModuleSlotSender sends the GetProcessModuleSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetProcessPreparer

func (client AppsClient) GetProcessPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error)

GetProcessPreparer prepares the GetProcess request.

func (AppsClient) GetProcessResponder

func (client AppsClient) GetProcessResponder(resp *http.Response) (result ProcessInfo, err error)

GetProcessResponder handles the response to the GetProcess request. The method always closes the http.Response Body.

func (AppsClient) GetProcessSender

func (client AppsClient) GetProcessSender(req *http.Request) (*http.Response, error)

GetProcessSender sends the GetProcess request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetProcessSlot

func (client AppsClient) GetProcessSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (result ProcessInfo, err error)

GetProcessSlot description for Get process information by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) GetProcessSlotPreparer

func (client AppsClient) GetProcessSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (*http.Request, error)

GetProcessSlotPreparer prepares the GetProcessSlot request.

func (AppsClient) GetProcessSlotResponder

func (client AppsClient) GetProcessSlotResponder(resp *http.Response) (result ProcessInfo, err error)

GetProcessSlotResponder handles the response to the GetProcessSlot request. The method always closes the http.Response Body.

func (AppsClient) GetProcessSlotSender

func (client AppsClient) GetProcessSlotSender(req *http.Request) (*http.Response, error)

GetProcessSlotSender sends the GetProcessSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPublicCertificate

func (client AppsClient) GetPublicCertificate(ctx context.Context, resourceGroupName string, name string, publicCertificateName string) (result PublicCertificate, err error)

GetPublicCertificate description for Get the named public certificate for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. publicCertificateName - public certificate name.

func (AppsClient) GetPublicCertificatePreparer

func (client AppsClient) GetPublicCertificatePreparer(ctx context.Context, resourceGroupName string, name string, publicCertificateName string) (*http.Request, error)

GetPublicCertificatePreparer prepares the GetPublicCertificate request.

func (AppsClient) GetPublicCertificateResponder

func (client AppsClient) GetPublicCertificateResponder(resp *http.Response) (result PublicCertificate, err error)

GetPublicCertificateResponder handles the response to the GetPublicCertificate request. The method always closes the http.Response Body.

func (AppsClient) GetPublicCertificateSender

func (client AppsClient) GetPublicCertificateSender(req *http.Request) (*http.Response, error)

GetPublicCertificateSender sends the GetPublicCertificate request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetPublicCertificateSlot

func (client AppsClient) GetPublicCertificateSlot(ctx context.Context, resourceGroupName string, name string, slot string, publicCertificateName string) (result PublicCertificate, err error)

GetPublicCertificateSlot description for Get the named public certificate for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API the named binding for the production slot. publicCertificateName - public certificate name.

func (AppsClient) GetPublicCertificateSlotPreparer

func (client AppsClient) GetPublicCertificateSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, publicCertificateName string) (*http.Request, error)

GetPublicCertificateSlotPreparer prepares the GetPublicCertificateSlot request.

func (AppsClient) GetPublicCertificateSlotResponder

func (client AppsClient) GetPublicCertificateSlotResponder(resp *http.Response) (result PublicCertificate, err error)

GetPublicCertificateSlotResponder handles the response to the GetPublicCertificateSlot request. The method always closes the http.Response Body.

func (AppsClient) GetPublicCertificateSlotSender

func (client AppsClient) GetPublicCertificateSlotSender(req *http.Request) (*http.Response, error)

GetPublicCertificateSlotSender sends the GetPublicCertificateSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetRelayServiceConnection

func (client AppsClient) GetRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string) (result RelayServiceConnectionEntity, err error)

GetRelayServiceConnection description for Gets a hybrid connection configuration by its name. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection.

func (AppsClient) GetRelayServiceConnectionPreparer

func (client AppsClient) GetRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string) (*http.Request, error)

GetRelayServiceConnectionPreparer prepares the GetRelayServiceConnection request.

func (AppsClient) GetRelayServiceConnectionResponder

func (client AppsClient) GetRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

GetRelayServiceConnectionResponder handles the response to the GetRelayServiceConnection request. The method always closes the http.Response Body.

func (AppsClient) GetRelayServiceConnectionSender

func (client AppsClient) GetRelayServiceConnectionSender(req *http.Request) (*http.Response, error)

GetRelayServiceConnectionSender sends the GetRelayServiceConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetRelayServiceConnectionSlot

func (client AppsClient) GetRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (result RelayServiceConnectionEntity, err error)

GetRelayServiceConnectionSlot description for Gets a hybrid connection configuration by its name. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection. slot - name of the deployment slot. If a slot is not specified, the API will get a hybrid connection for the production slot.

func (AppsClient) GetRelayServiceConnectionSlotPreparer

func (client AppsClient) GetRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (*http.Request, error)

GetRelayServiceConnectionSlotPreparer prepares the GetRelayServiceConnectionSlot request.

func (AppsClient) GetRelayServiceConnectionSlotResponder

func (client AppsClient) GetRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

GetRelayServiceConnectionSlotResponder handles the response to the GetRelayServiceConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) GetRelayServiceConnectionSlotSender

func (client AppsClient) GetRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error)

GetRelayServiceConnectionSlotSender sends the GetRelayServiceConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetResponder

func (client AppsClient) GetResponder(resp *http.Response) (result Site, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (AppsClient) GetScmAllowed

func (client AppsClient) GetScmAllowed(ctx context.Context, resourceGroupName string, name string) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetScmAllowed description for Returns whether Scm basic auth is allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetScmAllowedPreparer

func (client AppsClient) GetScmAllowedPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetScmAllowedPreparer prepares the GetScmAllowed request.

func (AppsClient) GetScmAllowedResponder

func (client AppsClient) GetScmAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetScmAllowedResponder handles the response to the GetScmAllowed request. The method always closes the http.Response Body.

func (AppsClient) GetScmAllowedSender

func (client AppsClient) GetScmAllowedSender(req *http.Request) (*http.Response, error)

GetScmAllowedSender sends the GetScmAllowed request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetScmAllowedSlot

func (client AppsClient) GetScmAllowedSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetScmAllowedSlot description for Returns whether Scm basic auth is allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetScmAllowedSlotPreparer

func (client AppsClient) GetScmAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetScmAllowedSlotPreparer prepares the GetScmAllowedSlot request.

func (AppsClient) GetScmAllowedSlotResponder

func (client AppsClient) GetScmAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

GetScmAllowedSlotResponder handles the response to the GetScmAllowedSlot request. The method always closes the http.Response Body.

func (AppsClient) GetScmAllowedSlotSender

func (client AppsClient) GetScmAllowedSlotSender(req *http.Request) (*http.Response, error)

GetScmAllowedSlotSender sends the GetScmAllowedSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSender

func (client AppsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSiteConnectionStringKeyVaultReference

func (client AppsClient) GetSiteConnectionStringKeyVaultReference(ctx context.Context, resourceGroupName string, name string, connectionStringKey string) (result APIKVReference, err error)

GetSiteConnectionStringKeyVaultReference description for Gets the config reference and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencePreparer

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencePreparer(ctx context.Context, resourceGroupName string, name string, connectionStringKey string) (*http.Request, error)

GetSiteConnectionStringKeyVaultReferencePreparer prepares the GetSiteConnectionStringKeyVaultReference request.

func (AppsClient) GetSiteConnectionStringKeyVaultReferenceResponder

func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceResponder(resp *http.Response) (result APIKVReference, err error)

GetSiteConnectionStringKeyVaultReferenceResponder handles the response to the GetSiteConnectionStringKeyVaultReference request. The method always closes the http.Response Body.

func (AppsClient) GetSiteConnectionStringKeyVaultReferenceSender

func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSender(req *http.Request) (*http.Response, error)

GetSiteConnectionStringKeyVaultReferenceSender sends the GetSiteConnectionStringKeyVaultReference request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSiteConnectionStringKeyVaultReferenceSlot

func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlot(ctx context.Context, resourceGroupName string, name string, connectionStringKey string, slot string) (result APIKVReference, err error)

GetSiteConnectionStringKeyVaultReferenceSlot description for Gets the config reference and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotPreparer

func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotPreparer(ctx context.Context, resourceGroupName string, name string, connectionStringKey string, slot string) (*http.Request, error)

GetSiteConnectionStringKeyVaultReferenceSlotPreparer prepares the GetSiteConnectionStringKeyVaultReferenceSlot request.

func (AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotResponder

func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotResponder(resp *http.Response) (result APIKVReference, err error)

GetSiteConnectionStringKeyVaultReferenceSlotResponder handles the response to the GetSiteConnectionStringKeyVaultReferenceSlot request. The method always closes the http.Response Body.

func (AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotSender

func (client AppsClient) GetSiteConnectionStringKeyVaultReferenceSlotSender(req *http.Request) (*http.Response, error)

GetSiteConnectionStringKeyVaultReferenceSlotSender sends the GetSiteConnectionStringKeyVaultReferenceSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSiteConnectionStringKeyVaultReferences

func (client AppsClient) GetSiteConnectionStringKeyVaultReferences(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionPage, err error)

GetSiteConnectionStringKeyVaultReferences description for Gets the config reference app settings and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesComplete

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesComplete(ctx context.Context, resourceGroupName string, name string) (result APIKVReferenceCollectionIterator, err error)

GetSiteConnectionStringKeyVaultReferencesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesPreparer

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetSiteConnectionStringKeyVaultReferencesPreparer prepares the GetSiteConnectionStringKeyVaultReferences request.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesResponder

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesResponder(resp *http.Response) (result APIKVReferenceCollection, err error)

GetSiteConnectionStringKeyVaultReferencesResponder handles the response to the GetSiteConnectionStringKeyVaultReferences request. The method always closes the http.Response Body.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesSender

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSender(req *http.Request) (*http.Response, error)

GetSiteConnectionStringKeyVaultReferencesSender sends the GetSiteConnectionStringKeyVaultReferences request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesSlot

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionPage, err error)

GetSiteConnectionStringKeyVaultReferencesSlot description for Gets the config reference app settings and status of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotComplete

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result APIKVReferenceCollectionIterator, err error)

GetSiteConnectionStringKeyVaultReferencesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotPreparer

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetSiteConnectionStringKeyVaultReferencesSlotPreparer prepares the GetSiteConnectionStringKeyVaultReferencesSlot request.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotResponder

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotResponder(resp *http.Response) (result APIKVReferenceCollection, err error)

GetSiteConnectionStringKeyVaultReferencesSlotResponder handles the response to the GetSiteConnectionStringKeyVaultReferencesSlot request. The method always closes the http.Response Body.

func (AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotSender

func (client AppsClient) GetSiteConnectionStringKeyVaultReferencesSlotSender(req *http.Request) (*http.Response, error)

GetSiteConnectionStringKeyVaultReferencesSlotSender sends the GetSiteConnectionStringKeyVaultReferencesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSiteExtension

func (client AppsClient) GetSiteExtension(ctx context.Context, resourceGroupName string, name string, siteExtensionID string) (result SiteExtensionInfo, err error)

GetSiteExtension description for Get site extension information by its ID for a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. siteExtensionID - site extension name.

func (AppsClient) GetSiteExtensionPreparer

func (client AppsClient) GetSiteExtensionPreparer(ctx context.Context, resourceGroupName string, name string, siteExtensionID string) (*http.Request, error)

GetSiteExtensionPreparer prepares the GetSiteExtension request.

func (AppsClient) GetSiteExtensionResponder

func (client AppsClient) GetSiteExtensionResponder(resp *http.Response) (result SiteExtensionInfo, err error)

GetSiteExtensionResponder handles the response to the GetSiteExtension request. The method always closes the http.Response Body.

func (AppsClient) GetSiteExtensionSender

func (client AppsClient) GetSiteExtensionSender(req *http.Request) (*http.Response, error)

GetSiteExtensionSender sends the GetSiteExtension request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSiteExtensionSlot

func (client AppsClient) GetSiteExtensionSlot(ctx context.Context, resourceGroupName string, name string, siteExtensionID string, slot string) (result SiteExtensionInfo, err error)

GetSiteExtensionSlot description for Get site extension information by its ID for a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. siteExtensionID - site extension name. slot - name of the deployment slot. If a slot is not specified, the API uses the production slot.

func (AppsClient) GetSiteExtensionSlotPreparer

func (client AppsClient) GetSiteExtensionSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteExtensionID string, slot string) (*http.Request, error)

GetSiteExtensionSlotPreparer prepares the GetSiteExtensionSlot request.

func (AppsClient) GetSiteExtensionSlotResponder

func (client AppsClient) GetSiteExtensionSlotResponder(resp *http.Response) (result SiteExtensionInfo, err error)

GetSiteExtensionSlotResponder handles the response to the GetSiteExtensionSlot request. The method always closes the http.Response Body.

func (AppsClient) GetSiteExtensionSlotSender

func (client AppsClient) GetSiteExtensionSlotSender(req *http.Request) (*http.Response, error)

GetSiteExtensionSlotSender sends the GetSiteExtensionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSitePhpErrorLogFlag

func (client AppsClient) GetSitePhpErrorLogFlag(ctx context.Context, resourceGroupName string, name string) (result SitePhpErrorLogFlag, err error)

GetSitePhpErrorLogFlag description for Gets web app's event logs. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) GetSitePhpErrorLogFlagPreparer

func (client AppsClient) GetSitePhpErrorLogFlagPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetSitePhpErrorLogFlagPreparer prepares the GetSitePhpErrorLogFlag request.

func (AppsClient) GetSitePhpErrorLogFlagResponder

func (client AppsClient) GetSitePhpErrorLogFlagResponder(resp *http.Response) (result SitePhpErrorLogFlag, err error)

GetSitePhpErrorLogFlagResponder handles the response to the GetSitePhpErrorLogFlag request. The method always closes the http.Response Body.

func (AppsClient) GetSitePhpErrorLogFlagSender

func (client AppsClient) GetSitePhpErrorLogFlagSender(req *http.Request) (*http.Response, error)

GetSitePhpErrorLogFlagSender sends the GetSitePhpErrorLogFlag request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSitePhpErrorLogFlagSlot

func (client AppsClient) GetSitePhpErrorLogFlagSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SitePhpErrorLogFlag, err error)

GetSitePhpErrorLogFlagSlot description for Gets web app's event logs. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) GetSitePhpErrorLogFlagSlotPreparer

func (client AppsClient) GetSitePhpErrorLogFlagSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetSitePhpErrorLogFlagSlotPreparer prepares the GetSitePhpErrorLogFlagSlot request.

func (AppsClient) GetSitePhpErrorLogFlagSlotResponder

func (client AppsClient) GetSitePhpErrorLogFlagSlotResponder(resp *http.Response) (result SitePhpErrorLogFlag, err error)

GetSitePhpErrorLogFlagSlotResponder handles the response to the GetSitePhpErrorLogFlagSlot request. The method always closes the http.Response Body.

func (AppsClient) GetSitePhpErrorLogFlagSlotSender

func (client AppsClient) GetSitePhpErrorLogFlagSlotSender(req *http.Request) (*http.Response, error)

GetSitePhpErrorLogFlagSlotSender sends the GetSitePhpErrorLogFlagSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSlot

func (client AppsClient) GetSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result Site, err error)

GetSlot description for Gets the details of a web, mobile, or API app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. By default, this API returns the production slot.

func (AppsClient) GetSlotPreparer

func (client AppsClient) GetSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetSlotPreparer prepares the GetSlot request.

func (AppsClient) GetSlotResponder

func (client AppsClient) GetSlotResponder(resp *http.Response) (result Site, err error)

GetSlotResponder handles the response to the GetSlot request. The method always closes the http.Response Body.

func (AppsClient) GetSlotSender

func (client AppsClient) GetSlotSender(req *http.Request) (*http.Response, error)

GetSlotSender sends the GetSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSourceControl

func (client AppsClient) GetSourceControl(ctx context.Context, resourceGroupName string, name string) (result SiteSourceControl, err error)

GetSourceControl description for Gets the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetSourceControlPreparer

func (client AppsClient) GetSourceControlPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetSourceControlPreparer prepares the GetSourceControl request.

func (AppsClient) GetSourceControlResponder

func (client AppsClient) GetSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error)

GetSourceControlResponder handles the response to the GetSourceControl request. The method always closes the http.Response Body.

func (AppsClient) GetSourceControlSender

func (client AppsClient) GetSourceControlSender(req *http.Request) (*http.Response, error)

GetSourceControlSender sends the GetSourceControl request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSourceControlSlot

func (client AppsClient) GetSourceControlSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteSourceControl, err error)

GetSourceControlSlot description for Gets the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the source control configuration for the production slot.

func (AppsClient) GetSourceControlSlotPreparer

func (client AppsClient) GetSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetSourceControlSlotPreparer prepares the GetSourceControlSlot request.

func (AppsClient) GetSourceControlSlotResponder

func (client AppsClient) GetSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error)

GetSourceControlSlotResponder handles the response to the GetSourceControlSlot request. The method always closes the http.Response Body.

func (AppsClient) GetSourceControlSlotSender

func (client AppsClient) GetSourceControlSlotSender(req *http.Request) (*http.Response, error)

GetSourceControlSlotSender sends the GetSourceControlSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSwiftVirtualNetworkConnection

func (client AppsClient) GetSwiftVirtualNetworkConnection(ctx context.Context, resourceGroupName string, name string) (result SwiftVirtualNetwork, err error)

GetSwiftVirtualNetworkConnection description for Gets a Swift Virtual Network connection. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) GetSwiftVirtualNetworkConnectionPreparer

func (client AppsClient) GetSwiftVirtualNetworkConnectionPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetSwiftVirtualNetworkConnectionPreparer prepares the GetSwiftVirtualNetworkConnection request.

func (AppsClient) GetSwiftVirtualNetworkConnectionResponder

func (client AppsClient) GetSwiftVirtualNetworkConnectionResponder(resp *http.Response) (result SwiftVirtualNetwork, err error)

GetSwiftVirtualNetworkConnectionResponder handles the response to the GetSwiftVirtualNetworkConnection request. The method always closes the http.Response Body.

func (AppsClient) GetSwiftVirtualNetworkConnectionSender

func (client AppsClient) GetSwiftVirtualNetworkConnectionSender(req *http.Request) (*http.Response, error)

GetSwiftVirtualNetworkConnectionSender sends the GetSwiftVirtualNetworkConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetSwiftVirtualNetworkConnectionSlot

func (client AppsClient) GetSwiftVirtualNetworkConnectionSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SwiftVirtualNetwork, err error)

GetSwiftVirtualNetworkConnectionSlot description for Gets a Swift Virtual Network connection. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get a gateway for the production slot's Virtual Network.

func (AppsClient) GetSwiftVirtualNetworkConnectionSlotPreparer

func (client AppsClient) GetSwiftVirtualNetworkConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetSwiftVirtualNetworkConnectionSlotPreparer prepares the GetSwiftVirtualNetworkConnectionSlot request.

func (AppsClient) GetSwiftVirtualNetworkConnectionSlotResponder

func (client AppsClient) GetSwiftVirtualNetworkConnectionSlotResponder(resp *http.Response) (result SwiftVirtualNetwork, err error)

GetSwiftVirtualNetworkConnectionSlotResponder handles the response to the GetSwiftVirtualNetworkConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) GetSwiftVirtualNetworkConnectionSlotSender

func (client AppsClient) GetSwiftVirtualNetworkConnectionSlotSender(req *http.Request) (*http.Response, error)

GetSwiftVirtualNetworkConnectionSlotSender sends the GetSwiftVirtualNetworkConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetTriggeredWebJob

func (client AppsClient) GetTriggeredWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result TriggeredWebJob, err error)

GetTriggeredWebJob description for Gets a triggered web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) GetTriggeredWebJobHistory

func (client AppsClient) GetTriggeredWebJobHistory(ctx context.Context, resourceGroupName string, name string, webJobName string, ID string) (result TriggeredJobHistory, err error)

GetTriggeredWebJobHistory description for Gets a triggered web job's history by its ID for an app, , or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. ID - history ID.

func (AppsClient) GetTriggeredWebJobHistoryPreparer

func (client AppsClient) GetTriggeredWebJobHistoryPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ID string) (*http.Request, error)

GetTriggeredWebJobHistoryPreparer prepares the GetTriggeredWebJobHistory request.

func (AppsClient) GetTriggeredWebJobHistoryResponder

func (client AppsClient) GetTriggeredWebJobHistoryResponder(resp *http.Response) (result TriggeredJobHistory, err error)

GetTriggeredWebJobHistoryResponder handles the response to the GetTriggeredWebJobHistory request. The method always closes the http.Response Body.

func (AppsClient) GetTriggeredWebJobHistorySender

func (client AppsClient) GetTriggeredWebJobHistorySender(req *http.Request) (*http.Response, error)

GetTriggeredWebJobHistorySender sends the GetTriggeredWebJobHistory request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetTriggeredWebJobHistorySlot

func (client AppsClient) GetTriggeredWebJobHistorySlot(ctx context.Context, resourceGroupName string, name string, webJobName string, ID string, slot string) (result TriggeredJobHistory, err error)

GetTriggeredWebJobHistorySlot description for Gets a triggered web job's history by its ID for an app, , or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. ID - history ID. slot - name of the deployment slot. If a slot is not specified, the API uses the production slot.

func (AppsClient) GetTriggeredWebJobHistorySlotPreparer

func (client AppsClient) GetTriggeredWebJobHistorySlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, ID string, slot string) (*http.Request, error)

GetTriggeredWebJobHistorySlotPreparer prepares the GetTriggeredWebJobHistorySlot request.

func (AppsClient) GetTriggeredWebJobHistorySlotResponder

func (client AppsClient) GetTriggeredWebJobHistorySlotResponder(resp *http.Response) (result TriggeredJobHistory, err error)

GetTriggeredWebJobHistorySlotResponder handles the response to the GetTriggeredWebJobHistorySlot request. The method always closes the http.Response Body.

func (AppsClient) GetTriggeredWebJobHistorySlotSender

func (client AppsClient) GetTriggeredWebJobHistorySlotSender(req *http.Request) (*http.Response, error)

GetTriggeredWebJobHistorySlotSender sends the GetTriggeredWebJobHistorySlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetTriggeredWebJobPreparer

func (client AppsClient) GetTriggeredWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

GetTriggeredWebJobPreparer prepares the GetTriggeredWebJob request.

func (AppsClient) GetTriggeredWebJobResponder

func (client AppsClient) GetTriggeredWebJobResponder(resp *http.Response) (result TriggeredWebJob, err error)

GetTriggeredWebJobResponder handles the response to the GetTriggeredWebJob request. The method always closes the http.Response Body.

func (AppsClient) GetTriggeredWebJobSender

func (client AppsClient) GetTriggeredWebJobSender(req *http.Request) (*http.Response, error)

GetTriggeredWebJobSender sends the GetTriggeredWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetTriggeredWebJobSlot

func (client AppsClient) GetTriggeredWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result TriggeredWebJob, err error)

GetTriggeredWebJobSlot description for Gets a triggered web job by its ID for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API uses the production slot.

func (AppsClient) GetTriggeredWebJobSlotPreparer

func (client AppsClient) GetTriggeredWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

GetTriggeredWebJobSlotPreparer prepares the GetTriggeredWebJobSlot request.

func (AppsClient) GetTriggeredWebJobSlotResponder

func (client AppsClient) GetTriggeredWebJobSlotResponder(resp *http.Response) (result TriggeredWebJob, err error)

GetTriggeredWebJobSlotResponder handles the response to the GetTriggeredWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) GetTriggeredWebJobSlotSender

func (client AppsClient) GetTriggeredWebJobSlotSender(req *http.Request) (*http.Response, error)

GetTriggeredWebJobSlotSender sends the GetTriggeredWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetVnetConnection

func (client AppsClient) GetVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string) (result VnetInfoResource, err error)

GetVnetConnection description for Gets a virtual network the app (or deployment slot) is connected to by name. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the virtual network.

func (AppsClient) GetVnetConnectionGateway

func (client AppsClient) GetVnetConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (result VnetGateway, err error)

GetVnetConnectionGateway description for Gets an app's Virtual Network gateway. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Currently, the only supported string is "primary".

func (AppsClient) GetVnetConnectionGatewayPreparer

func (client AppsClient) GetVnetConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (*http.Request, error)

GetVnetConnectionGatewayPreparer prepares the GetVnetConnectionGateway request.

func (AppsClient) GetVnetConnectionGatewayResponder

func (client AppsClient) GetVnetConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error)

GetVnetConnectionGatewayResponder handles the response to the GetVnetConnectionGateway request. The method always closes the http.Response Body.

func (AppsClient) GetVnetConnectionGatewaySender

func (client AppsClient) GetVnetConnectionGatewaySender(req *http.Request) (*http.Response, error)

GetVnetConnectionGatewaySender sends the GetVnetConnectionGateway request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetVnetConnectionGatewaySlot

func (client AppsClient) GetVnetConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, slot string) (result VnetGateway, err error)

GetVnetConnectionGatewaySlot description for Gets an app's Virtual Network gateway. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Currently, the only supported string is "primary". slot - name of the deployment slot. If a slot is not specified, the API will get a gateway for the production slot's Virtual Network.

func (AppsClient) GetVnetConnectionGatewaySlotPreparer

func (client AppsClient) GetVnetConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, slot string) (*http.Request, error)

GetVnetConnectionGatewaySlotPreparer prepares the GetVnetConnectionGatewaySlot request.

func (AppsClient) GetVnetConnectionGatewaySlotResponder

func (client AppsClient) GetVnetConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error)

GetVnetConnectionGatewaySlotResponder handles the response to the GetVnetConnectionGatewaySlot request. The method always closes the http.Response Body.

func (AppsClient) GetVnetConnectionGatewaySlotSender

func (client AppsClient) GetVnetConnectionGatewaySlotSender(req *http.Request) (*http.Response, error)

GetVnetConnectionGatewaySlotSender sends the GetVnetConnectionGatewaySlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetVnetConnectionPreparer

func (client AppsClient) GetVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error)

GetVnetConnectionPreparer prepares the GetVnetConnection request.

func (AppsClient) GetVnetConnectionResponder

func (client AppsClient) GetVnetConnectionResponder(resp *http.Response) (result VnetInfoResource, err error)

GetVnetConnectionResponder handles the response to the GetVnetConnection request. The method always closes the http.Response Body.

func (AppsClient) GetVnetConnectionSender

func (client AppsClient) GetVnetConnectionSender(req *http.Request) (*http.Response, error)

GetVnetConnectionSender sends the GetVnetConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetVnetConnectionSlot

func (client AppsClient) GetVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (result VnetInfoResource, err error)

GetVnetConnectionSlot description for Gets a virtual network the app (or deployment slot) is connected to by name. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the virtual network. slot - name of the deployment slot. If a slot is not specified, the API will get the named virtual network for the production slot.

func (AppsClient) GetVnetConnectionSlotPreparer

func (client AppsClient) GetVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (*http.Request, error)

GetVnetConnectionSlotPreparer prepares the GetVnetConnectionSlot request.

func (AppsClient) GetVnetConnectionSlotResponder

func (client AppsClient) GetVnetConnectionSlotResponder(resp *http.Response) (result VnetInfoResource, err error)

GetVnetConnectionSlotResponder handles the response to the GetVnetConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) GetVnetConnectionSlotSender

func (client AppsClient) GetVnetConnectionSlotSender(req *http.Request) (*http.Response, error)

GetVnetConnectionSlotSender sends the GetVnetConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetWebJob

func (client AppsClient) GetWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result Job, err error)

GetWebJob description for Get webjob information for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of the web job.

func (AppsClient) GetWebJobPreparer

func (client AppsClient) GetWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

GetWebJobPreparer prepares the GetWebJob request.

func (AppsClient) GetWebJobResponder

func (client AppsClient) GetWebJobResponder(resp *http.Response) (result Job, err error)

GetWebJobResponder handles the response to the GetWebJob request. The method always closes the http.Response Body.

func (AppsClient) GetWebJobSender

func (client AppsClient) GetWebJobSender(req *http.Request) (*http.Response, error)

GetWebJobSender sends the GetWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetWebJobSlot

func (client AppsClient) GetWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result Job, err error)

GetWebJobSlot description for Get webjob information for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of the web job. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) GetWebJobSlotPreparer

func (client AppsClient) GetWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

GetWebJobSlotPreparer prepares the GetWebJobSlot request.

func (AppsClient) GetWebJobSlotResponder

func (client AppsClient) GetWebJobSlotResponder(resp *http.Response) (result Job, err error)

GetWebJobSlotResponder handles the response to the GetWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) GetWebJobSlotSender

func (client AppsClient) GetWebJobSlotSender(req *http.Request) (*http.Response, error)

GetWebJobSlotSender sends the GetWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetWebSiteContainerLogs

func (client AppsClient) GetWebSiteContainerLogs(ctx context.Context, resourceGroupName string, name string) (result ReadCloser, err error)

GetWebSiteContainerLogs description for Gets the last lines of docker logs for the given site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) GetWebSiteContainerLogsPreparer

func (client AppsClient) GetWebSiteContainerLogsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetWebSiteContainerLogsPreparer prepares the GetWebSiteContainerLogs request.

func (AppsClient) GetWebSiteContainerLogsResponder

func (client AppsClient) GetWebSiteContainerLogsResponder(resp *http.Response) (result ReadCloser, err error)

GetWebSiteContainerLogsResponder handles the response to the GetWebSiteContainerLogs request. The method always closes the http.Response Body.

func (AppsClient) GetWebSiteContainerLogsSender

func (client AppsClient) GetWebSiteContainerLogsSender(req *http.Request) (*http.Response, error)

GetWebSiteContainerLogsSender sends the GetWebSiteContainerLogs request. The method will close the http.Response Body if it receives an error.

func (AppsClient) GetWebSiteContainerLogsSlot

func (client AppsClient) GetWebSiteContainerLogsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ReadCloser, err error)

GetWebSiteContainerLogsSlot description for Gets the last lines of docker logs for the given site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) GetWebSiteContainerLogsSlotPreparer

func (client AppsClient) GetWebSiteContainerLogsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetWebSiteContainerLogsSlotPreparer prepares the GetWebSiteContainerLogsSlot request.

func (AppsClient) GetWebSiteContainerLogsSlotResponder

func (client AppsClient) GetWebSiteContainerLogsSlotResponder(resp *http.Response) (result ReadCloser, err error)

GetWebSiteContainerLogsSlotResponder handles the response to the GetWebSiteContainerLogsSlot request. The method always closes the http.Response Body.

func (AppsClient) GetWebSiteContainerLogsSlotSender

func (client AppsClient) GetWebSiteContainerLogsSlotSender(req *http.Request) (*http.Response, error)

GetWebSiteContainerLogsSlotSender sends the GetWebSiteContainerLogsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) InstallSiteExtension

func (client AppsClient) InstallSiteExtension(ctx context.Context, resourceGroupName string, name string, siteExtensionID string) (result AppsInstallSiteExtensionFuture, err error)

InstallSiteExtension description for Install site extension on a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. siteExtensionID - site extension name.

func (AppsClient) InstallSiteExtensionPreparer

func (client AppsClient) InstallSiteExtensionPreparer(ctx context.Context, resourceGroupName string, name string, siteExtensionID string) (*http.Request, error)

InstallSiteExtensionPreparer prepares the InstallSiteExtension request.

func (AppsClient) InstallSiteExtensionResponder

func (client AppsClient) InstallSiteExtensionResponder(resp *http.Response) (result SiteExtensionInfo, err error)

InstallSiteExtensionResponder handles the response to the InstallSiteExtension request. The method always closes the http.Response Body.

func (AppsClient) InstallSiteExtensionSender

func (client AppsClient) InstallSiteExtensionSender(req *http.Request) (future AppsInstallSiteExtensionFuture, err error)

InstallSiteExtensionSender sends the InstallSiteExtension request. The method will close the http.Response Body if it receives an error.

func (AppsClient) InstallSiteExtensionSlot

func (client AppsClient) InstallSiteExtensionSlot(ctx context.Context, resourceGroupName string, name string, siteExtensionID string, slot string) (result AppsInstallSiteExtensionSlotFuture, err error)

InstallSiteExtensionSlot description for Install site extension on a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. siteExtensionID - site extension name. slot - name of the deployment slot. If a slot is not specified, the API uses the production slot.

func (AppsClient) InstallSiteExtensionSlotPreparer

func (client AppsClient) InstallSiteExtensionSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteExtensionID string, slot string) (*http.Request, error)

InstallSiteExtensionSlotPreparer prepares the InstallSiteExtensionSlot request.

func (AppsClient) InstallSiteExtensionSlotResponder

func (client AppsClient) InstallSiteExtensionSlotResponder(resp *http.Response) (result SiteExtensionInfo, err error)

InstallSiteExtensionSlotResponder handles the response to the InstallSiteExtensionSlot request. The method always closes the http.Response Body.

func (AppsClient) InstallSiteExtensionSlotSender

func (client AppsClient) InstallSiteExtensionSlotSender(req *http.Request) (future AppsInstallSiteExtensionSlotFuture, err error)

InstallSiteExtensionSlotSender sends the InstallSiteExtensionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) IsCloneable

func (client AppsClient) IsCloneable(ctx context.Context, resourceGroupName string, name string) (result SiteCloneability, err error)

IsCloneable description for Shows whether an app can be cloned to another resource group or subscription. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) IsCloneablePreparer

func (client AppsClient) IsCloneablePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

IsCloneablePreparer prepares the IsCloneable request.

func (AppsClient) IsCloneableResponder

func (client AppsClient) IsCloneableResponder(resp *http.Response) (result SiteCloneability, err error)

IsCloneableResponder handles the response to the IsCloneable request. The method always closes the http.Response Body.

func (AppsClient) IsCloneableSender

func (client AppsClient) IsCloneableSender(req *http.Request) (*http.Response, error)

IsCloneableSender sends the IsCloneable request. The method will close the http.Response Body if it receives an error.

func (AppsClient) IsCloneableSlot

func (client AppsClient) IsCloneableSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteCloneability, err error)

IsCloneableSlot description for Shows whether an app can be cloned to another resource group or subscription. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. By default, this API returns information on the production slot.

func (AppsClient) IsCloneableSlotPreparer

func (client AppsClient) IsCloneableSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

IsCloneableSlotPreparer prepares the IsCloneableSlot request.

func (AppsClient) IsCloneableSlotResponder

func (client AppsClient) IsCloneableSlotResponder(resp *http.Response) (result SiteCloneability, err error)

IsCloneableSlotResponder handles the response to the IsCloneableSlot request. The method always closes the http.Response Body.

func (AppsClient) IsCloneableSlotSender

func (client AppsClient) IsCloneableSlotSender(req *http.Request) (*http.Response, error)

IsCloneableSlotSender sends the IsCloneableSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) List

func (client AppsClient) List(ctx context.Context) (result AppCollectionPage, err error)

List description for Get all apps for a subscription.

func (AppsClient) ListApplicationSettings

func (client AppsClient) ListApplicationSettings(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error)

ListApplicationSettings description for Gets the application settings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListApplicationSettingsPreparer

func (client AppsClient) ListApplicationSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListApplicationSettingsPreparer prepares the ListApplicationSettings request.

func (AppsClient) ListApplicationSettingsResponder

func (client AppsClient) ListApplicationSettingsResponder(resp *http.Response) (result StringDictionary, err error)

ListApplicationSettingsResponder handles the response to the ListApplicationSettings request. The method always closes the http.Response Body.

func (AppsClient) ListApplicationSettingsSender

func (client AppsClient) ListApplicationSettingsSender(req *http.Request) (*http.Response, error)

ListApplicationSettingsSender sends the ListApplicationSettings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListApplicationSettingsSlot

func (client AppsClient) ListApplicationSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result StringDictionary, err error)

ListApplicationSettingsSlot description for Gets the application settings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the application settings for the production slot.

func (AppsClient) ListApplicationSettingsSlotPreparer

func (client AppsClient) ListApplicationSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListApplicationSettingsSlotPreparer prepares the ListApplicationSettingsSlot request.

func (AppsClient) ListApplicationSettingsSlotResponder

func (client AppsClient) ListApplicationSettingsSlotResponder(resp *http.Response) (result StringDictionary, err error)

ListApplicationSettingsSlotResponder handles the response to the ListApplicationSettingsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListApplicationSettingsSlotSender

func (client AppsClient) ListApplicationSettingsSlotSender(req *http.Request) (*http.Response, error)

ListApplicationSettingsSlotSender sends the ListApplicationSettingsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListAzureStorageAccounts

func (client AppsClient) ListAzureStorageAccounts(ctx context.Context, resourceGroupName string, name string) (result AzureStoragePropertyDictionaryResource, err error)

ListAzureStorageAccounts description for Gets the Azure storage account configurations of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListAzureStorageAccountsPreparer

func (client AppsClient) ListAzureStorageAccountsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListAzureStorageAccountsPreparer prepares the ListAzureStorageAccounts request.

func (AppsClient) ListAzureStorageAccountsResponder

func (client AppsClient) ListAzureStorageAccountsResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error)

ListAzureStorageAccountsResponder handles the response to the ListAzureStorageAccounts request. The method always closes the http.Response Body.

func (AppsClient) ListAzureStorageAccountsSender

func (client AppsClient) ListAzureStorageAccountsSender(req *http.Request) (*http.Response, error)

ListAzureStorageAccountsSender sends the ListAzureStorageAccounts request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListAzureStorageAccountsSlot

func (client AppsClient) ListAzureStorageAccountsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result AzureStoragePropertyDictionaryResource, err error)

ListAzureStorageAccountsSlot description for Gets the Azure storage account configurations of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will update the Azure storage account configurations for the production slot.

func (AppsClient) ListAzureStorageAccountsSlotPreparer

func (client AppsClient) ListAzureStorageAccountsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListAzureStorageAccountsSlotPreparer prepares the ListAzureStorageAccountsSlot request.

func (AppsClient) ListAzureStorageAccountsSlotResponder

func (client AppsClient) ListAzureStorageAccountsSlotResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error)

ListAzureStorageAccountsSlotResponder handles the response to the ListAzureStorageAccountsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListAzureStorageAccountsSlotSender

func (client AppsClient) ListAzureStorageAccountsSlotSender(req *http.Request) (*http.Response, error)

ListAzureStorageAccountsSlotSender sends the ListAzureStorageAccountsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListBackupStatusSecrets

func (client AppsClient) ListBackupStatusSecrets(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest) (result BackupItem, err error)

ListBackupStatusSecrets description for Gets status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. backupID - ID of backup. request - information on backup request.

func (AppsClient) ListBackupStatusSecretsPreparer

func (client AppsClient) ListBackupStatusSecretsPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest) (*http.Request, error)

ListBackupStatusSecretsPreparer prepares the ListBackupStatusSecrets request.

func (AppsClient) ListBackupStatusSecretsResponder

func (client AppsClient) ListBackupStatusSecretsResponder(resp *http.Response) (result BackupItem, err error)

ListBackupStatusSecretsResponder handles the response to the ListBackupStatusSecrets request. The method always closes the http.Response Body.

func (AppsClient) ListBackupStatusSecretsSender

func (client AppsClient) ListBackupStatusSecretsSender(req *http.Request) (*http.Response, error)

ListBackupStatusSecretsSender sends the ListBackupStatusSecrets request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListBackupStatusSecretsSlot

func (client AppsClient) ListBackupStatusSecretsSlot(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest, slot string) (result BackupItem, err error)

ListBackupStatusSecretsSlot description for Gets status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. backupID - ID of backup. request - information on backup request. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) ListBackupStatusSecretsSlotPreparer

func (client AppsClient) ListBackupStatusSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest, slot string) (*http.Request, error)

ListBackupStatusSecretsSlotPreparer prepares the ListBackupStatusSecretsSlot request.

func (AppsClient) ListBackupStatusSecretsSlotResponder

func (client AppsClient) ListBackupStatusSecretsSlotResponder(resp *http.Response) (result BackupItem, err error)

ListBackupStatusSecretsSlotResponder handles the response to the ListBackupStatusSecretsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListBackupStatusSecretsSlotSender

func (client AppsClient) ListBackupStatusSecretsSlotSender(req *http.Request) (*http.Response, error)

ListBackupStatusSecretsSlotSender sends the ListBackupStatusSecretsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListBackups

func (client AppsClient) ListBackups(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionPage, err error)

ListBackups description for Gets existing backups of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListBackupsComplete

func (client AppsClient) ListBackupsComplete(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionIterator, err error)

ListBackupsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListBackupsPreparer

func (client AppsClient) ListBackupsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListBackupsPreparer prepares the ListBackups request.

func (AppsClient) ListBackupsResponder

func (client AppsClient) ListBackupsResponder(resp *http.Response) (result BackupItemCollection, err error)

ListBackupsResponder handles the response to the ListBackups request. The method always closes the http.Response Body.

func (AppsClient) ListBackupsSender

func (client AppsClient) ListBackupsSender(req *http.Request) (*http.Response, error)

ListBackupsSender sends the ListBackups request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListBackupsSlot

func (client AppsClient) ListBackupsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionPage, err error)

ListBackupsSlot description for Gets existing backups of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get backups of the production slot.

func (AppsClient) ListBackupsSlotComplete

func (client AppsClient) ListBackupsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionIterator, err error)

ListBackupsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListBackupsSlotPreparer

func (client AppsClient) ListBackupsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListBackupsSlotPreparer prepares the ListBackupsSlot request.

func (AppsClient) ListBackupsSlotResponder

func (client AppsClient) ListBackupsSlotResponder(resp *http.Response) (result BackupItemCollection, err error)

ListBackupsSlotResponder handles the response to the ListBackupsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListBackupsSlotSender

func (client AppsClient) ListBackupsSlotSender(req *http.Request) (*http.Response, error)

ListBackupsSlotSender sends the ListBackupsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListBasicPublishingCredentialsPolicies

func (client AppsClient) ListBasicPublishingCredentialsPolicies(ctx context.Context, resourceGroupName string, name string) (result PublishingCredentialsPoliciesCollectionPage, err error)

ListBasicPublishingCredentialsPolicies description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListBasicPublishingCredentialsPoliciesComplete

func (client AppsClient) ListBasicPublishingCredentialsPoliciesComplete(ctx context.Context, resourceGroupName string, name string) (result PublishingCredentialsPoliciesCollectionIterator, err error)

ListBasicPublishingCredentialsPoliciesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListBasicPublishingCredentialsPoliciesPreparer

func (client AppsClient) ListBasicPublishingCredentialsPoliciesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListBasicPublishingCredentialsPoliciesPreparer prepares the ListBasicPublishingCredentialsPolicies request.

func (AppsClient) ListBasicPublishingCredentialsPoliciesResponder

func (client AppsClient) ListBasicPublishingCredentialsPoliciesResponder(resp *http.Response) (result PublishingCredentialsPoliciesCollection, err error)

ListBasicPublishingCredentialsPoliciesResponder handles the response to the ListBasicPublishingCredentialsPolicies request. The method always closes the http.Response Body.

func (AppsClient) ListBasicPublishingCredentialsPoliciesSender

func (client AppsClient) ListBasicPublishingCredentialsPoliciesSender(req *http.Request) (*http.Response, error)

ListBasicPublishingCredentialsPoliciesSender sends the ListBasicPublishingCredentialsPolicies request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListBasicPublishingCredentialsPoliciesSlot

func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PublishingCredentialsPoliciesCollectionPage, err error)

ListBasicPublishingCredentialsPoliciesSlot description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListBasicPublishingCredentialsPoliciesSlotComplete

func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result PublishingCredentialsPoliciesCollectionIterator, err error)

ListBasicPublishingCredentialsPoliciesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListBasicPublishingCredentialsPoliciesSlotPreparer

func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListBasicPublishingCredentialsPoliciesSlotPreparer prepares the ListBasicPublishingCredentialsPoliciesSlot request.

func (AppsClient) ListBasicPublishingCredentialsPoliciesSlotResponder

func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotResponder(resp *http.Response) (result PublishingCredentialsPoliciesCollection, err error)

ListBasicPublishingCredentialsPoliciesSlotResponder handles the response to the ListBasicPublishingCredentialsPoliciesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListBasicPublishingCredentialsPoliciesSlotSender

func (client AppsClient) ListBasicPublishingCredentialsPoliciesSlotSender(req *http.Request) (*http.Response, error)

ListBasicPublishingCredentialsPoliciesSlotSender sends the ListBasicPublishingCredentialsPoliciesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListByResourceGroup

func (client AppsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, includeSlots *bool) (result AppCollectionPage, err error)

ListByResourceGroup description for Gets all web, mobile, and API apps in the specified resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs. includeSlots - specify <strong>true</strong> to include deployment slots in results. The default is false, which only gives you the production slot of all apps.

func (AppsClient) ListByResourceGroupComplete

func (client AppsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, includeSlots *bool) (result AppCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListByResourceGroupPreparer

func (client AppsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, includeSlots *bool) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (AppsClient) ListByResourceGroupResponder

func (client AppsClient) ListByResourceGroupResponder(resp *http.Response) (result AppCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (AppsClient) ListByResourceGroupSender

func (client AppsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListComplete

func (client AppsClient) ListComplete(ctx context.Context) (result AppCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListConfigurationSnapshotInfo

func (client AppsClient) ListConfigurationSnapshotInfo(ctx context.Context, resourceGroupName string, name string) (result SiteConfigurationSnapshotInfoCollectionPage, err error)

ListConfigurationSnapshotInfo description for Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListConfigurationSnapshotInfoComplete

func (client AppsClient) ListConfigurationSnapshotInfoComplete(ctx context.Context, resourceGroupName string, name string) (result SiteConfigurationSnapshotInfoCollectionIterator, err error)

ListConfigurationSnapshotInfoComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListConfigurationSnapshotInfoPreparer

func (client AppsClient) ListConfigurationSnapshotInfoPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListConfigurationSnapshotInfoPreparer prepares the ListConfigurationSnapshotInfo request.

func (AppsClient) ListConfigurationSnapshotInfoResponder

func (client AppsClient) ListConfigurationSnapshotInfoResponder(resp *http.Response) (result SiteConfigurationSnapshotInfoCollection, err error)

ListConfigurationSnapshotInfoResponder handles the response to the ListConfigurationSnapshotInfo request. The method always closes the http.Response Body.

func (AppsClient) ListConfigurationSnapshotInfoSender

func (client AppsClient) ListConfigurationSnapshotInfoSender(req *http.Request) (*http.Response, error)

ListConfigurationSnapshotInfoSender sends the ListConfigurationSnapshotInfo request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListConfigurationSnapshotInfoSlot

func (client AppsClient) ListConfigurationSnapshotInfoSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigurationSnapshotInfoCollectionPage, err error)

ListConfigurationSnapshotInfoSlot description for Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot.

func (AppsClient) ListConfigurationSnapshotInfoSlotComplete

func (client AppsClient) ListConfigurationSnapshotInfoSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigurationSnapshotInfoCollectionIterator, err error)

ListConfigurationSnapshotInfoSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListConfigurationSnapshotInfoSlotPreparer

func (client AppsClient) ListConfigurationSnapshotInfoSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListConfigurationSnapshotInfoSlotPreparer prepares the ListConfigurationSnapshotInfoSlot request.

func (AppsClient) ListConfigurationSnapshotInfoSlotResponder

func (client AppsClient) ListConfigurationSnapshotInfoSlotResponder(resp *http.Response) (result SiteConfigurationSnapshotInfoCollection, err error)

ListConfigurationSnapshotInfoSlotResponder handles the response to the ListConfigurationSnapshotInfoSlot request. The method always closes the http.Response Body.

func (AppsClient) ListConfigurationSnapshotInfoSlotSender

func (client AppsClient) ListConfigurationSnapshotInfoSlotSender(req *http.Request) (*http.Response, error)

ListConfigurationSnapshotInfoSlotSender sends the ListConfigurationSnapshotInfoSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListConfigurations

func (client AppsClient) ListConfigurations(ctx context.Context, resourceGroupName string, name string) (result SiteConfigResourceCollectionPage, err error)

ListConfigurations description for List the configurations of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListConfigurationsComplete

func (client AppsClient) ListConfigurationsComplete(ctx context.Context, resourceGroupName string, name string) (result SiteConfigResourceCollectionIterator, err error)

ListConfigurationsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListConfigurationsPreparer

func (client AppsClient) ListConfigurationsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListConfigurationsPreparer prepares the ListConfigurations request.

func (AppsClient) ListConfigurationsResponder

func (client AppsClient) ListConfigurationsResponder(resp *http.Response) (result SiteConfigResourceCollection, err error)

ListConfigurationsResponder handles the response to the ListConfigurations request. The method always closes the http.Response Body.

func (AppsClient) ListConfigurationsSender

func (client AppsClient) ListConfigurationsSender(req *http.Request) (*http.Response, error)

ListConfigurationsSender sends the ListConfigurations request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListConfigurationsSlot

func (client AppsClient) ListConfigurationsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigResourceCollectionPage, err error)

ListConfigurationsSlot description for List the configurations of an app Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot.

func (AppsClient) ListConfigurationsSlotComplete

func (client AppsClient) ListConfigurationsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfigResourceCollectionIterator, err error)

ListConfigurationsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListConfigurationsSlotPreparer

func (client AppsClient) ListConfigurationsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListConfigurationsSlotPreparer prepares the ListConfigurationsSlot request.

func (AppsClient) ListConfigurationsSlotResponder

func (client AppsClient) ListConfigurationsSlotResponder(resp *http.Response) (result SiteConfigResourceCollection, err error)

ListConfigurationsSlotResponder handles the response to the ListConfigurationsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListConfigurationsSlotSender

func (client AppsClient) ListConfigurationsSlotSender(req *http.Request) (*http.Response, error)

ListConfigurationsSlotSender sends the ListConfigurationsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListConnectionStrings

func (client AppsClient) ListConnectionStrings(ctx context.Context, resourceGroupName string, name string) (result ConnectionStringDictionary, err error)

ListConnectionStrings description for Gets the connection strings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListConnectionStringsPreparer

func (client AppsClient) ListConnectionStringsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListConnectionStringsPreparer prepares the ListConnectionStrings request.

func (AppsClient) ListConnectionStringsResponder

func (client AppsClient) ListConnectionStringsResponder(resp *http.Response) (result ConnectionStringDictionary, err error)

ListConnectionStringsResponder handles the response to the ListConnectionStrings request. The method always closes the http.Response Body.

func (AppsClient) ListConnectionStringsSender

func (client AppsClient) ListConnectionStringsSender(req *http.Request) (*http.Response, error)

ListConnectionStringsSender sends the ListConnectionStrings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListConnectionStringsSlot

func (client AppsClient) ListConnectionStringsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ConnectionStringDictionary, err error)

ListConnectionStringsSlot description for Gets the connection strings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the connection settings for the production slot.

func (AppsClient) ListConnectionStringsSlotPreparer

func (client AppsClient) ListConnectionStringsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListConnectionStringsSlotPreparer prepares the ListConnectionStringsSlot request.

func (AppsClient) ListConnectionStringsSlotResponder

func (client AppsClient) ListConnectionStringsSlotResponder(resp *http.Response) (result ConnectionStringDictionary, err error)

ListConnectionStringsSlotResponder handles the response to the ListConnectionStringsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListConnectionStringsSlotSender

func (client AppsClient) ListConnectionStringsSlotSender(req *http.Request) (*http.Response, error)

ListConnectionStringsSlotSender sends the ListConnectionStringsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListContinuousWebJobs

func (client AppsClient) ListContinuousWebJobs(ctx context.Context, resourceGroupName string, name string) (result ContinuousWebJobCollectionPage, err error)

ListContinuousWebJobs description for List continuous web jobs for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name.

func (AppsClient) ListContinuousWebJobsComplete

func (client AppsClient) ListContinuousWebJobsComplete(ctx context.Context, resourceGroupName string, name string) (result ContinuousWebJobCollectionIterator, err error)

ListContinuousWebJobsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListContinuousWebJobsPreparer

func (client AppsClient) ListContinuousWebJobsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListContinuousWebJobsPreparer prepares the ListContinuousWebJobs request.

func (AppsClient) ListContinuousWebJobsResponder

func (client AppsClient) ListContinuousWebJobsResponder(resp *http.Response) (result ContinuousWebJobCollection, err error)

ListContinuousWebJobsResponder handles the response to the ListContinuousWebJobs request. The method always closes the http.Response Body.

func (AppsClient) ListContinuousWebJobsSender

func (client AppsClient) ListContinuousWebJobsSender(req *http.Request) (*http.Response, error)

ListContinuousWebJobsSender sends the ListContinuousWebJobs request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListContinuousWebJobsSlot

func (client AppsClient) ListContinuousWebJobsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ContinuousWebJobCollectionPage, err error)

ListContinuousWebJobsSlot description for List continuous web jobs for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) ListContinuousWebJobsSlotComplete

func (client AppsClient) ListContinuousWebJobsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result ContinuousWebJobCollectionIterator, err error)

ListContinuousWebJobsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListContinuousWebJobsSlotPreparer

func (client AppsClient) ListContinuousWebJobsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListContinuousWebJobsSlotPreparer prepares the ListContinuousWebJobsSlot request.

func (AppsClient) ListContinuousWebJobsSlotResponder

func (client AppsClient) ListContinuousWebJobsSlotResponder(resp *http.Response) (result ContinuousWebJobCollection, err error)

ListContinuousWebJobsSlotResponder handles the response to the ListContinuousWebJobsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListContinuousWebJobsSlotSender

func (client AppsClient) ListContinuousWebJobsSlotSender(req *http.Request) (*http.Response, error)

ListContinuousWebJobsSlotSender sends the ListContinuousWebJobsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListDeploymentLog

func (client AppsClient) ListDeploymentLog(ctx context.Context, resourceGroupName string, name string, ID string) (result Deployment, err error)

ListDeploymentLog description for List deployment log for specific deployment for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - the ID of a specific deployment. This is the value of the name property in the JSON response from "GET /api/sites/{siteName}/deployments".

func (AppsClient) ListDeploymentLogPreparer

func (client AppsClient) ListDeploymentLogPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error)

ListDeploymentLogPreparer prepares the ListDeploymentLog request.

func (AppsClient) ListDeploymentLogResponder

func (client AppsClient) ListDeploymentLogResponder(resp *http.Response) (result Deployment, err error)

ListDeploymentLogResponder handles the response to the ListDeploymentLog request. The method always closes the http.Response Body.

func (AppsClient) ListDeploymentLogSender

func (client AppsClient) ListDeploymentLogSender(req *http.Request) (*http.Response, error)

ListDeploymentLogSender sends the ListDeploymentLog request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListDeploymentLogSlot

func (client AppsClient) ListDeploymentLogSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (result Deployment, err error)

ListDeploymentLogSlot description for List deployment log for specific deployment for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. ID - the ID of a specific deployment. This is the value of the name property in the JSON response from "GET /api/sites/{siteName}/deployments". slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) ListDeploymentLogSlotPreparer

func (client AppsClient) ListDeploymentLogSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (*http.Request, error)

ListDeploymentLogSlotPreparer prepares the ListDeploymentLogSlot request.

func (AppsClient) ListDeploymentLogSlotResponder

func (client AppsClient) ListDeploymentLogSlotResponder(resp *http.Response) (result Deployment, err error)

ListDeploymentLogSlotResponder handles the response to the ListDeploymentLogSlot request. The method always closes the http.Response Body.

func (AppsClient) ListDeploymentLogSlotSender

func (client AppsClient) ListDeploymentLogSlotSender(req *http.Request) (*http.Response, error)

ListDeploymentLogSlotSender sends the ListDeploymentLogSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListDeployments

func (client AppsClient) ListDeployments(ctx context.Context, resourceGroupName string, name string) (result DeploymentCollectionPage, err error)

ListDeployments description for List deployments for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListDeploymentsComplete

func (client AppsClient) ListDeploymentsComplete(ctx context.Context, resourceGroupName string, name string) (result DeploymentCollectionIterator, err error)

ListDeploymentsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListDeploymentsPreparer

func (client AppsClient) ListDeploymentsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListDeploymentsPreparer prepares the ListDeployments request.

func (AppsClient) ListDeploymentsResponder

func (client AppsClient) ListDeploymentsResponder(resp *http.Response) (result DeploymentCollection, err error)

ListDeploymentsResponder handles the response to the ListDeployments request. The method always closes the http.Response Body.

func (AppsClient) ListDeploymentsSender

func (client AppsClient) ListDeploymentsSender(req *http.Request) (*http.Response, error)

ListDeploymentsSender sends the ListDeployments request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListDeploymentsSlot

func (client AppsClient) ListDeploymentsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result DeploymentCollectionPage, err error)

ListDeploymentsSlot description for List deployments for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) ListDeploymentsSlotComplete

func (client AppsClient) ListDeploymentsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result DeploymentCollectionIterator, err error)

ListDeploymentsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListDeploymentsSlotPreparer

func (client AppsClient) ListDeploymentsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListDeploymentsSlotPreparer prepares the ListDeploymentsSlot request.

func (AppsClient) ListDeploymentsSlotResponder

func (client AppsClient) ListDeploymentsSlotResponder(resp *http.Response) (result DeploymentCollection, err error)

ListDeploymentsSlotResponder handles the response to the ListDeploymentsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListDeploymentsSlotSender

func (client AppsClient) ListDeploymentsSlotSender(req *http.Request) (*http.Response, error)

ListDeploymentsSlotSender sends the ListDeploymentsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListDomainOwnershipIdentifiers

func (client AppsClient) ListDomainOwnershipIdentifiers(ctx context.Context, resourceGroupName string, name string) (result IdentifierCollectionPage, err error)

ListDomainOwnershipIdentifiers description for Lists ownership identifiers for domain associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListDomainOwnershipIdentifiersComplete

func (client AppsClient) ListDomainOwnershipIdentifiersComplete(ctx context.Context, resourceGroupName string, name string) (result IdentifierCollectionIterator, err error)

ListDomainOwnershipIdentifiersComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListDomainOwnershipIdentifiersPreparer

func (client AppsClient) ListDomainOwnershipIdentifiersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListDomainOwnershipIdentifiersPreparer prepares the ListDomainOwnershipIdentifiers request.

func (AppsClient) ListDomainOwnershipIdentifiersResponder

func (client AppsClient) ListDomainOwnershipIdentifiersResponder(resp *http.Response) (result IdentifierCollection, err error)

ListDomainOwnershipIdentifiersResponder handles the response to the ListDomainOwnershipIdentifiers request. The method always closes the http.Response Body.

func (AppsClient) ListDomainOwnershipIdentifiersSender

func (client AppsClient) ListDomainOwnershipIdentifiersSender(req *http.Request) (*http.Response, error)

ListDomainOwnershipIdentifiersSender sends the ListDomainOwnershipIdentifiers request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListDomainOwnershipIdentifiersSlot

func (client AppsClient) ListDomainOwnershipIdentifiersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result IdentifierCollectionPage, err error)

ListDomainOwnershipIdentifiersSlot description for Lists ownership identifiers for domain associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.

func (AppsClient) ListDomainOwnershipIdentifiersSlotComplete

func (client AppsClient) ListDomainOwnershipIdentifiersSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result IdentifierCollectionIterator, err error)

ListDomainOwnershipIdentifiersSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListDomainOwnershipIdentifiersSlotPreparer

func (client AppsClient) ListDomainOwnershipIdentifiersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListDomainOwnershipIdentifiersSlotPreparer prepares the ListDomainOwnershipIdentifiersSlot request.

func (AppsClient) ListDomainOwnershipIdentifiersSlotResponder

func (client AppsClient) ListDomainOwnershipIdentifiersSlotResponder(resp *http.Response) (result IdentifierCollection, err error)

ListDomainOwnershipIdentifiersSlotResponder handles the response to the ListDomainOwnershipIdentifiersSlot request. The method always closes the http.Response Body.

func (AppsClient) ListDomainOwnershipIdentifiersSlotSender

func (client AppsClient) ListDomainOwnershipIdentifiersSlotSender(req *http.Request) (*http.Response, error)

ListDomainOwnershipIdentifiersSlotSender sends the ListDomainOwnershipIdentifiersSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListFunctionKeys

func (client AppsClient) ListFunctionKeys(ctx context.Context, resourceGroupName string, name string, functionName string) (result StringDictionary, err error)

ListFunctionKeys description for Get function keys for a function in a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name.

func (AppsClient) ListFunctionKeysPreparer

func (client AppsClient) ListFunctionKeysPreparer(ctx context.Context, resourceGroupName string, name string, functionName string) (*http.Request, error)

ListFunctionKeysPreparer prepares the ListFunctionKeys request.

func (AppsClient) ListFunctionKeysResponder

func (client AppsClient) ListFunctionKeysResponder(resp *http.Response) (result StringDictionary, err error)

ListFunctionKeysResponder handles the response to the ListFunctionKeys request. The method always closes the http.Response Body.

func (AppsClient) ListFunctionKeysSender

func (client AppsClient) ListFunctionKeysSender(req *http.Request) (*http.Response, error)

ListFunctionKeysSender sends the ListFunctionKeys request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListFunctionKeysSlot

func (client AppsClient) ListFunctionKeysSlot(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (result StringDictionary, err error)

ListFunctionKeysSlot description for Get function keys for a function in a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name. slot - name of the deployment slot.

func (AppsClient) ListFunctionKeysSlotPreparer

func (client AppsClient) ListFunctionKeysSlotPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (*http.Request, error)

ListFunctionKeysSlotPreparer prepares the ListFunctionKeysSlot request.

func (AppsClient) ListFunctionKeysSlotResponder

func (client AppsClient) ListFunctionKeysSlotResponder(resp *http.Response) (result StringDictionary, err error)

ListFunctionKeysSlotResponder handles the response to the ListFunctionKeysSlot request. The method always closes the http.Response Body.

func (AppsClient) ListFunctionKeysSlotSender

func (client AppsClient) ListFunctionKeysSlotSender(req *http.Request) (*http.Response, error)

ListFunctionKeysSlotSender sends the ListFunctionKeysSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListFunctionSecrets

func (client AppsClient) ListFunctionSecrets(ctx context.Context, resourceGroupName string, name string, functionName string) (result FunctionSecrets, err error)

ListFunctionSecrets description for Get function secrets for a function in a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name.

func (AppsClient) ListFunctionSecretsPreparer

func (client AppsClient) ListFunctionSecretsPreparer(ctx context.Context, resourceGroupName string, name string, functionName string) (*http.Request, error)

ListFunctionSecretsPreparer prepares the ListFunctionSecrets request.

func (AppsClient) ListFunctionSecretsResponder

func (client AppsClient) ListFunctionSecretsResponder(resp *http.Response) (result FunctionSecrets, err error)

ListFunctionSecretsResponder handles the response to the ListFunctionSecrets request. The method always closes the http.Response Body.

func (AppsClient) ListFunctionSecretsSender

func (client AppsClient) ListFunctionSecretsSender(req *http.Request) (*http.Response, error)

ListFunctionSecretsSender sends the ListFunctionSecrets request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListFunctionSecretsSlot

func (client AppsClient) ListFunctionSecretsSlot(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (result FunctionSecrets, err error)

ListFunctionSecretsSlot description for Get function secrets for a function in a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. functionName - function name. slot - name of the deployment slot.

func (AppsClient) ListFunctionSecretsSlotPreparer

func (client AppsClient) ListFunctionSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, functionName string, slot string) (*http.Request, error)

ListFunctionSecretsSlotPreparer prepares the ListFunctionSecretsSlot request.

func (AppsClient) ListFunctionSecretsSlotResponder

func (client AppsClient) ListFunctionSecretsSlotResponder(resp *http.Response) (result FunctionSecrets, err error)

ListFunctionSecretsSlotResponder handles the response to the ListFunctionSecretsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListFunctionSecretsSlotSender

func (client AppsClient) ListFunctionSecretsSlotSender(req *http.Request) (*http.Response, error)

ListFunctionSecretsSlotSender sends the ListFunctionSecretsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListFunctions

func (client AppsClient) ListFunctions(ctx context.Context, resourceGroupName string, name string) (result FunctionEnvelopeCollectionPage, err error)

ListFunctions description for List the functions for a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name.

func (AppsClient) ListFunctionsComplete

func (client AppsClient) ListFunctionsComplete(ctx context.Context, resourceGroupName string, name string) (result FunctionEnvelopeCollectionIterator, err error)

ListFunctionsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListFunctionsPreparer

func (client AppsClient) ListFunctionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListFunctionsPreparer prepares the ListFunctions request.

func (AppsClient) ListFunctionsResponder

func (client AppsClient) ListFunctionsResponder(resp *http.Response) (result FunctionEnvelopeCollection, err error)

ListFunctionsResponder handles the response to the ListFunctions request. The method always closes the http.Response Body.

func (AppsClient) ListFunctionsSender

func (client AppsClient) ListFunctionsSender(req *http.Request) (*http.Response, error)

ListFunctionsSender sends the ListFunctions request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListHostKeys

func (client AppsClient) ListHostKeys(ctx context.Context, resourceGroupName string, name string) (result HostKeys, err error)

ListHostKeys description for Get host secrets for a function app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name.

func (AppsClient) ListHostKeysPreparer

func (client AppsClient) ListHostKeysPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListHostKeysPreparer prepares the ListHostKeys request.

func (AppsClient) ListHostKeysResponder

func (client AppsClient) ListHostKeysResponder(resp *http.Response) (result HostKeys, err error)

ListHostKeysResponder handles the response to the ListHostKeys request. The method always closes the http.Response Body.

func (AppsClient) ListHostKeysSender

func (client AppsClient) ListHostKeysSender(req *http.Request) (*http.Response, error)

ListHostKeysSender sends the ListHostKeys request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListHostKeysSlot

func (client AppsClient) ListHostKeysSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result HostKeys, err error)

ListHostKeysSlot description for Get host secrets for a function app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot.

func (AppsClient) ListHostKeysSlotPreparer

func (client AppsClient) ListHostKeysSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListHostKeysSlotPreparer prepares the ListHostKeysSlot request.

func (AppsClient) ListHostKeysSlotResponder

func (client AppsClient) ListHostKeysSlotResponder(resp *http.Response) (result HostKeys, err error)

ListHostKeysSlotResponder handles the response to the ListHostKeysSlot request. The method always closes the http.Response Body.

func (AppsClient) ListHostKeysSlotSender

func (client AppsClient) ListHostKeysSlotSender(req *http.Request) (*http.Response, error)

ListHostKeysSlotSender sends the ListHostKeysSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListHostNameBindings

func (client AppsClient) ListHostNameBindings(ctx context.Context, resourceGroupName string, name string) (result HostNameBindingCollectionPage, err error)

ListHostNameBindings description for Get hostname bindings for an app or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListHostNameBindingsComplete

func (client AppsClient) ListHostNameBindingsComplete(ctx context.Context, resourceGroupName string, name string) (result HostNameBindingCollectionIterator, err error)

ListHostNameBindingsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListHostNameBindingsPreparer

func (client AppsClient) ListHostNameBindingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListHostNameBindingsPreparer prepares the ListHostNameBindings request.

func (AppsClient) ListHostNameBindingsResponder

func (client AppsClient) ListHostNameBindingsResponder(resp *http.Response) (result HostNameBindingCollection, err error)

ListHostNameBindingsResponder handles the response to the ListHostNameBindings request. The method always closes the http.Response Body.

func (AppsClient) ListHostNameBindingsSender

func (client AppsClient) ListHostNameBindingsSender(req *http.Request) (*http.Response, error)

ListHostNameBindingsSender sends the ListHostNameBindings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListHostNameBindingsSlot

func (client AppsClient) ListHostNameBindingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result HostNameBindingCollectionPage, err error)

ListHostNameBindingsSlot description for Get hostname bindings for an app or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the production slot.

func (AppsClient) ListHostNameBindingsSlotComplete

func (client AppsClient) ListHostNameBindingsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result HostNameBindingCollectionIterator, err error)

ListHostNameBindingsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListHostNameBindingsSlotPreparer

func (client AppsClient) ListHostNameBindingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListHostNameBindingsSlotPreparer prepares the ListHostNameBindingsSlot request.

func (AppsClient) ListHostNameBindingsSlotResponder

func (client AppsClient) ListHostNameBindingsSlotResponder(resp *http.Response) (result HostNameBindingCollection, err error)

ListHostNameBindingsSlotResponder handles the response to the ListHostNameBindingsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListHostNameBindingsSlotSender

func (client AppsClient) ListHostNameBindingsSlotSender(req *http.Request) (*http.Response, error)

ListHostNameBindingsSlotSender sends the ListHostNameBindingsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListHybridConnections

func (client AppsClient) ListHybridConnections(ctx context.Context, resourceGroupName string, name string) (result HybridConnection, err error)

ListHybridConnections description for Retrieves all Service Bus Hybrid Connections used by this Web App. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app.

func (AppsClient) ListHybridConnectionsPreparer

func (client AppsClient) ListHybridConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListHybridConnectionsPreparer prepares the ListHybridConnections request.

func (AppsClient) ListHybridConnectionsResponder

func (client AppsClient) ListHybridConnectionsResponder(resp *http.Response) (result HybridConnection, err error)

ListHybridConnectionsResponder handles the response to the ListHybridConnections request. The method always closes the http.Response Body.

func (AppsClient) ListHybridConnectionsSender

func (client AppsClient) ListHybridConnectionsSender(req *http.Request) (*http.Response, error)

ListHybridConnectionsSender sends the ListHybridConnections request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListHybridConnectionsSlot

func (client AppsClient) ListHybridConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result HybridConnection, err error)

ListHybridConnectionsSlot description for Retrieves all Service Bus Hybrid Connections used by this Web App. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. slot - the name of the slot for the web app.

func (AppsClient) ListHybridConnectionsSlotPreparer

func (client AppsClient) ListHybridConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListHybridConnectionsSlotPreparer prepares the ListHybridConnectionsSlot request.

func (AppsClient) ListHybridConnectionsSlotResponder

func (client AppsClient) ListHybridConnectionsSlotResponder(resp *http.Response) (result HybridConnection, err error)

ListHybridConnectionsSlotResponder handles the response to the ListHybridConnectionsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListHybridConnectionsSlotSender

func (client AppsClient) ListHybridConnectionsSlotSender(req *http.Request) (*http.Response, error)

ListHybridConnectionsSlotSender sends the ListHybridConnectionsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceFunctionsSlot

func (client AppsClient) ListInstanceFunctionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result FunctionEnvelopeCollectionPage, err error)

ListInstanceFunctionsSlot description for List the functions for a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot.

func (AppsClient) ListInstanceFunctionsSlotComplete

func (client AppsClient) ListInstanceFunctionsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result FunctionEnvelopeCollectionIterator, err error)

ListInstanceFunctionsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceFunctionsSlotPreparer

func (client AppsClient) ListInstanceFunctionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListInstanceFunctionsSlotPreparer prepares the ListInstanceFunctionsSlot request.

func (AppsClient) ListInstanceFunctionsSlotResponder

func (client AppsClient) ListInstanceFunctionsSlotResponder(resp *http.Response) (result FunctionEnvelopeCollection, err error)

ListInstanceFunctionsSlotResponder handles the response to the ListInstanceFunctionsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceFunctionsSlotSender

func (client AppsClient) ListInstanceFunctionsSlotSender(req *http.Request) (*http.Response, error)

ListInstanceFunctionsSlotSender sends the ListInstanceFunctionsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceIdentifiers

func (client AppsClient) ListInstanceIdentifiers(ctx context.Context, resourceGroupName string, name string) (result AppInstanceStatusCollectionPage, err error)

ListInstanceIdentifiers description for Gets all scale-out instances of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListInstanceIdentifiersComplete

func (client AppsClient) ListInstanceIdentifiersComplete(ctx context.Context, resourceGroupName string, name string) (result AppInstanceStatusCollectionIterator, err error)

ListInstanceIdentifiersComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceIdentifiersPreparer

func (client AppsClient) ListInstanceIdentifiersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListInstanceIdentifiersPreparer prepares the ListInstanceIdentifiers request.

func (AppsClient) ListInstanceIdentifiersResponder

func (client AppsClient) ListInstanceIdentifiersResponder(resp *http.Response) (result AppInstanceStatusCollection, err error)

ListInstanceIdentifiersResponder handles the response to the ListInstanceIdentifiers request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceIdentifiersSender

func (client AppsClient) ListInstanceIdentifiersSender(req *http.Request) (*http.Response, error)

ListInstanceIdentifiersSender sends the ListInstanceIdentifiers request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceIdentifiersSlot

func (client AppsClient) ListInstanceIdentifiersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result AppInstanceStatusCollectionPage, err error)

ListInstanceIdentifiersSlot description for Gets all scale-out instances of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API gets the production slot instances.

func (AppsClient) ListInstanceIdentifiersSlotComplete

func (client AppsClient) ListInstanceIdentifiersSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result AppInstanceStatusCollectionIterator, err error)

ListInstanceIdentifiersSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceIdentifiersSlotPreparer

func (client AppsClient) ListInstanceIdentifiersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListInstanceIdentifiersSlotPreparer prepares the ListInstanceIdentifiersSlot request.

func (AppsClient) ListInstanceIdentifiersSlotResponder

func (client AppsClient) ListInstanceIdentifiersSlotResponder(resp *http.Response) (result AppInstanceStatusCollection, err error)

ListInstanceIdentifiersSlotResponder handles the response to the ListInstanceIdentifiersSlot request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceIdentifiersSlotSender

func (client AppsClient) ListInstanceIdentifiersSlotSender(req *http.Request) (*http.Response, error)

ListInstanceIdentifiersSlotSender sends the ListInstanceIdentifiersSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceProcessModules

func (client AppsClient) ListInstanceProcessModules(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (result ProcessModuleInfoCollectionPage, err error)

ListInstanceProcessModules description for List module information for a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) ListInstanceProcessModulesComplete

func (client AppsClient) ListInstanceProcessModulesComplete(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (result ProcessModuleInfoCollectionIterator, err error)

ListInstanceProcessModulesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceProcessModulesPreparer

func (client AppsClient) ListInstanceProcessModulesPreparer(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (*http.Request, error)

ListInstanceProcessModulesPreparer prepares the ListInstanceProcessModules request.

func (AppsClient) ListInstanceProcessModulesResponder

func (client AppsClient) ListInstanceProcessModulesResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error)

ListInstanceProcessModulesResponder handles the response to the ListInstanceProcessModules request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceProcessModulesSender

func (client AppsClient) ListInstanceProcessModulesSender(req *http.Request) (*http.Response, error)

ListInstanceProcessModulesSender sends the ListInstanceProcessModules request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceProcessModulesSlot

func (client AppsClient) ListInstanceProcessModulesSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (result ProcessModuleInfoCollectionPage, err error)

ListInstanceProcessModulesSlot description for List module information for a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) ListInstanceProcessModulesSlotComplete

func (client AppsClient) ListInstanceProcessModulesSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (result ProcessModuleInfoCollectionIterator, err error)

ListInstanceProcessModulesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceProcessModulesSlotPreparer

func (client AppsClient) ListInstanceProcessModulesSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (*http.Request, error)

ListInstanceProcessModulesSlotPreparer prepares the ListInstanceProcessModulesSlot request.

func (AppsClient) ListInstanceProcessModulesSlotResponder

func (client AppsClient) ListInstanceProcessModulesSlotResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error)

ListInstanceProcessModulesSlotResponder handles the response to the ListInstanceProcessModulesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceProcessModulesSlotSender

func (client AppsClient) ListInstanceProcessModulesSlotSender(req *http.Request) (*http.Response, error)

ListInstanceProcessModulesSlotSender sends the ListInstanceProcessModulesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceProcessThreads

func (client AppsClient) ListInstanceProcessThreads(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (result ProcessThreadInfoCollectionPage, err error)

ListInstanceProcessThreads description for List the threads in a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) ListInstanceProcessThreadsComplete

func (client AppsClient) ListInstanceProcessThreadsComplete(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (result ProcessThreadInfoCollectionIterator, err error)

ListInstanceProcessThreadsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceProcessThreadsPreparer

func (client AppsClient) ListInstanceProcessThreadsPreparer(ctx context.Context, resourceGroupName string, name string, processID string, instanceID string) (*http.Request, error)

ListInstanceProcessThreadsPreparer prepares the ListInstanceProcessThreads request.

func (AppsClient) ListInstanceProcessThreadsResponder

func (client AppsClient) ListInstanceProcessThreadsResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error)

ListInstanceProcessThreadsResponder handles the response to the ListInstanceProcessThreads request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceProcessThreadsSender

func (client AppsClient) ListInstanceProcessThreadsSender(req *http.Request) (*http.Response, error)

ListInstanceProcessThreadsSender sends the ListInstanceProcessThreads request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceProcessThreadsSlot

func (client AppsClient) ListInstanceProcessThreadsSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (result ProcessThreadInfoCollectionPage, err error)

ListInstanceProcessThreadsSlot description for List the threads in a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) ListInstanceProcessThreadsSlotComplete

func (client AppsClient) ListInstanceProcessThreadsSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (result ProcessThreadInfoCollectionIterator, err error)

ListInstanceProcessThreadsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceProcessThreadsSlotPreparer

func (client AppsClient) ListInstanceProcessThreadsSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string, instanceID string) (*http.Request, error)

ListInstanceProcessThreadsSlotPreparer prepares the ListInstanceProcessThreadsSlot request.

func (AppsClient) ListInstanceProcessThreadsSlotResponder

func (client AppsClient) ListInstanceProcessThreadsSlotResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error)

ListInstanceProcessThreadsSlotResponder handles the response to the ListInstanceProcessThreadsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceProcessThreadsSlotSender

func (client AppsClient) ListInstanceProcessThreadsSlotSender(req *http.Request) (*http.Response, error)

ListInstanceProcessThreadsSlotSender sends the ListInstanceProcessThreadsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceProcesses

func (client AppsClient) ListInstanceProcesses(ctx context.Context, resourceGroupName string, name string, instanceID string) (result ProcessInfoCollectionPage, err error)

ListInstanceProcesses description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) ListInstanceProcessesComplete

func (client AppsClient) ListInstanceProcessesComplete(ctx context.Context, resourceGroupName string, name string, instanceID string) (result ProcessInfoCollectionIterator, err error)

ListInstanceProcessesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceProcessesPreparer

func (client AppsClient) ListInstanceProcessesPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error)

ListInstanceProcessesPreparer prepares the ListInstanceProcesses request.

func (AppsClient) ListInstanceProcessesResponder

func (client AppsClient) ListInstanceProcessesResponder(resp *http.Response) (result ProcessInfoCollection, err error)

ListInstanceProcessesResponder handles the response to the ListInstanceProcesses request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceProcessesSender

func (client AppsClient) ListInstanceProcessesSender(req *http.Request) (*http.Response, error)

ListInstanceProcessesSender sends the ListInstanceProcesses request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListInstanceProcessesSlot

func (client AppsClient) ListInstanceProcessesSlot(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (result ProcessInfoCollectionPage, err error)

ListInstanceProcessesSlot description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot. instanceID - ID of a specific scaled-out instance. This is the value of the name property in the JSON response from "GET api/sites/{siteName}/instances".

func (AppsClient) ListInstanceProcessesSlotComplete

func (client AppsClient) ListInstanceProcessesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (result ProcessInfoCollectionIterator, err error)

ListInstanceProcessesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListInstanceProcessesSlotPreparer

func (client AppsClient) ListInstanceProcessesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (*http.Request, error)

ListInstanceProcessesSlotPreparer prepares the ListInstanceProcessesSlot request.

func (AppsClient) ListInstanceProcessesSlotResponder

func (client AppsClient) ListInstanceProcessesSlotResponder(resp *http.Response) (result ProcessInfoCollection, err error)

ListInstanceProcessesSlotResponder handles the response to the ListInstanceProcessesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListInstanceProcessesSlotSender

func (client AppsClient) ListInstanceProcessesSlotSender(req *http.Request) (*http.Response, error)

ListInstanceProcessesSlotSender sends the ListInstanceProcessesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListMetadata

func (client AppsClient) ListMetadata(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error)

ListMetadata description for Gets the metadata of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListMetadataPreparer

func (client AppsClient) ListMetadataPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListMetadataPreparer prepares the ListMetadata request.

func (AppsClient) ListMetadataResponder

func (client AppsClient) ListMetadataResponder(resp *http.Response) (result StringDictionary, err error)

ListMetadataResponder handles the response to the ListMetadata request. The method always closes the http.Response Body.

func (AppsClient) ListMetadataSender

func (client AppsClient) ListMetadataSender(req *http.Request) (*http.Response, error)

ListMetadataSender sends the ListMetadata request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListMetadataSlot

func (client AppsClient) ListMetadataSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result StringDictionary, err error)

ListMetadataSlot description for Gets the metadata of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the metadata for the production slot.

func (AppsClient) ListMetadataSlotPreparer

func (client AppsClient) ListMetadataSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListMetadataSlotPreparer prepares the ListMetadataSlot request.

func (AppsClient) ListMetadataSlotResponder

func (client AppsClient) ListMetadataSlotResponder(resp *http.Response) (result StringDictionary, err error)

ListMetadataSlotResponder handles the response to the ListMetadataSlot request. The method always closes the http.Response Body.

func (AppsClient) ListMetadataSlotSender

func (client AppsClient) ListMetadataSlotSender(req *http.Request) (*http.Response, error)

ListMetadataSlotSender sends the ListMetadataSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListNetworkFeatures

func (client AppsClient) ListNetworkFeatures(ctx context.Context, resourceGroupName string, name string, view string) (result NetworkFeatures, err error)

ListNetworkFeatures description for Gets all network features used by the app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. view - the type of view. Only "summary" is supported at this time.

func (AppsClient) ListNetworkFeaturesPreparer

func (client AppsClient) ListNetworkFeaturesPreparer(ctx context.Context, resourceGroupName string, name string, view string) (*http.Request, error)

ListNetworkFeaturesPreparer prepares the ListNetworkFeatures request.

func (AppsClient) ListNetworkFeaturesResponder

func (client AppsClient) ListNetworkFeaturesResponder(resp *http.Response) (result NetworkFeatures, err error)

ListNetworkFeaturesResponder handles the response to the ListNetworkFeatures request. The method always closes the http.Response Body.

func (AppsClient) ListNetworkFeaturesSender

func (client AppsClient) ListNetworkFeaturesSender(req *http.Request) (*http.Response, error)

ListNetworkFeaturesSender sends the ListNetworkFeatures request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListNetworkFeaturesSlot

func (client AppsClient) ListNetworkFeaturesSlot(ctx context.Context, resourceGroupName string, name string, view string, slot string) (result NetworkFeatures, err error)

ListNetworkFeaturesSlot description for Gets all network features used by the app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. view - the type of view. Only "summary" is supported at this time. slot - name of the deployment slot. If a slot is not specified, the API will get network features for the production slot.

func (AppsClient) ListNetworkFeaturesSlotPreparer

func (client AppsClient) ListNetworkFeaturesSlotPreparer(ctx context.Context, resourceGroupName string, name string, view string, slot string) (*http.Request, error)

ListNetworkFeaturesSlotPreparer prepares the ListNetworkFeaturesSlot request.

func (AppsClient) ListNetworkFeaturesSlotResponder

func (client AppsClient) ListNetworkFeaturesSlotResponder(resp *http.Response) (result NetworkFeatures, err error)

ListNetworkFeaturesSlotResponder handles the response to the ListNetworkFeaturesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListNetworkFeaturesSlotSender

func (client AppsClient) ListNetworkFeaturesSlotSender(req *http.Request) (*http.Response, error)

ListNetworkFeaturesSlotSender sends the ListNetworkFeaturesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPerfMonCounters

func (client AppsClient) ListPerfMonCounters(ctx context.Context, resourceGroupName string, name string, filter string) (result PerfMonCounterCollectionPage, err error)

ListPerfMonCounters description for Gets perfmon counters for web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.

func (AppsClient) ListPerfMonCountersComplete

func (client AppsClient) ListPerfMonCountersComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result PerfMonCounterCollectionIterator, err error)

ListPerfMonCountersComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListPerfMonCountersPreparer

func (client AppsClient) ListPerfMonCountersPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error)

ListPerfMonCountersPreparer prepares the ListPerfMonCounters request.

func (AppsClient) ListPerfMonCountersResponder

func (client AppsClient) ListPerfMonCountersResponder(resp *http.Response) (result PerfMonCounterCollection, err error)

ListPerfMonCountersResponder handles the response to the ListPerfMonCounters request. The method always closes the http.Response Body.

func (AppsClient) ListPerfMonCountersSender

func (client AppsClient) ListPerfMonCountersSender(req *http.Request) (*http.Response, error)

ListPerfMonCountersSender sends the ListPerfMonCounters request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPerfMonCountersSlot

func (client AppsClient) ListPerfMonCountersSlot(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (result PerfMonCounterCollectionPage, err error)

ListPerfMonCountersSlot description for Gets perfmon counters for web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot. filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.

func (AppsClient) ListPerfMonCountersSlotComplete

func (client AppsClient) ListPerfMonCountersSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (result PerfMonCounterCollectionIterator, err error)

ListPerfMonCountersSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListPerfMonCountersSlotPreparer

func (client AppsClient) ListPerfMonCountersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (*http.Request, error)

ListPerfMonCountersSlotPreparer prepares the ListPerfMonCountersSlot request.

func (AppsClient) ListPerfMonCountersSlotResponder

func (client AppsClient) ListPerfMonCountersSlotResponder(resp *http.Response) (result PerfMonCounterCollection, err error)

ListPerfMonCountersSlotResponder handles the response to the ListPerfMonCountersSlot request. The method always closes the http.Response Body.

func (AppsClient) ListPerfMonCountersSlotSender

func (client AppsClient) ListPerfMonCountersSlotSender(req *http.Request) (*http.Response, error)

ListPerfMonCountersSlotSender sends the ListPerfMonCountersSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPremierAddOns

func (client AppsClient) ListPremierAddOns(ctx context.Context, resourceGroupName string, name string) (result PremierAddOn, err error)

ListPremierAddOns description for Gets the premier add-ons of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListPremierAddOnsPreparer

func (client AppsClient) ListPremierAddOnsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListPremierAddOnsPreparer prepares the ListPremierAddOns request.

func (AppsClient) ListPremierAddOnsResponder

func (client AppsClient) ListPremierAddOnsResponder(resp *http.Response) (result PremierAddOn, err error)

ListPremierAddOnsResponder handles the response to the ListPremierAddOns request. The method always closes the http.Response Body.

func (AppsClient) ListPremierAddOnsSender

func (client AppsClient) ListPremierAddOnsSender(req *http.Request) (*http.Response, error)

ListPremierAddOnsSender sends the ListPremierAddOns request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPremierAddOnsSlot

func (client AppsClient) ListPremierAddOnsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PremierAddOn, err error)

ListPremierAddOnsSlot description for Gets the premier add-ons of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the premier add-ons for the production slot.

func (AppsClient) ListPremierAddOnsSlotPreparer

func (client AppsClient) ListPremierAddOnsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListPremierAddOnsSlotPreparer prepares the ListPremierAddOnsSlot request.

func (AppsClient) ListPremierAddOnsSlotResponder

func (client AppsClient) ListPremierAddOnsSlotResponder(resp *http.Response) (result PremierAddOn, err error)

ListPremierAddOnsSlotResponder handles the response to the ListPremierAddOnsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListPremierAddOnsSlotSender

func (client AppsClient) ListPremierAddOnsSlotSender(req *http.Request) (*http.Response, error)

ListPremierAddOnsSlotSender sends the ListPremierAddOnsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPreparer

func (client AppsClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (AppsClient) ListProcessModules

func (client AppsClient) ListProcessModules(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessModuleInfoCollectionPage, err error)

ListProcessModules description for List module information for a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID.

func (AppsClient) ListProcessModulesComplete

func (client AppsClient) ListProcessModulesComplete(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessModuleInfoCollectionIterator, err error)

ListProcessModulesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListProcessModulesPreparer

func (client AppsClient) ListProcessModulesPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error)

ListProcessModulesPreparer prepares the ListProcessModules request.

func (AppsClient) ListProcessModulesResponder

func (client AppsClient) ListProcessModulesResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error)

ListProcessModulesResponder handles the response to the ListProcessModules request. The method always closes the http.Response Body.

func (AppsClient) ListProcessModulesSender

func (client AppsClient) ListProcessModulesSender(req *http.Request) (*http.Response, error)

ListProcessModulesSender sends the ListProcessModules request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListProcessModulesSlot

func (client AppsClient) ListProcessModulesSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (result ProcessModuleInfoCollectionPage, err error)

ListProcessModulesSlot description for List module information for a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) ListProcessModulesSlotComplete

func (client AppsClient) ListProcessModulesSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (result ProcessModuleInfoCollectionIterator, err error)

ListProcessModulesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListProcessModulesSlotPreparer

func (client AppsClient) ListProcessModulesSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (*http.Request, error)

ListProcessModulesSlotPreparer prepares the ListProcessModulesSlot request.

func (AppsClient) ListProcessModulesSlotResponder

func (client AppsClient) ListProcessModulesSlotResponder(resp *http.Response) (result ProcessModuleInfoCollection, err error)

ListProcessModulesSlotResponder handles the response to the ListProcessModulesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListProcessModulesSlotSender

func (client AppsClient) ListProcessModulesSlotSender(req *http.Request) (*http.Response, error)

ListProcessModulesSlotSender sends the ListProcessModulesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListProcessThreads

func (client AppsClient) ListProcessThreads(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessThreadInfoCollectionPage, err error)

ListProcessThreads description for List the threads in a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID.

func (AppsClient) ListProcessThreadsComplete

func (client AppsClient) ListProcessThreadsComplete(ctx context.Context, resourceGroupName string, name string, processID string) (result ProcessThreadInfoCollectionIterator, err error)

ListProcessThreadsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListProcessThreadsPreparer

func (client AppsClient) ListProcessThreadsPreparer(ctx context.Context, resourceGroupName string, name string, processID string) (*http.Request, error)

ListProcessThreadsPreparer prepares the ListProcessThreads request.

func (AppsClient) ListProcessThreadsResponder

func (client AppsClient) ListProcessThreadsResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error)

ListProcessThreadsResponder handles the response to the ListProcessThreads request. The method always closes the http.Response Body.

func (AppsClient) ListProcessThreadsSender

func (client AppsClient) ListProcessThreadsSender(req *http.Request) (*http.Response, error)

ListProcessThreadsSender sends the ListProcessThreads request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListProcessThreadsSlot

func (client AppsClient) ListProcessThreadsSlot(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (result ProcessThreadInfoCollectionPage, err error)

ListProcessThreadsSlot description for List the threads in a process by its ID for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. processID - pID. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) ListProcessThreadsSlotComplete

func (client AppsClient) ListProcessThreadsSlotComplete(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (result ProcessThreadInfoCollectionIterator, err error)

ListProcessThreadsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListProcessThreadsSlotPreparer

func (client AppsClient) ListProcessThreadsSlotPreparer(ctx context.Context, resourceGroupName string, name string, processID string, slot string) (*http.Request, error)

ListProcessThreadsSlotPreparer prepares the ListProcessThreadsSlot request.

func (AppsClient) ListProcessThreadsSlotResponder

func (client AppsClient) ListProcessThreadsSlotResponder(resp *http.Response) (result ProcessThreadInfoCollection, err error)

ListProcessThreadsSlotResponder handles the response to the ListProcessThreadsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListProcessThreadsSlotSender

func (client AppsClient) ListProcessThreadsSlotSender(req *http.Request) (*http.Response, error)

ListProcessThreadsSlotSender sends the ListProcessThreadsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListProcesses

func (client AppsClient) ListProcesses(ctx context.Context, resourceGroupName string, name string) (result ProcessInfoCollectionPage, err error)

ListProcesses description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name.

func (AppsClient) ListProcessesComplete

func (client AppsClient) ListProcessesComplete(ctx context.Context, resourceGroupName string, name string) (result ProcessInfoCollectionIterator, err error)

ListProcessesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListProcessesPreparer

func (client AppsClient) ListProcessesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListProcessesPreparer prepares the ListProcesses request.

func (AppsClient) ListProcessesResponder

func (client AppsClient) ListProcessesResponder(resp *http.Response) (result ProcessInfoCollection, err error)

ListProcessesResponder handles the response to the ListProcesses request. The method always closes the http.Response Body.

func (AppsClient) ListProcessesSender

func (client AppsClient) ListProcessesSender(req *http.Request) (*http.Response, error)

ListProcessesSender sends the ListProcesses request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListProcessesSlot

func (client AppsClient) ListProcessesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ProcessInfoCollectionPage, err error)

ListProcessesSlot description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) ListProcessesSlotComplete

func (client AppsClient) ListProcessesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result ProcessInfoCollectionIterator, err error)

ListProcessesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListProcessesSlotPreparer

func (client AppsClient) ListProcessesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListProcessesSlotPreparer prepares the ListProcessesSlot request.

func (AppsClient) ListProcessesSlotResponder

func (client AppsClient) ListProcessesSlotResponder(resp *http.Response) (result ProcessInfoCollection, err error)

ListProcessesSlotResponder handles the response to the ListProcessesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListProcessesSlotSender

func (client AppsClient) ListProcessesSlotSender(req *http.Request) (*http.Response, error)

ListProcessesSlotSender sends the ListProcessesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPublicCertificates

func (client AppsClient) ListPublicCertificates(ctx context.Context, resourceGroupName string, name string) (result PublicCertificateCollectionPage, err error)

ListPublicCertificates description for Get public certificates for an app or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListPublicCertificatesComplete

func (client AppsClient) ListPublicCertificatesComplete(ctx context.Context, resourceGroupName string, name string) (result PublicCertificateCollectionIterator, err error)

ListPublicCertificatesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListPublicCertificatesPreparer

func (client AppsClient) ListPublicCertificatesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListPublicCertificatesPreparer prepares the ListPublicCertificates request.

func (AppsClient) ListPublicCertificatesResponder

func (client AppsClient) ListPublicCertificatesResponder(resp *http.Response) (result PublicCertificateCollection, err error)

ListPublicCertificatesResponder handles the response to the ListPublicCertificates request. The method always closes the http.Response Body.

func (AppsClient) ListPublicCertificatesSender

func (client AppsClient) ListPublicCertificatesSender(req *http.Request) (*http.Response, error)

ListPublicCertificatesSender sends the ListPublicCertificates request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPublicCertificatesSlot

func (client AppsClient) ListPublicCertificatesSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PublicCertificateCollectionPage, err error)

ListPublicCertificatesSlot description for Get public certificates for an app or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the production slot.

func (AppsClient) ListPublicCertificatesSlotComplete

func (client AppsClient) ListPublicCertificatesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result PublicCertificateCollectionIterator, err error)

ListPublicCertificatesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListPublicCertificatesSlotPreparer

func (client AppsClient) ListPublicCertificatesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListPublicCertificatesSlotPreparer prepares the ListPublicCertificatesSlot request.

func (AppsClient) ListPublicCertificatesSlotResponder

func (client AppsClient) ListPublicCertificatesSlotResponder(resp *http.Response) (result PublicCertificateCollection, err error)

ListPublicCertificatesSlotResponder handles the response to the ListPublicCertificatesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListPublicCertificatesSlotSender

func (client AppsClient) ListPublicCertificatesSlotSender(req *http.Request) (*http.Response, error)

ListPublicCertificatesSlotSender sends the ListPublicCertificatesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPublishingCredentials

func (client AppsClient) ListPublishingCredentials(ctx context.Context, resourceGroupName string, name string) (result AppsListPublishingCredentialsFuture, err error)

ListPublishingCredentials description for Gets the Git/FTP publishing credentials of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListPublishingCredentialsPreparer

func (client AppsClient) ListPublishingCredentialsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListPublishingCredentialsPreparer prepares the ListPublishingCredentials request.

func (AppsClient) ListPublishingCredentialsResponder

func (client AppsClient) ListPublishingCredentialsResponder(resp *http.Response) (result User, err error)

ListPublishingCredentialsResponder handles the response to the ListPublishingCredentials request. The method always closes the http.Response Body.

func (AppsClient) ListPublishingCredentialsSender

func (client AppsClient) ListPublishingCredentialsSender(req *http.Request) (future AppsListPublishingCredentialsFuture, err error)

ListPublishingCredentialsSender sends the ListPublishingCredentials request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPublishingCredentialsSlot

func (client AppsClient) ListPublishingCredentialsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result AppsListPublishingCredentialsSlotFuture, err error)

ListPublishingCredentialsSlot description for Gets the Git/FTP publishing credentials of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get the publishing credentials for the production slot.

func (AppsClient) ListPublishingCredentialsSlotPreparer

func (client AppsClient) ListPublishingCredentialsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListPublishingCredentialsSlotPreparer prepares the ListPublishingCredentialsSlot request.

func (AppsClient) ListPublishingCredentialsSlotResponder

func (client AppsClient) ListPublishingCredentialsSlotResponder(resp *http.Response) (result User, err error)

ListPublishingCredentialsSlotResponder handles the response to the ListPublishingCredentialsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListPublishingCredentialsSlotSender

func (client AppsClient) ListPublishingCredentialsSlotSender(req *http.Request) (future AppsListPublishingCredentialsSlotFuture, err error)

ListPublishingCredentialsSlotSender sends the ListPublishingCredentialsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPublishingProfileXMLWithSecrets

func (client AppsClient) ListPublishingProfileXMLWithSecrets(ctx context.Context, resourceGroupName string, name string, publishingProfileOptions CsmPublishingProfileOptions) (result ReadCloser, err error)

ListPublishingProfileXMLWithSecrets description for Gets the publishing profile for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. publishingProfileOptions - specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile.

func (AppsClient) ListPublishingProfileXMLWithSecretsPreparer

func (client AppsClient) ListPublishingProfileXMLWithSecretsPreparer(ctx context.Context, resourceGroupName string, name string, publishingProfileOptions CsmPublishingProfileOptions) (*http.Request, error)

ListPublishingProfileXMLWithSecretsPreparer prepares the ListPublishingProfileXMLWithSecrets request.

func (AppsClient) ListPublishingProfileXMLWithSecretsResponder

func (client AppsClient) ListPublishingProfileXMLWithSecretsResponder(resp *http.Response) (result ReadCloser, err error)

ListPublishingProfileXMLWithSecretsResponder handles the response to the ListPublishingProfileXMLWithSecrets request. The method always closes the http.Response Body.

func (AppsClient) ListPublishingProfileXMLWithSecretsSender

func (client AppsClient) ListPublishingProfileXMLWithSecretsSender(req *http.Request) (*http.Response, error)

ListPublishingProfileXMLWithSecretsSender sends the ListPublishingProfileXMLWithSecrets request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListPublishingProfileXMLWithSecretsSlot

func (client AppsClient) ListPublishingProfileXMLWithSecretsSlot(ctx context.Context, resourceGroupName string, name string, publishingProfileOptions CsmPublishingProfileOptions, slot string) (result ReadCloser, err error)

ListPublishingProfileXMLWithSecretsSlot description for Gets the publishing profile for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. publishingProfileOptions - specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. slot - name of the deployment slot. If a slot is not specified, the API will get the publishing profile for the production slot.

func (AppsClient) ListPublishingProfileXMLWithSecretsSlotPreparer

func (client AppsClient) ListPublishingProfileXMLWithSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, publishingProfileOptions CsmPublishingProfileOptions, slot string) (*http.Request, error)

ListPublishingProfileXMLWithSecretsSlotPreparer prepares the ListPublishingProfileXMLWithSecretsSlot request.

func (AppsClient) ListPublishingProfileXMLWithSecretsSlotResponder

func (client AppsClient) ListPublishingProfileXMLWithSecretsSlotResponder(resp *http.Response) (result ReadCloser, err error)

ListPublishingProfileXMLWithSecretsSlotResponder handles the response to the ListPublishingProfileXMLWithSecretsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListPublishingProfileXMLWithSecretsSlotSender

func (client AppsClient) ListPublishingProfileXMLWithSecretsSlotSender(req *http.Request) (*http.Response, error)

ListPublishingProfileXMLWithSecretsSlotSender sends the ListPublishingProfileXMLWithSecretsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListRelayServiceConnections

func (client AppsClient) ListRelayServiceConnections(ctx context.Context, resourceGroupName string, name string) (result RelayServiceConnectionEntity, err error)

ListRelayServiceConnections description for Gets hybrid connections configured for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListRelayServiceConnectionsPreparer

func (client AppsClient) ListRelayServiceConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListRelayServiceConnectionsPreparer prepares the ListRelayServiceConnections request.

func (AppsClient) ListRelayServiceConnectionsResponder

func (client AppsClient) ListRelayServiceConnectionsResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

ListRelayServiceConnectionsResponder handles the response to the ListRelayServiceConnections request. The method always closes the http.Response Body.

func (AppsClient) ListRelayServiceConnectionsSender

func (client AppsClient) ListRelayServiceConnectionsSender(req *http.Request) (*http.Response, error)

ListRelayServiceConnectionsSender sends the ListRelayServiceConnections request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListRelayServiceConnectionsSlot

func (client AppsClient) ListRelayServiceConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result RelayServiceConnectionEntity, err error)

ListRelayServiceConnectionsSlot description for Gets hybrid connections configured for an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get hybrid connections for the production slot.

func (AppsClient) ListRelayServiceConnectionsSlotPreparer

func (client AppsClient) ListRelayServiceConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListRelayServiceConnectionsSlotPreparer prepares the ListRelayServiceConnectionsSlot request.

func (AppsClient) ListRelayServiceConnectionsSlotResponder

func (client AppsClient) ListRelayServiceConnectionsSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

ListRelayServiceConnectionsSlotResponder handles the response to the ListRelayServiceConnectionsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListRelayServiceConnectionsSlotSender

func (client AppsClient) ListRelayServiceConnectionsSlotSender(req *http.Request) (*http.Response, error)

ListRelayServiceConnectionsSlotSender sends the ListRelayServiceConnectionsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListResponder

func (client AppsClient) ListResponder(resp *http.Response) (result AppCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (AppsClient) ListSender

func (client AppsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSiteBackups

func (client AppsClient) ListSiteBackups(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionPage, err error)

ListSiteBackups description for Gets existing backups of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListSiteBackupsComplete

func (client AppsClient) ListSiteBackupsComplete(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionIterator, err error)

ListSiteBackupsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSiteBackupsPreparer

func (client AppsClient) ListSiteBackupsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSiteBackupsPreparer prepares the ListSiteBackups request.

func (AppsClient) ListSiteBackupsResponder

func (client AppsClient) ListSiteBackupsResponder(resp *http.Response) (result BackupItemCollection, err error)

ListSiteBackupsResponder handles the response to the ListSiteBackups request. The method always closes the http.Response Body.

func (AppsClient) ListSiteBackupsSender

func (client AppsClient) ListSiteBackupsSender(req *http.Request) (*http.Response, error)

ListSiteBackupsSender sends the ListSiteBackups request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSiteBackupsSlot

func (client AppsClient) ListSiteBackupsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionPage, err error)

ListSiteBackupsSlot description for Gets existing backups of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get backups of the production slot.

func (AppsClient) ListSiteBackupsSlotComplete

func (client AppsClient) ListSiteBackupsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionIterator, err error)

ListSiteBackupsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSiteBackupsSlotPreparer

func (client AppsClient) ListSiteBackupsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListSiteBackupsSlotPreparer prepares the ListSiteBackupsSlot request.

func (AppsClient) ListSiteBackupsSlotResponder

func (client AppsClient) ListSiteBackupsSlotResponder(resp *http.Response) (result BackupItemCollection, err error)

ListSiteBackupsSlotResponder handles the response to the ListSiteBackupsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListSiteBackupsSlotSender

func (client AppsClient) ListSiteBackupsSlotSender(req *http.Request) (*http.Response, error)

ListSiteBackupsSlotSender sends the ListSiteBackupsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSiteExtensions

func (client AppsClient) ListSiteExtensions(ctx context.Context, resourceGroupName string, name string) (result SiteExtensionInfoCollectionPage, err error)

ListSiteExtensions description for Get list of siteextensions for a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name.

func (AppsClient) ListSiteExtensionsComplete

func (client AppsClient) ListSiteExtensionsComplete(ctx context.Context, resourceGroupName string, name string) (result SiteExtensionInfoCollectionIterator, err error)

ListSiteExtensionsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSiteExtensionsPreparer

func (client AppsClient) ListSiteExtensionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSiteExtensionsPreparer prepares the ListSiteExtensions request.

func (AppsClient) ListSiteExtensionsResponder

func (client AppsClient) ListSiteExtensionsResponder(resp *http.Response) (result SiteExtensionInfoCollection, err error)

ListSiteExtensionsResponder handles the response to the ListSiteExtensions request. The method always closes the http.Response Body.

func (AppsClient) ListSiteExtensionsSender

func (client AppsClient) ListSiteExtensionsSender(req *http.Request) (*http.Response, error)

ListSiteExtensionsSender sends the ListSiteExtensions request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSiteExtensionsSlot

func (client AppsClient) ListSiteExtensionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteExtensionInfoCollectionPage, err error)

ListSiteExtensionsSlot description for Get list of siteextensions for a web site, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot. If a slot is not specified, the API uses the production slot.

func (AppsClient) ListSiteExtensionsSlotComplete

func (client AppsClient) ListSiteExtensionsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteExtensionInfoCollectionIterator, err error)

ListSiteExtensionsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSiteExtensionsSlotPreparer

func (client AppsClient) ListSiteExtensionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListSiteExtensionsSlotPreparer prepares the ListSiteExtensionsSlot request.

func (AppsClient) ListSiteExtensionsSlotResponder

func (client AppsClient) ListSiteExtensionsSlotResponder(resp *http.Response) (result SiteExtensionInfoCollection, err error)

ListSiteExtensionsSlotResponder handles the response to the ListSiteExtensionsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListSiteExtensionsSlotSender

func (client AppsClient) ListSiteExtensionsSlotSender(req *http.Request) (*http.Response, error)

ListSiteExtensionsSlotSender sends the ListSiteExtensionsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSitePushSettings

func (client AppsClient) ListSitePushSettings(ctx context.Context, resourceGroupName string, name string) (result PushSettings, err error)

ListSitePushSettings description for Gets the Push settings associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) ListSitePushSettingsPreparer

func (client AppsClient) ListSitePushSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSitePushSettingsPreparer prepares the ListSitePushSettings request.

func (AppsClient) ListSitePushSettingsResponder

func (client AppsClient) ListSitePushSettingsResponder(resp *http.Response) (result PushSettings, err error)

ListSitePushSettingsResponder handles the response to the ListSitePushSettings request. The method always closes the http.Response Body.

func (AppsClient) ListSitePushSettingsSender

func (client AppsClient) ListSitePushSettingsSender(req *http.Request) (*http.Response, error)

ListSitePushSettingsSender sends the ListSitePushSettings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSitePushSettingsSlot

func (client AppsClient) ListSitePushSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result PushSettings, err error)

ListSitePushSettingsSlot description for Gets the Push settings associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) ListSitePushSettingsSlotPreparer

func (client AppsClient) ListSitePushSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListSitePushSettingsSlotPreparer prepares the ListSitePushSettingsSlot request.

func (AppsClient) ListSitePushSettingsSlotResponder

func (client AppsClient) ListSitePushSettingsSlotResponder(resp *http.Response) (result PushSettings, err error)

ListSitePushSettingsSlotResponder handles the response to the ListSitePushSettingsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListSitePushSettingsSlotSender

func (client AppsClient) ListSitePushSettingsSlotSender(req *http.Request) (*http.Response, error)

ListSitePushSettingsSlotSender sends the ListSitePushSettingsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSlotConfigurationNames

func (client AppsClient) ListSlotConfigurationNames(ctx context.Context, resourceGroupName string, name string) (result SlotConfigNamesResource, err error)

ListSlotConfigurationNames description for Gets the names of app settings and connection strings that stick to the slot (not swapped). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListSlotConfigurationNamesPreparer

func (client AppsClient) ListSlotConfigurationNamesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSlotConfigurationNamesPreparer prepares the ListSlotConfigurationNames request.

func (AppsClient) ListSlotConfigurationNamesResponder

func (client AppsClient) ListSlotConfigurationNamesResponder(resp *http.Response) (result SlotConfigNamesResource, err error)

ListSlotConfigurationNamesResponder handles the response to the ListSlotConfigurationNames request. The method always closes the http.Response Body.

func (AppsClient) ListSlotConfigurationNamesSender

func (client AppsClient) ListSlotConfigurationNamesSender(req *http.Request) (*http.Response, error)

ListSlotConfigurationNamesSender sends the ListSlotConfigurationNames request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSlotDifferencesFromProduction

func (client AppsClient) ListSlotDifferencesFromProduction(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result SlotDifferenceCollectionPage, err error)

ListSlotDifferencesFromProduction description for Get the difference in configuration settings between two web app slots. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slotSwapEntity - JSON object that contains the target slot name. See example.

func (AppsClient) ListSlotDifferencesFromProductionComplete

func (client AppsClient) ListSlotDifferencesFromProductionComplete(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result SlotDifferenceCollectionIterator, err error)

ListSlotDifferencesFromProductionComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSlotDifferencesFromProductionPreparer

func (client AppsClient) ListSlotDifferencesFromProductionPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (*http.Request, error)

ListSlotDifferencesFromProductionPreparer prepares the ListSlotDifferencesFromProduction request.

func (AppsClient) ListSlotDifferencesFromProductionResponder

func (client AppsClient) ListSlotDifferencesFromProductionResponder(resp *http.Response) (result SlotDifferenceCollection, err error)

ListSlotDifferencesFromProductionResponder handles the response to the ListSlotDifferencesFromProduction request. The method always closes the http.Response Body.

func (AppsClient) ListSlotDifferencesFromProductionSender

func (client AppsClient) ListSlotDifferencesFromProductionSender(req *http.Request) (*http.Response, error)

ListSlotDifferencesFromProductionSender sends the ListSlotDifferencesFromProduction request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSlotDifferencesSlot

func (client AppsClient) ListSlotDifferencesSlot(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result SlotDifferenceCollectionPage, err error)

ListSlotDifferencesSlot description for Get the difference in configuration settings between two web app slots. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slotSwapEntity - JSON object that contains the target slot name. See example. slot - name of the source slot. If a slot is not specified, the production slot is used as the source slot.

func (AppsClient) ListSlotDifferencesSlotComplete

func (client AppsClient) ListSlotDifferencesSlotComplete(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result SlotDifferenceCollectionIterator, err error)

ListSlotDifferencesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSlotDifferencesSlotPreparer

func (client AppsClient) ListSlotDifferencesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (*http.Request, error)

ListSlotDifferencesSlotPreparer prepares the ListSlotDifferencesSlot request.

func (AppsClient) ListSlotDifferencesSlotResponder

func (client AppsClient) ListSlotDifferencesSlotResponder(resp *http.Response) (result SlotDifferenceCollection, err error)

ListSlotDifferencesSlotResponder handles the response to the ListSlotDifferencesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListSlotDifferencesSlotSender

func (client AppsClient) ListSlotDifferencesSlotSender(req *http.Request) (*http.Response, error)

ListSlotDifferencesSlotSender sends the ListSlotDifferencesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSlots

func (client AppsClient) ListSlots(ctx context.Context, resourceGroupName string, name string) (result AppCollectionPage, err error)

ListSlots description for Gets an app's deployment slots. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListSlotsComplete

func (client AppsClient) ListSlotsComplete(ctx context.Context, resourceGroupName string, name string) (result AppCollectionIterator, err error)

ListSlotsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSlotsPreparer

func (client AppsClient) ListSlotsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSlotsPreparer prepares the ListSlots request.

func (AppsClient) ListSlotsResponder

func (client AppsClient) ListSlotsResponder(resp *http.Response) (result AppCollection, err error)

ListSlotsResponder handles the response to the ListSlots request. The method always closes the http.Response Body.

func (AppsClient) ListSlotsSender

func (client AppsClient) ListSlotsSender(req *http.Request) (*http.Response, error)

ListSlotsSender sends the ListSlots request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSnapshots

func (client AppsClient) ListSnapshots(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionPage, err error)

ListSnapshots description for Returns all Snapshots to the user. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - website Name.

func (AppsClient) ListSnapshotsComplete

func (client AppsClient) ListSnapshotsComplete(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionIterator, err error)

ListSnapshotsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSnapshotsFromDRSecondary

func (client AppsClient) ListSnapshotsFromDRSecondary(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionPage, err error)

ListSnapshotsFromDRSecondary description for Returns all Snapshots to the user from DRSecondary endpoint. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - website Name.

func (AppsClient) ListSnapshotsFromDRSecondaryComplete

func (client AppsClient) ListSnapshotsFromDRSecondaryComplete(ctx context.Context, resourceGroupName string, name string) (result SnapshotCollectionIterator, err error)

ListSnapshotsFromDRSecondaryComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSnapshotsFromDRSecondaryPreparer

func (client AppsClient) ListSnapshotsFromDRSecondaryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSnapshotsFromDRSecondaryPreparer prepares the ListSnapshotsFromDRSecondary request.

func (AppsClient) ListSnapshotsFromDRSecondaryResponder

func (client AppsClient) ListSnapshotsFromDRSecondaryResponder(resp *http.Response) (result SnapshotCollection, err error)

ListSnapshotsFromDRSecondaryResponder handles the response to the ListSnapshotsFromDRSecondary request. The method always closes the http.Response Body.

func (AppsClient) ListSnapshotsFromDRSecondarySender

func (client AppsClient) ListSnapshotsFromDRSecondarySender(req *http.Request) (*http.Response, error)

ListSnapshotsFromDRSecondarySender sends the ListSnapshotsFromDRSecondary request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSnapshotsFromDRSecondarySlot

func (client AppsClient) ListSnapshotsFromDRSecondarySlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionPage, err error)

ListSnapshotsFromDRSecondarySlot description for Returns all Snapshots to the user from DRSecondary endpoint. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - website Name. slot - website Slot.

func (AppsClient) ListSnapshotsFromDRSecondarySlotComplete

func (client AppsClient) ListSnapshotsFromDRSecondarySlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionIterator, err error)

ListSnapshotsFromDRSecondarySlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSnapshotsFromDRSecondarySlotPreparer

func (client AppsClient) ListSnapshotsFromDRSecondarySlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListSnapshotsFromDRSecondarySlotPreparer prepares the ListSnapshotsFromDRSecondarySlot request.

func (AppsClient) ListSnapshotsFromDRSecondarySlotResponder

func (client AppsClient) ListSnapshotsFromDRSecondarySlotResponder(resp *http.Response) (result SnapshotCollection, err error)

ListSnapshotsFromDRSecondarySlotResponder handles the response to the ListSnapshotsFromDRSecondarySlot request. The method always closes the http.Response Body.

func (AppsClient) ListSnapshotsFromDRSecondarySlotSender

func (client AppsClient) ListSnapshotsFromDRSecondarySlotSender(req *http.Request) (*http.Response, error)

ListSnapshotsFromDRSecondarySlotSender sends the ListSnapshotsFromDRSecondarySlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSnapshotsPreparer

func (client AppsClient) ListSnapshotsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSnapshotsPreparer prepares the ListSnapshots request.

func (AppsClient) ListSnapshotsResponder

func (client AppsClient) ListSnapshotsResponder(resp *http.Response) (result SnapshotCollection, err error)

ListSnapshotsResponder handles the response to the ListSnapshots request. The method always closes the http.Response Body.

func (AppsClient) ListSnapshotsSender

func (client AppsClient) ListSnapshotsSender(req *http.Request) (*http.Response, error)

ListSnapshotsSender sends the ListSnapshots request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSnapshotsSlot

func (client AppsClient) ListSnapshotsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionPage, err error)

ListSnapshotsSlot description for Returns all Snapshots to the user. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - website Name. slot - website Slot.

func (AppsClient) ListSnapshotsSlotComplete

func (client AppsClient) ListSnapshotsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SnapshotCollectionIterator, err error)

ListSnapshotsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListSnapshotsSlotPreparer

func (client AppsClient) ListSnapshotsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListSnapshotsSlotPreparer prepares the ListSnapshotsSlot request.

func (AppsClient) ListSnapshotsSlotResponder

func (client AppsClient) ListSnapshotsSlotResponder(resp *http.Response) (result SnapshotCollection, err error)

ListSnapshotsSlotResponder handles the response to the ListSnapshotsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListSnapshotsSlotSender

func (client AppsClient) ListSnapshotsSlotSender(req *http.Request) (*http.Response, error)

ListSnapshotsSlotSender sends the ListSnapshotsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSyncFunctionTriggers

func (client AppsClient) ListSyncFunctionTriggers(ctx context.Context, resourceGroupName string, name string) (result FunctionSecrets, err error)

ListSyncFunctionTriggers description for This is to allow calling via powershell and ARM template. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListSyncFunctionTriggersPreparer

func (client AppsClient) ListSyncFunctionTriggersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSyncFunctionTriggersPreparer prepares the ListSyncFunctionTriggers request.

func (AppsClient) ListSyncFunctionTriggersResponder

func (client AppsClient) ListSyncFunctionTriggersResponder(resp *http.Response) (result FunctionSecrets, err error)

ListSyncFunctionTriggersResponder handles the response to the ListSyncFunctionTriggers request. The method always closes the http.Response Body.

func (AppsClient) ListSyncFunctionTriggersSender

func (client AppsClient) ListSyncFunctionTriggersSender(req *http.Request) (*http.Response, error)

ListSyncFunctionTriggersSender sends the ListSyncFunctionTriggers request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSyncFunctionTriggersSlot

func (client AppsClient) ListSyncFunctionTriggersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result FunctionSecrets, err error)

ListSyncFunctionTriggersSlot description for This is to allow calling via powershell and ARM template. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot.

func (AppsClient) ListSyncFunctionTriggersSlotPreparer

func (client AppsClient) ListSyncFunctionTriggersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListSyncFunctionTriggersSlotPreparer prepares the ListSyncFunctionTriggersSlot request.

func (AppsClient) ListSyncFunctionTriggersSlotResponder

func (client AppsClient) ListSyncFunctionTriggersSlotResponder(resp *http.Response) (result FunctionSecrets, err error)

ListSyncFunctionTriggersSlotResponder handles the response to the ListSyncFunctionTriggersSlot request. The method always closes the http.Response Body.

func (AppsClient) ListSyncFunctionTriggersSlotSender

func (client AppsClient) ListSyncFunctionTriggersSlotSender(req *http.Request) (*http.Response, error)

ListSyncFunctionTriggersSlotSender sends the ListSyncFunctionTriggersSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSyncStatus

func (client AppsClient) ListSyncStatus(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

ListSyncStatus description for This is to allow calling via powershell and ARM template. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListSyncStatusPreparer

func (client AppsClient) ListSyncStatusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListSyncStatusPreparer prepares the ListSyncStatus request.

func (AppsClient) ListSyncStatusResponder

func (client AppsClient) ListSyncStatusResponder(resp *http.Response) (result autorest.Response, err error)

ListSyncStatusResponder handles the response to the ListSyncStatus request. The method always closes the http.Response Body.

func (AppsClient) ListSyncStatusSender

func (client AppsClient) ListSyncStatusSender(req *http.Request) (*http.Response, error)

ListSyncStatusSender sends the ListSyncStatus request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListSyncStatusSlot

func (client AppsClient) ListSyncStatusSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

ListSyncStatusSlot description for This is to allow calling via powershell and ARM template. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot.

func (AppsClient) ListSyncStatusSlotPreparer

func (client AppsClient) ListSyncStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListSyncStatusSlotPreparer prepares the ListSyncStatusSlot request.

func (AppsClient) ListSyncStatusSlotResponder

func (client AppsClient) ListSyncStatusSlotResponder(resp *http.Response) (result autorest.Response, err error)

ListSyncStatusSlotResponder handles the response to the ListSyncStatusSlot request. The method always closes the http.Response Body.

func (AppsClient) ListSyncStatusSlotSender

func (client AppsClient) ListSyncStatusSlotSender(req *http.Request) (*http.Response, error)

ListSyncStatusSlotSender sends the ListSyncStatusSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListTriggeredWebJobHistory

func (client AppsClient) ListTriggeredWebJobHistory(ctx context.Context, resourceGroupName string, name string, webJobName string) (result TriggeredJobHistoryCollectionPage, err error)

ListTriggeredWebJobHistory description for List a triggered web job's history for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) ListTriggeredWebJobHistoryComplete

func (client AppsClient) ListTriggeredWebJobHistoryComplete(ctx context.Context, resourceGroupName string, name string, webJobName string) (result TriggeredJobHistoryCollectionIterator, err error)

ListTriggeredWebJobHistoryComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListTriggeredWebJobHistoryPreparer

func (client AppsClient) ListTriggeredWebJobHistoryPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

ListTriggeredWebJobHistoryPreparer prepares the ListTriggeredWebJobHistory request.

func (AppsClient) ListTriggeredWebJobHistoryResponder

func (client AppsClient) ListTriggeredWebJobHistoryResponder(resp *http.Response) (result TriggeredJobHistoryCollection, err error)

ListTriggeredWebJobHistoryResponder handles the response to the ListTriggeredWebJobHistory request. The method always closes the http.Response Body.

func (AppsClient) ListTriggeredWebJobHistorySender

func (client AppsClient) ListTriggeredWebJobHistorySender(req *http.Request) (*http.Response, error)

ListTriggeredWebJobHistorySender sends the ListTriggeredWebJobHistory request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListTriggeredWebJobHistorySlot

func (client AppsClient) ListTriggeredWebJobHistorySlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result TriggeredJobHistoryCollectionPage, err error)

ListTriggeredWebJobHistorySlot description for List a triggered web job's history for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API uses the production slot.

func (AppsClient) ListTriggeredWebJobHistorySlotComplete

func (client AppsClient) ListTriggeredWebJobHistorySlotComplete(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result TriggeredJobHistoryCollectionIterator, err error)

ListTriggeredWebJobHistorySlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListTriggeredWebJobHistorySlotPreparer

func (client AppsClient) ListTriggeredWebJobHistorySlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

ListTriggeredWebJobHistorySlotPreparer prepares the ListTriggeredWebJobHistorySlot request.

func (AppsClient) ListTriggeredWebJobHistorySlotResponder

func (client AppsClient) ListTriggeredWebJobHistorySlotResponder(resp *http.Response) (result TriggeredJobHistoryCollection, err error)

ListTriggeredWebJobHistorySlotResponder handles the response to the ListTriggeredWebJobHistorySlot request. The method always closes the http.Response Body.

func (AppsClient) ListTriggeredWebJobHistorySlotSender

func (client AppsClient) ListTriggeredWebJobHistorySlotSender(req *http.Request) (*http.Response, error)

ListTriggeredWebJobHistorySlotSender sends the ListTriggeredWebJobHistorySlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListTriggeredWebJobs

func (client AppsClient) ListTriggeredWebJobs(ctx context.Context, resourceGroupName string, name string) (result TriggeredWebJobCollectionPage, err error)

ListTriggeredWebJobs description for List triggered web jobs for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name.

func (AppsClient) ListTriggeredWebJobsComplete

func (client AppsClient) ListTriggeredWebJobsComplete(ctx context.Context, resourceGroupName string, name string) (result TriggeredWebJobCollectionIterator, err error)

ListTriggeredWebJobsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListTriggeredWebJobsPreparer

func (client AppsClient) ListTriggeredWebJobsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListTriggeredWebJobsPreparer prepares the ListTriggeredWebJobs request.

func (AppsClient) ListTriggeredWebJobsResponder

func (client AppsClient) ListTriggeredWebJobsResponder(resp *http.Response) (result TriggeredWebJobCollection, err error)

ListTriggeredWebJobsResponder handles the response to the ListTriggeredWebJobs request. The method always closes the http.Response Body.

func (AppsClient) ListTriggeredWebJobsSender

func (client AppsClient) ListTriggeredWebJobsSender(req *http.Request) (*http.Response, error)

ListTriggeredWebJobsSender sends the ListTriggeredWebJobs request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListTriggeredWebJobsSlot

func (client AppsClient) ListTriggeredWebJobsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result TriggeredWebJobCollectionPage, err error)

ListTriggeredWebJobsSlot description for List triggered web jobs for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) ListTriggeredWebJobsSlotComplete

func (client AppsClient) ListTriggeredWebJobsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result TriggeredWebJobCollectionIterator, err error)

ListTriggeredWebJobsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListTriggeredWebJobsSlotPreparer

func (client AppsClient) ListTriggeredWebJobsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListTriggeredWebJobsSlotPreparer prepares the ListTriggeredWebJobsSlot request.

func (AppsClient) ListTriggeredWebJobsSlotResponder

func (client AppsClient) ListTriggeredWebJobsSlotResponder(resp *http.Response) (result TriggeredWebJobCollection, err error)

ListTriggeredWebJobsSlotResponder handles the response to the ListTriggeredWebJobsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListTriggeredWebJobsSlotSender

func (client AppsClient) ListTriggeredWebJobsSlotSender(req *http.Request) (*http.Response, error)

ListTriggeredWebJobsSlotSender sends the ListTriggeredWebJobsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListUsages

func (client AppsClient) ListUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error)

ListUsages description for Gets the quota usage information of an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. filter - return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.

func (AppsClient) ListUsagesComplete

func (client AppsClient) ListUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error)

ListUsagesComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListUsagesPreparer

func (client AppsClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error)

ListUsagesPreparer prepares the ListUsages request.

func (AppsClient) ListUsagesResponder

func (client AppsClient) ListUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error)

ListUsagesResponder handles the response to the ListUsages request. The method always closes the http.Response Body.

func (AppsClient) ListUsagesSender

func (client AppsClient) ListUsagesSender(req *http.Request) (*http.Response, error)

ListUsagesSender sends the ListUsages request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListUsagesSlot

func (client AppsClient) ListUsagesSlot(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (result CsmUsageQuotaCollectionPage, err error)

ListUsagesSlot description for Gets the quota usage information of an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get quota information of the production slot. filter - return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.

func (AppsClient) ListUsagesSlotComplete

func (client AppsClient) ListUsagesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (result CsmUsageQuotaCollectionIterator, err error)

ListUsagesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListUsagesSlotPreparer

func (client AppsClient) ListUsagesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (*http.Request, error)

ListUsagesSlotPreparer prepares the ListUsagesSlot request.

func (AppsClient) ListUsagesSlotResponder

func (client AppsClient) ListUsagesSlotResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error)

ListUsagesSlotResponder handles the response to the ListUsagesSlot request. The method always closes the http.Response Body.

func (AppsClient) ListUsagesSlotSender

func (client AppsClient) ListUsagesSlotSender(req *http.Request) (*http.Response, error)

ListUsagesSlotSender sends the ListUsagesSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListVnetConnections

func (client AppsClient) ListVnetConnections(ctx context.Context, resourceGroupName string, name string) (result ListVnetInfoResource, err error)

ListVnetConnections description for Gets the virtual networks the app (or deployment slot) is connected to. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ListVnetConnectionsPreparer

func (client AppsClient) ListVnetConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListVnetConnectionsPreparer prepares the ListVnetConnections request.

func (AppsClient) ListVnetConnectionsResponder

func (client AppsClient) ListVnetConnectionsResponder(resp *http.Response) (result ListVnetInfoResource, err error)

ListVnetConnectionsResponder handles the response to the ListVnetConnections request. The method always closes the http.Response Body.

func (AppsClient) ListVnetConnectionsSender

func (client AppsClient) ListVnetConnectionsSender(req *http.Request) (*http.Response, error)

ListVnetConnectionsSender sends the ListVnetConnections request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListVnetConnectionsSlot

func (client AppsClient) ListVnetConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ListVnetInfoResource, err error)

ListVnetConnectionsSlot description for Gets the virtual networks the app (or deployment slot) is connected to. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will get virtual network connections for the production slot.

func (AppsClient) ListVnetConnectionsSlotPreparer

func (client AppsClient) ListVnetConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListVnetConnectionsSlotPreparer prepares the ListVnetConnectionsSlot request.

func (AppsClient) ListVnetConnectionsSlotResponder

func (client AppsClient) ListVnetConnectionsSlotResponder(resp *http.Response) (result ListVnetInfoResource, err error)

ListVnetConnectionsSlotResponder handles the response to the ListVnetConnectionsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListVnetConnectionsSlotSender

func (client AppsClient) ListVnetConnectionsSlotSender(req *http.Request) (*http.Response, error)

ListVnetConnectionsSlotSender sends the ListVnetConnectionsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListWebJobs

func (client AppsClient) ListWebJobs(ctx context.Context, resourceGroupName string, name string) (result JobCollectionPage, err error)

ListWebJobs description for List webjobs for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name.

func (AppsClient) ListWebJobsComplete

func (client AppsClient) ListWebJobsComplete(ctx context.Context, resourceGroupName string, name string) (result JobCollectionIterator, err error)

ListWebJobsComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListWebJobsPreparer

func (client AppsClient) ListWebJobsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListWebJobsPreparer prepares the ListWebJobs request.

func (AppsClient) ListWebJobsResponder

func (client AppsClient) ListWebJobsResponder(resp *http.Response) (result JobCollection, err error)

ListWebJobsResponder handles the response to the ListWebJobs request. The method always closes the http.Response Body.

func (AppsClient) ListWebJobsSender

func (client AppsClient) ListWebJobsSender(req *http.Request) (*http.Response, error)

ListWebJobsSender sends the ListWebJobs request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ListWebJobsSlot

func (client AppsClient) ListWebJobsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result JobCollectionPage, err error)

ListWebJobsSlot description for List webjobs for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. slot - name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

func (AppsClient) ListWebJobsSlotComplete

func (client AppsClient) ListWebJobsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result JobCollectionIterator, err error)

ListWebJobsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (AppsClient) ListWebJobsSlotPreparer

func (client AppsClient) ListWebJobsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListWebJobsSlotPreparer prepares the ListWebJobsSlot request.

func (AppsClient) ListWebJobsSlotResponder

func (client AppsClient) ListWebJobsSlotResponder(resp *http.Response) (result JobCollection, err error)

ListWebJobsSlotResponder handles the response to the ListWebJobsSlot request. The method always closes the http.Response Body.

func (AppsClient) ListWebJobsSlotSender

func (client AppsClient) ListWebJobsSlotSender(req *http.Request) (*http.Response, error)

ListWebJobsSlotSender sends the ListWebJobsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) MigrateMySQL

func (client AppsClient) MigrateMySQL(ctx context.Context, resourceGroupName string, name string, migrationRequestEnvelope MigrateMySQLRequest) (result AppsMigrateMySQLFuture, err error)

MigrateMySQL description for Migrates a local (in-app) MySql database to a remote MySql database. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. migrationRequestEnvelope - mySql migration options.

func (AppsClient) MigrateMySQLPreparer

func (client AppsClient) MigrateMySQLPreparer(ctx context.Context, resourceGroupName string, name string, migrationRequestEnvelope MigrateMySQLRequest) (*http.Request, error)

MigrateMySQLPreparer prepares the MigrateMySQL request.

func (AppsClient) MigrateMySQLResponder

func (client AppsClient) MigrateMySQLResponder(resp *http.Response) (result Operation, err error)

MigrateMySQLResponder handles the response to the MigrateMySQL request. The method always closes the http.Response Body.

func (AppsClient) MigrateMySQLSender

func (client AppsClient) MigrateMySQLSender(req *http.Request) (future AppsMigrateMySQLFuture, err error)

MigrateMySQLSender sends the MigrateMySQL request. The method will close the http.Response Body if it receives an error.

func (AppsClient) MigrateStorage

func (client AppsClient) MigrateStorage(ctx context.Context, subscriptionName string, resourceGroupName string, name string, migrationOptions StorageMigrationOptions) (result AppsMigrateStorageFuture, err error)

MigrateStorage description for Restores a web app. Parameters: subscriptionName - azure subscription. resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. migrationOptions - migration migrationOptions.

func (AppsClient) MigrateStoragePreparer

func (client AppsClient) MigrateStoragePreparer(ctx context.Context, subscriptionName string, resourceGroupName string, name string, migrationOptions StorageMigrationOptions) (*http.Request, error)

MigrateStoragePreparer prepares the MigrateStorage request.

func (AppsClient) MigrateStorageResponder

func (client AppsClient) MigrateStorageResponder(resp *http.Response) (result StorageMigrationResponse, err error)

MigrateStorageResponder handles the response to the MigrateStorage request. The method always closes the http.Response Body.

func (AppsClient) MigrateStorageSender

func (client AppsClient) MigrateStorageSender(req *http.Request) (future AppsMigrateStorageFuture, err error)

MigrateStorageSender sends the MigrateStorage request. The method will close the http.Response Body if it receives an error.

func (AppsClient) PutPrivateAccessVnet

func (client AppsClient) PutPrivateAccessVnet(ctx context.Context, resourceGroupName string, name string, access PrivateAccess) (result PrivateAccess, err error)

PutPrivateAccessVnet description for Sets data around private site access enablement and authorized Virtual Networks that can access the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. access - the information for the private access

func (AppsClient) PutPrivateAccessVnetPreparer

func (client AppsClient) PutPrivateAccessVnetPreparer(ctx context.Context, resourceGroupName string, name string, access PrivateAccess) (*http.Request, error)

PutPrivateAccessVnetPreparer prepares the PutPrivateAccessVnet request.

func (AppsClient) PutPrivateAccessVnetResponder

func (client AppsClient) PutPrivateAccessVnetResponder(resp *http.Response) (result PrivateAccess, err error)

PutPrivateAccessVnetResponder handles the response to the PutPrivateAccessVnet request. The method always closes the http.Response Body.

func (AppsClient) PutPrivateAccessVnetSender

func (client AppsClient) PutPrivateAccessVnetSender(req *http.Request) (*http.Response, error)

PutPrivateAccessVnetSender sends the PutPrivateAccessVnet request. The method will close the http.Response Body if it receives an error.

func (AppsClient) PutPrivateAccessVnetSlot

func (client AppsClient) PutPrivateAccessVnetSlot(ctx context.Context, resourceGroupName string, name string, access PrivateAccess, slot string) (result PrivateAccess, err error)

PutPrivateAccessVnetSlot description for Sets data around private site access enablement and authorized Virtual Networks that can access the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. access - the information for the private access slot - the name of the slot for the web app.

func (AppsClient) PutPrivateAccessVnetSlotPreparer

func (client AppsClient) PutPrivateAccessVnetSlotPreparer(ctx context.Context, resourceGroupName string, name string, access PrivateAccess, slot string) (*http.Request, error)

PutPrivateAccessVnetSlotPreparer prepares the PutPrivateAccessVnetSlot request.

func (AppsClient) PutPrivateAccessVnetSlotResponder

func (client AppsClient) PutPrivateAccessVnetSlotResponder(resp *http.Response) (result PrivateAccess, err error)

PutPrivateAccessVnetSlotResponder handles the response to the PutPrivateAccessVnetSlot request. The method always closes the http.Response Body.

func (AppsClient) PutPrivateAccessVnetSlotSender

func (client AppsClient) PutPrivateAccessVnetSlotSender(req *http.Request) (*http.Response, error)

PutPrivateAccessVnetSlotSender sends the PutPrivateAccessVnetSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RecoverSiteConfigurationSnapshot

func (client AppsClient) RecoverSiteConfigurationSnapshot(ctx context.Context, resourceGroupName string, name string, snapshotID string) (result autorest.Response, err error)

RecoverSiteConfigurationSnapshot description for Reverts the configuration of an app to a previous snapshot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. snapshotID - the ID of the snapshot to read.

func (AppsClient) RecoverSiteConfigurationSnapshotPreparer

func (client AppsClient) RecoverSiteConfigurationSnapshotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string) (*http.Request, error)

RecoverSiteConfigurationSnapshotPreparer prepares the RecoverSiteConfigurationSnapshot request.

func (AppsClient) RecoverSiteConfigurationSnapshotResponder

func (client AppsClient) RecoverSiteConfigurationSnapshotResponder(resp *http.Response) (result autorest.Response, err error)

RecoverSiteConfigurationSnapshotResponder handles the response to the RecoverSiteConfigurationSnapshot request. The method always closes the http.Response Body.

func (AppsClient) RecoverSiteConfigurationSnapshotSender

func (client AppsClient) RecoverSiteConfigurationSnapshotSender(req *http.Request) (*http.Response, error)

RecoverSiteConfigurationSnapshotSender sends the RecoverSiteConfigurationSnapshot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RecoverSiteConfigurationSnapshotSlot

func (client AppsClient) RecoverSiteConfigurationSnapshotSlot(ctx context.Context, resourceGroupName string, name string, snapshotID string, slot string) (result autorest.Response, err error)

RecoverSiteConfigurationSnapshotSlot description for Reverts the configuration of an app to a previous snapshot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. snapshotID - the ID of the snapshot to read. slot - name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot.

func (AppsClient) RecoverSiteConfigurationSnapshotSlotPreparer

func (client AppsClient) RecoverSiteConfigurationSnapshotSlotPreparer(ctx context.Context, resourceGroupName string, name string, snapshotID string, slot string) (*http.Request, error)

RecoverSiteConfigurationSnapshotSlotPreparer prepares the RecoverSiteConfigurationSnapshotSlot request.

func (AppsClient) RecoverSiteConfigurationSnapshotSlotResponder

func (client AppsClient) RecoverSiteConfigurationSnapshotSlotResponder(resp *http.Response) (result autorest.Response, err error)

RecoverSiteConfigurationSnapshotSlotResponder handles the response to the RecoverSiteConfigurationSnapshotSlot request. The method always closes the http.Response Body.

func (AppsClient) RecoverSiteConfigurationSnapshotSlotSender

func (client AppsClient) RecoverSiteConfigurationSnapshotSlotSender(req *http.Request) (*http.Response, error)

RecoverSiteConfigurationSnapshotSlotSender sends the RecoverSiteConfigurationSnapshotSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ResetProductionSlotConfig

func (client AppsClient) ResetProductionSlotConfig(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

ResetProductionSlotConfig description for Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) ResetProductionSlotConfigPreparer

func (client AppsClient) ResetProductionSlotConfigPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ResetProductionSlotConfigPreparer prepares the ResetProductionSlotConfig request.

func (AppsClient) ResetProductionSlotConfigResponder

func (client AppsClient) ResetProductionSlotConfigResponder(resp *http.Response) (result autorest.Response, err error)

ResetProductionSlotConfigResponder handles the response to the ResetProductionSlotConfig request. The method always closes the http.Response Body.

func (AppsClient) ResetProductionSlotConfigSender

func (client AppsClient) ResetProductionSlotConfigSender(req *http.Request) (*http.Response, error)

ResetProductionSlotConfigSender sends the ResetProductionSlotConfig request. The method will close the http.Response Body if it receives an error.

func (AppsClient) ResetSlotConfigurationSlot

func (client AppsClient) ResetSlotConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

ResetSlotConfigurationSlot description for Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API resets configuration settings for the production slot.

func (AppsClient) ResetSlotConfigurationSlotPreparer

func (client AppsClient) ResetSlotConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ResetSlotConfigurationSlotPreparer prepares the ResetSlotConfigurationSlot request.

func (AppsClient) ResetSlotConfigurationSlotResponder

func (client AppsClient) ResetSlotConfigurationSlotResponder(resp *http.Response) (result autorest.Response, err error)

ResetSlotConfigurationSlotResponder handles the response to the ResetSlotConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) ResetSlotConfigurationSlotSender

func (client AppsClient) ResetSlotConfigurationSlotSender(req *http.Request) (*http.Response, error)

ResetSlotConfigurationSlotSender sends the ResetSlotConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Restart

func (client AppsClient) Restart(ctx context.Context, resourceGroupName string, name string, softRestart *bool, synchronous *bool) (result autorest.Response, err error)

Restart description for Restarts an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. softRestart - specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. synchronous - specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous).

func (AppsClient) RestartPreparer

func (client AppsClient) RestartPreparer(ctx context.Context, resourceGroupName string, name string, softRestart *bool, synchronous *bool) (*http.Request, error)

RestartPreparer prepares the Restart request.

func (AppsClient) RestartResponder

func (client AppsClient) RestartResponder(resp *http.Response) (result autorest.Response, err error)

RestartResponder handles the response to the Restart request. The method always closes the http.Response Body.

func (AppsClient) RestartSender

func (client AppsClient) RestartSender(req *http.Request) (*http.Response, error)

RestartSender sends the Restart request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestartSlot

func (client AppsClient) RestartSlot(ctx context.Context, resourceGroupName string, name string, slot string, softRestart *bool, synchronous *bool) (result autorest.Response, err error)

RestartSlot description for Restarts an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will restart the production slot. softRestart - specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. synchronous - specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous).

func (AppsClient) RestartSlotPreparer

func (client AppsClient) RestartSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, softRestart *bool, synchronous *bool) (*http.Request, error)

RestartSlotPreparer prepares the RestartSlot request.

func (AppsClient) RestartSlotResponder

func (client AppsClient) RestartSlotResponder(resp *http.Response) (result autorest.Response, err error)

RestartSlotResponder handles the response to the RestartSlot request. The method always closes the http.Response Body.

func (AppsClient) RestartSlotSender

func (client AppsClient) RestartSlotSender(req *http.Request) (*http.Response, error)

RestartSlotSender sends the RestartSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Restore

func (client AppsClient) Restore(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest) (result AppsRestoreFuture, err error)

Restore description for Restores a specific backup to another app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. backupID - ID of the backup. request - information on restore request .

func (AppsClient) RestoreFromBackupBlob

func (client AppsClient) RestoreFromBackupBlob(ctx context.Context, resourceGroupName string, name string, request RestoreRequest) (result AppsRestoreFromBackupBlobFuture, err error)

RestoreFromBackupBlob description for Restores an app from a backup blob in Azure Storage. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - information on restore request .

func (AppsClient) RestoreFromBackupBlobPreparer

func (client AppsClient) RestoreFromBackupBlobPreparer(ctx context.Context, resourceGroupName string, name string, request RestoreRequest) (*http.Request, error)

RestoreFromBackupBlobPreparer prepares the RestoreFromBackupBlob request.

func (AppsClient) RestoreFromBackupBlobResponder

func (client AppsClient) RestoreFromBackupBlobResponder(resp *http.Response) (result autorest.Response, err error)

RestoreFromBackupBlobResponder handles the response to the RestoreFromBackupBlob request. The method always closes the http.Response Body.

func (AppsClient) RestoreFromBackupBlobSender

func (client AppsClient) RestoreFromBackupBlobSender(req *http.Request) (future AppsRestoreFromBackupBlobFuture, err error)

RestoreFromBackupBlobSender sends the RestoreFromBackupBlob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestoreFromBackupBlobSlot

func (client AppsClient) RestoreFromBackupBlobSlot(ctx context.Context, resourceGroupName string, name string, request RestoreRequest, slot string) (result AppsRestoreFromBackupBlobSlotFuture, err error)

RestoreFromBackupBlobSlot description for Restores an app from a backup blob in Azure Storage. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - information on restore request . slot - name of the deployment slot. If a slot is not specified, the API will restore a backup of the production slot.

func (AppsClient) RestoreFromBackupBlobSlotPreparer

func (client AppsClient) RestoreFromBackupBlobSlotPreparer(ctx context.Context, resourceGroupName string, name string, request RestoreRequest, slot string) (*http.Request, error)

RestoreFromBackupBlobSlotPreparer prepares the RestoreFromBackupBlobSlot request.

func (AppsClient) RestoreFromBackupBlobSlotResponder

func (client AppsClient) RestoreFromBackupBlobSlotResponder(resp *http.Response) (result autorest.Response, err error)

RestoreFromBackupBlobSlotResponder handles the response to the RestoreFromBackupBlobSlot request. The method always closes the http.Response Body.

func (AppsClient) RestoreFromBackupBlobSlotSender

func (client AppsClient) RestoreFromBackupBlobSlotSender(req *http.Request) (future AppsRestoreFromBackupBlobSlotFuture, err error)

RestoreFromBackupBlobSlotSender sends the RestoreFromBackupBlobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestoreFromDeletedApp

func (client AppsClient) RestoreFromDeletedApp(ctx context.Context, resourceGroupName string, name string, restoreRequest DeletedAppRestoreRequest) (result AppsRestoreFromDeletedAppFuture, err error)

RestoreFromDeletedApp description for Restores a deleted web app to this web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. restoreRequest - deleted web app restore information.

func (AppsClient) RestoreFromDeletedAppPreparer

func (client AppsClient) RestoreFromDeletedAppPreparer(ctx context.Context, resourceGroupName string, name string, restoreRequest DeletedAppRestoreRequest) (*http.Request, error)

RestoreFromDeletedAppPreparer prepares the RestoreFromDeletedApp request.

func (AppsClient) RestoreFromDeletedAppResponder

func (client AppsClient) RestoreFromDeletedAppResponder(resp *http.Response) (result autorest.Response, err error)

RestoreFromDeletedAppResponder handles the response to the RestoreFromDeletedApp request. The method always closes the http.Response Body.

func (AppsClient) RestoreFromDeletedAppSender

func (client AppsClient) RestoreFromDeletedAppSender(req *http.Request) (future AppsRestoreFromDeletedAppFuture, err error)

RestoreFromDeletedAppSender sends the RestoreFromDeletedApp request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestoreFromDeletedAppSlot

func (client AppsClient) RestoreFromDeletedAppSlot(ctx context.Context, resourceGroupName string, name string, restoreRequest DeletedAppRestoreRequest, slot string) (result AppsRestoreFromDeletedAppSlotFuture, err error)

RestoreFromDeletedAppSlot description for Restores a deleted web app to this web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. restoreRequest - deleted web app restore information. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) RestoreFromDeletedAppSlotPreparer

func (client AppsClient) RestoreFromDeletedAppSlotPreparer(ctx context.Context, resourceGroupName string, name string, restoreRequest DeletedAppRestoreRequest, slot string) (*http.Request, error)

RestoreFromDeletedAppSlotPreparer prepares the RestoreFromDeletedAppSlot request.

func (AppsClient) RestoreFromDeletedAppSlotResponder

func (client AppsClient) RestoreFromDeletedAppSlotResponder(resp *http.Response) (result autorest.Response, err error)

RestoreFromDeletedAppSlotResponder handles the response to the RestoreFromDeletedAppSlot request. The method always closes the http.Response Body.

func (AppsClient) RestoreFromDeletedAppSlotSender

func (client AppsClient) RestoreFromDeletedAppSlotSender(req *http.Request) (future AppsRestoreFromDeletedAppSlotFuture, err error)

RestoreFromDeletedAppSlotSender sends the RestoreFromDeletedAppSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestorePreparer

func (client AppsClient) RestorePreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest) (*http.Request, error)

RestorePreparer prepares the Restore request.

func (AppsClient) RestoreResponder

func (client AppsClient) RestoreResponder(resp *http.Response) (result autorest.Response, err error)

RestoreResponder handles the response to the Restore request. The method always closes the http.Response Body.

func (AppsClient) RestoreSender

func (client AppsClient) RestoreSender(req *http.Request) (future AppsRestoreFuture, err error)

RestoreSender sends the Restore request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestoreSlot

func (client AppsClient) RestoreSlot(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest, slot string) (result AppsRestoreSlotFuture, err error)

RestoreSlot description for Restores a specific backup to another app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. backupID - ID of the backup. request - information on restore request . slot - name of the deployment slot. If a slot is not specified, the API will restore a backup of the production slot.

func (AppsClient) RestoreSlotPreparer

func (client AppsClient) RestoreSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest, slot string) (*http.Request, error)

RestoreSlotPreparer prepares the RestoreSlot request.

func (AppsClient) RestoreSlotResponder

func (client AppsClient) RestoreSlotResponder(resp *http.Response) (result autorest.Response, err error)

RestoreSlotResponder handles the response to the RestoreSlot request. The method always closes the http.Response Body.

func (AppsClient) RestoreSlotSender

func (client AppsClient) RestoreSlotSender(req *http.Request) (future AppsRestoreSlotFuture, err error)

RestoreSlotSender sends the RestoreSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestoreSnapshot

func (client AppsClient) RestoreSnapshot(ctx context.Context, resourceGroupName string, name string, restoreRequest SnapshotRestoreRequest) (result AppsRestoreSnapshotFuture, err error)

RestoreSnapshot description for Restores a web app from a snapshot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. restoreRequest - snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API.

func (AppsClient) RestoreSnapshotPreparer

func (client AppsClient) RestoreSnapshotPreparer(ctx context.Context, resourceGroupName string, name string, restoreRequest SnapshotRestoreRequest) (*http.Request, error)

RestoreSnapshotPreparer prepares the RestoreSnapshot request.

func (AppsClient) RestoreSnapshotResponder

func (client AppsClient) RestoreSnapshotResponder(resp *http.Response) (result autorest.Response, err error)

RestoreSnapshotResponder handles the response to the RestoreSnapshot request. The method always closes the http.Response Body.

func (AppsClient) RestoreSnapshotSender

func (client AppsClient) RestoreSnapshotSender(req *http.Request) (future AppsRestoreSnapshotFuture, err error)

RestoreSnapshotSender sends the RestoreSnapshot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RestoreSnapshotSlot

func (client AppsClient) RestoreSnapshotSlot(ctx context.Context, resourceGroupName string, name string, restoreRequest SnapshotRestoreRequest, slot string) (result AppsRestoreSnapshotSlotFuture, err error)

RestoreSnapshotSlot description for Restores a web app from a snapshot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. restoreRequest - snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) RestoreSnapshotSlotPreparer

func (client AppsClient) RestoreSnapshotSlotPreparer(ctx context.Context, resourceGroupName string, name string, restoreRequest SnapshotRestoreRequest, slot string) (*http.Request, error)

RestoreSnapshotSlotPreparer prepares the RestoreSnapshotSlot request.

func (AppsClient) RestoreSnapshotSlotResponder

func (client AppsClient) RestoreSnapshotSlotResponder(resp *http.Response) (result autorest.Response, err error)

RestoreSnapshotSlotResponder handles the response to the RestoreSnapshotSlot request. The method always closes the http.Response Body.

func (AppsClient) RestoreSnapshotSlotSender

func (client AppsClient) RestoreSnapshotSlotSender(req *http.Request) (future AppsRestoreSnapshotSlotFuture, err error)

RestoreSnapshotSlotSender sends the RestoreSnapshotSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RunTriggeredWebJob

func (client AppsClient) RunTriggeredWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error)

RunTriggeredWebJob description for Run a triggered web job for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) RunTriggeredWebJobPreparer

func (client AppsClient) RunTriggeredWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

RunTriggeredWebJobPreparer prepares the RunTriggeredWebJob request.

func (AppsClient) RunTriggeredWebJobResponder

func (client AppsClient) RunTriggeredWebJobResponder(resp *http.Response) (result autorest.Response, err error)

RunTriggeredWebJobResponder handles the response to the RunTriggeredWebJob request. The method always closes the http.Response Body.

func (AppsClient) RunTriggeredWebJobSender

func (client AppsClient) RunTriggeredWebJobSender(req *http.Request) (*http.Response, error)

RunTriggeredWebJobSender sends the RunTriggeredWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) RunTriggeredWebJobSlot

func (client AppsClient) RunTriggeredWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result autorest.Response, err error)

RunTriggeredWebJobSlot description for Run a triggered web job for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API uses the production slot.

func (AppsClient) RunTriggeredWebJobSlotPreparer

func (client AppsClient) RunTriggeredWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

RunTriggeredWebJobSlotPreparer prepares the RunTriggeredWebJobSlot request.

func (AppsClient) RunTriggeredWebJobSlotResponder

func (client AppsClient) RunTriggeredWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error)

RunTriggeredWebJobSlotResponder handles the response to the RunTriggeredWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) RunTriggeredWebJobSlotSender

func (client AppsClient) RunTriggeredWebJobSlotSender(req *http.Request) (*http.Response, error)

RunTriggeredWebJobSlotSender sends the RunTriggeredWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Start

func (client AppsClient) Start(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

Start description for Starts an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) StartContinuousWebJob

func (client AppsClient) StartContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error)

StartContinuousWebJob description for Start a continuous web job for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) StartContinuousWebJobPreparer

func (client AppsClient) StartContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

StartContinuousWebJobPreparer prepares the StartContinuousWebJob request.

func (AppsClient) StartContinuousWebJobResponder

func (client AppsClient) StartContinuousWebJobResponder(resp *http.Response) (result autorest.Response, err error)

StartContinuousWebJobResponder handles the response to the StartContinuousWebJob request. The method always closes the http.Response Body.

func (AppsClient) StartContinuousWebJobSender

func (client AppsClient) StartContinuousWebJobSender(req *http.Request) (*http.Response, error)

StartContinuousWebJobSender sends the StartContinuousWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartContinuousWebJobSlot

func (client AppsClient) StartContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result autorest.Response, err error)

StartContinuousWebJobSlot description for Start a continuous web job for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) StartContinuousWebJobSlotPreparer

func (client AppsClient) StartContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

StartContinuousWebJobSlotPreparer prepares the StartContinuousWebJobSlot request.

func (AppsClient) StartContinuousWebJobSlotResponder

func (client AppsClient) StartContinuousWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error)

StartContinuousWebJobSlotResponder handles the response to the StartContinuousWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) StartContinuousWebJobSlotSender

func (client AppsClient) StartContinuousWebJobSlotSender(req *http.Request) (*http.Response, error)

StartContinuousWebJobSlotSender sends the StartContinuousWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartNetworkTrace

func (client AppsClient) StartNetworkTrace(ctx context.Context, resourceGroupName string, name string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (result AppsStartNetworkTraceFuture, err error)

StartNetworkTrace description for Start capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. durationInSeconds - the duration to keep capturing in seconds. maxFrameLength - the maximum frame length in bytes (Optional). sasURL - the Blob URL to store capture file.

func (AppsClient) StartNetworkTracePreparer

func (client AppsClient) StartNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (*http.Request, error)

StartNetworkTracePreparer prepares the StartNetworkTrace request.

func (AppsClient) StartNetworkTraceResponder

func (client AppsClient) StartNetworkTraceResponder(resp *http.Response) (result ListNetworkTrace, err error)

StartNetworkTraceResponder handles the response to the StartNetworkTrace request. The method always closes the http.Response Body.

func (AppsClient) StartNetworkTraceSender

func (client AppsClient) StartNetworkTraceSender(req *http.Request) (future AppsStartNetworkTraceFuture, err error)

StartNetworkTraceSender sends the StartNetworkTrace request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartNetworkTraceSlot

func (client AppsClient) StartNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (result AppsStartNetworkTraceSlotFuture, err error)

StartNetworkTraceSlot description for Start capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. slot - the name of the slot for this web app. durationInSeconds - the duration to keep capturing in seconds. maxFrameLength - the maximum frame length in bytes (Optional). sasURL - the Blob URL to store capture file.

func (AppsClient) StartNetworkTraceSlotPreparer

func (client AppsClient) StartNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (*http.Request, error)

StartNetworkTraceSlotPreparer prepares the StartNetworkTraceSlot request.

func (AppsClient) StartNetworkTraceSlotResponder

func (client AppsClient) StartNetworkTraceSlotResponder(resp *http.Response) (result ListNetworkTrace, err error)

StartNetworkTraceSlotResponder handles the response to the StartNetworkTraceSlot request. The method always closes the http.Response Body.

func (AppsClient) StartNetworkTraceSlotSender

func (client AppsClient) StartNetworkTraceSlotSender(req *http.Request) (future AppsStartNetworkTraceSlotFuture, err error)

StartNetworkTraceSlotSender sends the StartNetworkTraceSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartPreparer

func (client AppsClient) StartPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

StartPreparer prepares the Start request.

func (AppsClient) StartResponder

func (client AppsClient) StartResponder(resp *http.Response) (result autorest.Response, err error)

StartResponder handles the response to the Start request. The method always closes the http.Response Body.

func (AppsClient) StartSender

func (client AppsClient) StartSender(req *http.Request) (*http.Response, error)

StartSender sends the Start request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartSlot

func (client AppsClient) StartSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

StartSlot description for Starts an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will start the production slot.

func (AppsClient) StartSlotPreparer

func (client AppsClient) StartSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

StartSlotPreparer prepares the StartSlot request.

func (AppsClient) StartSlotResponder

func (client AppsClient) StartSlotResponder(resp *http.Response) (result autorest.Response, err error)

StartSlotResponder handles the response to the StartSlot request. The method always closes the http.Response Body.

func (AppsClient) StartSlotSender

func (client AppsClient) StartSlotSender(req *http.Request) (*http.Response, error)

StartSlotSender sends the StartSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartWebSiteNetworkTrace

func (client AppsClient) StartWebSiteNetworkTrace(ctx context.Context, resourceGroupName string, name string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (result String, err error)

StartWebSiteNetworkTrace description for Start capturing network packets for the site (To be deprecated). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. durationInSeconds - the duration to keep capturing in seconds. maxFrameLength - the maximum frame length in bytes (Optional). sasURL - the Blob URL to store capture file.

func (AppsClient) StartWebSiteNetworkTraceOperation

func (client AppsClient) StartWebSiteNetworkTraceOperation(ctx context.Context, resourceGroupName string, name string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (result AppsStartWebSiteNetworkTraceOperationFuture, err error)

StartWebSiteNetworkTraceOperation description for Start capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. durationInSeconds - the duration to keep capturing in seconds. maxFrameLength - the maximum frame length in bytes (Optional). sasURL - the Blob URL to store capture file.

func (AppsClient) StartWebSiteNetworkTraceOperationPreparer

func (client AppsClient) StartWebSiteNetworkTraceOperationPreparer(ctx context.Context, resourceGroupName string, name string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (*http.Request, error)

StartWebSiteNetworkTraceOperationPreparer prepares the StartWebSiteNetworkTraceOperation request.

func (AppsClient) StartWebSiteNetworkTraceOperationResponder

func (client AppsClient) StartWebSiteNetworkTraceOperationResponder(resp *http.Response) (result ListNetworkTrace, err error)

StartWebSiteNetworkTraceOperationResponder handles the response to the StartWebSiteNetworkTraceOperation request. The method always closes the http.Response Body.

func (AppsClient) StartWebSiteNetworkTraceOperationSender

func (client AppsClient) StartWebSiteNetworkTraceOperationSender(req *http.Request) (future AppsStartWebSiteNetworkTraceOperationFuture, err error)

StartWebSiteNetworkTraceOperationSender sends the StartWebSiteNetworkTraceOperation request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartWebSiteNetworkTraceOperationSlot

func (client AppsClient) StartWebSiteNetworkTraceOperationSlot(ctx context.Context, resourceGroupName string, name string, slot string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (result AppsStartWebSiteNetworkTraceOperationSlotFuture, err error)

StartWebSiteNetworkTraceOperationSlot description for Start capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. slot - the name of the slot for this web app. durationInSeconds - the duration to keep capturing in seconds. maxFrameLength - the maximum frame length in bytes (Optional). sasURL - the Blob URL to store capture file.

func (AppsClient) StartWebSiteNetworkTraceOperationSlotPreparer

func (client AppsClient) StartWebSiteNetworkTraceOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (*http.Request, error)

StartWebSiteNetworkTraceOperationSlotPreparer prepares the StartWebSiteNetworkTraceOperationSlot request.

func (AppsClient) StartWebSiteNetworkTraceOperationSlotResponder

func (client AppsClient) StartWebSiteNetworkTraceOperationSlotResponder(resp *http.Response) (result ListNetworkTrace, err error)

StartWebSiteNetworkTraceOperationSlotResponder handles the response to the StartWebSiteNetworkTraceOperationSlot request. The method always closes the http.Response Body.

func (AppsClient) StartWebSiteNetworkTraceOperationSlotSender

func (client AppsClient) StartWebSiteNetworkTraceOperationSlotSender(req *http.Request) (future AppsStartWebSiteNetworkTraceOperationSlotFuture, err error)

StartWebSiteNetworkTraceOperationSlotSender sends the StartWebSiteNetworkTraceOperationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartWebSiteNetworkTracePreparer

func (client AppsClient) StartWebSiteNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (*http.Request, error)

StartWebSiteNetworkTracePreparer prepares the StartWebSiteNetworkTrace request.

func (AppsClient) StartWebSiteNetworkTraceResponder

func (client AppsClient) StartWebSiteNetworkTraceResponder(resp *http.Response) (result String, err error)

StartWebSiteNetworkTraceResponder handles the response to the StartWebSiteNetworkTrace request. The method always closes the http.Response Body.

func (AppsClient) StartWebSiteNetworkTraceSender

func (client AppsClient) StartWebSiteNetworkTraceSender(req *http.Request) (*http.Response, error)

StartWebSiteNetworkTraceSender sends the StartWebSiteNetworkTrace request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StartWebSiteNetworkTraceSlot

func (client AppsClient) StartWebSiteNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (result String, err error)

StartWebSiteNetworkTraceSlot description for Start capturing network packets for the site (To be deprecated). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. slot - the name of the slot for this web app. durationInSeconds - the duration to keep capturing in seconds. maxFrameLength - the maximum frame length in bytes (Optional). sasURL - the Blob URL to store capture file.

func (AppsClient) StartWebSiteNetworkTraceSlotPreparer

func (client AppsClient) StartWebSiteNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, durationInSeconds *int32, maxFrameLength *int32, sasURL string) (*http.Request, error)

StartWebSiteNetworkTraceSlotPreparer prepares the StartWebSiteNetworkTraceSlot request.

func (AppsClient) StartWebSiteNetworkTraceSlotResponder

func (client AppsClient) StartWebSiteNetworkTraceSlotResponder(resp *http.Response) (result String, err error)

StartWebSiteNetworkTraceSlotResponder handles the response to the StartWebSiteNetworkTraceSlot request. The method always closes the http.Response Body.

func (AppsClient) StartWebSiteNetworkTraceSlotSender

func (client AppsClient) StartWebSiteNetworkTraceSlotSender(req *http.Request) (*http.Response, error)

StartWebSiteNetworkTraceSlotSender sends the StartWebSiteNetworkTraceSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Stop

func (client AppsClient) Stop(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

Stop description for Stops an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) StopContinuousWebJob

func (client AppsClient) StopContinuousWebJob(ctx context.Context, resourceGroupName string, name string, webJobName string) (result autorest.Response, err error)

StopContinuousWebJob description for Stop a continuous web job for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job.

func (AppsClient) StopContinuousWebJobPreparer

func (client AppsClient) StopContinuousWebJobPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string) (*http.Request, error)

StopContinuousWebJobPreparer prepares the StopContinuousWebJob request.

func (AppsClient) StopContinuousWebJobResponder

func (client AppsClient) StopContinuousWebJobResponder(resp *http.Response) (result autorest.Response, err error)

StopContinuousWebJobResponder handles the response to the StopContinuousWebJob request. The method always closes the http.Response Body.

func (AppsClient) StopContinuousWebJobSender

func (client AppsClient) StopContinuousWebJobSender(req *http.Request) (*http.Response, error)

StopContinuousWebJobSender sends the StopContinuousWebJob request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StopContinuousWebJobSlot

func (client AppsClient) StopContinuousWebJobSlot(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (result autorest.Response, err error)

StopContinuousWebJobSlot description for Stop a continuous web job for an app, or a deployment slot. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site name. webJobName - name of Web Job. slot - name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

func (AppsClient) StopContinuousWebJobSlotPreparer

func (client AppsClient) StopContinuousWebJobSlotPreparer(ctx context.Context, resourceGroupName string, name string, webJobName string, slot string) (*http.Request, error)

StopContinuousWebJobSlotPreparer prepares the StopContinuousWebJobSlot request.

func (AppsClient) StopContinuousWebJobSlotResponder

func (client AppsClient) StopContinuousWebJobSlotResponder(resp *http.Response) (result autorest.Response, err error)

StopContinuousWebJobSlotResponder handles the response to the StopContinuousWebJobSlot request. The method always closes the http.Response Body.

func (AppsClient) StopContinuousWebJobSlotSender

func (client AppsClient) StopContinuousWebJobSlotSender(req *http.Request) (*http.Response, error)

StopContinuousWebJobSlotSender sends the StopContinuousWebJobSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StopNetworkTrace

func (client AppsClient) StopNetworkTrace(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

StopNetworkTrace description for Stop ongoing capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app.

func (AppsClient) StopNetworkTracePreparer

func (client AppsClient) StopNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

StopNetworkTracePreparer prepares the StopNetworkTrace request.

func (AppsClient) StopNetworkTraceResponder

func (client AppsClient) StopNetworkTraceResponder(resp *http.Response) (result autorest.Response, err error)

StopNetworkTraceResponder handles the response to the StopNetworkTrace request. The method always closes the http.Response Body.

func (AppsClient) StopNetworkTraceSender

func (client AppsClient) StopNetworkTraceSender(req *http.Request) (*http.Response, error)

StopNetworkTraceSender sends the StopNetworkTrace request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StopNetworkTraceSlot

func (client AppsClient) StopNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

StopNetworkTraceSlot description for Stop ongoing capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. slot - the name of the slot for this web app.

func (AppsClient) StopNetworkTraceSlotPreparer

func (client AppsClient) StopNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

StopNetworkTraceSlotPreparer prepares the StopNetworkTraceSlot request.

func (AppsClient) StopNetworkTraceSlotResponder

func (client AppsClient) StopNetworkTraceSlotResponder(resp *http.Response) (result autorest.Response, err error)

StopNetworkTraceSlotResponder handles the response to the StopNetworkTraceSlot request. The method always closes the http.Response Body.

func (AppsClient) StopNetworkTraceSlotSender

func (client AppsClient) StopNetworkTraceSlotSender(req *http.Request) (*http.Response, error)

StopNetworkTraceSlotSender sends the StopNetworkTraceSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StopPreparer

func (client AppsClient) StopPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

StopPreparer prepares the Stop request.

func (AppsClient) StopResponder

func (client AppsClient) StopResponder(resp *http.Response) (result autorest.Response, err error)

StopResponder handles the response to the Stop request. The method always closes the http.Response Body.

func (AppsClient) StopSender

func (client AppsClient) StopSender(req *http.Request) (*http.Response, error)

StopSender sends the Stop request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StopSlot

func (client AppsClient) StopSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

StopSlot description for Stops an app (or deployment slot, if specified). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot. If a slot is not specified, the API will stop the production slot.

func (AppsClient) StopSlotPreparer

func (client AppsClient) StopSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

StopSlotPreparer prepares the StopSlot request.

func (AppsClient) StopSlotResponder

func (client AppsClient) StopSlotResponder(resp *http.Response) (result autorest.Response, err error)

StopSlotResponder handles the response to the StopSlot request. The method always closes the http.Response Body.

func (AppsClient) StopSlotSender

func (client AppsClient) StopSlotSender(req *http.Request) (*http.Response, error)

StopSlotSender sends the StopSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StopWebSiteNetworkTrace

func (client AppsClient) StopWebSiteNetworkTrace(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

StopWebSiteNetworkTrace description for Stop ongoing capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app.

func (AppsClient) StopWebSiteNetworkTracePreparer

func (client AppsClient) StopWebSiteNetworkTracePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

StopWebSiteNetworkTracePreparer prepares the StopWebSiteNetworkTrace request.

func (AppsClient) StopWebSiteNetworkTraceResponder

func (client AppsClient) StopWebSiteNetworkTraceResponder(resp *http.Response) (result autorest.Response, err error)

StopWebSiteNetworkTraceResponder handles the response to the StopWebSiteNetworkTrace request. The method always closes the http.Response Body.

func (AppsClient) StopWebSiteNetworkTraceSender

func (client AppsClient) StopWebSiteNetworkTraceSender(req *http.Request) (*http.Response, error)

StopWebSiteNetworkTraceSender sends the StopWebSiteNetworkTrace request. The method will close the http.Response Body if it receives an error.

func (AppsClient) StopWebSiteNetworkTraceSlot

func (client AppsClient) StopWebSiteNetworkTraceSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

StopWebSiteNetworkTraceSlot description for Stop ongoing capturing network packets for the site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. slot - the name of the slot for this web app.

func (AppsClient) StopWebSiteNetworkTraceSlotPreparer

func (client AppsClient) StopWebSiteNetworkTraceSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

StopWebSiteNetworkTraceSlotPreparer prepares the StopWebSiteNetworkTraceSlot request.

func (AppsClient) StopWebSiteNetworkTraceSlotResponder

func (client AppsClient) StopWebSiteNetworkTraceSlotResponder(resp *http.Response) (result autorest.Response, err error)

StopWebSiteNetworkTraceSlotResponder handles the response to the StopWebSiteNetworkTraceSlot request. The method always closes the http.Response Body.

func (AppsClient) StopWebSiteNetworkTraceSlotSender

func (client AppsClient) StopWebSiteNetworkTraceSlotSender(req *http.Request) (*http.Response, error)

StopWebSiteNetworkTraceSlotSender sends the StopWebSiteNetworkTraceSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SwapSlotSlot

func (client AppsClient) SwapSlotSlot(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result AppsSwapSlotSlotFuture, err error)

SwapSlotSlot description for Swaps two deployment slots of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slotSwapEntity - JSON object that contains the target slot name. See example. slot - name of the source slot. If a slot is not specified, the production slot is used as the source slot.

func (AppsClient) SwapSlotSlotPreparer

func (client AppsClient) SwapSlotSlotPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (*http.Request, error)

SwapSlotSlotPreparer prepares the SwapSlotSlot request.

func (AppsClient) SwapSlotSlotResponder

func (client AppsClient) SwapSlotSlotResponder(resp *http.Response) (result autorest.Response, err error)

SwapSlotSlotResponder handles the response to the SwapSlotSlot request. The method always closes the http.Response Body.

func (AppsClient) SwapSlotSlotSender

func (client AppsClient) SwapSlotSlotSender(req *http.Request) (future AppsSwapSlotSlotFuture, err error)

SwapSlotSlotSender sends the SwapSlotSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SwapSlotWithProduction

func (client AppsClient) SwapSlotWithProduction(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result AppsSwapSlotWithProductionFuture, err error)

SwapSlotWithProduction description for Swaps two deployment slots of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slotSwapEntity - JSON object that contains the target slot name. See example.

func (AppsClient) SwapSlotWithProductionPreparer

func (client AppsClient) SwapSlotWithProductionPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (*http.Request, error)

SwapSlotWithProductionPreparer prepares the SwapSlotWithProduction request.

func (AppsClient) SwapSlotWithProductionResponder

func (client AppsClient) SwapSlotWithProductionResponder(resp *http.Response) (result autorest.Response, err error)

SwapSlotWithProductionResponder handles the response to the SwapSlotWithProduction request. The method always closes the http.Response Body.

func (AppsClient) SwapSlotWithProductionSender

func (client AppsClient) SwapSlotWithProductionSender(req *http.Request) (future AppsSwapSlotWithProductionFuture, err error)

SwapSlotWithProductionSender sends the SwapSlotWithProduction request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SyncFunctionTriggers

func (client AppsClient) SyncFunctionTriggers(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

SyncFunctionTriggers description for Syncs function trigger metadata to the management database Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) SyncFunctionTriggersPreparer

func (client AppsClient) SyncFunctionTriggersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

SyncFunctionTriggersPreparer prepares the SyncFunctionTriggers request.

func (AppsClient) SyncFunctionTriggersResponder

func (client AppsClient) SyncFunctionTriggersResponder(resp *http.Response) (result autorest.Response, err error)

SyncFunctionTriggersResponder handles the response to the SyncFunctionTriggers request. The method always closes the http.Response Body.

func (AppsClient) SyncFunctionTriggersSender

func (client AppsClient) SyncFunctionTriggersSender(req *http.Request) (*http.Response, error)

SyncFunctionTriggersSender sends the SyncFunctionTriggers request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SyncFunctionTriggersSlot

func (client AppsClient) SyncFunctionTriggersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

SyncFunctionTriggersSlot description for Syncs function trigger metadata to the management database Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot.

func (AppsClient) SyncFunctionTriggersSlotPreparer

func (client AppsClient) SyncFunctionTriggersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

SyncFunctionTriggersSlotPreparer prepares the SyncFunctionTriggersSlot request.

func (AppsClient) SyncFunctionTriggersSlotResponder

func (client AppsClient) SyncFunctionTriggersSlotResponder(resp *http.Response) (result autorest.Response, err error)

SyncFunctionTriggersSlotResponder handles the response to the SyncFunctionTriggersSlot request. The method always closes the http.Response Body.

func (AppsClient) SyncFunctionTriggersSlotSender

func (client AppsClient) SyncFunctionTriggersSlotSender(req *http.Request) (*http.Response, error)

SyncFunctionTriggersSlotSender sends the SyncFunctionTriggersSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SyncFunctions

func (client AppsClient) SyncFunctions(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

SyncFunctions description for Syncs function trigger metadata to the management database Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) SyncFunctionsPreparer

func (client AppsClient) SyncFunctionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

SyncFunctionsPreparer prepares the SyncFunctions request.

func (AppsClient) SyncFunctionsResponder

func (client AppsClient) SyncFunctionsResponder(resp *http.Response) (result autorest.Response, err error)

SyncFunctionsResponder handles the response to the SyncFunctions request. The method always closes the http.Response Body.

func (AppsClient) SyncFunctionsSender

func (client AppsClient) SyncFunctionsSender(req *http.Request) (*http.Response, error)

SyncFunctionsSender sends the SyncFunctions request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SyncFunctionsSlot

func (client AppsClient) SyncFunctionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

SyncFunctionsSlot description for Syncs function trigger metadata to the management database Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slot - name of the deployment slot.

func (AppsClient) SyncFunctionsSlotPreparer

func (client AppsClient) SyncFunctionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

SyncFunctionsSlotPreparer prepares the SyncFunctionsSlot request.

func (AppsClient) SyncFunctionsSlotResponder

func (client AppsClient) SyncFunctionsSlotResponder(resp *http.Response) (result autorest.Response, err error)

SyncFunctionsSlotResponder handles the response to the SyncFunctionsSlot request. The method always closes the http.Response Body.

func (AppsClient) SyncFunctionsSlotSender

func (client AppsClient) SyncFunctionsSlotSender(req *http.Request) (*http.Response, error)

SyncFunctionsSlotSender sends the SyncFunctionsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SyncRepository

func (client AppsClient) SyncRepository(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

SyncRepository description for Sync web app repository. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (AppsClient) SyncRepositoryPreparer

func (client AppsClient) SyncRepositoryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

SyncRepositoryPreparer prepares the SyncRepository request.

func (AppsClient) SyncRepositoryResponder

func (client AppsClient) SyncRepositoryResponder(resp *http.Response) (result autorest.Response, err error)

SyncRepositoryResponder handles the response to the SyncRepository request. The method always closes the http.Response Body.

func (AppsClient) SyncRepositorySender

func (client AppsClient) SyncRepositorySender(req *http.Request) (*http.Response, error)

SyncRepositorySender sends the SyncRepository request. The method will close the http.Response Body if it receives an error.

func (AppsClient) SyncRepositorySlot

func (client AppsClient) SyncRepositorySlot(ctx context.Context, resourceGroupName string, name string, slot string) (result autorest.Response, err error)

SyncRepositorySlot description for Sync web app repository. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) SyncRepositorySlotPreparer

func (client AppsClient) SyncRepositorySlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

SyncRepositorySlotPreparer prepares the SyncRepositorySlot request.

func (AppsClient) SyncRepositorySlotResponder

func (client AppsClient) SyncRepositorySlotResponder(resp *http.Response) (result autorest.Response, err error)

SyncRepositorySlotResponder handles the response to the SyncRepositorySlot request. The method always closes the http.Response Body.

func (AppsClient) SyncRepositorySlotSender

func (client AppsClient) SyncRepositorySlotSender(req *http.Request) (*http.Response, error)

SyncRepositorySlotSender sends the SyncRepositorySlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) Update

func (client AppsClient) Update(ctx context.Context, resourceGroupName string, name string, siteEnvelope SitePatchResource) (result Site, err error)

Update description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter. siteEnvelope - a JSON representation of the app properties. See example.

func (AppsClient) UpdateApplicationSettings

func (client AppsClient) UpdateApplicationSettings(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (result StringDictionary, err error)

UpdateApplicationSettings description for Replaces the application settings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. appSettings - application settings of the app.

func (AppsClient) UpdateApplicationSettingsPreparer

func (client AppsClient) UpdateApplicationSettingsPreparer(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (*http.Request, error)

UpdateApplicationSettingsPreparer prepares the UpdateApplicationSettings request.

func (AppsClient) UpdateApplicationSettingsResponder

func (client AppsClient) UpdateApplicationSettingsResponder(resp *http.Response) (result StringDictionary, err error)

UpdateApplicationSettingsResponder handles the response to the UpdateApplicationSettings request. The method always closes the http.Response Body.

func (AppsClient) UpdateApplicationSettingsSender

func (client AppsClient) UpdateApplicationSettingsSender(req *http.Request) (*http.Response, error)

UpdateApplicationSettingsSender sends the UpdateApplicationSettings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateApplicationSettingsSlot

func (client AppsClient) UpdateApplicationSettingsSlot(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary, slot string) (result StringDictionary, err error)

UpdateApplicationSettingsSlot description for Replaces the application settings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. appSettings - application settings of the app. slot - name of the deployment slot. If a slot is not specified, the API will update the application settings for the production slot.

func (AppsClient) UpdateApplicationSettingsSlotPreparer

func (client AppsClient) UpdateApplicationSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary, slot string) (*http.Request, error)

UpdateApplicationSettingsSlotPreparer prepares the UpdateApplicationSettingsSlot request.

func (AppsClient) UpdateApplicationSettingsSlotResponder

func (client AppsClient) UpdateApplicationSettingsSlotResponder(resp *http.Response) (result StringDictionary, err error)

UpdateApplicationSettingsSlotResponder handles the response to the UpdateApplicationSettingsSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateApplicationSettingsSlotSender

func (client AppsClient) UpdateApplicationSettingsSlotSender(req *http.Request) (*http.Response, error)

UpdateApplicationSettingsSlotSender sends the UpdateApplicationSettingsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateAuthSettings

func (client AppsClient) UpdateAuthSettings(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings) (result SiteAuthSettings, err error)

UpdateAuthSettings description for Updates the Authentication / Authorization settings associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. siteAuthSettings - auth settings associated with web app.

func (AppsClient) UpdateAuthSettingsPreparer

func (client AppsClient) UpdateAuthSettingsPreparer(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings) (*http.Request, error)

UpdateAuthSettingsPreparer prepares the UpdateAuthSettings request.

func (AppsClient) UpdateAuthSettingsResponder

func (client AppsClient) UpdateAuthSettingsResponder(resp *http.Response) (result SiteAuthSettings, err error)

UpdateAuthSettingsResponder handles the response to the UpdateAuthSettings request. The method always closes the http.Response Body.

func (AppsClient) UpdateAuthSettingsSender

func (client AppsClient) UpdateAuthSettingsSender(req *http.Request) (*http.Response, error)

UpdateAuthSettingsSender sends the UpdateAuthSettings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateAuthSettingsSlot

func (client AppsClient) UpdateAuthSettingsSlot(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings, slot string) (result SiteAuthSettings, err error)

UpdateAuthSettingsSlot description for Updates the Authentication / Authorization settings associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. siteAuthSettings - auth settings associated with web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) UpdateAuthSettingsSlotPreparer

func (client AppsClient) UpdateAuthSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings, slot string) (*http.Request, error)

UpdateAuthSettingsSlotPreparer prepares the UpdateAuthSettingsSlot request.

func (AppsClient) UpdateAuthSettingsSlotResponder

func (client AppsClient) UpdateAuthSettingsSlotResponder(resp *http.Response) (result SiteAuthSettings, err error)

UpdateAuthSettingsSlotResponder handles the response to the UpdateAuthSettingsSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateAuthSettingsSlotSender

func (client AppsClient) UpdateAuthSettingsSlotSender(req *http.Request) (*http.Response, error)

UpdateAuthSettingsSlotSender sends the UpdateAuthSettingsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateAuthSettingsV2

func (client AppsClient) UpdateAuthSettingsV2(ctx context.Context, resourceGroupName string, name string, siteAuthSettingsV2 SiteAuthSettingsV2) (result SiteAuthSettingsV2, err error)

UpdateAuthSettingsV2 description for Updates site's Authentication / Authorization settings for apps via the V2 format Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. siteAuthSettingsV2 - auth settings associated with web app.

func (AppsClient) UpdateAuthSettingsV2Preparer

func (client AppsClient) UpdateAuthSettingsV2Preparer(ctx context.Context, resourceGroupName string, name string, siteAuthSettingsV2 SiteAuthSettingsV2) (*http.Request, error)

UpdateAuthSettingsV2Preparer prepares the UpdateAuthSettingsV2 request.

func (AppsClient) UpdateAuthSettingsV2Responder

func (client AppsClient) UpdateAuthSettingsV2Responder(resp *http.Response) (result SiteAuthSettingsV2, err error)

UpdateAuthSettingsV2Responder handles the response to the UpdateAuthSettingsV2 request. The method always closes the http.Response Body.

func (AppsClient) UpdateAuthSettingsV2Sender

func (client AppsClient) UpdateAuthSettingsV2Sender(req *http.Request) (*http.Response, error)

UpdateAuthSettingsV2Sender sends the UpdateAuthSettingsV2 request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateAuthSettingsV2Slot

func (client AppsClient) UpdateAuthSettingsV2Slot(ctx context.Context, resourceGroupName string, name string, siteAuthSettingsV2 SiteAuthSettingsV2, slot string) (result SiteAuthSettingsV2, err error)

UpdateAuthSettingsV2Slot description for Updates site's Authentication / Authorization settings for apps via the V2 format Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. siteAuthSettingsV2 - auth settings associated with web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) UpdateAuthSettingsV2SlotPreparer

func (client AppsClient) UpdateAuthSettingsV2SlotPreparer(ctx context.Context, resourceGroupName string, name string, siteAuthSettingsV2 SiteAuthSettingsV2, slot string) (*http.Request, error)

UpdateAuthSettingsV2SlotPreparer prepares the UpdateAuthSettingsV2Slot request.

func (AppsClient) UpdateAuthSettingsV2SlotResponder

func (client AppsClient) UpdateAuthSettingsV2SlotResponder(resp *http.Response) (result SiteAuthSettingsV2, err error)

UpdateAuthSettingsV2SlotResponder handles the response to the UpdateAuthSettingsV2Slot request. The method always closes the http.Response Body.

func (AppsClient) UpdateAuthSettingsV2SlotSender

func (client AppsClient) UpdateAuthSettingsV2SlotSender(req *http.Request) (*http.Response, error)

UpdateAuthSettingsV2SlotSender sends the UpdateAuthSettingsV2Slot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateAzureStorageAccounts

func (client AppsClient) UpdateAzureStorageAccounts(ctx context.Context, resourceGroupName string, name string, azureStorageAccounts AzureStoragePropertyDictionaryResource) (result AzureStoragePropertyDictionaryResource, err error)

UpdateAzureStorageAccounts description for Updates the Azure storage account configurations of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. azureStorageAccounts - azure storage accounts of the app.

func (AppsClient) UpdateAzureStorageAccountsPreparer

func (client AppsClient) UpdateAzureStorageAccountsPreparer(ctx context.Context, resourceGroupName string, name string, azureStorageAccounts AzureStoragePropertyDictionaryResource) (*http.Request, error)

UpdateAzureStorageAccountsPreparer prepares the UpdateAzureStorageAccounts request.

func (AppsClient) UpdateAzureStorageAccountsResponder

func (client AppsClient) UpdateAzureStorageAccountsResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error)

UpdateAzureStorageAccountsResponder handles the response to the UpdateAzureStorageAccounts request. The method always closes the http.Response Body.

func (AppsClient) UpdateAzureStorageAccountsSender

func (client AppsClient) UpdateAzureStorageAccountsSender(req *http.Request) (*http.Response, error)

UpdateAzureStorageAccountsSender sends the UpdateAzureStorageAccounts request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateAzureStorageAccountsSlot

func (client AppsClient) UpdateAzureStorageAccountsSlot(ctx context.Context, resourceGroupName string, name string, azureStorageAccounts AzureStoragePropertyDictionaryResource, slot string) (result AzureStoragePropertyDictionaryResource, err error)

UpdateAzureStorageAccountsSlot description for Updates the Azure storage account configurations of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. azureStorageAccounts - azure storage accounts of the app. slot - name of the deployment slot. If a slot is not specified, the API will update the Azure storage account configurations for the production slot.

func (AppsClient) UpdateAzureStorageAccountsSlotPreparer

func (client AppsClient) UpdateAzureStorageAccountsSlotPreparer(ctx context.Context, resourceGroupName string, name string, azureStorageAccounts AzureStoragePropertyDictionaryResource, slot string) (*http.Request, error)

UpdateAzureStorageAccountsSlotPreparer prepares the UpdateAzureStorageAccountsSlot request.

func (AppsClient) UpdateAzureStorageAccountsSlotResponder

func (client AppsClient) UpdateAzureStorageAccountsSlotResponder(resp *http.Response) (result AzureStoragePropertyDictionaryResource, err error)

UpdateAzureStorageAccountsSlotResponder handles the response to the UpdateAzureStorageAccountsSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateAzureStorageAccountsSlotSender

func (client AppsClient) UpdateAzureStorageAccountsSlotSender(req *http.Request) (*http.Response, error)

UpdateAzureStorageAccountsSlotSender sends the UpdateAzureStorageAccountsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateBackupConfiguration

func (client AppsClient) UpdateBackupConfiguration(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (result BackupRequest, err error)

UpdateBackupConfiguration description for Updates the backup configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - edited backup configuration.

func (AppsClient) UpdateBackupConfigurationPreparer

func (client AppsClient) UpdateBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (*http.Request, error)

UpdateBackupConfigurationPreparer prepares the UpdateBackupConfiguration request.

func (AppsClient) UpdateBackupConfigurationResponder

func (client AppsClient) UpdateBackupConfigurationResponder(resp *http.Response) (result BackupRequest, err error)

UpdateBackupConfigurationResponder handles the response to the UpdateBackupConfiguration request. The method always closes the http.Response Body.

func (AppsClient) UpdateBackupConfigurationSender

func (client AppsClient) UpdateBackupConfigurationSender(req *http.Request) (*http.Response, error)

UpdateBackupConfigurationSender sends the UpdateBackupConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateBackupConfigurationSlot

func (client AppsClient) UpdateBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (result BackupRequest, err error)

UpdateBackupConfigurationSlot description for Updates the backup configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. request - edited backup configuration. slot - name of the deployment slot. If a slot is not specified, the API will update the backup configuration for the production slot.

func (AppsClient) UpdateBackupConfigurationSlotPreparer

func (client AppsClient) UpdateBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (*http.Request, error)

UpdateBackupConfigurationSlotPreparer prepares the UpdateBackupConfigurationSlot request.

func (AppsClient) UpdateBackupConfigurationSlotResponder

func (client AppsClient) UpdateBackupConfigurationSlotResponder(resp *http.Response) (result BackupRequest, err error)

UpdateBackupConfigurationSlotResponder handles the response to the UpdateBackupConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateBackupConfigurationSlotSender

func (client AppsClient) UpdateBackupConfigurationSlotSender(req *http.Request) (*http.Response, error)

UpdateBackupConfigurationSlotSender sends the UpdateBackupConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateConfiguration

func (client AppsClient) UpdateConfiguration(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource) (result SiteConfigResource, err error)

UpdateConfiguration description for Updates the configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteConfig - JSON representation of a SiteConfig object. See example.

func (AppsClient) UpdateConfigurationPreparer

func (client AppsClient) UpdateConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource) (*http.Request, error)

UpdateConfigurationPreparer prepares the UpdateConfiguration request.

func (AppsClient) UpdateConfigurationResponder

func (client AppsClient) UpdateConfigurationResponder(resp *http.Response) (result SiteConfigResource, err error)

UpdateConfigurationResponder handles the response to the UpdateConfiguration request. The method always closes the http.Response Body.

func (AppsClient) UpdateConfigurationSender

func (client AppsClient) UpdateConfigurationSender(req *http.Request) (*http.Response, error)

UpdateConfigurationSender sends the UpdateConfiguration request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateConfigurationSlot

func (client AppsClient) UpdateConfigurationSlot(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource, slot string) (result SiteConfigResource, err error)

UpdateConfigurationSlot description for Updates the configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteConfig - JSON representation of a SiteConfig object. See example. slot - name of the deployment slot. If a slot is not specified, the API will update configuration for the production slot.

func (AppsClient) UpdateConfigurationSlotPreparer

func (client AppsClient) UpdateConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfigResource, slot string) (*http.Request, error)

UpdateConfigurationSlotPreparer prepares the UpdateConfigurationSlot request.

func (AppsClient) UpdateConfigurationSlotResponder

func (client AppsClient) UpdateConfigurationSlotResponder(resp *http.Response) (result SiteConfigResource, err error)

UpdateConfigurationSlotResponder handles the response to the UpdateConfigurationSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateConfigurationSlotSender

func (client AppsClient) UpdateConfigurationSlotSender(req *http.Request) (*http.Response, error)

UpdateConfigurationSlotSender sends the UpdateConfigurationSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateConnectionStrings

func (client AppsClient) UpdateConnectionStrings(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary) (result ConnectionStringDictionary, err error)

UpdateConnectionStrings description for Replaces the connection strings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. connectionStrings - connection strings of the app or deployment slot. See example.

func (AppsClient) UpdateConnectionStringsPreparer

func (client AppsClient) UpdateConnectionStringsPreparer(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary) (*http.Request, error)

UpdateConnectionStringsPreparer prepares the UpdateConnectionStrings request.

func (AppsClient) UpdateConnectionStringsResponder

func (client AppsClient) UpdateConnectionStringsResponder(resp *http.Response) (result ConnectionStringDictionary, err error)

UpdateConnectionStringsResponder handles the response to the UpdateConnectionStrings request. The method always closes the http.Response Body.

func (AppsClient) UpdateConnectionStringsSender

func (client AppsClient) UpdateConnectionStringsSender(req *http.Request) (*http.Response, error)

UpdateConnectionStringsSender sends the UpdateConnectionStrings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateConnectionStringsSlot

func (client AppsClient) UpdateConnectionStringsSlot(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary, slot string) (result ConnectionStringDictionary, err error)

UpdateConnectionStringsSlot description for Replaces the connection strings of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. connectionStrings - connection strings of the app or deployment slot. See example. slot - name of the deployment slot. If a slot is not specified, the API will update the connection settings for the production slot.

func (AppsClient) UpdateConnectionStringsSlotPreparer

func (client AppsClient) UpdateConnectionStringsSlotPreparer(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary, slot string) (*http.Request, error)

UpdateConnectionStringsSlotPreparer prepares the UpdateConnectionStringsSlot request.

func (AppsClient) UpdateConnectionStringsSlotResponder

func (client AppsClient) UpdateConnectionStringsSlotResponder(resp *http.Response) (result ConnectionStringDictionary, err error)

UpdateConnectionStringsSlotResponder handles the response to the UpdateConnectionStringsSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateConnectionStringsSlotSender

func (client AppsClient) UpdateConnectionStringsSlotSender(req *http.Request) (*http.Response, error)

UpdateConnectionStringsSlotSender sends the UpdateConnectionStringsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateDiagnosticLogsConfig

func (client AppsClient) UpdateDiagnosticLogsConfig(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig) (result SiteLogsConfig, err error)

UpdateDiagnosticLogsConfig description for Updates the logging configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteLogsConfig - a SiteLogsConfig JSON object that contains the logging configuration to change in the "properties" property.

func (AppsClient) UpdateDiagnosticLogsConfigPreparer

func (client AppsClient) UpdateDiagnosticLogsConfigPreparer(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig) (*http.Request, error)

UpdateDiagnosticLogsConfigPreparer prepares the UpdateDiagnosticLogsConfig request.

func (AppsClient) UpdateDiagnosticLogsConfigResponder

func (client AppsClient) UpdateDiagnosticLogsConfigResponder(resp *http.Response) (result SiteLogsConfig, err error)

UpdateDiagnosticLogsConfigResponder handles the response to the UpdateDiagnosticLogsConfig request. The method always closes the http.Response Body.

func (AppsClient) UpdateDiagnosticLogsConfigSender

func (client AppsClient) UpdateDiagnosticLogsConfigSender(req *http.Request) (*http.Response, error)

UpdateDiagnosticLogsConfigSender sends the UpdateDiagnosticLogsConfig request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateDiagnosticLogsConfigSlot

func (client AppsClient) UpdateDiagnosticLogsConfigSlot(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig, slot string) (result SiteLogsConfig, err error)

UpdateDiagnosticLogsConfigSlot description for Updates the logging configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteLogsConfig - a SiteLogsConfig JSON object that contains the logging configuration to change in the "properties" property. slot - name of the deployment slot. If a slot is not specified, the API will update the logging configuration for the production slot.

func (AppsClient) UpdateDiagnosticLogsConfigSlotPreparer

func (client AppsClient) UpdateDiagnosticLogsConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig, slot string) (*http.Request, error)

UpdateDiagnosticLogsConfigSlotPreparer prepares the UpdateDiagnosticLogsConfigSlot request.

func (AppsClient) UpdateDiagnosticLogsConfigSlotResponder

func (client AppsClient) UpdateDiagnosticLogsConfigSlotResponder(resp *http.Response) (result SiteLogsConfig, err error)

UpdateDiagnosticLogsConfigSlotResponder handles the response to the UpdateDiagnosticLogsConfigSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateDiagnosticLogsConfigSlotSender

func (client AppsClient) UpdateDiagnosticLogsConfigSlotSender(req *http.Request) (*http.Response, error)

UpdateDiagnosticLogsConfigSlotSender sends the UpdateDiagnosticLogsConfigSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateDomainOwnershipIdentifier

func (client AppsClient) UpdateDomainOwnershipIdentifier(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier) (result Identifier, err error)

UpdateDomainOwnershipIdentifier description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier. domainOwnershipIdentifier - a JSON representation of the domain ownership properties.

func (AppsClient) UpdateDomainOwnershipIdentifierPreparer

func (client AppsClient) UpdateDomainOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier) (*http.Request, error)

UpdateDomainOwnershipIdentifierPreparer prepares the UpdateDomainOwnershipIdentifier request.

func (AppsClient) UpdateDomainOwnershipIdentifierResponder

func (client AppsClient) UpdateDomainOwnershipIdentifierResponder(resp *http.Response) (result Identifier, err error)

UpdateDomainOwnershipIdentifierResponder handles the response to the UpdateDomainOwnershipIdentifier request. The method always closes the http.Response Body.

func (AppsClient) UpdateDomainOwnershipIdentifierSender

func (client AppsClient) UpdateDomainOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

UpdateDomainOwnershipIdentifierSender sends the UpdateDomainOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateDomainOwnershipIdentifierSlot

func (client AppsClient) UpdateDomainOwnershipIdentifierSlot(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier, slot string) (result Identifier, err error)

UpdateDomainOwnershipIdentifierSlot description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. domainOwnershipIdentifierName - name of domain ownership identifier. domainOwnershipIdentifier - a JSON representation of the domain ownership properties. slot - name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.

func (AppsClient) UpdateDomainOwnershipIdentifierSlotPreparer

func (client AppsClient) UpdateDomainOwnershipIdentifierSlotPreparer(ctx context.Context, resourceGroupName string, name string, domainOwnershipIdentifierName string, domainOwnershipIdentifier Identifier, slot string) (*http.Request, error)

UpdateDomainOwnershipIdentifierSlotPreparer prepares the UpdateDomainOwnershipIdentifierSlot request.

func (AppsClient) UpdateDomainOwnershipIdentifierSlotResponder

func (client AppsClient) UpdateDomainOwnershipIdentifierSlotResponder(resp *http.Response) (result Identifier, err error)

UpdateDomainOwnershipIdentifierSlotResponder handles the response to the UpdateDomainOwnershipIdentifierSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateDomainOwnershipIdentifierSlotSender

func (client AppsClient) UpdateDomainOwnershipIdentifierSlotSender(req *http.Request) (*http.Response, error)

UpdateDomainOwnershipIdentifierSlotSender sends the UpdateDomainOwnershipIdentifierSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateFtpAllowed

func (client AppsClient) UpdateFtpAllowed(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateFtpAllowed description for Updates whether FTP is allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) UpdateFtpAllowedPreparer

func (client AppsClient) UpdateFtpAllowedPreparer(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity) (*http.Request, error)

UpdateFtpAllowedPreparer prepares the UpdateFtpAllowed request.

func (AppsClient) UpdateFtpAllowedResponder

func (client AppsClient) UpdateFtpAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateFtpAllowedResponder handles the response to the UpdateFtpAllowed request. The method always closes the http.Response Body.

func (AppsClient) UpdateFtpAllowedSender

func (client AppsClient) UpdateFtpAllowedSender(req *http.Request) (*http.Response, error)

UpdateFtpAllowedSender sends the UpdateFtpAllowed request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateFtpAllowedSlot

func (client AppsClient) UpdateFtpAllowedSlot(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity, slot string) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateFtpAllowedSlot description for Updates whether FTP is allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) UpdateFtpAllowedSlotPreparer

func (client AppsClient) UpdateFtpAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity, slot string) (*http.Request, error)

UpdateFtpAllowedSlotPreparer prepares the UpdateFtpAllowedSlot request.

func (AppsClient) UpdateFtpAllowedSlotResponder

func (client AppsClient) UpdateFtpAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateFtpAllowedSlotResponder handles the response to the UpdateFtpAllowedSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateFtpAllowedSlotSender

func (client AppsClient) UpdateFtpAllowedSlotSender(req *http.Request) (*http.Response, error)

UpdateFtpAllowedSlotSender sends the UpdateFtpAllowedSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateHybridConnection

func (client AppsClient) UpdateHybridConnection(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection) (result HybridConnection, err error)

UpdateHybridConnection description for Creates a new Hybrid Connection using a Service Bus relay. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection. connectionEnvelope - the details of the hybrid connection.

func (AppsClient) UpdateHybridConnectionPreparer

func (client AppsClient) UpdateHybridConnectionPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection) (*http.Request, error)

UpdateHybridConnectionPreparer prepares the UpdateHybridConnection request.

func (AppsClient) UpdateHybridConnectionResponder

func (client AppsClient) UpdateHybridConnectionResponder(resp *http.Response) (result HybridConnection, err error)

UpdateHybridConnectionResponder handles the response to the UpdateHybridConnection request. The method always closes the http.Response Body.

func (AppsClient) UpdateHybridConnectionSender

func (client AppsClient) UpdateHybridConnectionSender(req *http.Request) (*http.Response, error)

UpdateHybridConnectionSender sends the UpdateHybridConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateHybridConnectionSlot

func (client AppsClient) UpdateHybridConnectionSlot(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection, slot string) (result HybridConnection, err error)

UpdateHybridConnectionSlot description for Creates a new Hybrid Connection using a Service Bus relay. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - the name of the web app. namespaceName - the namespace for this hybrid connection. relayName - the relay name for this hybrid connection. connectionEnvelope - the details of the hybrid connection. slot - the name of the slot for the web app.

func (AppsClient) UpdateHybridConnectionSlotPreparer

func (client AppsClient) UpdateHybridConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, namespaceName string, relayName string, connectionEnvelope HybridConnection, slot string) (*http.Request, error)

UpdateHybridConnectionSlotPreparer prepares the UpdateHybridConnectionSlot request.

func (AppsClient) UpdateHybridConnectionSlotResponder

func (client AppsClient) UpdateHybridConnectionSlotResponder(resp *http.Response) (result HybridConnection, err error)

UpdateHybridConnectionSlotResponder handles the response to the UpdateHybridConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateHybridConnectionSlotSender

func (client AppsClient) UpdateHybridConnectionSlotSender(req *http.Request) (*http.Response, error)

UpdateHybridConnectionSlotSender sends the UpdateHybridConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateMetadata

func (client AppsClient) UpdateMetadata(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary) (result StringDictionary, err error)

UpdateMetadata description for Replaces the metadata of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. metadata - edited metadata of the app or deployment slot. See example.

func (AppsClient) UpdateMetadataPreparer

func (client AppsClient) UpdateMetadataPreparer(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary) (*http.Request, error)

UpdateMetadataPreparer prepares the UpdateMetadata request.

func (AppsClient) UpdateMetadataResponder

func (client AppsClient) UpdateMetadataResponder(resp *http.Response) (result StringDictionary, err error)

UpdateMetadataResponder handles the response to the UpdateMetadata request. The method always closes the http.Response Body.

func (AppsClient) UpdateMetadataSender

func (client AppsClient) UpdateMetadataSender(req *http.Request) (*http.Response, error)

UpdateMetadataSender sends the UpdateMetadata request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateMetadataSlot

func (client AppsClient) UpdateMetadataSlot(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary, slot string) (result StringDictionary, err error)

UpdateMetadataSlot description for Replaces the metadata of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. metadata - edited metadata of the app or deployment slot. See example. slot - name of the deployment slot. If a slot is not specified, the API will update the metadata for the production slot.

func (AppsClient) UpdateMetadataSlotPreparer

func (client AppsClient) UpdateMetadataSlotPreparer(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary, slot string) (*http.Request, error)

UpdateMetadataSlotPreparer prepares the UpdateMetadataSlot request.

func (AppsClient) UpdateMetadataSlotResponder

func (client AppsClient) UpdateMetadataSlotResponder(resp *http.Response) (result StringDictionary, err error)

UpdateMetadataSlotResponder handles the response to the UpdateMetadataSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateMetadataSlotSender

func (client AppsClient) UpdateMetadataSlotSender(req *http.Request) (*http.Response, error)

UpdateMetadataSlotSender sends the UpdateMetadataSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdatePremierAddOn

func (client AppsClient) UpdatePremierAddOn(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnPatchResource) (result PremierAddOn, err error)

UpdatePremierAddOn description for Updates a named add-on of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name. premierAddOn - a JSON representation of the edited premier add-on.

func (AppsClient) UpdatePremierAddOnPreparer

func (client AppsClient) UpdatePremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnPatchResource) (*http.Request, error)

UpdatePremierAddOnPreparer prepares the UpdatePremierAddOn request.

func (AppsClient) UpdatePremierAddOnResponder

func (client AppsClient) UpdatePremierAddOnResponder(resp *http.Response) (result PremierAddOn, err error)

UpdatePremierAddOnResponder handles the response to the UpdatePremierAddOn request. The method always closes the http.Response Body.

func (AppsClient) UpdatePremierAddOnSender

func (client AppsClient) UpdatePremierAddOnSender(req *http.Request) (*http.Response, error)

UpdatePremierAddOnSender sends the UpdatePremierAddOn request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdatePremierAddOnSlot

func (client AppsClient) UpdatePremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnPatchResource, slot string) (result PremierAddOn, err error)

UpdatePremierAddOnSlot description for Updates a named add-on of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. premierAddOnName - add-on name. premierAddOn - a JSON representation of the edited premier add-on. slot - name of the deployment slot. If a slot is not specified, the API will update the named add-on for the production slot.

func (AppsClient) UpdatePremierAddOnSlotPreparer

func (client AppsClient) UpdatePremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnPatchResource, slot string) (*http.Request, error)

UpdatePremierAddOnSlotPreparer prepares the UpdatePremierAddOnSlot request.

func (AppsClient) UpdatePremierAddOnSlotResponder

func (client AppsClient) UpdatePremierAddOnSlotResponder(resp *http.Response) (result PremierAddOn, err error)

UpdatePremierAddOnSlotResponder handles the response to the UpdatePremierAddOnSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdatePremierAddOnSlotSender

func (client AppsClient) UpdatePremierAddOnSlotSender(req *http.Request) (*http.Response, error)

UpdatePremierAddOnSlotSender sends the UpdatePremierAddOnSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdatePreparer

func (client AppsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope SitePatchResource) (*http.Request, error)

UpdatePreparer prepares the Update request.

func (AppsClient) UpdateRelayServiceConnection

func (client AppsClient) UpdateRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (result RelayServiceConnectionEntity, err error)

UpdateRelayServiceConnection description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection configuration. connectionEnvelope - details of the hybrid connection configuration.

func (AppsClient) UpdateRelayServiceConnectionPreparer

func (client AppsClient) UpdateRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (*http.Request, error)

UpdateRelayServiceConnectionPreparer prepares the UpdateRelayServiceConnection request.

func (AppsClient) UpdateRelayServiceConnectionResponder

func (client AppsClient) UpdateRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

UpdateRelayServiceConnectionResponder handles the response to the UpdateRelayServiceConnection request. The method always closes the http.Response Body.

func (AppsClient) UpdateRelayServiceConnectionSender

func (client AppsClient) UpdateRelayServiceConnectionSender(req *http.Request) (*http.Response, error)

UpdateRelayServiceConnectionSender sends the UpdateRelayServiceConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateRelayServiceConnectionSlot

func (client AppsClient) UpdateRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (result RelayServiceConnectionEntity, err error)

UpdateRelayServiceConnectionSlot description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. entityName - name of the hybrid connection configuration. connectionEnvelope - details of the hybrid connection configuration. slot - name of the deployment slot. If a slot is not specified, the API will create or update a hybrid connection for the production slot.

func (AppsClient) UpdateRelayServiceConnectionSlotPreparer

func (client AppsClient) UpdateRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (*http.Request, error)

UpdateRelayServiceConnectionSlotPreparer prepares the UpdateRelayServiceConnectionSlot request.

func (AppsClient) UpdateRelayServiceConnectionSlotResponder

func (client AppsClient) UpdateRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error)

UpdateRelayServiceConnectionSlotResponder handles the response to the UpdateRelayServiceConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateRelayServiceConnectionSlotSender

func (client AppsClient) UpdateRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error)

UpdateRelayServiceConnectionSlotSender sends the UpdateRelayServiceConnectionSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateResponder

func (client AppsClient) UpdateResponder(resp *http.Response) (result Site, err error)

UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.

func (AppsClient) UpdateScmAllowed

func (client AppsClient) UpdateScmAllowed(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateScmAllowed description for Updates whether user publishing credentials are allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) UpdateScmAllowedPreparer

func (client AppsClient) UpdateScmAllowedPreparer(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity) (*http.Request, error)

UpdateScmAllowedPreparer prepares the UpdateScmAllowed request.

func (AppsClient) UpdateScmAllowedResponder

func (client AppsClient) UpdateScmAllowedResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateScmAllowedResponder handles the response to the UpdateScmAllowed request. The method always closes the http.Response Body.

func (AppsClient) UpdateScmAllowedSender

func (client AppsClient) UpdateScmAllowedSender(req *http.Request) (*http.Response, error)

UpdateScmAllowedSender sends the UpdateScmAllowed request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateScmAllowedSlot

func (client AppsClient) UpdateScmAllowedSlot(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity, slot string) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateScmAllowedSlot description for Updates whether user publishing credentials are allowed on the site or not. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app.

func (AppsClient) UpdateScmAllowedSlotPreparer

func (client AppsClient) UpdateScmAllowedSlotPreparer(ctx context.Context, resourceGroupName string, name string, csmPublishingAccessPoliciesEntity CsmPublishingCredentialsPoliciesEntity, slot string) (*http.Request, error)

UpdateScmAllowedSlotPreparer prepares the UpdateScmAllowedSlot request.

func (AppsClient) UpdateScmAllowedSlotResponder

func (client AppsClient) UpdateScmAllowedSlotResponder(resp *http.Response) (result CsmPublishingCredentialsPoliciesEntity, err error)

UpdateScmAllowedSlotResponder handles the response to the UpdateScmAllowedSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateScmAllowedSlotSender

func (client AppsClient) UpdateScmAllowedSlotSender(req *http.Request) (*http.Response, error)

UpdateScmAllowedSlotSender sends the UpdateScmAllowedSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSender

func (client AppsClient) UpdateSender(req *http.Request) (*http.Response, error)

UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSitePushSettings

func (client AppsClient) UpdateSitePushSettings(ctx context.Context, resourceGroupName string, name string, pushSettings PushSettings) (result PushSettings, err error)

UpdateSitePushSettings description for Updates the Push settings associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. pushSettings - push settings associated with web app.

func (AppsClient) UpdateSitePushSettingsPreparer

func (client AppsClient) UpdateSitePushSettingsPreparer(ctx context.Context, resourceGroupName string, name string, pushSettings PushSettings) (*http.Request, error)

UpdateSitePushSettingsPreparer prepares the UpdateSitePushSettings request.

func (AppsClient) UpdateSitePushSettingsResponder

func (client AppsClient) UpdateSitePushSettingsResponder(resp *http.Response) (result PushSettings, err error)

UpdateSitePushSettingsResponder handles the response to the UpdateSitePushSettings request. The method always closes the http.Response Body.

func (AppsClient) UpdateSitePushSettingsSender

func (client AppsClient) UpdateSitePushSettingsSender(req *http.Request) (*http.Response, error)

UpdateSitePushSettingsSender sends the UpdateSitePushSettings request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSitePushSettingsSlot

func (client AppsClient) UpdateSitePushSettingsSlot(ctx context.Context, resourceGroupName string, name string, pushSettings PushSettings, slot string) (result PushSettings, err error)

UpdateSitePushSettingsSlot description for Updates the Push settings associated with web app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. pushSettings - push settings associated with web app. slot - name of web app slot. If not specified then will default to production slot.

func (AppsClient) UpdateSitePushSettingsSlotPreparer

func (client AppsClient) UpdateSitePushSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, pushSettings PushSettings, slot string) (*http.Request, error)

UpdateSitePushSettingsSlotPreparer prepares the UpdateSitePushSettingsSlot request.

func (AppsClient) UpdateSitePushSettingsSlotResponder

func (client AppsClient) UpdateSitePushSettingsSlotResponder(resp *http.Response) (result PushSettings, err error)

UpdateSitePushSettingsSlotResponder handles the response to the UpdateSitePushSettingsSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateSitePushSettingsSlotSender

func (client AppsClient) UpdateSitePushSettingsSlotSender(req *http.Request) (*http.Response, error)

UpdateSitePushSettingsSlotSender sends the UpdateSitePushSettingsSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSlot

func (client AppsClient) UpdateSlot(ctx context.Context, resourceGroupName string, name string, siteEnvelope SitePatchResource, slot string) (result Site, err error)

UpdateSlot description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter. siteEnvelope - a JSON representation of the app properties. See example. slot - name of the deployment slot to create or update. By default, this API attempts to create or modify the production slot.

func (AppsClient) UpdateSlotConfigurationNames

func (client AppsClient) UpdateSlotConfigurationNames(ctx context.Context, resourceGroupName string, name string, slotConfigNames SlotConfigNamesResource) (result SlotConfigNamesResource, err error)

UpdateSlotConfigurationNames description for Updates the names of application settings and connection string that remain with the slot during swap operation. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. slotConfigNames - names of application settings and connection strings. See example.

func (AppsClient) UpdateSlotConfigurationNamesPreparer

func (client AppsClient) UpdateSlotConfigurationNamesPreparer(ctx context.Context, resourceGroupName string, name string, slotConfigNames SlotConfigNamesResource) (*http.Request, error)

UpdateSlotConfigurationNamesPreparer prepares the UpdateSlotConfigurationNames request.

func (AppsClient) UpdateSlotConfigurationNamesResponder

func (client AppsClient) UpdateSlotConfigurationNamesResponder(resp *http.Response) (result SlotConfigNamesResource, err error)

UpdateSlotConfigurationNamesResponder handles the response to the UpdateSlotConfigurationNames request. The method always closes the http.Response Body.

func (AppsClient) UpdateSlotConfigurationNamesSender

func (client AppsClient) UpdateSlotConfigurationNamesSender(req *http.Request) (*http.Response, error)

UpdateSlotConfigurationNamesSender sends the UpdateSlotConfigurationNames request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSlotPreparer

func (client AppsClient) UpdateSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope SitePatchResource, slot string) (*http.Request, error)

UpdateSlotPreparer prepares the UpdateSlot request.

func (AppsClient) UpdateSlotResponder

func (client AppsClient) UpdateSlotResponder(resp *http.Response) (result Site, err error)

UpdateSlotResponder handles the response to the UpdateSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateSlotSender

func (client AppsClient) UpdateSlotSender(req *http.Request) (*http.Response, error)

UpdateSlotSender sends the UpdateSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSourceControl

func (client AppsClient) UpdateSourceControl(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (result SiteSourceControl, err error)

UpdateSourceControl description for Updates the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteSourceControl - JSON representation of a SiteSourceControl object. See example.

func (AppsClient) UpdateSourceControlPreparer

func (client AppsClient) UpdateSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (*http.Request, error)

UpdateSourceControlPreparer prepares the UpdateSourceControl request.

func (AppsClient) UpdateSourceControlResponder

func (client AppsClient) UpdateSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error)

UpdateSourceControlResponder handles the response to the UpdateSourceControl request. The method always closes the http.Response Body.

func (AppsClient) UpdateSourceControlSender

func (client AppsClient) UpdateSourceControlSender(req *http.Request) (*http.Response, error)

UpdateSourceControlSender sends the UpdateSourceControl request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSourceControlSlot

func (client AppsClient) UpdateSourceControlSlot(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (result SiteSourceControl, err error)

UpdateSourceControlSlot description for Updates the source control configuration of an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. siteSourceControl - JSON representation of a SiteSourceControl object. See example. slot - name of the deployment slot. If a slot is not specified, the API will update the source control configuration for the production slot.

func (AppsClient) UpdateSourceControlSlotPreparer

func (client AppsClient) UpdateSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (*http.Request, error)

UpdateSourceControlSlotPreparer prepares the UpdateSourceControlSlot request.

func (AppsClient) UpdateSourceControlSlotResponder

func (client AppsClient) UpdateSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error)

UpdateSourceControlSlotResponder handles the response to the UpdateSourceControlSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateSourceControlSlotSender

func (client AppsClient) UpdateSourceControlSlotSender(req *http.Request) (*http.Response, error)

UpdateSourceControlSlotSender sends the UpdateSourceControlSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheck

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheck(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork) (result SwiftVirtualNetwork, err error)

UpdateSwiftVirtualNetworkConnectionWithCheck description for Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. connectionEnvelope - properties of the Virtual Network connection. See example.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckPreparer

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckPreparer(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork) (*http.Request, error)

UpdateSwiftVirtualNetworkConnectionWithCheckPreparer prepares the UpdateSwiftVirtualNetworkConnectionWithCheck request.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckResponder

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckResponder(resp *http.Response) (result SwiftVirtualNetwork, err error)

UpdateSwiftVirtualNetworkConnectionWithCheckResponder handles the response to the UpdateSwiftVirtualNetworkConnectionWithCheck request. The method always closes the http.Response Body.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSender

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSender(req *http.Request) (*http.Response, error)

UpdateSwiftVirtualNetworkConnectionWithCheckSender sends the UpdateSwiftVirtualNetworkConnectionWithCheck request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlot

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlot(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork, slot string) (result SwiftVirtualNetwork, err error)

UpdateSwiftVirtualNetworkConnectionWithCheckSlot description for Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. connectionEnvelope - properties of the Virtual Network connection. See example. slot - name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer(ctx context.Context, resourceGroupName string, name string, connectionEnvelope SwiftVirtualNetwork, slot string) (*http.Request, error)

UpdateSwiftVirtualNetworkConnectionWithCheckSlotPreparer prepares the UpdateSwiftVirtualNetworkConnectionWithCheckSlot request.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder(resp *http.Response) (result SwiftVirtualNetwork, err error)

UpdateSwiftVirtualNetworkConnectionWithCheckSlotResponder handles the response to the UpdateSwiftVirtualNetworkConnectionWithCheckSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotSender

func (client AppsClient) UpdateSwiftVirtualNetworkConnectionWithCheckSlotSender(req *http.Request) (*http.Response, error)

UpdateSwiftVirtualNetworkConnectionWithCheckSlotSender sends the UpdateSwiftVirtualNetworkConnectionWithCheckSlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateVnetConnection

func (client AppsClient) UpdateVnetConnection(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource) (result VnetInfoResource, err error)

UpdateVnetConnection description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of an existing Virtual Network. connectionEnvelope - properties of the Virtual Network connection. See example.

func (AppsClient) UpdateVnetConnectionGateway

func (client AppsClient) UpdateVnetConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (result VnetGateway, err error)

UpdateVnetConnectionGateway description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Currently, the only supported string is "primary". connectionEnvelope - the properties to update this gateway with.

func (AppsClient) UpdateVnetConnectionGatewayPreparer

func (client AppsClient) UpdateVnetConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (*http.Request, error)

UpdateVnetConnectionGatewayPreparer prepares the UpdateVnetConnectionGateway request.

func (AppsClient) UpdateVnetConnectionGatewayResponder

func (client AppsClient) UpdateVnetConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error)

UpdateVnetConnectionGatewayResponder handles the response to the UpdateVnetConnectionGateway request. The method always closes the http.Response Body.

func (AppsClient) UpdateVnetConnectionGatewaySender

func (client AppsClient) UpdateVnetConnectionGatewaySender(req *http.Request) (*http.Response, error)

UpdateVnetConnectionGatewaySender sends the UpdateVnetConnectionGateway request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateVnetConnectionGatewaySlot

func (client AppsClient) UpdateVnetConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (result VnetGateway, err error)

UpdateVnetConnectionGatewaySlot description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of the Virtual Network. gatewayName - name of the gateway. Currently, the only supported string is "primary". connectionEnvelope - the properties to update this gateway with. slot - name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the production slot's Virtual Network.

func (AppsClient) UpdateVnetConnectionGatewaySlotPreparer

func (client AppsClient) UpdateVnetConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (*http.Request, error)

UpdateVnetConnectionGatewaySlotPreparer prepares the UpdateVnetConnectionGatewaySlot request.

func (AppsClient) UpdateVnetConnectionGatewaySlotResponder

func (client AppsClient) UpdateVnetConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error)

UpdateVnetConnectionGatewaySlotResponder handles the response to the UpdateVnetConnectionGatewaySlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateVnetConnectionGatewaySlotSender

func (client AppsClient) UpdateVnetConnectionGatewaySlotSender(req *http.Request) (*http.Response, error)

UpdateVnetConnectionGatewaySlotSender sends the UpdateVnetConnectionGatewaySlot request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateVnetConnectionPreparer

func (client AppsClient) UpdateVnetConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource) (*http.Request, error)

UpdateVnetConnectionPreparer prepares the UpdateVnetConnection request.

func (AppsClient) UpdateVnetConnectionResponder

func (client AppsClient) UpdateVnetConnectionResponder(resp *http.Response) (result VnetInfoResource, err error)

UpdateVnetConnectionResponder handles the response to the UpdateVnetConnection request. The method always closes the http.Response Body.

func (AppsClient) UpdateVnetConnectionSender

func (client AppsClient) UpdateVnetConnectionSender(req *http.Request) (*http.Response, error)

UpdateVnetConnectionSender sends the UpdateVnetConnection request. The method will close the http.Response Body if it receives an error.

func (AppsClient) UpdateVnetConnectionSlot

func (client AppsClient) UpdateVnetConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource, slot string) (result VnetInfoResource, err error)

UpdateVnetConnectionSlot description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the app. vnetName - name of an existing Virtual Network. connectionEnvelope - properties of the Virtual Network connection. See example. slot - name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot.

func (AppsClient) UpdateVnetConnectionSlotPreparer

func (client AppsClient) UpdateVnetConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfoResource, slot string) (*http.Request, error)

UpdateVnetConnectionSlotPreparer prepares the UpdateVnetConnectionSlot request.

func (AppsClient) UpdateVnetConnectionSlotResponder

func (client AppsClient) UpdateVnetConnectionSlotResponder(resp *http.Response) (result VnetInfoResource, err error)

UpdateVnetConnectionSlotResponder handles the response to the UpdateVnetConnectionSlot request. The method always closes the http.Response Body.

func (AppsClient) UpdateVnetConnectionSlotSender

func (client AppsClient) UpdateVnetConnectionSlotSender(req *http.Request) (*http.Response, error)

UpdateVnetConnectionSlotSender sends the UpdateVnetConnectionSlot request. The method will close the http.Response Body if it receives an error.

type AppsCreateFunctionFuture

type AppsCreateFunctionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (FunctionEnvelope, error)
}

AppsCreateFunctionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateFunctionFuture) UnmarshalJSON

func (future *AppsCreateFunctionFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateInstanceFunctionSlotFuture

type AppsCreateInstanceFunctionSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (FunctionEnvelope, error)
}

AppsCreateInstanceFunctionSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateInstanceFunctionSlotFuture) UnmarshalJSON

func (future *AppsCreateInstanceFunctionSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateInstanceMSDeployOperationFuture

type AppsCreateInstanceMSDeployOperationFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (MSDeployStatus, error)
}

AppsCreateInstanceMSDeployOperationFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateInstanceMSDeployOperationFuture) UnmarshalJSON

func (future *AppsCreateInstanceMSDeployOperationFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateInstanceMSDeployOperationSlotFuture

type AppsCreateInstanceMSDeployOperationSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (MSDeployStatus, error)
}

AppsCreateInstanceMSDeployOperationSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateInstanceMSDeployOperationSlotFuture) UnmarshalJSON

func (future *AppsCreateInstanceMSDeployOperationSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateMSDeployOperationFuture

type AppsCreateMSDeployOperationFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (MSDeployStatus, error)
}

AppsCreateMSDeployOperationFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateMSDeployOperationFuture) UnmarshalJSON

func (future *AppsCreateMSDeployOperationFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateMSDeployOperationSlotFuture

type AppsCreateMSDeployOperationSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (MSDeployStatus, error)
}

AppsCreateMSDeployOperationSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateMSDeployOperationSlotFuture) UnmarshalJSON

func (future *AppsCreateMSDeployOperationSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateOrUpdateFuture

type AppsCreateOrUpdateFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (Site, error)
}

AppsCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateOrUpdateFuture) UnmarshalJSON

func (future *AppsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateOrUpdateSlotFuture

type AppsCreateOrUpdateSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (Site, error)
}

AppsCreateOrUpdateSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateOrUpdateSlotFuture) UnmarshalJSON

func (future *AppsCreateOrUpdateSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateOrUpdateSourceControlFuture

type AppsCreateOrUpdateSourceControlFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (SiteSourceControl, error)
}

AppsCreateOrUpdateSourceControlFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateOrUpdateSourceControlFuture) UnmarshalJSON

func (future *AppsCreateOrUpdateSourceControlFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsCreateOrUpdateSourceControlSlotFuture

type AppsCreateOrUpdateSourceControlSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (SiteSourceControl, error)
}

AppsCreateOrUpdateSourceControlSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsCreateOrUpdateSourceControlSlotFuture) UnmarshalJSON

func (future *AppsCreateOrUpdateSourceControlSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsDeletePrivateEndpointConnectionFuture

type AppsDeletePrivateEndpointConnectionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (SetObject, error)
}

AppsDeletePrivateEndpointConnectionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsDeletePrivateEndpointConnectionFuture) UnmarshalJSON

func (future *AppsDeletePrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsDeletePrivateEndpointConnectionSlotFuture

type AppsDeletePrivateEndpointConnectionSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (SetObject, error)
}

AppsDeletePrivateEndpointConnectionSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsDeletePrivateEndpointConnectionSlotFuture) UnmarshalJSON

func (future *AppsDeletePrivateEndpointConnectionSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsInstallSiteExtensionFuture

type AppsInstallSiteExtensionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (SiteExtensionInfo, error)
}

AppsInstallSiteExtensionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsInstallSiteExtensionFuture) UnmarshalJSON

func (future *AppsInstallSiteExtensionFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsInstallSiteExtensionSlotFuture

type AppsInstallSiteExtensionSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (SiteExtensionInfo, error)
}

AppsInstallSiteExtensionSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsInstallSiteExtensionSlotFuture) UnmarshalJSON

func (future *AppsInstallSiteExtensionSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsListPublishingCredentialsFuture

type AppsListPublishingCredentialsFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (User, error)
}

AppsListPublishingCredentialsFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsListPublishingCredentialsFuture) UnmarshalJSON

func (future *AppsListPublishingCredentialsFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsListPublishingCredentialsSlotFuture

type AppsListPublishingCredentialsSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (User, error)
}

AppsListPublishingCredentialsSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsListPublishingCredentialsSlotFuture) UnmarshalJSON

func (future *AppsListPublishingCredentialsSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsMigrateMySQLFuture

type AppsMigrateMySQLFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (Operation, error)
}

AppsMigrateMySQLFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsMigrateMySQLFuture) UnmarshalJSON

func (future *AppsMigrateMySQLFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsMigrateStorageFuture

type AppsMigrateStorageFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (StorageMigrationResponse, error)
}

AppsMigrateStorageFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsMigrateStorageFuture) UnmarshalJSON

func (future *AppsMigrateStorageFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreFromBackupBlobFuture

type AppsRestoreFromBackupBlobFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreFromBackupBlobFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreFromBackupBlobFuture) UnmarshalJSON

func (future *AppsRestoreFromBackupBlobFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreFromBackupBlobSlotFuture

type AppsRestoreFromBackupBlobSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreFromBackupBlobSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreFromBackupBlobSlotFuture) UnmarshalJSON

func (future *AppsRestoreFromBackupBlobSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreFromDeletedAppFuture

type AppsRestoreFromDeletedAppFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreFromDeletedAppFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreFromDeletedAppFuture) UnmarshalJSON

func (future *AppsRestoreFromDeletedAppFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreFromDeletedAppSlotFuture

type AppsRestoreFromDeletedAppSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreFromDeletedAppSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreFromDeletedAppSlotFuture) UnmarshalJSON

func (future *AppsRestoreFromDeletedAppSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreFuture

type AppsRestoreFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreFuture) UnmarshalJSON

func (future *AppsRestoreFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreSlotFuture

type AppsRestoreSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreSlotFuture) UnmarshalJSON

func (future *AppsRestoreSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreSnapshotFuture

type AppsRestoreSnapshotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreSnapshotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreSnapshotFuture) UnmarshalJSON

func (future *AppsRestoreSnapshotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsRestoreSnapshotSlotFuture

type AppsRestoreSnapshotSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsRestoreSnapshotSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsRestoreSnapshotSlotFuture) UnmarshalJSON

func (future *AppsRestoreSnapshotSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsStartNetworkTraceFuture

type AppsStartNetworkTraceFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (ListNetworkTrace, error)
}

AppsStartNetworkTraceFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsStartNetworkTraceFuture) UnmarshalJSON

func (future *AppsStartNetworkTraceFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsStartNetworkTraceSlotFuture

type AppsStartNetworkTraceSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (ListNetworkTrace, error)
}

AppsStartNetworkTraceSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsStartNetworkTraceSlotFuture) UnmarshalJSON

func (future *AppsStartNetworkTraceSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsStartWebSiteNetworkTraceOperationFuture

type AppsStartWebSiteNetworkTraceOperationFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (ListNetworkTrace, error)
}

AppsStartWebSiteNetworkTraceOperationFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsStartWebSiteNetworkTraceOperationFuture) UnmarshalJSON

func (future *AppsStartWebSiteNetworkTraceOperationFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsStartWebSiteNetworkTraceOperationSlotFuture

type AppsStartWebSiteNetworkTraceOperationSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (ListNetworkTrace, error)
}

AppsStartWebSiteNetworkTraceOperationSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsStartWebSiteNetworkTraceOperationSlotFuture) UnmarshalJSON

func (future *AppsStartWebSiteNetworkTraceOperationSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsSwapSlotSlotFuture

type AppsSwapSlotSlotFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsSwapSlotSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsSwapSlotSlotFuture) UnmarshalJSON

func (future *AppsSwapSlotSlotFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppsSwapSlotWithProductionFuture

type AppsSwapSlotWithProductionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(AppsClient) (autorest.Response, error)
}

AppsSwapSlotWithProductionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*AppsSwapSlotWithProductionFuture) UnmarshalJSON

func (future *AppsSwapSlotWithProductionFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type AppserviceGithubToken

type AppserviceGithubToken struct {
	autorest.Response `json:"-"`
	// AccessToken - Github access token for Appservice CLI github integration
	AccessToken *string `json:"accessToken,omitempty"`
	// Scope - Scope of the github access token
	Scope *string `json:"scope,omitempty"`
	// TokenType - token type
	TokenType *string `json:"tokenType,omitempty"`
	// GotToken - True if valid github token received, False otherwise
	GotToken *bool `json:"gotToken,omitempty"`
	// ErrorMessage - Error message if unable to get token
	ErrorMessage *string `json:"errorMessage,omitempty"`
}

AppserviceGithubToken github access token for Appservice CLI github integration.

type AppserviceGithubTokenRequest

type AppserviceGithubTokenRequest struct {
	// Code - Code string to exchange for Github Access token
	Code *string `json:"code,omitempty"`
	// State - State string used for verification.
	State *string `json:"state,omitempty"`
}

AppserviceGithubTokenRequest appservice Github token request content.

type ArcConfiguration

type ArcConfiguration struct {
	// ArtifactsStorageType - Possible values include: 'StorageTypeLocalNode', 'StorageTypeNetworkFileSystem'
	ArtifactsStorageType         StorageType            `json:"artifactsStorageType,omitempty"`
	ArtifactStorageClassName     *string                `json:"artifactStorageClassName,omitempty"`
	ArtifactStorageMountPath     *string                `json:"artifactStorageMountPath,omitempty"`
	ArtifactStorageNodeName      *string                `json:"artifactStorageNodeName,omitempty"`
	ArtifactStorageAccessMode    *string                `json:"artifactStorageAccessMode,omitempty"`
	FrontEndServiceConfiguration *FrontEndConfiguration `json:"frontEndServiceConfiguration,omitempty"`
	KubeConfig                   *string                `json:"kubeConfig,omitempty"`
}

ArcConfiguration ...

type ArmIDWrapper

type ArmIDWrapper struct {
	// ID - READ-ONLY
	ID *string `json:"id,omitempty"`
}

ArmIDWrapper a wrapper for an ARM resource id

func (ArmIDWrapper) MarshalJSON

func (aiw ArmIDWrapper) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ArmIDWrapper.

type ArmPlan

type ArmPlan struct {
	// Name - The name.
	Name *string `json:"name,omitempty"`
	// Publisher - The publisher.
	Publisher *string `json:"publisher,omitempty"`
	// Product - The product.
	Product *string `json:"product,omitempty"`
	// PromotionCode - The promotion code.
	PromotionCode *string `json:"promotionCode,omitempty"`
	// Version - Version of product.
	Version *string `json:"version,omitempty"`
}

ArmPlan the plan object in Azure Resource Manager, represents a marketplace plan.

type AseV3NetworkingConfiguration

type AseV3NetworkingConfiguration struct {
	autorest.Response `json:"-"`
	// AseV3NetworkingConfigurationProperties - AseV3NetworkingConfiguration resource specific properties
	*AseV3NetworkingConfigurationProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AseV3NetworkingConfiguration full view of networking configuration for an ASE.

func (AseV3NetworkingConfiguration) MarshalJSON

func (avnc AseV3NetworkingConfiguration) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AseV3NetworkingConfiguration.

func (*AseV3NetworkingConfiguration) UnmarshalJSON

func (avnc *AseV3NetworkingConfiguration) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AseV3NetworkingConfiguration struct.

type AseV3NetworkingConfigurationProperties

type AseV3NetworkingConfigurationProperties struct {
	// WindowsOutboundIPAddresses - READ-ONLY
	WindowsOutboundIPAddresses *[]string `json:"windowsOutboundIpAddresses,omitempty"`
	// LinuxOutboundIPAddresses - READ-ONLY
	LinuxOutboundIPAddresses *[]string `json:"linuxOutboundIpAddresses,omitempty"`
	// ExternalInboundIPAddresses - READ-ONLY
	ExternalInboundIPAddresses *[]string `json:"externalInboundIpAddresses,omitempty"`
	// InternalInboundIPAddresses - READ-ONLY
	InternalInboundIPAddresses *[]string `json:"internalInboundIpAddresses,omitempty"`
	// AllowNewPrivateEndpointConnections - Property to enable and disable new private endpoint connection creation on ASE
	AllowNewPrivateEndpointConnections *bool `json:"allowNewPrivateEndpointConnections,omitempty"`
}

AseV3NetworkingConfigurationProperties aseV3NetworkingConfiguration resource specific properties

func (AseV3NetworkingConfigurationProperties) MarshalJSON

func (avnc AseV3NetworkingConfigurationProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AseV3NetworkingConfigurationProperties.

type AuthPlatform

type AuthPlatform struct {
	// Enabled - <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// RuntimeVersion - The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion *string `json:"runtimeVersion,omitempty"`
	// ConfigFilePath - The path of the config file containing auth settings if they come from a file.
	// If the path is relative, base will the site's root directory.
	ConfigFilePath *string `json:"configFilePath,omitempty"`
}

AuthPlatform the configuration settings of the platform of App Service Authentication/Authorization.

type AutoHealActionType

type AutoHealActionType string

AutoHealActionType enumerates the values for auto heal action type.

const (
	// AutoHealActionTypeCustomAction ...
	AutoHealActionTypeCustomAction AutoHealActionType = "CustomAction"
	// AutoHealActionTypeLogEvent ...
	AutoHealActionTypeLogEvent AutoHealActionType = "LogEvent"
	// AutoHealActionTypeRecycle ...
	AutoHealActionTypeRecycle AutoHealActionType = "Recycle"
)

func PossibleAutoHealActionTypeValues

func PossibleAutoHealActionTypeValues() []AutoHealActionType

PossibleAutoHealActionTypeValues returns an array of possible values for the AutoHealActionType const type.

type AutoHealActions

type AutoHealActions struct {
	// ActionType - Predefined action to be taken. Possible values include: 'AutoHealActionTypeRecycle', 'AutoHealActionTypeLogEvent', 'AutoHealActionTypeCustomAction'
	ActionType AutoHealActionType `json:"actionType,omitempty"`
	// CustomAction - Custom action to be taken.
	CustomAction *AutoHealCustomAction `json:"customAction,omitempty"`
	// MinProcessExecutionTime - Minimum time the process must execute
	// before taking the action
	MinProcessExecutionTime *string `json:"minProcessExecutionTime,omitempty"`
}

AutoHealActions actions which to take by the auto-heal module when a rule is triggered.

type AutoHealCustomAction

type AutoHealCustomAction struct {
	// Exe - Executable to be run.
	Exe *string `json:"exe,omitempty"`
	// Parameters - Parameters for the executable.
	Parameters *string `json:"parameters,omitempty"`
}

AutoHealCustomAction custom action to be executed when an auto heal rule is triggered.

type AutoHealRules

type AutoHealRules struct {
	// Triggers - Conditions that describe when to execute the auto-heal actions.
	Triggers *AutoHealTriggers `json:"triggers,omitempty"`
	// Actions - Actions to be executed when a rule is triggered.
	Actions *AutoHealActions `json:"actions,omitempty"`
}

AutoHealRules rules that can be defined for auto-heal.

type AutoHealTriggers

type AutoHealTriggers struct {
	// Requests - A rule based on total requests.
	Requests *RequestsBasedTrigger `json:"requests,omitempty"`
	// PrivateBytesInKB - A rule based on private bytes.
	PrivateBytesInKB *int32 `json:"privateBytesInKB,omitempty"`
	// StatusCodes - A rule based on status codes.
	StatusCodes *[]StatusCodesBasedTrigger `json:"statusCodes,omitempty"`
	// SlowRequests - A rule based on request execution time.
	SlowRequests *SlowRequestsBasedTrigger `json:"slowRequests,omitempty"`
	// SlowRequestsWithPath - A rule based on multiple Slow Requests Rule with path
	SlowRequestsWithPath *[]SlowRequestsBasedTrigger `json:"slowRequestsWithPath,omitempty"`
	// StatusCodesRange - A rule based on status codes ranges.
	StatusCodesRange *[]StatusCodesRangeBasedTrigger `json:"statusCodesRange,omitempty"`
}

AutoHealTriggers triggers for auto-heal.

type AzureActiveDirectory

type AzureActiveDirectory struct {
	// Enabled - <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the Azure Active Directory app registration.
	Registration *AzureActiveDirectoryRegistration `json:"registration,omitempty"`
	// Login - The configuration settings of the Azure Active Directory login flow.
	Login *AzureActiveDirectoryLogin `json:"login,omitempty"`
	// Validation - The configuration settings of the Azure Active Directory token validation flow.
	Validation *AzureActiveDirectoryValidation `json:"validation,omitempty"`
	// IsAutoProvisioned - Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.
	// This is an internal flag primarily intended to support the Azure Management Portal. Users should not
	// read or write to this property.
	IsAutoProvisioned *bool `json:"isAutoProvisioned,omitempty"`
}

AzureActiveDirectory the configuration settings of the Azure Active directory provider.

type AzureActiveDirectoryLogin

type AzureActiveDirectoryLogin struct {
	// AzureActiveDirectoryLoginProperties - AzureActiveDirectoryLogin resource specific properties
	*AzureActiveDirectoryLoginProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AzureActiveDirectoryLogin the configuration settings of the Azure Active Directory login flow.

func (AzureActiveDirectoryLogin) MarshalJSON

func (aadl AzureActiveDirectoryLogin) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AzureActiveDirectoryLogin.

func (*AzureActiveDirectoryLogin) UnmarshalJSON

func (aadl *AzureActiveDirectoryLogin) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AzureActiveDirectoryLogin struct.

type AzureActiveDirectoryLoginProperties

type AzureActiveDirectoryLoginProperties struct {
	// LoginParameters - Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	LoginParameters *[]string `json:"loginParameters,omitempty"`
	// DisableWWWAuthenticate - <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.
	DisableWWWAuthenticate *bool `json:"disableWWWAuthenticate,omitempty"`
}

AzureActiveDirectoryLoginProperties azureActiveDirectoryLogin resource specific properties

type AzureActiveDirectoryRegistration

type AzureActiveDirectoryRegistration struct {
	// AzureActiveDirectoryRegistrationProperties - AzureActiveDirectoryRegistration resource specific properties
	*AzureActiveDirectoryRegistrationProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AzureActiveDirectoryRegistration the configuration settings of the Azure Active Directory app registration.

func (AzureActiveDirectoryRegistration) MarshalJSON

func (aadr AzureActiveDirectoryRegistration) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AzureActiveDirectoryRegistration.

func (*AzureActiveDirectoryRegistration) UnmarshalJSON

func (aadr *AzureActiveDirectoryRegistration) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AzureActiveDirectoryRegistration struct.

type AzureActiveDirectoryRegistrationProperties

type AzureActiveDirectoryRegistrationProperties struct {
	// OpenIDIssuer - The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	OpenIDIssuer *string `json:"openIdIssuer,omitempty"`
	// ClientID - The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientID *string `json:"clientId,omitempty"`
	// ClientSecretSettingName - The app setting name that contains the client secret of the relying party application.
	ClientSecretSettingName *string `json:"clientSecretSettingName,omitempty"`
	// ClientSecretCertificateThumbprint - An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint *string `json:"clientSecretCertificateThumbprint,omitempty"`
	// ClientSecretCertificateSubjectAlternativeName - An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret Certificate Thumbprint. It is also optional.
	ClientSecretCertificateSubjectAlternativeName *string `json:"clientSecretCertificateSubjectAlternativeName,omitempty"`
	// ClientSecretCertificateIssuer - An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret Certificate Thumbprint. It is also optional.
	ClientSecretCertificateIssuer *string `json:"clientSecretCertificateIssuer,omitempty"`
}

AzureActiveDirectoryRegistrationProperties azureActiveDirectoryRegistration resource specific properties

type AzureActiveDirectoryValidation

type AzureActiveDirectoryValidation struct {
	// AzureActiveDirectoryValidationProperties - AzureActiveDirectoryValidation resource specific properties
	*AzureActiveDirectoryValidationProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AzureActiveDirectoryValidation the configuration settings of the Azure Active Directory token validation flow.

func (AzureActiveDirectoryValidation) MarshalJSON

func (aadv AzureActiveDirectoryValidation) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AzureActiveDirectoryValidation.

func (*AzureActiveDirectoryValidation) UnmarshalJSON

func (aadv *AzureActiveDirectoryValidation) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AzureActiveDirectoryValidation struct.

type AzureActiveDirectoryValidationProperties

type AzureActiveDirectoryValidationProperties struct {
	// JwtClaimChecks - The configuration settings of the checks that should be made while validating the JWT Claims.
	JwtClaimChecks *JwtClaimChecks `json:"jwtClaimChecks,omitempty"`
	// AllowedAudiences - The list of audiences that can make successful authentication/authorization requests.
	AllowedAudiences *[]string `json:"allowedAudiences,omitempty"`
	// DefaultAuthorizationPolicy - The configuration settings of the default authorization policy.
	DefaultAuthorizationPolicy *DefaultAuthorizationPolicy `json:"defaultAuthorizationPolicy,omitempty"`
}

AzureActiveDirectoryValidationProperties azureActiveDirectoryValidation resource specific properties

type AzureBlobStorageApplicationLogsConfig

type AzureBlobStorageApplicationLogsConfig struct {
	// Level - Log level. Possible values include: 'LogLevelOff', 'LogLevelVerbose', 'LogLevelInformation', 'LogLevelWarning', 'LogLevelError'
	Level LogLevel `json:"level,omitempty"`
	// SasURL - SAS url to a azure blob container with read/write/list/delete permissions.
	SasURL *string `json:"sasUrl,omitempty"`
	// RetentionInDays - Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int32 `json:"retentionInDays,omitempty"`
}

AzureBlobStorageApplicationLogsConfig application logs azure blob storage configuration.

type AzureBlobStorageHTTPLogsConfig

type AzureBlobStorageHTTPLogsConfig struct {
	// SasURL - SAS url to a azure blob container with read/write/list/delete permissions.
	SasURL *string `json:"sasUrl,omitempty"`
	// RetentionInDays - Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int32 `json:"retentionInDays,omitempty"`
	// Enabled - True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `json:"enabled,omitempty"`
}

AzureBlobStorageHTTPLogsConfig http logs to azure blob storage configuration.

type AzureResourceType

type AzureResourceType string

AzureResourceType enumerates the values for azure resource type.

const (
	// AzureResourceTypeTrafficManager ...
	AzureResourceTypeTrafficManager AzureResourceType = "TrafficManager"
	// AzureResourceTypeWebsite ...
	AzureResourceTypeWebsite AzureResourceType = "Website"
)

func PossibleAzureResourceTypeValues

func PossibleAzureResourceTypeValues() []AzureResourceType

PossibleAzureResourceTypeValues returns an array of possible values for the AzureResourceType const type.

type AzureStaticWebApps

type AzureStaticWebApps struct {
	// AzureStaticWebAppsProperties - AzureStaticWebApps resource specific properties
	*AzureStaticWebAppsProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AzureStaticWebApps the configuration settings of the Azure Static Web Apps provider.

func (AzureStaticWebApps) MarshalJSON

func (aswa AzureStaticWebApps) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AzureStaticWebApps.

func (*AzureStaticWebApps) UnmarshalJSON

func (aswa *AzureStaticWebApps) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for AzureStaticWebApps struct.

type AzureStaticWebAppsProperties

type AzureStaticWebAppsProperties struct {
	// Enabled - <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the Azure Static Web Apps registration.
	Registration *AzureStaticWebAppsRegistration `json:"registration,omitempty"`
}

AzureStaticWebAppsProperties azureStaticWebApps resource specific properties

type AzureStaticWebAppsRegistration

type AzureStaticWebAppsRegistration struct {
	// ClientID - The Client ID of the app used for login.
	ClientID *string `json:"clientId,omitempty"`
}

AzureStaticWebAppsRegistration the configuration settings of the registration for the Azure Static Web Apps provider

type AzureStorageInfoValue

type AzureStorageInfoValue struct {
	// Type - Type of storage. Possible values include: 'AzureStorageTypeAzureFiles', 'AzureStorageTypeAzureBlob'
	Type AzureStorageType `json:"type,omitempty"`
	// AccountName - Name of the storage account.
	AccountName *string `json:"accountName,omitempty"`
	// ShareName - Name of the file share (container name, for Blob storage).
	ShareName *string `json:"shareName,omitempty"`
	// AccessKey - Access key for the storage account.
	AccessKey *string `json:"accessKey,omitempty"`
	// MountPath - Path to mount the storage within the site's runtime environment.
	MountPath *string `json:"mountPath,omitempty"`
	// State - READ-ONLY; State of the storage account. Possible values include: 'AzureStorageStateOk', 'AzureStorageStateInvalidCredentials', 'AzureStorageStateInvalidShare', 'AzureStorageStateNotValidated'
	State AzureStorageState `json:"state,omitempty"`
}

AzureStorageInfoValue azure Files or Blob Storage access information value for dictionary storage.

func (AzureStorageInfoValue) MarshalJSON

func (asiv AzureStorageInfoValue) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AzureStorageInfoValue.

type AzureStoragePropertyDictionaryResource

type AzureStoragePropertyDictionaryResource struct {
	autorest.Response `json:"-"`
	// Properties - Azure storage accounts.
	Properties map[string]*AzureStorageInfoValue `json:"properties"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

AzureStoragePropertyDictionaryResource azureStorageInfo dictionary resource.

func (AzureStoragePropertyDictionaryResource) MarshalJSON

func (aspdr AzureStoragePropertyDictionaryResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for AzureStoragePropertyDictionaryResource.

type AzureStorageState

type AzureStorageState string

AzureStorageState enumerates the values for azure storage state.

const (
	// AzureStorageStateInvalidCredentials ...
	AzureStorageStateInvalidCredentials AzureStorageState = "InvalidCredentials"
	// AzureStorageStateInvalidShare ...
	AzureStorageStateInvalidShare AzureStorageState = "InvalidShare"
	// AzureStorageStateNotValidated ...
	AzureStorageStateNotValidated AzureStorageState = "NotValidated"
	// AzureStorageStateOk ...
	AzureStorageStateOk AzureStorageState = "Ok"
)

func PossibleAzureStorageStateValues

func PossibleAzureStorageStateValues() []AzureStorageState

PossibleAzureStorageStateValues returns an array of possible values for the AzureStorageState const type.

type AzureStorageType

type AzureStorageType string

AzureStorageType enumerates the values for azure storage type.

const (
	// AzureStorageTypeAzureBlob ...
	AzureStorageTypeAzureBlob AzureStorageType = "AzureBlob"
	// AzureStorageTypeAzureFiles ...
	AzureStorageTypeAzureFiles AzureStorageType = "AzureFiles"
)

func PossibleAzureStorageTypeValues

func PossibleAzureStorageTypeValues() []AzureStorageType

PossibleAzureStorageTypeValues returns an array of possible values for the AzureStorageType const type.

type AzureTableStorageApplicationLogsConfig

type AzureTableStorageApplicationLogsConfig struct {
	// Level - Log level. Possible values include: 'LogLevelOff', 'LogLevelVerbose', 'LogLevelInformation', 'LogLevelWarning', 'LogLevelError'
	Level LogLevel `json:"level,omitempty"`
	// SasURL - SAS URL to an Azure table with add/query/delete permissions.
	SasURL *string `json:"sasUrl,omitempty"`
}

AzureTableStorageApplicationLogsConfig application logs to Azure table storage configuration.

type BackupItem

type BackupItem struct {
	autorest.Response `json:"-"`
	// BackupItemProperties - BackupItem resource specific properties
	*BackupItemProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

BackupItem backup description.

func (BackupItem) MarshalJSON

func (bi BackupItem) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BackupItem.

func (*BackupItem) UnmarshalJSON

func (bi *BackupItem) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for BackupItem struct.

type BackupItemCollection

type BackupItemCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]BackupItem `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

BackupItemCollection collection of backup items.

func (BackupItemCollection) IsEmpty

func (bic BackupItemCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (BackupItemCollection) MarshalJSON

func (bic BackupItemCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BackupItemCollection.

type BackupItemCollectionIterator

type BackupItemCollectionIterator struct {
	// contains filtered or unexported fields
}

BackupItemCollectionIterator provides access to a complete listing of BackupItem values.

func NewBackupItemCollectionIterator

func NewBackupItemCollectionIterator(page BackupItemCollectionPage) BackupItemCollectionIterator

Creates a new instance of the BackupItemCollectionIterator type.

func (*BackupItemCollectionIterator) Next

func (iter *BackupItemCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*BackupItemCollectionIterator) NextWithContext

func (iter *BackupItemCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (BackupItemCollectionIterator) NotDone

func (iter BackupItemCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (BackupItemCollectionIterator) Response

Response returns the raw server response from the last page request.

func (BackupItemCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type BackupItemCollectionPage

type BackupItemCollectionPage struct {
	// contains filtered or unexported fields
}

BackupItemCollectionPage contains a page of BackupItem values.

func NewBackupItemCollectionPage

func NewBackupItemCollectionPage(cur BackupItemCollection, getNextPage func(context.Context, BackupItemCollection) (BackupItemCollection, error)) BackupItemCollectionPage

Creates a new instance of the BackupItemCollectionPage type.

func (*BackupItemCollectionPage) Next

func (page *BackupItemCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*BackupItemCollectionPage) NextWithContext

func (page *BackupItemCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (BackupItemCollectionPage) NotDone

func (page BackupItemCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (BackupItemCollectionPage) Response

Response returns the raw server response from the last page request.

func (BackupItemCollectionPage) Values

func (page BackupItemCollectionPage) Values() []BackupItem

Values returns the slice of values for the current page or nil if there are no values.

type BackupItemProperties

type BackupItemProperties struct {
	// BackupID - READ-ONLY; Id of the backup.
	BackupID *int32 `json:"id,omitempty"`
	// StorageAccountURL - READ-ONLY; SAS URL for the storage account container which contains this backup.
	StorageAccountURL *string `json:"storageAccountUrl,omitempty"`
	// BlobName - READ-ONLY; Name of the blob which contains data for this backup.
	BlobName *string `json:"blobName,omitempty"`
	// Name - READ-ONLY; Name of this backup.
	Name *string `json:"name,omitempty"`
	// Status - READ-ONLY; Backup status. Possible values include: 'BackupItemStatusInProgress', 'BackupItemStatusFailed', 'BackupItemStatusSucceeded', 'BackupItemStatusTimedOut', 'BackupItemStatusCreated', 'BackupItemStatusSkipped', 'BackupItemStatusPartiallySucceeded', 'BackupItemStatusDeleteInProgress', 'BackupItemStatusDeleteFailed', 'BackupItemStatusDeleted'
	Status BackupItemStatus `json:"status,omitempty"`
	// SizeInBytes - READ-ONLY; Size of the backup in bytes.
	SizeInBytes *int64 `json:"sizeInBytes,omitempty"`
	// Created - READ-ONLY; Timestamp of the backup creation.
	Created *date.Time `json:"created,omitempty"`
	// Log - READ-ONLY; Details regarding this backup. Might contain an error message.
	Log *string `json:"log,omitempty"`
	// Databases - READ-ONLY; List of databases included in the backup.
	Databases *[]DatabaseBackupSetting `json:"databases,omitempty"`
	// Scheduled - READ-ONLY; True if this backup has been created due to a schedule being triggered.
	Scheduled *bool `json:"scheduled,omitempty"`
	// LastRestoreTimeStamp - READ-ONLY; Timestamp of a last restore operation which used this backup.
	LastRestoreTimeStamp *date.Time `json:"lastRestoreTimeStamp,omitempty"`
	// FinishedTimeStamp - READ-ONLY; Timestamp when this backup finished.
	FinishedTimeStamp *date.Time `json:"finishedTimeStamp,omitempty"`
	// CorrelationID - READ-ONLY; Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.
	CorrelationID *string `json:"correlationId,omitempty"`
	// WebsiteSizeInBytes - READ-ONLY; Size of the original web app which has been backed up.
	WebsiteSizeInBytes *int64 `json:"websiteSizeInBytes,omitempty"`
}

BackupItemProperties backupItem resource specific properties

func (BackupItemProperties) MarshalJSON

func (bi BackupItemProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BackupItemProperties.

type BackupItemStatus

type BackupItemStatus string

BackupItemStatus enumerates the values for backup item status.

const (
	// BackupItemStatusCreated ...
	BackupItemStatusCreated BackupItemStatus = "Created"
	// BackupItemStatusDeleted ...
	BackupItemStatusDeleted BackupItemStatus = "Deleted"
	// BackupItemStatusDeleteFailed ...
	BackupItemStatusDeleteFailed BackupItemStatus = "DeleteFailed"
	// BackupItemStatusDeleteInProgress ...
	BackupItemStatusDeleteInProgress BackupItemStatus = "DeleteInProgress"
	// BackupItemStatusFailed ...
	BackupItemStatusFailed BackupItemStatus = "Failed"
	// BackupItemStatusInProgress ...
	BackupItemStatusInProgress BackupItemStatus = "InProgress"
	// BackupItemStatusPartiallySucceeded ...
	BackupItemStatusPartiallySucceeded BackupItemStatus = "PartiallySucceeded"
	// BackupItemStatusSkipped ...
	BackupItemStatusSkipped BackupItemStatus = "Skipped"
	// BackupItemStatusSucceeded ...
	BackupItemStatusSucceeded BackupItemStatus = "Succeeded"
	// BackupItemStatusTimedOut ...
	BackupItemStatusTimedOut BackupItemStatus = "TimedOut"
)

func PossibleBackupItemStatusValues

func PossibleBackupItemStatusValues() []BackupItemStatus

PossibleBackupItemStatusValues returns an array of possible values for the BackupItemStatus const type.

type BackupRequest

type BackupRequest struct {
	autorest.Response `json:"-"`
	// BackupRequestProperties - BackupRequest resource specific properties
	*BackupRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

BackupRequest description of a backup which will be performed.

func (BackupRequest) MarshalJSON

func (br BackupRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BackupRequest.

func (*BackupRequest) UnmarshalJSON

func (br *BackupRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for BackupRequest struct.

type BackupRequestProperties

type BackupRequestProperties struct {
	// BackupName - Name of the backup.
	BackupName *string `json:"backupName,omitempty"`
	// Enabled - True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled *bool `json:"enabled,omitempty"`
	// StorageAccountURL - SAS URL to the container.
	StorageAccountURL *string `json:"storageAccountUrl,omitempty"`
	// BackupSchedule - Schedule for the backup if it is executed periodically.
	BackupSchedule *BackupSchedule `json:"backupSchedule,omitempty"`
	// Databases - Databases included in the backup.
	Databases *[]DatabaseBackupSetting `json:"databases,omitempty"`
}

BackupRequestProperties backupRequest resource specific properties

type BackupRestoreOperationType

type BackupRestoreOperationType string

BackupRestoreOperationType enumerates the values for backup restore operation type.

const (
	// BackupRestoreOperationTypeClone ...
	BackupRestoreOperationTypeClone BackupRestoreOperationType = "Clone"
	// BackupRestoreOperationTypeCloudFS ...
	BackupRestoreOperationTypeCloudFS BackupRestoreOperationType = "CloudFS"
	// BackupRestoreOperationTypeDefault ...
	BackupRestoreOperationTypeDefault BackupRestoreOperationType = "Default"
	// BackupRestoreOperationTypeRelocation ...
	BackupRestoreOperationTypeRelocation BackupRestoreOperationType = "Relocation"
	// BackupRestoreOperationTypeSnapshot ...
	BackupRestoreOperationTypeSnapshot BackupRestoreOperationType = "Snapshot"
)

func PossibleBackupRestoreOperationTypeValues

func PossibleBackupRestoreOperationTypeValues() []BackupRestoreOperationType

PossibleBackupRestoreOperationTypeValues returns an array of possible values for the BackupRestoreOperationType const type.

type BackupSchedule

type BackupSchedule struct {
	// FrequencyInterval - How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)
	FrequencyInterval *int32 `json:"frequencyInterval,omitempty"`
	// FrequencyUnit - The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7). Possible values include: 'FrequencyUnitDay', 'FrequencyUnitHour'
	FrequencyUnit FrequencyUnit `json:"frequencyUnit,omitempty"`
	// KeepAtLeastOneBackup - True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
	KeepAtLeastOneBackup *bool `json:"keepAtLeastOneBackup,omitempty"`
	// RetentionPeriodInDays - After how many days backups should be deleted.
	RetentionPeriodInDays *int32 `json:"retentionPeriodInDays,omitempty"`
	// StartTime - When the schedule should start working.
	StartTime *date.Time `json:"startTime,omitempty"`
	// LastExecutionTime - READ-ONLY; Last time when this schedule was triggered.
	LastExecutionTime *date.Time `json:"lastExecutionTime,omitempty"`
}

BackupSchedule description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

func (BackupSchedule) MarshalJSON

func (bs BackupSchedule) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BackupSchedule.

type BaseClient

type BaseClient struct {
	autorest.Client
	BaseURI        string
	SubscriptionID string
}

BaseClient is the base client for Web.

func New

func New(subscriptionID string) BaseClient

New creates an instance of the BaseClient client.

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (BaseClient) CheckNameAvailability

func (client BaseClient) CheckNameAvailability(ctx context.Context, request ResourceNameAvailabilityRequest) (result ResourceNameAvailability, err error)

CheckNameAvailability description for Check if a resource name is available. Parameters: request - name availability request.

func (BaseClient) CheckNameAvailabilityPreparer

func (client BaseClient) CheckNameAvailabilityPreparer(ctx context.Context, request ResourceNameAvailabilityRequest) (*http.Request, error)

CheckNameAvailabilityPreparer prepares the CheckNameAvailability request.

func (BaseClient) CheckNameAvailabilityResponder

func (client BaseClient) CheckNameAvailabilityResponder(resp *http.Response) (result ResourceNameAvailability, err error)

CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always closes the http.Response Body.

func (BaseClient) CheckNameAvailabilitySender

func (client BaseClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)

CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the http.Response Body if it receives an error.

func (BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsync

func (client BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsync(ctx context.Context, request AppserviceGithubTokenRequest) (result AppserviceGithubToken, err error)

GenerateGithubAccessTokenForAppserviceCLIAsync description for Exchange code for GitHub access token for AppService CLI

func (BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsyncPreparer

func (client BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsyncPreparer(ctx context.Context, request AppserviceGithubTokenRequest) (*http.Request, error)

GenerateGithubAccessTokenForAppserviceCLIAsyncPreparer prepares the GenerateGithubAccessTokenForAppserviceCLIAsync request.

func (BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsyncResponder

func (client BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsyncResponder(resp *http.Response) (result AppserviceGithubToken, err error)

GenerateGithubAccessTokenForAppserviceCLIAsyncResponder handles the response to the GenerateGithubAccessTokenForAppserviceCLIAsync request. The method always closes the http.Response Body.

func (BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsyncSender

func (client BaseClient) GenerateGithubAccessTokenForAppserviceCLIAsyncSender(req *http.Request) (*http.Response, error)

GenerateGithubAccessTokenForAppserviceCLIAsyncSender sends the GenerateGithubAccessTokenForAppserviceCLIAsync request. The method will close the http.Response Body if it receives an error.

func (BaseClient) GetPublishingUser

func (client BaseClient) GetPublishingUser(ctx context.Context) (result User, err error)

GetPublishingUser description for Gets publishing user

func (BaseClient) GetPublishingUserPreparer

func (client BaseClient) GetPublishingUserPreparer(ctx context.Context) (*http.Request, error)

GetPublishingUserPreparer prepares the GetPublishingUser request.

func (BaseClient) GetPublishingUserResponder

func (client BaseClient) GetPublishingUserResponder(resp *http.Response) (result User, err error)

GetPublishingUserResponder handles the response to the GetPublishingUser request. The method always closes the http.Response Body.

func (BaseClient) GetPublishingUserSender

func (client BaseClient) GetPublishingUserSender(req *http.Request) (*http.Response, error)

GetPublishingUserSender sends the GetPublishingUser request. The method will close the http.Response Body if it receives an error.

func (BaseClient) GetSourceControl

func (client BaseClient) GetSourceControl(ctx context.Context, sourceControlType string) (result SourceControl, err error)

GetSourceControl description for Gets source control token Parameters: sourceControlType - type of source control

func (BaseClient) GetSourceControlPreparer

func (client BaseClient) GetSourceControlPreparer(ctx context.Context, sourceControlType string) (*http.Request, error)

GetSourceControlPreparer prepares the GetSourceControl request.

func (BaseClient) GetSourceControlResponder

func (client BaseClient) GetSourceControlResponder(resp *http.Response) (result SourceControl, err error)

GetSourceControlResponder handles the response to the GetSourceControl request. The method always closes the http.Response Body.

func (BaseClient) GetSourceControlSender

func (client BaseClient) GetSourceControlSender(req *http.Request) (*http.Response, error)

GetSourceControlSender sends the GetSourceControl request. The method will close the http.Response Body if it receives an error.

func (BaseClient) GetSubscriptionDeploymentLocations

func (client BaseClient) GetSubscriptionDeploymentLocations(ctx context.Context) (result DeploymentLocations, err error)

GetSubscriptionDeploymentLocations description for Gets list of available geo regions plus ministamps

func (BaseClient) GetSubscriptionDeploymentLocationsPreparer

func (client BaseClient) GetSubscriptionDeploymentLocationsPreparer(ctx context.Context) (*http.Request, error)

GetSubscriptionDeploymentLocationsPreparer prepares the GetSubscriptionDeploymentLocations request.

func (BaseClient) GetSubscriptionDeploymentLocationsResponder

func (client BaseClient) GetSubscriptionDeploymentLocationsResponder(resp *http.Response) (result DeploymentLocations, err error)

GetSubscriptionDeploymentLocationsResponder handles the response to the GetSubscriptionDeploymentLocations request. The method always closes the http.Response Body.

func (BaseClient) GetSubscriptionDeploymentLocationsSender

func (client BaseClient) GetSubscriptionDeploymentLocationsSender(req *http.Request) (*http.Response, error)

GetSubscriptionDeploymentLocationsSender sends the GetSubscriptionDeploymentLocations request. The method will close the http.Response Body if it receives an error.

func (BaseClient) ListBillingMeters

func (client BaseClient) ListBillingMeters(ctx context.Context, billingLocation string, osType string) (result BillingMeterCollectionPage, err error)

ListBillingMeters description for Gets a list of meters for a given location. Parameters: billingLocation - azure Location of billable resource osType - app Service OS type meters used for

func (BaseClient) ListBillingMetersComplete

func (client BaseClient) ListBillingMetersComplete(ctx context.Context, billingLocation string, osType string) (result BillingMeterCollectionIterator, err error)

ListBillingMetersComplete enumerates all values, automatically crossing page boundaries as required.

func (BaseClient) ListBillingMetersPreparer

func (client BaseClient) ListBillingMetersPreparer(ctx context.Context, billingLocation string, osType string) (*http.Request, error)

ListBillingMetersPreparer prepares the ListBillingMeters request.

func (BaseClient) ListBillingMetersResponder

func (client BaseClient) ListBillingMetersResponder(resp *http.Response) (result BillingMeterCollection, err error)

ListBillingMetersResponder handles the response to the ListBillingMeters request. The method always closes the http.Response Body.

func (BaseClient) ListBillingMetersSender

func (client BaseClient) ListBillingMetersSender(req *http.Request) (*http.Response, error)

ListBillingMetersSender sends the ListBillingMeters request. The method will close the http.Response Body if it receives an error.

func (BaseClient) ListGeoRegions

func (client BaseClient) ListGeoRegions(ctx context.Context, sku SkuName, linuxWorkersEnabled *bool, xenonWorkersEnabled *bool, linuxDynamicWorkersEnabled *bool) (result GeoRegionCollectionPage, err error)

ListGeoRegions description for Get a list of available geographical regions. Parameters: sku - name of SKU used to filter the regions. linuxWorkersEnabled - specify <code>true</code> if you want to filter to only regions that support Linux workers. xenonWorkersEnabled - specify <code>true</code> if you want to filter to only regions that support Xenon workers. linuxDynamicWorkersEnabled - specify <code>true</code> if you want to filter to only regions that support Linux Consumption Workers.

func (BaseClient) ListGeoRegionsComplete

func (client BaseClient) ListGeoRegionsComplete(ctx context.Context, sku SkuName, linuxWorkersEnabled *bool, xenonWorkersEnabled *bool, linuxDynamicWorkersEnabled *bool) (result GeoRegionCollectionIterator, err error)

ListGeoRegionsComplete enumerates all values, automatically crossing page boundaries as required.

func (BaseClient) ListGeoRegionsPreparer

func (client BaseClient) ListGeoRegionsPreparer(ctx context.Context, sku SkuName, linuxWorkersEnabled *bool, xenonWorkersEnabled *bool, linuxDynamicWorkersEnabled *bool) (*http.Request, error)

ListGeoRegionsPreparer prepares the ListGeoRegions request.

func (BaseClient) ListGeoRegionsResponder

func (client BaseClient) ListGeoRegionsResponder(resp *http.Response) (result GeoRegionCollection, err error)

ListGeoRegionsResponder handles the response to the ListGeoRegions request. The method always closes the http.Response Body.

func (BaseClient) ListGeoRegionsSender

func (client BaseClient) ListGeoRegionsSender(req *http.Request) (*http.Response, error)

ListGeoRegionsSender sends the ListGeoRegions request. The method will close the http.Response Body if it receives an error.

func (BaseClient) ListPremierAddOnOffers

func (client BaseClient) ListPremierAddOnOffers(ctx context.Context) (result PremierAddOnOfferCollectionPage, err error)

ListPremierAddOnOffers description for List all premier add-on offers.

func (BaseClient) ListPremierAddOnOffersComplete

func (client BaseClient) ListPremierAddOnOffersComplete(ctx context.Context) (result PremierAddOnOfferCollectionIterator, err error)

ListPremierAddOnOffersComplete enumerates all values, automatically crossing page boundaries as required.

func (BaseClient) ListPremierAddOnOffersPreparer

func (client BaseClient) ListPremierAddOnOffersPreparer(ctx context.Context) (*http.Request, error)

ListPremierAddOnOffersPreparer prepares the ListPremierAddOnOffers request.

func (BaseClient) ListPremierAddOnOffersResponder

func (client BaseClient) ListPremierAddOnOffersResponder(resp *http.Response) (result PremierAddOnOfferCollection, err error)

ListPremierAddOnOffersResponder handles the response to the ListPremierAddOnOffers request. The method always closes the http.Response Body.

func (BaseClient) ListPremierAddOnOffersSender

func (client BaseClient) ListPremierAddOnOffersSender(req *http.Request) (*http.Response, error)

ListPremierAddOnOffersSender sends the ListPremierAddOnOffers request. The method will close the http.Response Body if it receives an error.

func (BaseClient) ListSiteIdentifiersAssignedToHostName

func (client BaseClient) ListSiteIdentifiersAssignedToHostName(ctx context.Context, nameIdentifier NameIdentifier) (result IdentifierCollectionPage, err error)

ListSiteIdentifiersAssignedToHostName description for List all apps that are assigned to a hostname. Parameters: nameIdentifier - hostname information.

func (BaseClient) ListSiteIdentifiersAssignedToHostNameComplete

func (client BaseClient) ListSiteIdentifiersAssignedToHostNameComplete(ctx context.Context, nameIdentifier NameIdentifier) (result IdentifierCollectionIterator, err error)

ListSiteIdentifiersAssignedToHostNameComplete enumerates all values, automatically crossing page boundaries as required.

func (BaseClient) ListSiteIdentifiersAssignedToHostNamePreparer

func (client BaseClient) ListSiteIdentifiersAssignedToHostNamePreparer(ctx context.Context, nameIdentifier NameIdentifier) (*http.Request, error)

ListSiteIdentifiersAssignedToHostNamePreparer prepares the ListSiteIdentifiersAssignedToHostName request.

func (BaseClient) ListSiteIdentifiersAssignedToHostNameResponder

func (client BaseClient) ListSiteIdentifiersAssignedToHostNameResponder(resp *http.Response) (result IdentifierCollection, err error)

ListSiteIdentifiersAssignedToHostNameResponder handles the response to the ListSiteIdentifiersAssignedToHostName request. The method always closes the http.Response Body.

func (BaseClient) ListSiteIdentifiersAssignedToHostNameSender

func (client BaseClient) ListSiteIdentifiersAssignedToHostNameSender(req *http.Request) (*http.Response, error)

ListSiteIdentifiersAssignedToHostNameSender sends the ListSiteIdentifiersAssignedToHostName request. The method will close the http.Response Body if it receives an error.

func (BaseClient) ListSkus

func (client BaseClient) ListSkus(ctx context.Context) (result SkuInfos, err error)

ListSkus description for List all SKUs.

func (BaseClient) ListSkusPreparer

func (client BaseClient) ListSkusPreparer(ctx context.Context) (*http.Request, error)

ListSkusPreparer prepares the ListSkus request.

func (BaseClient) ListSkusResponder

func (client BaseClient) ListSkusResponder(resp *http.Response) (result SkuInfos, err error)

ListSkusResponder handles the response to the ListSkus request. The method always closes the http.Response Body.

func (BaseClient) ListSkusSender

func (client BaseClient) ListSkusSender(req *http.Request) (*http.Response, error)

ListSkusSender sends the ListSkus request. The method will close the http.Response Body if it receives an error.

func (BaseClient) ListSourceControls

func (client BaseClient) ListSourceControls(ctx context.Context) (result SourceControlCollectionPage, err error)

ListSourceControls description for Gets the source controls available for Azure websites.

func (BaseClient) ListSourceControlsComplete

func (client BaseClient) ListSourceControlsComplete(ctx context.Context) (result SourceControlCollectionIterator, err error)

ListSourceControlsComplete enumerates all values, automatically crossing page boundaries as required.

func (BaseClient) ListSourceControlsPreparer

func (client BaseClient) ListSourceControlsPreparer(ctx context.Context) (*http.Request, error)

ListSourceControlsPreparer prepares the ListSourceControls request.

func (BaseClient) ListSourceControlsResponder

func (client BaseClient) ListSourceControlsResponder(resp *http.Response) (result SourceControlCollection, err error)

ListSourceControlsResponder handles the response to the ListSourceControls request. The method always closes the http.Response Body.

func (BaseClient) ListSourceControlsSender

func (client BaseClient) ListSourceControlsSender(req *http.Request) (*http.Response, error)

ListSourceControlsSender sends the ListSourceControls request. The method will close the http.Response Body if it receives an error.

func (BaseClient) Move

func (client BaseClient) Move(ctx context.Context, resourceGroupName string, moveResourceEnvelope CsmMoveResourceEnvelope) (result autorest.Response, err error)

Move description for Move resources between resource groups. Parameters: resourceGroupName - name of the resource group to which the resource belongs. moveResourceEnvelope - object that represents the resource to move.

func (BaseClient) MovePreparer

func (client BaseClient) MovePreparer(ctx context.Context, resourceGroupName string, moveResourceEnvelope CsmMoveResourceEnvelope) (*http.Request, error)

MovePreparer prepares the Move request.

func (BaseClient) MoveResponder

func (client BaseClient) MoveResponder(resp *http.Response) (result autorest.Response, err error)

MoveResponder handles the response to the Move request. The method always closes the http.Response Body.

func (BaseClient) MoveSender

func (client BaseClient) MoveSender(req *http.Request) (*http.Response, error)

MoveSender sends the Move request. The method will close the http.Response Body if it receives an error.

func (BaseClient) UpdatePublishingUser

func (client BaseClient) UpdatePublishingUser(ctx context.Context, userDetails User) (result User, err error)

UpdatePublishingUser description for Updates publishing user Parameters: userDetails - details of publishing user

func (BaseClient) UpdatePublishingUserPreparer

func (client BaseClient) UpdatePublishingUserPreparer(ctx context.Context, userDetails User) (*http.Request, error)

UpdatePublishingUserPreparer prepares the UpdatePublishingUser request.

func (BaseClient) UpdatePublishingUserResponder

func (client BaseClient) UpdatePublishingUserResponder(resp *http.Response) (result User, err error)

UpdatePublishingUserResponder handles the response to the UpdatePublishingUser request. The method always closes the http.Response Body.

func (BaseClient) UpdatePublishingUserSender

func (client BaseClient) UpdatePublishingUserSender(req *http.Request) (*http.Response, error)

UpdatePublishingUserSender sends the UpdatePublishingUser request. The method will close the http.Response Body if it receives an error.

func (BaseClient) UpdateSourceControl

func (client BaseClient) UpdateSourceControl(ctx context.Context, sourceControlType string, requestMessage SourceControl) (result SourceControl, err error)

UpdateSourceControl description for Updates source control token Parameters: sourceControlType - type of source control requestMessage - source control token information

func (BaseClient) UpdateSourceControlPreparer

func (client BaseClient) UpdateSourceControlPreparer(ctx context.Context, sourceControlType string, requestMessage SourceControl) (*http.Request, error)

UpdateSourceControlPreparer prepares the UpdateSourceControl request.

func (BaseClient) UpdateSourceControlResponder

func (client BaseClient) UpdateSourceControlResponder(resp *http.Response) (result SourceControl, err error)

UpdateSourceControlResponder handles the response to the UpdateSourceControl request. The method always closes the http.Response Body.

func (BaseClient) UpdateSourceControlSender

func (client BaseClient) UpdateSourceControlSender(req *http.Request) (*http.Response, error)

UpdateSourceControlSender sends the UpdateSourceControl request. The method will close the http.Response Body if it receives an error.

func (BaseClient) Validate

func (client BaseClient) Validate(ctx context.Context, resourceGroupName string, validateRequest ValidateRequest) (result ValidateResponse, err error)

Validate description for Validate if a resource can be created. Parameters: resourceGroupName - name of the resource group to which the resource belongs. validateRequest - request with the resources to validate.

func (BaseClient) ValidateMove

func (client BaseClient) ValidateMove(ctx context.Context, resourceGroupName string, moveResourceEnvelope CsmMoveResourceEnvelope) (result autorest.Response, err error)

ValidateMove description for Validate whether a resource can be moved. Parameters: resourceGroupName - name of the resource group to which the resource belongs. moveResourceEnvelope - object that represents the resource to move.

func (BaseClient) ValidateMovePreparer

func (client BaseClient) ValidateMovePreparer(ctx context.Context, resourceGroupName string, moveResourceEnvelope CsmMoveResourceEnvelope) (*http.Request, error)

ValidateMovePreparer prepares the ValidateMove request.

func (BaseClient) ValidateMoveResponder

func (client BaseClient) ValidateMoveResponder(resp *http.Response) (result autorest.Response, err error)

ValidateMoveResponder handles the response to the ValidateMove request. The method always closes the http.Response Body.

func (BaseClient) ValidateMoveSender

func (client BaseClient) ValidateMoveSender(req *http.Request) (*http.Response, error)

ValidateMoveSender sends the ValidateMove request. The method will close the http.Response Body if it receives an error.

func (BaseClient) ValidatePreparer

func (client BaseClient) ValidatePreparer(ctx context.Context, resourceGroupName string, validateRequest ValidateRequest) (*http.Request, error)

ValidatePreparer prepares the Validate request.

func (BaseClient) ValidateResponder

func (client BaseClient) ValidateResponder(resp *http.Response) (result ValidateResponse, err error)

ValidateResponder handles the response to the Validate request. The method always closes the http.Response Body.

func (BaseClient) ValidateSender

func (client BaseClient) ValidateSender(req *http.Request) (*http.Response, error)

ValidateSender sends the Validate request. The method will close the http.Response Body if it receives an error.

func (BaseClient) VerifyHostingEnvironmentVnet

func (client BaseClient) VerifyHostingEnvironmentVnet(ctx context.Context, parameters VnetParameters) (result VnetValidationFailureDetails, err error)

VerifyHostingEnvironmentVnet description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. Parameters: parameters - VNET information

func (BaseClient) VerifyHostingEnvironmentVnetPreparer

func (client BaseClient) VerifyHostingEnvironmentVnetPreparer(ctx context.Context, parameters VnetParameters) (*http.Request, error)

VerifyHostingEnvironmentVnetPreparer prepares the VerifyHostingEnvironmentVnet request.

func (BaseClient) VerifyHostingEnvironmentVnetResponder

func (client BaseClient) VerifyHostingEnvironmentVnetResponder(resp *http.Response) (result VnetValidationFailureDetails, err error)

VerifyHostingEnvironmentVnetResponder handles the response to the VerifyHostingEnvironmentVnet request. The method always closes the http.Response Body.

func (BaseClient) VerifyHostingEnvironmentVnetSender

func (client BaseClient) VerifyHostingEnvironmentVnetSender(req *http.Request) (*http.Response, error)

VerifyHostingEnvironmentVnetSender sends the VerifyHostingEnvironmentVnet request. The method will close the http.Response Body if it receives an error.

type BillingMeter

type BillingMeter struct {
	// BillingMeterProperties - BillingMeter resource specific properties
	*BillingMeterProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

BillingMeter app Service billing entity that contains information about meter which the Azure billing system utilizes to charge users for services.

func (BillingMeter) MarshalJSON

func (bm BillingMeter) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BillingMeter.

func (*BillingMeter) UnmarshalJSON

func (bm *BillingMeter) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for BillingMeter struct.

type BillingMeterCollection

type BillingMeterCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]BillingMeter `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

BillingMeterCollection collection of Billing Meters

func (BillingMeterCollection) IsEmpty

func (bmc BillingMeterCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (BillingMeterCollection) MarshalJSON

func (bmc BillingMeterCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BillingMeterCollection.

type BillingMeterCollectionIterator

type BillingMeterCollectionIterator struct {
	// contains filtered or unexported fields
}

BillingMeterCollectionIterator provides access to a complete listing of BillingMeter values.

func NewBillingMeterCollectionIterator

func NewBillingMeterCollectionIterator(page BillingMeterCollectionPage) BillingMeterCollectionIterator

Creates a new instance of the BillingMeterCollectionIterator type.

func (*BillingMeterCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*BillingMeterCollectionIterator) NextWithContext

func (iter *BillingMeterCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (BillingMeterCollectionIterator) NotDone

func (iter BillingMeterCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (BillingMeterCollectionIterator) Response

Response returns the raw server response from the last page request.

func (BillingMeterCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type BillingMeterCollectionPage

type BillingMeterCollectionPage struct {
	// contains filtered or unexported fields
}

BillingMeterCollectionPage contains a page of BillingMeter values.

func NewBillingMeterCollectionPage

Creates a new instance of the BillingMeterCollectionPage type.

func (*BillingMeterCollectionPage) Next

func (page *BillingMeterCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*BillingMeterCollectionPage) NextWithContext

func (page *BillingMeterCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (BillingMeterCollectionPage) NotDone

func (page BillingMeterCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (BillingMeterCollectionPage) Response

Response returns the raw server response from the last page request.

func (BillingMeterCollectionPage) Values

func (page BillingMeterCollectionPage) Values() []BillingMeter

Values returns the slice of values for the current page or nil if there are no values.

type BillingMeterProperties

type BillingMeterProperties struct {
	// MeterID - Meter GUID onboarded in Commerce
	MeterID *string `json:"meterId,omitempty"`
	// BillingLocation - Azure Location of billable resource
	BillingLocation *string `json:"billingLocation,omitempty"`
	// ShortName - Short Name from App Service Azure pricing Page
	ShortName *string `json:"shortName,omitempty"`
	// FriendlyName - Friendly name of the meter
	FriendlyName *string `json:"friendlyName,omitempty"`
	// ResourceType - App Service ResourceType meter used for
	ResourceType *string `json:"resourceType,omitempty"`
	// OsType - App Service OS type meter used for
	OsType *string `json:"osType,omitempty"`
	// Multiplier - Meter Multiplier
	Multiplier *float64 `json:"multiplier,omitempty"`
}

BillingMeterProperties billingMeter resource specific properties

type BlobStorageTokenStore

type BlobStorageTokenStore struct {
	// BlobStorageTokenStoreProperties - BlobStorageTokenStore resource specific properties
	*BlobStorageTokenStoreProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

BlobStorageTokenStore the configuration settings of the storage of the tokens if blob storage is used.

func (BlobStorageTokenStore) MarshalJSON

func (bsts BlobStorageTokenStore) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BlobStorageTokenStore.

func (*BlobStorageTokenStore) UnmarshalJSON

func (bsts *BlobStorageTokenStore) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for BlobStorageTokenStore struct.

type BlobStorageTokenStoreProperties

type BlobStorageTokenStoreProperties struct {
	// SasURLSettingName - The name of the app setting containing the SAS URL of the blob storage containing the tokens.
	SasURLSettingName *string `json:"sasUrlSettingName,omitempty"`
}

BlobStorageTokenStoreProperties blobStorageTokenStore resource specific properties

type BuildStatus

type BuildStatus string

BuildStatus enumerates the values for build status.

const (
	// BuildStatusDeleting ...
	BuildStatusDeleting BuildStatus = "Deleting"
	// BuildStatusDeploying ...
	BuildStatusDeploying BuildStatus = "Deploying"
	// BuildStatusDetached ...
	BuildStatusDetached BuildStatus = "Detached"
	// BuildStatusFailed ...
	BuildStatusFailed BuildStatus = "Failed"
	// BuildStatusReady ...
	BuildStatusReady BuildStatus = "Ready"
	// BuildStatusUploading ...
	BuildStatusUploading BuildStatus = "Uploading"
	// BuildStatusWaitingForDeployment ...
	BuildStatusWaitingForDeployment BuildStatus = "WaitingForDeployment"
)

func PossibleBuildStatusValues

func PossibleBuildStatusValues() []BuildStatus

PossibleBuildStatusValues returns an array of possible values for the BuildStatus const type.

type BuiltInAuthenticationProvider

type BuiltInAuthenticationProvider string

BuiltInAuthenticationProvider enumerates the values for built in authentication provider.

const (
	// BuiltInAuthenticationProviderAzureActiveDirectory ...
	BuiltInAuthenticationProviderAzureActiveDirectory BuiltInAuthenticationProvider = "AzureActiveDirectory"
	// BuiltInAuthenticationProviderFacebook ...
	BuiltInAuthenticationProviderFacebook BuiltInAuthenticationProvider = "Facebook"
	// BuiltInAuthenticationProviderGithub ...
	BuiltInAuthenticationProviderGithub BuiltInAuthenticationProvider = "Github"
	// BuiltInAuthenticationProviderGoogle ...
	BuiltInAuthenticationProviderGoogle BuiltInAuthenticationProvider = "Google"
	// BuiltInAuthenticationProviderMicrosoftAccount ...
	BuiltInAuthenticationProviderMicrosoftAccount BuiltInAuthenticationProvider = "MicrosoftAccount"
	// BuiltInAuthenticationProviderTwitter ...
	BuiltInAuthenticationProviderTwitter BuiltInAuthenticationProvider = "Twitter"
)

func PossibleBuiltInAuthenticationProviderValues

func PossibleBuiltInAuthenticationProviderValues() []BuiltInAuthenticationProvider

PossibleBuiltInAuthenticationProviderValues returns an array of possible values for the BuiltInAuthenticationProvider const type.

type Capability

type Capability struct {
	// Name - Name of the SKU capability.
	Name *string `json:"name,omitempty"`
	// Value - Value of the SKU capability.
	Value *string `json:"value,omitempty"`
	// Reason - Reason of the SKU capability.
	Reason *string `json:"reason,omitempty"`
}

Capability describes the capabilities/features allowed for a specific SKU.

type Certificate

type Certificate struct {
	autorest.Response `json:"-"`
	// CertificateProperties - Certificate resource specific properties
	*CertificateProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

Certificate SSL certificate for an app.

func (Certificate) MarshalJSON

func (c Certificate) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Certificate.

func (*Certificate) UnmarshalJSON

func (c *Certificate) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Certificate struct.

type CertificateCollection

type CertificateCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Certificate `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

CertificateCollection collection of certificates.

func (CertificateCollection) IsEmpty

func (cc CertificateCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (CertificateCollection) MarshalJSON

func (cc CertificateCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificateCollection.

type CertificateCollectionIterator

type CertificateCollectionIterator struct {
	// contains filtered or unexported fields
}

CertificateCollectionIterator provides access to a complete listing of Certificate values.

func NewCertificateCollectionIterator

func NewCertificateCollectionIterator(page CertificateCollectionPage) CertificateCollectionIterator

Creates a new instance of the CertificateCollectionIterator type.

func (*CertificateCollectionIterator) Next

func (iter *CertificateCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*CertificateCollectionIterator) NextWithContext

func (iter *CertificateCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (CertificateCollectionIterator) NotDone

func (iter CertificateCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (CertificateCollectionIterator) Response

Response returns the raw server response from the last page request.

func (CertificateCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type CertificateCollectionPage

type CertificateCollectionPage struct {
	// contains filtered or unexported fields
}

CertificateCollectionPage contains a page of Certificate values.

func NewCertificateCollectionPage

Creates a new instance of the CertificateCollectionPage type.

func (*CertificateCollectionPage) Next

func (page *CertificateCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*CertificateCollectionPage) NextWithContext

func (page *CertificateCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (CertificateCollectionPage) NotDone

func (page CertificateCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (CertificateCollectionPage) Response

Response returns the raw server response from the last page request.

func (CertificateCollectionPage) Values

func (page CertificateCollectionPage) Values() []Certificate

Values returns the slice of values for the current page or nil if there are no values.

type CertificateDetails

type CertificateDetails struct {
	// Version - READ-ONLY; Certificate Version.
	Version *int32 `json:"version,omitempty"`
	// SerialNumber - READ-ONLY; Certificate Serial Number.
	SerialNumber *string `json:"serialNumber,omitempty"`
	// Thumbprint - READ-ONLY; Certificate Thumbprint.
	Thumbprint *string `json:"thumbprint,omitempty"`
	// Subject - READ-ONLY; Certificate Subject.
	Subject *string `json:"subject,omitempty"`
	// NotBefore - READ-ONLY; Date Certificate is valid from.
	NotBefore *date.Time `json:"notBefore,omitempty"`
	// NotAfter - READ-ONLY; Date Certificate is valid to.
	NotAfter *date.Time `json:"notAfter,omitempty"`
	// SignatureAlgorithm - READ-ONLY; Certificate Signature algorithm.
	SignatureAlgorithm *string `json:"signatureAlgorithm,omitempty"`
	// Issuer - READ-ONLY; Certificate Issuer.
	Issuer *string `json:"issuer,omitempty"`
	// RawData - READ-ONLY; Raw certificate data.
	RawData *string `json:"rawData,omitempty"`
}

CertificateDetails SSL certificate details.

func (CertificateDetails) MarshalJSON

func (cd CertificateDetails) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificateDetails.

type CertificateEmail

type CertificateEmail struct {
	// CertificateEmailProperties - CertificateEmail resource specific properties
	*CertificateEmailProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

CertificateEmail SSL certificate email.

func (CertificateEmail) MarshalJSON

func (ce CertificateEmail) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificateEmail.

func (*CertificateEmail) UnmarshalJSON

func (ce *CertificateEmail) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for CertificateEmail struct.

type CertificateEmailProperties

type CertificateEmailProperties struct {
	// EmailID - Email id.
	EmailID *string `json:"emailId,omitempty"`
	// TimeStamp - Time stamp.
	TimeStamp *date.Time `json:"timeStamp,omitempty"`
}

CertificateEmailProperties certificateEmail resource specific properties

type CertificateOrderAction

type CertificateOrderAction struct {
	// CertificateOrderActionProperties - CertificateOrderAction resource specific properties
	*CertificateOrderActionProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

CertificateOrderAction certificate order action.

func (CertificateOrderAction) MarshalJSON

func (coa CertificateOrderAction) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificateOrderAction.

func (*CertificateOrderAction) UnmarshalJSON

func (coa *CertificateOrderAction) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for CertificateOrderAction struct.

type CertificateOrderActionProperties

type CertificateOrderActionProperties struct {
	// ActionType - READ-ONLY; Action type. Possible values include: 'CertificateOrderActionTypeCertificateIssued', 'CertificateOrderActionTypeCertificateOrderCanceled', 'CertificateOrderActionTypeCertificateOrderCreated', 'CertificateOrderActionTypeCertificateRevoked', 'CertificateOrderActionTypeDomainValidationComplete', 'CertificateOrderActionTypeFraudDetected', 'CertificateOrderActionTypeOrgNameChange', 'CertificateOrderActionTypeOrgValidationComplete', 'CertificateOrderActionTypeSanDrop', 'CertificateOrderActionTypeFraudCleared', 'CertificateOrderActionTypeCertificateExpired', 'CertificateOrderActionTypeCertificateExpirationWarning', 'CertificateOrderActionTypeFraudDocumentationRequired', 'CertificateOrderActionTypeUnknown'
	ActionType CertificateOrderActionType `json:"actionType,omitempty"`
	// CreatedAt - READ-ONLY; Time at which the certificate action was performed.
	CreatedAt *date.Time `json:"createdAt,omitempty"`
}

CertificateOrderActionProperties certificateOrderAction resource specific properties

func (CertificateOrderActionProperties) MarshalJSON

func (coa CertificateOrderActionProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificateOrderActionProperties.

type CertificateOrderActionType

type CertificateOrderActionType string

CertificateOrderActionType enumerates the values for certificate order action type.

const (
	// CertificateOrderActionTypeCertificateExpirationWarning ...
	CertificateOrderActionTypeCertificateExpirationWarning CertificateOrderActionType = "CertificateExpirationWarning"
	// CertificateOrderActionTypeCertificateExpired ...
	CertificateOrderActionTypeCertificateExpired CertificateOrderActionType = "CertificateExpired"
	// CertificateOrderActionTypeCertificateIssued ...
	CertificateOrderActionTypeCertificateIssued CertificateOrderActionType = "CertificateIssued"
	// CertificateOrderActionTypeCertificateOrderCanceled ...
	CertificateOrderActionTypeCertificateOrderCanceled CertificateOrderActionType = "CertificateOrderCanceled"
	// CertificateOrderActionTypeCertificateOrderCreated ...
	CertificateOrderActionTypeCertificateOrderCreated CertificateOrderActionType = "CertificateOrderCreated"
	// CertificateOrderActionTypeCertificateRevoked ...
	CertificateOrderActionTypeCertificateRevoked CertificateOrderActionType = "CertificateRevoked"
	// CertificateOrderActionTypeDomainValidationComplete ...
	CertificateOrderActionTypeDomainValidationComplete CertificateOrderActionType = "DomainValidationComplete"
	// CertificateOrderActionTypeFraudCleared ...
	CertificateOrderActionTypeFraudCleared CertificateOrderActionType = "FraudCleared"
	// CertificateOrderActionTypeFraudDetected ...
	CertificateOrderActionTypeFraudDetected CertificateOrderActionType = "FraudDetected"
	// CertificateOrderActionTypeFraudDocumentationRequired ...
	CertificateOrderActionTypeFraudDocumentationRequired CertificateOrderActionType = "FraudDocumentationRequired"
	// CertificateOrderActionTypeOrgNameChange ...
	CertificateOrderActionTypeOrgNameChange CertificateOrderActionType = "OrgNameChange"
	// CertificateOrderActionTypeOrgValidationComplete ...
	CertificateOrderActionTypeOrgValidationComplete CertificateOrderActionType = "OrgValidationComplete"
	// CertificateOrderActionTypeSanDrop ...
	CertificateOrderActionTypeSanDrop CertificateOrderActionType = "SanDrop"
	// CertificateOrderActionTypeUnknown ...
	CertificateOrderActionTypeUnknown CertificateOrderActionType = "Unknown"
)

func PossibleCertificateOrderActionTypeValues

func PossibleCertificateOrderActionTypeValues() []CertificateOrderActionType

PossibleCertificateOrderActionTypeValues returns an array of possible values for the CertificateOrderActionType const type.

type CertificateOrderContact

type CertificateOrderContact struct {
	Email     *string `json:"email,omitempty"`
	NameFirst *string `json:"nameFirst,omitempty"`
	NameLast  *string `json:"nameLast,omitempty"`
	Phone     *string `json:"phone,omitempty"`
}

CertificateOrderContact ...

type CertificateOrderStatus

type CertificateOrderStatus string

CertificateOrderStatus enumerates the values for certificate order status.

const (
	// CertificateOrderStatusCanceled ...
	CertificateOrderStatusCanceled CertificateOrderStatus = "Canceled"
	// CertificateOrderStatusDenied ...
	CertificateOrderStatusDenied CertificateOrderStatus = "Denied"
	// CertificateOrderStatusExpired ...
	CertificateOrderStatusExpired CertificateOrderStatus = "Expired"
	// CertificateOrderStatusIssued ...
	CertificateOrderStatusIssued CertificateOrderStatus = "Issued"
	// CertificateOrderStatusNotSubmitted ...
	CertificateOrderStatusNotSubmitted CertificateOrderStatus = "NotSubmitted"
	// CertificateOrderStatusPendingissuance ...
	CertificateOrderStatusPendingissuance CertificateOrderStatus = "Pendingissuance"
	// CertificateOrderStatusPendingRekey ...
	CertificateOrderStatusPendingRekey CertificateOrderStatus = "PendingRekey"
	// CertificateOrderStatusPendingrevocation ...
	CertificateOrderStatusPendingrevocation CertificateOrderStatus = "Pendingrevocation"
	// CertificateOrderStatusRevoked ...
	CertificateOrderStatusRevoked CertificateOrderStatus = "Revoked"
	// CertificateOrderStatusUnused ...
	CertificateOrderStatusUnused CertificateOrderStatus = "Unused"
)

func PossibleCertificateOrderStatusValues

func PossibleCertificateOrderStatusValues() []CertificateOrderStatus

PossibleCertificateOrderStatusValues returns an array of possible values for the CertificateOrderStatus const type.

type CertificateOrdersDiagnosticsClient

type CertificateOrdersDiagnosticsClient struct {
	BaseClient
}

CertificateOrdersDiagnosticsClient is the webSite Management Client

func NewCertificateOrdersDiagnosticsClient

func NewCertificateOrdersDiagnosticsClient(subscriptionID string) CertificateOrdersDiagnosticsClient

NewCertificateOrdersDiagnosticsClient creates an instance of the CertificateOrdersDiagnosticsClient client.

func NewCertificateOrdersDiagnosticsClientWithBaseURI

func NewCertificateOrdersDiagnosticsClientWithBaseURI(baseURI string, subscriptionID string) CertificateOrdersDiagnosticsClient

NewCertificateOrdersDiagnosticsClientWithBaseURI creates an instance of the CertificateOrdersDiagnosticsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponse

func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponse(ctx context.Context, resourceGroupName string, certificateOrderName string, detectorName string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DetectorResponse, err error)

GetAppServiceCertificateOrderDetectorResponse description for Microsoft.CertificateRegistration call to get a detector response from App Lens. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - the certificate order name for which the response is needed. detectorName - the detector name which needs to be run. startTime - the start time for detector response. endTime - the end time for the detector response. timeGrain - the time grain for the detector response.

func (CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponsePreparer

func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponsePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, detectorName string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

GetAppServiceCertificateOrderDetectorResponsePreparer prepares the GetAppServiceCertificateOrderDetectorResponse request.

func (CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponseResponder

func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponseResponder(resp *http.Response) (result DetectorResponse, err error)

GetAppServiceCertificateOrderDetectorResponseResponder handles the response to the GetAppServiceCertificateOrderDetectorResponse request. The method always closes the http.Response Body.

func (CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponseSender

func (client CertificateOrdersDiagnosticsClient) GetAppServiceCertificateOrderDetectorResponseSender(req *http.Request) (*http.Response, error)

GetAppServiceCertificateOrderDetectorResponseSender sends the GetAppServiceCertificateOrderDetectorResponse request. The method will close the http.Response Body if it receives an error.

func (CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponse

func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponse(ctx context.Context, resourceGroupName string, certificateOrderName string) (result DetectorResponseCollectionPage, err error)

ListAppServiceCertificateOrderDetectorResponse description for Microsoft.CertificateRegistration to get the list of detectors for this RP. Parameters: resourceGroupName - name of the resource group to which the resource belongs. certificateOrderName - the certificate order name for which the response is needed.

func (CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseComplete

func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseComplete(ctx context.Context, resourceGroupName string, certificateOrderName string) (result DetectorResponseCollectionIterator, err error)

ListAppServiceCertificateOrderDetectorResponseComplete enumerates all values, automatically crossing page boundaries as required.

func (CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponsePreparer

func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponsePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error)

ListAppServiceCertificateOrderDetectorResponsePreparer prepares the ListAppServiceCertificateOrderDetectorResponse request.

func (CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseResponder

func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseResponder(resp *http.Response) (result DetectorResponseCollection, err error)

ListAppServiceCertificateOrderDetectorResponseResponder handles the response to the ListAppServiceCertificateOrderDetectorResponse request. The method always closes the http.Response Body.

func (CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseSender

func (client CertificateOrdersDiagnosticsClient) ListAppServiceCertificateOrderDetectorResponseSender(req *http.Request) (*http.Response, error)

ListAppServiceCertificateOrderDetectorResponseSender sends the ListAppServiceCertificateOrderDetectorResponse request. The method will close the http.Response Body if it receives an error.

type CertificatePatchResource

type CertificatePatchResource struct {
	// CertificatePatchResourceProperties - CertificatePatchResource resource specific properties
	*CertificatePatchResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

CertificatePatchResource ARM resource for a certificate.

func (CertificatePatchResource) MarshalJSON

func (cpr CertificatePatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificatePatchResource.

func (*CertificatePatchResource) UnmarshalJSON

func (cpr *CertificatePatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for CertificatePatchResource struct.

type CertificatePatchResourceProperties

type CertificatePatchResourceProperties struct {
	// Password - Certificate password.
	Password *string `json:"password,omitempty"`
	// FriendlyName - READ-ONLY; Friendly name of the certificate.
	FriendlyName *string `json:"friendlyName,omitempty"`
	// SubjectName - READ-ONLY; Subject name of the certificate.
	SubjectName *string `json:"subjectName,omitempty"`
	// HostNames - Host names the certificate applies to.
	HostNames *[]string `json:"hostNames,omitempty"`
	// PfxBlob - Pfx blob.
	PfxBlob *[]byte `json:"pfxBlob,omitempty"`
	// SiteName - READ-ONLY; App name.
	SiteName *string `json:"siteName,omitempty"`
	// SelfLink - READ-ONLY; Self link.
	SelfLink *string `json:"selfLink,omitempty"`
	// Issuer - READ-ONLY; Certificate issuer.
	Issuer *string `json:"issuer,omitempty"`
	// IssueDate - READ-ONLY; Certificate issue Date.
	IssueDate *date.Time `json:"issueDate,omitempty"`
	// ExpirationDate - READ-ONLY; Certificate expiration date.
	ExpirationDate *date.Time `json:"expirationDate,omitempty"`
	// Thumbprint - READ-ONLY; Certificate thumbprint.
	Thumbprint *string `json:"thumbprint,omitempty"`
	// Valid - READ-ONLY; Is the certificate valid?.
	Valid *bool `json:"valid,omitempty"`
	// CerBlob - READ-ONLY; Raw bytes of .cer file
	CerBlob *[]byte `json:"cerBlob,omitempty"`
	// PublicKeyHash - READ-ONLY; Public key hash.
	PublicKeyHash *string `json:"publicKeyHash,omitempty"`
	// HostingEnvironmentProfile - READ-ONLY; Specification for the App Service Environment to use for the certificate.
	HostingEnvironmentProfile *HostingEnvironmentProfile `json:"hostingEnvironmentProfile,omitempty"`
	// KeyVaultID - Key Vault Csm resource Id.
	KeyVaultID *string `json:"keyVaultId,omitempty"`
	// KeyVaultSecretName - Key Vault secret name.
	KeyVaultSecretName *string `json:"keyVaultSecretName,omitempty"`
	// KeyVaultSecretStatus - READ-ONLY; Status of the Key Vault secret. Possible values include: 'KeyVaultSecretStatusInitialized', 'KeyVaultSecretStatusWaitingOnCertificateOrder', 'KeyVaultSecretStatusSucceeded', 'KeyVaultSecretStatusCertificateOrderFailed', 'KeyVaultSecretStatusOperationNotPermittedOnKeyVault', 'KeyVaultSecretStatusAzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultSecretStatusKeyVaultDoesNotExist', 'KeyVaultSecretStatusKeyVaultSecretDoesNotExist', 'KeyVaultSecretStatusUnknownError', 'KeyVaultSecretStatusExternalPrivateKey', 'KeyVaultSecretStatusUnknown'
	KeyVaultSecretStatus KeyVaultSecretStatus `json:"keyVaultSecretStatus,omitempty"`
	// ServerFarmID - Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmID *string `json:"serverFarmId,omitempty"`
	// CanonicalName - CNAME of the certificate to be issued via free certificate
	CanonicalName *string `json:"canonicalName,omitempty"`
	// DomainValidationMethod - Method of domain validation for free cert
	DomainValidationMethod *string `json:"domainValidationMethod,omitempty"`
}

CertificatePatchResourceProperties certificatePatchResource resource specific properties

func (CertificatePatchResourceProperties) MarshalJSON

func (cpr CertificatePatchResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificatePatchResourceProperties.

type CertificateProductType

type CertificateProductType string

CertificateProductType enumerates the values for certificate product type.

const (
	// CertificateProductTypeStandardDomainValidatedSsl ...
	CertificateProductTypeStandardDomainValidatedSsl CertificateProductType = "StandardDomainValidatedSsl"
	// CertificateProductTypeStandardDomainValidatedWildCardSsl ...
	CertificateProductTypeStandardDomainValidatedWildCardSsl CertificateProductType = "StandardDomainValidatedWildCardSsl"
)

func PossibleCertificateProductTypeValues

func PossibleCertificateProductTypeValues() []CertificateProductType

PossibleCertificateProductTypeValues returns an array of possible values for the CertificateProductType const type.

type CertificateProperties

type CertificateProperties struct {
	// Password - Certificate password.
	Password *string `json:"password,omitempty"`
	// FriendlyName - READ-ONLY; Friendly name of the certificate.
	FriendlyName *string `json:"friendlyName,omitempty"`
	// SubjectName - READ-ONLY; Subject name of the certificate.
	SubjectName *string `json:"subjectName,omitempty"`
	// HostNames - Host names the certificate applies to.
	HostNames *[]string `json:"hostNames,omitempty"`
	// PfxBlob - Pfx blob.
	PfxBlob *[]byte `json:"pfxBlob,omitempty"`
	// SiteName - READ-ONLY; App name.
	SiteName *string `json:"siteName,omitempty"`
	// SelfLink - READ-ONLY; Self link.
	SelfLink *string `json:"selfLink,omitempty"`
	// Issuer - READ-ONLY; Certificate issuer.
	Issuer *string `json:"issuer,omitempty"`
	// IssueDate - READ-ONLY; Certificate issue Date.
	IssueDate *date.Time `json:"issueDate,omitempty"`
	// ExpirationDate - READ-ONLY; Certificate expiration date.
	ExpirationDate *date.Time `json:"expirationDate,omitempty"`
	// Thumbprint - READ-ONLY; Certificate thumbprint.
	Thumbprint *string `json:"thumbprint,omitempty"`
	// Valid - READ-ONLY; Is the certificate valid?.
	Valid *bool `json:"valid,omitempty"`
	// CerBlob - READ-ONLY; Raw bytes of .cer file
	CerBlob *[]byte `json:"cerBlob,omitempty"`
	// PublicKeyHash - READ-ONLY; Public key hash.
	PublicKeyHash *string `json:"publicKeyHash,omitempty"`
	// HostingEnvironmentProfile - READ-ONLY; Specification for the App Service Environment to use for the certificate.
	HostingEnvironmentProfile *HostingEnvironmentProfile `json:"hostingEnvironmentProfile,omitempty"`
	// KeyVaultID - Key Vault Csm resource Id.
	KeyVaultID *string `json:"keyVaultId,omitempty"`
	// KeyVaultSecretName - Key Vault secret name.
	KeyVaultSecretName *string `json:"keyVaultSecretName,omitempty"`
	// KeyVaultSecretStatus - READ-ONLY; Status of the Key Vault secret. Possible values include: 'KeyVaultSecretStatusInitialized', 'KeyVaultSecretStatusWaitingOnCertificateOrder', 'KeyVaultSecretStatusSucceeded', 'KeyVaultSecretStatusCertificateOrderFailed', 'KeyVaultSecretStatusOperationNotPermittedOnKeyVault', 'KeyVaultSecretStatusAzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultSecretStatusKeyVaultDoesNotExist', 'KeyVaultSecretStatusKeyVaultSecretDoesNotExist', 'KeyVaultSecretStatusUnknownError', 'KeyVaultSecretStatusExternalPrivateKey', 'KeyVaultSecretStatusUnknown'
	KeyVaultSecretStatus KeyVaultSecretStatus `json:"keyVaultSecretStatus,omitempty"`
	// ServerFarmID - Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmID *string `json:"serverFarmId,omitempty"`
	// CanonicalName - CNAME of the certificate to be issued via free certificate
	CanonicalName *string `json:"canonicalName,omitempty"`
	// DomainValidationMethod - Method of domain validation for free cert
	DomainValidationMethod *string `json:"domainValidationMethod,omitempty"`
}

CertificateProperties certificate resource specific properties

func (CertificateProperties) MarshalJSON

func (c CertificateProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CertificateProperties.

type CertificateRegistrationProviderClient

type CertificateRegistrationProviderClient struct {
	BaseClient
}

CertificateRegistrationProviderClient is the webSite Management Client

func NewCertificateRegistrationProviderClient

func NewCertificateRegistrationProviderClient(subscriptionID string) CertificateRegistrationProviderClient

NewCertificateRegistrationProviderClient creates an instance of the CertificateRegistrationProviderClient client.

func NewCertificateRegistrationProviderClientWithBaseURI

func NewCertificateRegistrationProviderClientWithBaseURI(baseURI string, subscriptionID string) CertificateRegistrationProviderClient

NewCertificateRegistrationProviderClientWithBaseURI creates an instance of the CertificateRegistrationProviderClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (CertificateRegistrationProviderClient) ListOperations

ListOperations description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

func (CertificateRegistrationProviderClient) ListOperationsComplete

func (client CertificateRegistrationProviderClient) ListOperationsComplete(ctx context.Context) (result CsmOperationCollectionIterator, err error)

ListOperationsComplete enumerates all values, automatically crossing page boundaries as required.

func (CertificateRegistrationProviderClient) ListOperationsPreparer

func (client CertificateRegistrationProviderClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error)

ListOperationsPreparer prepares the ListOperations request.

func (CertificateRegistrationProviderClient) ListOperationsResponder

func (client CertificateRegistrationProviderClient) ListOperationsResponder(resp *http.Response) (result CsmOperationCollection, err error)

ListOperationsResponder handles the response to the ListOperations request. The method always closes the http.Response Body.

func (CertificateRegistrationProviderClient) ListOperationsSender

func (client CertificateRegistrationProviderClient) ListOperationsSender(req *http.Request) (*http.Response, error)

ListOperationsSender sends the ListOperations request. The method will close the http.Response Body if it receives an error.

type CertificatesClient

type CertificatesClient struct {
	BaseClient
}

CertificatesClient is the webSite Management Client

func NewCertificatesClient

func NewCertificatesClient(subscriptionID string) CertificatesClient

NewCertificatesClient creates an instance of the CertificatesClient client.

func NewCertificatesClientWithBaseURI

func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient

NewCertificatesClientWithBaseURI creates an instance of the CertificatesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (CertificatesClient) CreateOrUpdate

func (client CertificatesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, certificateEnvelope Certificate) (result Certificate, err error)

CreateOrUpdate description for Create or update a certificate. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the certificate. certificateEnvelope - details of certificate, if it exists already.

func (CertificatesClient) CreateOrUpdatePreparer

func (client CertificatesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, certificateEnvelope Certificate) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (CertificatesClient) CreateOrUpdateResponder

func (client CertificatesClient) CreateOrUpdateResponder(resp *http.Response) (result Certificate, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (CertificatesClient) CreateOrUpdateSender

func (client CertificatesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (CertificatesClient) Delete

func (client CertificatesClient) Delete(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error)

Delete description for Delete a certificate. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the certificate.

func (CertificatesClient) DeletePreparer

func (client CertificatesClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (CertificatesClient) DeleteResponder

func (client CertificatesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (CertificatesClient) DeleteSender

func (client CertificatesClient) DeleteSender(req *http.Request) (*http.Response, error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (CertificatesClient) Get

func (client CertificatesClient) Get(ctx context.Context, resourceGroupName string, name string) (result Certificate, err error)

Get description for Get a certificate. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the certificate.

func (CertificatesClient) GetPreparer

func (client CertificatesClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPreparer prepares the Get request.

func (CertificatesClient) GetResponder

func (client CertificatesClient) GetResponder(resp *http.Response) (result Certificate, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (CertificatesClient) GetSender

func (client CertificatesClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (CertificatesClient) List

func (client CertificatesClient) List(ctx context.Context, filter string) (result CertificateCollectionPage, err error)

List description for Get all certificates for a subscription. Parameters: filter - return only information specified in the filter (using OData syntax). For example: $filter=KeyVaultId eq 'KeyVaultId'

func (CertificatesClient) ListByResourceGroup

func (client CertificatesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result CertificateCollectionPage, err error)

ListByResourceGroup description for Get all certificates in a resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (CertificatesClient) ListByResourceGroupComplete

func (client CertificatesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result CertificateCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (CertificatesClient) ListByResourceGroupPreparer

func (client CertificatesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (CertificatesClient) ListByResourceGroupResponder

func (client CertificatesClient) ListByResourceGroupResponder(resp *http.Response) (result CertificateCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (CertificatesClient) ListByResourceGroupSender

func (client CertificatesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (CertificatesClient) ListComplete

func (client CertificatesClient) ListComplete(ctx context.Context, filter string) (result CertificateCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (CertificatesClient) ListPreparer

func (client CertificatesClient) ListPreparer(ctx context.Context, filter string) (*http.Request, error)

ListPreparer prepares the List request.

func (CertificatesClient) ListResponder

func (client CertificatesClient) ListResponder(resp *http.Response) (result CertificateCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (CertificatesClient) ListSender

func (client CertificatesClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (CertificatesClient) Update

func (client CertificatesClient) Update(ctx context.Context, resourceGroupName string, name string, certificateEnvelope CertificatePatchResource) (result Certificate, err error)

Update description for Create or update a certificate. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the certificate. certificateEnvelope - details of certificate, if it exists already.

func (CertificatesClient) UpdatePreparer

func (client CertificatesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, certificateEnvelope CertificatePatchResource) (*http.Request, error)

UpdatePreparer prepares the Update request.

func (CertificatesClient) UpdateResponder

func (client CertificatesClient) UpdateResponder(resp *http.Response) (result Certificate, err error)

UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.

func (CertificatesClient) UpdateSender

func (client CertificatesClient) UpdateSender(req *http.Request) (*http.Response, error)

UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.

type Channels

type Channels string

Channels enumerates the values for channels.

const (
	// ChannelsAll ...
	ChannelsAll Channels = "All"
	// ChannelsAPI ...
	ChannelsAPI Channels = "Api"
	// ChannelsEmail ...
	ChannelsEmail Channels = "Email"
	// ChannelsNotification ...
	ChannelsNotification Channels = "Notification"
	// ChannelsWebhook ...
	ChannelsWebhook Channels = "Webhook"
)

func PossibleChannelsValues

func PossibleChannelsValues() []Channels

PossibleChannelsValues returns an array of possible values for the Channels const type.

type CheckNameResourceTypes

type CheckNameResourceTypes string

CheckNameResourceTypes enumerates the values for check name resource types.

const (
	// CheckNameResourceTypesHostingEnvironment ...
	CheckNameResourceTypesHostingEnvironment CheckNameResourceTypes = "HostingEnvironment"
	// CheckNameResourceTypesMicrosoftWebhostingEnvironments ...
	CheckNameResourceTypesMicrosoftWebhostingEnvironments CheckNameResourceTypes = "Microsoft.Web/hostingEnvironments"
	// CheckNameResourceTypesMicrosoftWebpublishingUsers ...
	CheckNameResourceTypesMicrosoftWebpublishingUsers CheckNameResourceTypes = "Microsoft.Web/publishingUsers"
	// CheckNameResourceTypesMicrosoftWebsites ...
	CheckNameResourceTypesMicrosoftWebsites CheckNameResourceTypes = "Microsoft.Web/sites"
	// CheckNameResourceTypesMicrosoftWebsitesslots ...
	CheckNameResourceTypesMicrosoftWebsitesslots CheckNameResourceTypes = "Microsoft.Web/sites/slots"
	// CheckNameResourceTypesPublishingUser ...
	CheckNameResourceTypesPublishingUser CheckNameResourceTypes = "PublishingUser"
	// CheckNameResourceTypesSite ...
	CheckNameResourceTypesSite CheckNameResourceTypes = "Site"
	// CheckNameResourceTypesSlot ...
	CheckNameResourceTypesSlot CheckNameResourceTypes = "Slot"
)

func PossibleCheckNameResourceTypesValues

func PossibleCheckNameResourceTypesValues() []CheckNameResourceTypes

PossibleCheckNameResourceTypesValues returns an array of possible values for the CheckNameResourceTypes const type.

type ClientCertMode

type ClientCertMode string

ClientCertMode enumerates the values for client cert mode.

const (
	// ClientCertModeOptional ...
	ClientCertModeOptional ClientCertMode = "Optional"
	// ClientCertModeOptionalInteractiveUser ...
	ClientCertModeOptionalInteractiveUser ClientCertMode = "OptionalInteractiveUser"
	// ClientCertModeRequired ...
	ClientCertModeRequired ClientCertMode = "Required"
)

func PossibleClientCertModeValues

func PossibleClientCertModeValues() []ClientCertMode

PossibleClientCertModeValues returns an array of possible values for the ClientCertMode const type.

type ClientCredentialMethod

type ClientCredentialMethod string

ClientCredentialMethod enumerates the values for client credential method.

const (
	// ClientCredentialMethodClientSecretPost ...
	ClientCredentialMethodClientSecretPost ClientCredentialMethod = "ClientSecretPost"
)

func PossibleClientCredentialMethodValues

func PossibleClientCredentialMethodValues() []ClientCredentialMethod

PossibleClientCredentialMethodValues returns an array of possible values for the ClientCredentialMethod const type.

type ClientRegistration

type ClientRegistration struct {
	// ClientID - The Client ID of the app used for login.
	ClientID *string `json:"clientId,omitempty"`
	// ClientSecretSettingName - The app setting name that contains the client secret.
	ClientSecretSettingName *string `json:"clientSecretSettingName,omitempty"`
}

ClientRegistration the configuration settings of the app registration for providers that have client ids and client secrets

type CloneAbilityResult

type CloneAbilityResult string

CloneAbilityResult enumerates the values for clone ability result.

const (
	// CloneAbilityResultCloneable ...
	CloneAbilityResultCloneable CloneAbilityResult = "Cloneable"
	// CloneAbilityResultNotCloneable ...
	CloneAbilityResultNotCloneable CloneAbilityResult = "NotCloneable"
	// CloneAbilityResultPartiallyCloneable ...
	CloneAbilityResultPartiallyCloneable CloneAbilityResult = "PartiallyCloneable"
)

func PossibleCloneAbilityResultValues

func PossibleCloneAbilityResultValues() []CloneAbilityResult

PossibleCloneAbilityResultValues returns an array of possible values for the CloneAbilityResult const type.

type CloningInfo

type CloningInfo struct {
	// CorrelationID - Correlation ID of cloning operation. This ID ties multiple cloning operations
	// together to use the same snapshot.
	CorrelationID *uuid.UUID `json:"correlationId,omitempty"`
	// Overwrite - <code>true</code> to overwrite destination app; otherwise, <code>false</code>.
	Overwrite *bool `json:"overwrite,omitempty"`
	// CloneCustomHostNames - <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.
	CloneCustomHostNames *bool `json:"cloneCustomHostNames,omitempty"`
	// CloneSourceControl - <code>true</code> to clone source control from source app; otherwise, <code>false</code>.
	CloneSourceControl *bool `json:"cloneSourceControl,omitempty"`
	// SourceWebAppID - ARM resource ID of the source app. App resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
	SourceWebAppID *string `json:"sourceWebAppId,omitempty"`
	// SourceWebAppLocation - Location of source app ex: West US or North Europe
	SourceWebAppLocation *string `json:"sourceWebAppLocation,omitempty"`
	// HostingEnvironment - App Service Environment.
	HostingEnvironment *string `json:"hostingEnvironment,omitempty"`
	// AppSettingsOverrides - Application setting overrides for cloned app. If specified, these settings override the settings cloned
	// from source app. Otherwise, application settings from source app are retained.
	AppSettingsOverrides map[string]*string `json:"appSettingsOverrides"`
	// ConfigureLoadBalancing - <code>true</code> to configure load balancing for source and destination app.
	ConfigureLoadBalancing *bool `json:"configureLoadBalancing,omitempty"`
	// TrafficManagerProfileID - ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.
	TrafficManagerProfileID *string `json:"trafficManagerProfileId,omitempty"`
	// TrafficManagerProfileName - Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.
	TrafficManagerProfileName *string `json:"trafficManagerProfileName,omitempty"`
}

CloningInfo information needed for cloning operation.

func (CloningInfo) MarshalJSON

func (ci CloningInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CloningInfo.

type ComputeModeOptions

type ComputeModeOptions string

ComputeModeOptions enumerates the values for compute mode options.

const (
	// ComputeModeOptionsDedicated ...
	ComputeModeOptionsDedicated ComputeModeOptions = "Dedicated"
	// ComputeModeOptionsDynamic ...
	ComputeModeOptionsDynamic ComputeModeOptions = "Dynamic"
	// ComputeModeOptionsShared ...
	ComputeModeOptionsShared ComputeModeOptions = "Shared"
)

func PossibleComputeModeOptionsValues

func PossibleComputeModeOptionsValues() []ComputeModeOptions

PossibleComputeModeOptionsValues returns an array of possible values for the ComputeModeOptions const type.

type ConfigReferenceSource

type ConfigReferenceSource string

ConfigReferenceSource enumerates the values for config reference source.

const (
	// ConfigReferenceSourceKeyVault ...
	ConfigReferenceSourceKeyVault ConfigReferenceSource = "KeyVault"
)

func PossibleConfigReferenceSourceValues

func PossibleConfigReferenceSourceValues() []ConfigReferenceSource

PossibleConfigReferenceSourceValues returns an array of possible values for the ConfigReferenceSource const type.

type ConnStringInfo

type ConnStringInfo struct {
	// Name - Name of connection string.
	Name *string `json:"name,omitempty"`
	// ConnectionString - Connection string value.
	ConnectionString *string `json:"connectionString,omitempty"`
	// Type - Type of database. Possible values include: 'ConnectionStringTypeMySQL', 'ConnectionStringTypeSQLServer', 'ConnectionStringTypeSQLAzure', 'ConnectionStringTypeCustom', 'ConnectionStringTypeNotificationHub', 'ConnectionStringTypeServiceBus', 'ConnectionStringTypeEventHub', 'ConnectionStringTypeAPIHub', 'ConnectionStringTypeDocDb', 'ConnectionStringTypeRedisCache', 'ConnectionStringTypePostgreSQL'
	Type ConnectionStringType `json:"type,omitempty"`
}

ConnStringInfo database connection string information.

type ConnStringValueTypePair

type ConnStringValueTypePair struct {
	// Value - Value of pair.
	Value *string `json:"value,omitempty"`
	// Type - Type of database. Possible values include: 'ConnectionStringTypeMySQL', 'ConnectionStringTypeSQLServer', 'ConnectionStringTypeSQLAzure', 'ConnectionStringTypeCustom', 'ConnectionStringTypeNotificationHub', 'ConnectionStringTypeServiceBus', 'ConnectionStringTypeEventHub', 'ConnectionStringTypeAPIHub', 'ConnectionStringTypeDocDb', 'ConnectionStringTypeRedisCache', 'ConnectionStringTypePostgreSQL'
	Type ConnectionStringType `json:"type,omitempty"`
}

ConnStringValueTypePair database connection string value to type pair.

type ConnectionStringDictionary

type ConnectionStringDictionary struct {
	autorest.Response `json:"-"`
	// Properties - Connection strings.
	Properties map[string]*ConnStringValueTypePair `json:"properties"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ConnectionStringDictionary string dictionary resource.

func (ConnectionStringDictionary) MarshalJSON

func (csd ConnectionStringDictionary) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ConnectionStringDictionary.

type ConnectionStringType

type ConnectionStringType string

ConnectionStringType enumerates the values for connection string type.

const (
	// ConnectionStringTypeAPIHub ...
	ConnectionStringTypeAPIHub ConnectionStringType = "ApiHub"
	// ConnectionStringTypeCustom ...
	ConnectionStringTypeCustom ConnectionStringType = "Custom"
	// ConnectionStringTypeDocDb ...
	ConnectionStringTypeDocDb ConnectionStringType = "DocDb"
	// ConnectionStringTypeEventHub ...
	ConnectionStringTypeEventHub ConnectionStringType = "EventHub"
	// ConnectionStringTypeMySQL ...
	ConnectionStringTypeMySQL ConnectionStringType = "MySql"
	// ConnectionStringTypeNotificationHub ...
	ConnectionStringTypeNotificationHub ConnectionStringType = "NotificationHub"
	// ConnectionStringTypePostgreSQL ...
	ConnectionStringTypePostgreSQL ConnectionStringType = "PostgreSQL"
	// ConnectionStringTypeRedisCache ...
	ConnectionStringTypeRedisCache ConnectionStringType = "RedisCache"
	// ConnectionStringTypeServiceBus ...
	ConnectionStringTypeServiceBus ConnectionStringType = "ServiceBus"
	// ConnectionStringTypeSQLAzure ...
	ConnectionStringTypeSQLAzure ConnectionStringType = "SQLAzure"
	// ConnectionStringTypeSQLServer ...
	ConnectionStringTypeSQLServer ConnectionStringType = "SQLServer"
)

func PossibleConnectionStringTypeValues

func PossibleConnectionStringTypeValues() []ConnectionStringType

PossibleConnectionStringTypeValues returns an array of possible values for the ConnectionStringType const type.

type Contact

type Contact struct {
	// AddressMailing - Mailing address.
	AddressMailing *Address `json:"addressMailing,omitempty"`
	// Email - Email address.
	Email *string `json:"email,omitempty"`
	// Fax - Fax number.
	Fax *string `json:"fax,omitempty"`
	// JobTitle - Job title.
	JobTitle *string `json:"jobTitle,omitempty"`
	// NameFirst - First name.
	NameFirst *string `json:"nameFirst,omitempty"`
	// NameLast - Last name.
	NameLast *string `json:"nameLast,omitempty"`
	// NameMiddle - Middle name.
	NameMiddle *string `json:"nameMiddle,omitempty"`
	// Organization - Organization contact belongs to.
	Organization *string `json:"organization,omitempty"`
	// Phone - Phone number.
	Phone *string `json:"phone,omitempty"`
}

Contact contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois directories as per ICANN requirements.

type ContainerCPUStatistics

type ContainerCPUStatistics struct {
	CPUUsage       *ContainerCPUUsage       `json:"cpuUsage,omitempty"`
	SystemCPUUsage *int64                   `json:"systemCpuUsage,omitempty"`
	OnlineCPUCount *int32                   `json:"onlineCpuCount,omitempty"`
	ThrottlingData *ContainerThrottlingData `json:"throttlingData,omitempty"`
}

ContainerCPUStatistics ...

type ContainerCPUUsage

type ContainerCPUUsage struct {
	TotalUsage      *int64   `json:"totalUsage,omitempty"`
	PerCPUUsage     *[]int64 `json:"perCpuUsage,omitempty"`
	KernelModeUsage *int64   `json:"kernelModeUsage,omitempty"`
	UserModeUsage   *int64   `json:"userModeUsage,omitempty"`
}

ContainerCPUUsage ...

type ContainerInfo

type ContainerInfo struct {
	CurrentTimeStamp  *date.Time                           `json:"currentTimeStamp,omitempty"`
	PreviousTimeStamp *date.Time                           `json:"previousTimeStamp,omitempty"`
	CurrentCPUStats   *ContainerCPUStatistics              `json:"currentCpuStats,omitempty"`
	PreviousCPUStats  *ContainerCPUStatistics              `json:"previousCpuStats,omitempty"`
	MemoryStats       *ContainerMemoryStatistics           `json:"memoryStats,omitempty"`
	Name              *string                              `json:"name,omitempty"`
	ID                *string                              `json:"id,omitempty"`
	Eth0              *ContainerNetworkInterfaceStatistics `json:"eth0,omitempty"`
}

ContainerInfo ...

type ContainerMemoryStatistics

type ContainerMemoryStatistics struct {
	Usage    *int64 `json:"usage,omitempty"`
	MaxUsage *int64 `json:"maxUsage,omitempty"`
	Limit    *int64 `json:"limit,omitempty"`
}

ContainerMemoryStatistics ...

type ContainerNetworkInterfaceStatistics

type ContainerNetworkInterfaceStatistics struct {
	RxBytes   *int64 `json:"rxBytes,omitempty"`
	RxPackets *int64 `json:"rxPackets,omitempty"`
	RxErrors  *int64 `json:"rxErrors,omitempty"`
	RxDropped *int64 `json:"rxDropped,omitempty"`
	TxBytes   *int64 `json:"txBytes,omitempty"`
	TxPackets *int64 `json:"txPackets,omitempty"`
	TxErrors  *int64 `json:"txErrors,omitempty"`
	TxDropped *int64 `json:"txDropped,omitempty"`
}

ContainerNetworkInterfaceStatistics ...

type ContainerThrottlingData

type ContainerThrottlingData struct {
	Periods          *int32 `json:"periods,omitempty"`
	ThrottledPeriods *int32 `json:"throttledPeriods,omitempty"`
	ThrottledTime    *int32 `json:"throttledTime,omitempty"`
}

ContainerThrottlingData ...

type ContinuousWebJob

type ContinuousWebJob struct {
	autorest.Response `json:"-"`
	// ContinuousWebJobProperties - ContinuousWebJob resource specific properties
	*ContinuousWebJobProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ContinuousWebJob continuous Web Job Information.

func (ContinuousWebJob) MarshalJSON

func (cwj ContinuousWebJob) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ContinuousWebJob.

func (*ContinuousWebJob) UnmarshalJSON

func (cwj *ContinuousWebJob) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ContinuousWebJob struct.

type ContinuousWebJobCollection

type ContinuousWebJobCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]ContinuousWebJob `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ContinuousWebJobCollection collection of Kudu continuous web job information elements.

func (ContinuousWebJobCollection) IsEmpty

func (cwjc ContinuousWebJobCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ContinuousWebJobCollection) MarshalJSON

func (cwjc ContinuousWebJobCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ContinuousWebJobCollection.

type ContinuousWebJobCollectionIterator

type ContinuousWebJobCollectionIterator struct {
	// contains filtered or unexported fields
}

ContinuousWebJobCollectionIterator provides access to a complete listing of ContinuousWebJob values.

func NewContinuousWebJobCollectionIterator

func NewContinuousWebJobCollectionIterator(page ContinuousWebJobCollectionPage) ContinuousWebJobCollectionIterator

Creates a new instance of the ContinuousWebJobCollectionIterator type.

func (*ContinuousWebJobCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ContinuousWebJobCollectionIterator) NextWithContext

func (iter *ContinuousWebJobCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ContinuousWebJobCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (ContinuousWebJobCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ContinuousWebJobCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ContinuousWebJobCollectionPage

type ContinuousWebJobCollectionPage struct {
	// contains filtered or unexported fields
}

ContinuousWebJobCollectionPage contains a page of ContinuousWebJob values.

func NewContinuousWebJobCollectionPage

Creates a new instance of the ContinuousWebJobCollectionPage type.

func (*ContinuousWebJobCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ContinuousWebJobCollectionPage) NextWithContext

func (page *ContinuousWebJobCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ContinuousWebJobCollectionPage) NotDone

func (page ContinuousWebJobCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ContinuousWebJobCollectionPage) Response

Response returns the raw server response from the last page request.

func (ContinuousWebJobCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type ContinuousWebJobProperties

type ContinuousWebJobProperties struct {
	// Status - Job status. Possible values include: 'ContinuousWebJobStatusInitializing', 'ContinuousWebJobStatusStarting', 'ContinuousWebJobStatusRunning', 'ContinuousWebJobStatusPendingRestart', 'ContinuousWebJobStatusStopped'
	Status ContinuousWebJobStatus `json:"status,omitempty"`
	// DetailedStatus - Detailed status.
	DetailedStatus *string `json:"detailed_status,omitempty"`
	// LogURL - Log URL.
	LogURL *string `json:"log_url,omitempty"`
	// RunCommand - Run command.
	RunCommand *string `json:"run_command,omitempty"`
	// URL - Job URL.
	URL *string `json:"url,omitempty"`
	// ExtraInfoURL - Extra Info URL.
	ExtraInfoURL *string `json:"extra_info_url,omitempty"`
	// WebJobType - Job type. Possible values include: 'JobTypeContinuous', 'JobTypeTriggered'
	WebJobType JobType `json:"web_job_type,omitempty"`
	// Error - Error information.
	Error *string `json:"error,omitempty"`
	// UsingSdk - Using SDK?
	UsingSdk *bool `json:"using_sdk,omitempty"`
	// Settings - Job settings.
	Settings map[string]interface{} `json:"settings"`
}

ContinuousWebJobProperties continuousWebJob resource specific properties

func (ContinuousWebJobProperties) MarshalJSON

func (cwj ContinuousWebJobProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ContinuousWebJobProperties.

type ContinuousWebJobStatus

type ContinuousWebJobStatus string

ContinuousWebJobStatus enumerates the values for continuous web job status.

const (
	// ContinuousWebJobStatusInitializing ...
	ContinuousWebJobStatusInitializing ContinuousWebJobStatus = "Initializing"
	// ContinuousWebJobStatusPendingRestart ...
	ContinuousWebJobStatusPendingRestart ContinuousWebJobStatus = "PendingRestart"
	// ContinuousWebJobStatusRunning ...
	ContinuousWebJobStatusRunning ContinuousWebJobStatus = "Running"
	// ContinuousWebJobStatusStarting ...
	ContinuousWebJobStatusStarting ContinuousWebJobStatus = "Starting"
	// ContinuousWebJobStatusStopped ...
	ContinuousWebJobStatusStopped ContinuousWebJobStatus = "Stopped"
)

func PossibleContinuousWebJobStatusValues

func PossibleContinuousWebJobStatusValues() []ContinuousWebJobStatus

PossibleContinuousWebJobStatusValues returns an array of possible values for the ContinuousWebJobStatus const type.

type CookieExpiration

type CookieExpiration struct {
	// Convention - The convention used when determining the session cookie's expiration. Possible values include: 'CookieExpirationConventionFixedTime', 'CookieExpirationConventionIdentityProviderDerived'
	Convention CookieExpirationConvention `json:"convention,omitempty"`
	// TimeToExpiration - The time after the request is made when the session cookie should expire.
	TimeToExpiration *string `json:"timeToExpiration,omitempty"`
}

CookieExpiration the configuration settings of the session cookie's expiration.

type CookieExpirationConvention

type CookieExpirationConvention string

CookieExpirationConvention enumerates the values for cookie expiration convention.

const (
	// CookieExpirationConventionFixedTime ...
	CookieExpirationConventionFixedTime CookieExpirationConvention = "FixedTime"
	// CookieExpirationConventionIdentityProviderDerived ...
	CookieExpirationConventionIdentityProviderDerived CookieExpirationConvention = "IdentityProviderDerived"
)

func PossibleCookieExpirationConventionValues

func PossibleCookieExpirationConventionValues() []CookieExpirationConvention

PossibleCookieExpirationConventionValues returns an array of possible values for the CookieExpirationConvention const type.

type CorsSettings

type CorsSettings struct {
	// AllowedOrigins - Gets or sets the list of origins that should be allowed to make cross-origin
	// calls (for example: http://example.com:12345). Use "*" to allow all.
	AllowedOrigins *[]string `json:"allowedOrigins,omitempty"`
	// SupportCredentials - Gets or sets whether CORS requests with credentials are allowed. See
	// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
	// for more details.
	SupportCredentials *bool `json:"supportCredentials,omitempty"`
}

CorsSettings cross-Origin Resource Sharing (CORS) settings for the app.

type CsmMoveResourceEnvelope

type CsmMoveResourceEnvelope struct {
	TargetResourceGroup *string   `json:"targetResourceGroup,omitempty"`
	Resources           *[]string `json:"resources,omitempty"`
}

CsmMoveResourceEnvelope object with a list of the resources that need to be moved and the resource group they should be moved to.

type CsmOperationCollection

type CsmOperationCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]CsmOperationDescription `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

CsmOperationCollection collection of Azure resource manager operation metadata.

func (CsmOperationCollection) IsEmpty

func (coc CsmOperationCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (CsmOperationCollection) MarshalJSON

func (coc CsmOperationCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CsmOperationCollection.

type CsmOperationCollectionIterator

type CsmOperationCollectionIterator struct {
	// contains filtered or unexported fields
}

CsmOperationCollectionIterator provides access to a complete listing of CsmOperationDescription values.

func NewCsmOperationCollectionIterator

func NewCsmOperationCollectionIterator(page CsmOperationCollectionPage) CsmOperationCollectionIterator

Creates a new instance of the CsmOperationCollectionIterator type.

func (*CsmOperationCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*CsmOperationCollectionIterator) NextWithContext

func (iter *CsmOperationCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (CsmOperationCollectionIterator) NotDone

func (iter CsmOperationCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (CsmOperationCollectionIterator) Response

Response returns the raw server response from the last page request.

func (CsmOperationCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type CsmOperationCollectionPage

type CsmOperationCollectionPage struct {
	// contains filtered or unexported fields
}

CsmOperationCollectionPage contains a page of CsmOperationDescription values.

func NewCsmOperationCollectionPage

Creates a new instance of the CsmOperationCollectionPage type.

func (*CsmOperationCollectionPage) Next

func (page *CsmOperationCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*CsmOperationCollectionPage) NextWithContext

func (page *CsmOperationCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (CsmOperationCollectionPage) NotDone

func (page CsmOperationCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (CsmOperationCollectionPage) Response

Response returns the raw server response from the last page request.

func (CsmOperationCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type CsmOperationDescription

type CsmOperationDescription struct {
	Name         *string                            `json:"name,omitempty"`
	IsDataAction *bool                              `json:"isDataAction,omitempty"`
	Display      *CsmOperationDisplay               `json:"display,omitempty"`
	Origin       *string                            `json:"origin,omitempty"`
	Properties   *CsmOperationDescriptionProperties `json:"properties,omitempty"`
}

CsmOperationDescription description of an operation available for Microsoft.Web resource provider.

type CsmOperationDescriptionProperties

type CsmOperationDescriptionProperties struct {
	ServiceSpecification *ServiceSpecification `json:"serviceSpecification,omitempty"`
}

CsmOperationDescriptionProperties properties available for a Microsoft.Web resource provider operation.

type CsmOperationDisplay

type CsmOperationDisplay struct {
	Provider    *string `json:"provider,omitempty"`
	Resource    *string `json:"resource,omitempty"`
	Operation   *string `json:"operation,omitempty"`
	Description *string `json:"description,omitempty"`
}

CsmOperationDisplay meta data about operation used for display in portal.

type CsmPublishingCredentialsPoliciesEntity

type CsmPublishingCredentialsPoliciesEntity struct {
	autorest.Response `json:"-"`
	// CsmPublishingCredentialsPoliciesEntityProperties - CsmPublishingCredentialsPoliciesEntity resource specific properties
	*CsmPublishingCredentialsPoliciesEntityProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

CsmPublishingCredentialsPoliciesEntity publishing Credentials Policies parameters.

func (CsmPublishingCredentialsPoliciesEntity) MarshalJSON

func (cpcpe CsmPublishingCredentialsPoliciesEntity) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CsmPublishingCredentialsPoliciesEntity.

func (*CsmPublishingCredentialsPoliciesEntity) UnmarshalJSON

func (cpcpe *CsmPublishingCredentialsPoliciesEntity) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for CsmPublishingCredentialsPoliciesEntity struct.

type CsmPublishingCredentialsPoliciesEntityProperties

type CsmPublishingCredentialsPoliciesEntityProperties struct {
	// Allow - <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
	Allow *bool `json:"allow,omitempty"`
}

CsmPublishingCredentialsPoliciesEntityProperties csmPublishingCredentialsPoliciesEntity resource specific properties

type CsmPublishingProfileOptions

type CsmPublishingProfileOptions struct {
	// Format - Name of the format. Valid values are:
	// FileZilla3
	// WebDeploy -- default
	// Ftp. Possible values include: 'PublishingProfileFormatFileZilla3', 'PublishingProfileFormatWebDeploy', 'PublishingProfileFormatFtp'
	Format PublishingProfileFormat `json:"format,omitempty"`
	// IncludeDisasterRecoveryEndpoints - Include the DisasterRecover endpoint if true
	IncludeDisasterRecoveryEndpoints *bool `json:"includeDisasterRecoveryEndpoints,omitempty"`
}

CsmPublishingProfileOptions publishing options for requested profile.

type CsmSlotEntity

type CsmSlotEntity struct {
	// TargetSlot - Destination deployment slot during swap operation.
	TargetSlot *string `json:"targetSlot,omitempty"`
	// PreserveVnet - <code>true</code> to preserve Virtual Network to the slot during swap; otherwise, <code>false</code>.
	PreserveVnet *bool `json:"preserveVnet,omitempty"`
}

CsmSlotEntity deployment slot parameters.

type CsmUsageQuota

type CsmUsageQuota struct {
	// Unit - Units of measurement for the quota resource.
	Unit *string `json:"unit,omitempty"`
	// NextResetTime - Next reset time for the resource counter.
	NextResetTime *date.Time `json:"nextResetTime,omitempty"`
	// CurrentValue - The current value of the resource counter.
	CurrentValue *int64 `json:"currentValue,omitempty"`
	// Limit - The resource limit.
	Limit *int64 `json:"limit,omitempty"`
	// Name - Quota name.
	Name *LocalizableString `json:"name,omitempty"`
}

CsmUsageQuota usage of the quota resource.

type CsmUsageQuotaCollection

type CsmUsageQuotaCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]CsmUsageQuota `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

CsmUsageQuotaCollection collection of CSM usage quotas.

func (CsmUsageQuotaCollection) IsEmpty

func (cuqc CsmUsageQuotaCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (CsmUsageQuotaCollection) MarshalJSON

func (cuqc CsmUsageQuotaCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CsmUsageQuotaCollection.

type CsmUsageQuotaCollectionIterator

type CsmUsageQuotaCollectionIterator struct {
	// contains filtered or unexported fields
}

CsmUsageQuotaCollectionIterator provides access to a complete listing of CsmUsageQuota values.

func NewCsmUsageQuotaCollectionIterator

func NewCsmUsageQuotaCollectionIterator(page CsmUsageQuotaCollectionPage) CsmUsageQuotaCollectionIterator

Creates a new instance of the CsmUsageQuotaCollectionIterator type.

func (*CsmUsageQuotaCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*CsmUsageQuotaCollectionIterator) NextWithContext

func (iter *CsmUsageQuotaCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (CsmUsageQuotaCollectionIterator) NotDone

func (iter CsmUsageQuotaCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (CsmUsageQuotaCollectionIterator) Response

Response returns the raw server response from the last page request.

func (CsmUsageQuotaCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type CsmUsageQuotaCollectionPage

type CsmUsageQuotaCollectionPage struct {
	// contains filtered or unexported fields
}

CsmUsageQuotaCollectionPage contains a page of CsmUsageQuota values.

func NewCsmUsageQuotaCollectionPage

Creates a new instance of the CsmUsageQuotaCollectionPage type.

func (*CsmUsageQuotaCollectionPage) Next

func (page *CsmUsageQuotaCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*CsmUsageQuotaCollectionPage) NextWithContext

func (page *CsmUsageQuotaCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (CsmUsageQuotaCollectionPage) NotDone

func (page CsmUsageQuotaCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (CsmUsageQuotaCollectionPage) Response

Response returns the raw server response from the last page request.

func (CsmUsageQuotaCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type CustomDomainStatus

type CustomDomainStatus string

CustomDomainStatus enumerates the values for custom domain status.

const (
	// CustomDomainStatusAdding ...
	CustomDomainStatusAdding CustomDomainStatus = "Adding"
	// CustomDomainStatusDeleting ...
	CustomDomainStatusDeleting CustomDomainStatus = "Deleting"
	// CustomDomainStatusFailed ...
	CustomDomainStatusFailed CustomDomainStatus = "Failed"
	// CustomDomainStatusReady ...
	CustomDomainStatusReady CustomDomainStatus = "Ready"
	// CustomDomainStatusRetrievingValidationToken ...
	CustomDomainStatusRetrievingValidationToken CustomDomainStatus = "RetrievingValidationToken"
	// CustomDomainStatusValidating ...
	CustomDomainStatusValidating CustomDomainStatus = "Validating"
)

func PossibleCustomDomainStatusValues

func PossibleCustomDomainStatusValues() []CustomDomainStatus

PossibleCustomDomainStatusValues returns an array of possible values for the CustomDomainStatus const type.

type CustomHostNameDNSRecordType

type CustomHostNameDNSRecordType string

CustomHostNameDNSRecordType enumerates the values for custom host name dns record type.

const (
	// CustomHostNameDNSRecordTypeA ...
	CustomHostNameDNSRecordTypeA CustomHostNameDNSRecordType = "A"
	// CustomHostNameDNSRecordTypeCName ...
	CustomHostNameDNSRecordTypeCName CustomHostNameDNSRecordType = "CName"
)

func PossibleCustomHostNameDNSRecordTypeValues

func PossibleCustomHostNameDNSRecordTypeValues() []CustomHostNameDNSRecordType

PossibleCustomHostNameDNSRecordTypeValues returns an array of possible values for the CustomHostNameDNSRecordType const type.

type CustomHostnameAnalysisResult

type CustomHostnameAnalysisResult struct {
	autorest.Response `json:"-"`
	// CustomHostnameAnalysisResultProperties - CustomHostnameAnalysisResult resource specific properties
	*CustomHostnameAnalysisResultProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

CustomHostnameAnalysisResult custom domain analysis.

func (CustomHostnameAnalysisResult) MarshalJSON

func (char CustomHostnameAnalysisResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CustomHostnameAnalysisResult.

func (*CustomHostnameAnalysisResult) UnmarshalJSON

func (char *CustomHostnameAnalysisResult) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for CustomHostnameAnalysisResult struct.

type CustomHostnameAnalysisResultProperties

type CustomHostnameAnalysisResultProperties struct {
	// IsHostnameAlreadyVerified - READ-ONLY; <code>true</code> if hostname is already verified; otherwise, <code>false</code>.
	IsHostnameAlreadyVerified *bool `json:"isHostnameAlreadyVerified,omitempty"`
	// CustomDomainVerificationTest - READ-ONLY; DNS verification test result. Possible values include: 'DNSVerificationTestResultPassed', 'DNSVerificationTestResultFailed', 'DNSVerificationTestResultSkipped'
	CustomDomainVerificationTest DNSVerificationTestResult `json:"customDomainVerificationTest,omitempty"`
	// CustomDomainVerificationFailureInfo - READ-ONLY; Raw failure information if DNS verification fails.
	CustomDomainVerificationFailureInfo *ErrorEntity `json:"customDomainVerificationFailureInfo,omitempty"`
	// HasConflictOnScaleUnit - READ-ONLY; <code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>.
	HasConflictOnScaleUnit *bool `json:"hasConflictOnScaleUnit,omitempty"`
	// HasConflictAcrossSubscription - READ-ONLY; <code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>.
	HasConflictAcrossSubscription *bool `json:"hasConflictAcrossSubscription,omitempty"`
	// ConflictingAppResourceID - READ-ONLY; Name of the conflicting app on scale unit if it's within the same subscription.
	ConflictingAppResourceID *string `json:"conflictingAppResourceId,omitempty"`
	// CNameRecords - CName records controller can see for this hostname.
	CNameRecords *[]string `json:"cNameRecords,omitempty"`
	// TxtRecords - TXT records controller can see for this hostname.
	TxtRecords *[]string `json:"txtRecords,omitempty"`
	// ARecords - A records controller can see for this hostname.
	ARecords *[]string `json:"aRecords,omitempty"`
	// AlternateCNameRecords - Alternate CName records controller can see for this hostname.
	AlternateCNameRecords *[]string `json:"alternateCNameRecords,omitempty"`
	// AlternateTxtRecords - Alternate TXT records controller can see for this hostname.
	AlternateTxtRecords *[]string `json:"alternateTxtRecords,omitempty"`
}

CustomHostnameAnalysisResultProperties customHostnameAnalysisResult resource specific properties

func (CustomHostnameAnalysisResultProperties) MarshalJSON

func (char CustomHostnameAnalysisResultProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CustomHostnameAnalysisResultProperties.

type CustomOpenIDConnectProvider

type CustomOpenIDConnectProvider struct {
	// CustomOpenIDConnectProviderProperties - CustomOpenIdConnectProvider resource specific properties
	*CustomOpenIDConnectProviderProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

CustomOpenIDConnectProvider the configuration settings of the custom Open ID Connect provider.

func (CustomOpenIDConnectProvider) MarshalJSON

func (coicp CustomOpenIDConnectProvider) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CustomOpenIDConnectProvider.

func (*CustomOpenIDConnectProvider) UnmarshalJSON

func (coicp *CustomOpenIDConnectProvider) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for CustomOpenIDConnectProvider struct.

type CustomOpenIDConnectProviderProperties

type CustomOpenIDConnectProviderProperties struct {
	// Enabled - <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the app registration for the custom Open ID Connect provider.
	Registration *OpenIDConnectRegistration `json:"registration,omitempty"`
	// Login - The configuration settings of the login flow of the custom Open ID Connect provider.
	Login *OpenIDConnectLogin `json:"login,omitempty"`
}

CustomOpenIDConnectProviderProperties customOpenIdConnectProvider resource specific properties

type DNSType

type DNSType string

DNSType enumerates the values for dns type.

const (
	// DNSTypeAzureDNS ...
	DNSTypeAzureDNS DNSType = "AzureDns"
	// DNSTypeDefaultDomainRegistrarDNS ...
	DNSTypeDefaultDomainRegistrarDNS DNSType = "DefaultDomainRegistrarDns"
)

func PossibleDNSTypeValues

func PossibleDNSTypeValues() []DNSType

PossibleDNSTypeValues returns an array of possible values for the DNSType const type.

type DNSVerificationTestResult

type DNSVerificationTestResult string

DNSVerificationTestResult enumerates the values for dns verification test result.

const (
	// DNSVerificationTestResultFailed ...
	DNSVerificationTestResultFailed DNSVerificationTestResult = "Failed"
	// DNSVerificationTestResultPassed ...
	DNSVerificationTestResultPassed DNSVerificationTestResult = "Passed"
	// DNSVerificationTestResultSkipped ...
	DNSVerificationTestResultSkipped DNSVerificationTestResult = "Skipped"
)

func PossibleDNSVerificationTestResultValues

func PossibleDNSVerificationTestResultValues() []DNSVerificationTestResult

PossibleDNSVerificationTestResultValues returns an array of possible values for the DNSVerificationTestResult const type.

type DataProviderMetadata

type DataProviderMetadata struct {
	ProviderName *string `json:"providerName,omitempty"`
	// PropertyBag - READ-ONLY; Settings for the data provider
	PropertyBag *[]KeyValuePairStringObject `json:"propertyBag,omitempty"`
}

DataProviderMetadata additional configuration for a data providers

func (DataProviderMetadata) MarshalJSON

func (dpm DataProviderMetadata) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DataProviderMetadata.

type DataSource

type DataSource struct {
	// Instructions - Instructions if any for the data source
	Instructions *[]string `json:"instructions,omitempty"`
	// DataSourceURI - Datasource Uri Links
	DataSourceURI *[]NameValuePair `json:"dataSourceUri,omitempty"`
}

DataSource class representing data source used by the detectors

type DataTableResponseColumn

type DataTableResponseColumn struct {
	// ColumnName - Name of the column
	ColumnName *string `json:"columnName,omitempty"`
	// DataType - Data type which looks like 'String' or 'Int32'.
	DataType *string `json:"dataType,omitempty"`
	// ColumnType - Column Type
	ColumnType *string `json:"columnType,omitempty"`
}

DataTableResponseColumn column definition

type DataTableResponseObject

type DataTableResponseObject struct {
	// TableName - Name of the table
	TableName *string `json:"tableName,omitempty"`
	// Columns - List of columns with data types
	Columns *[]DataTableResponseColumn `json:"columns,omitempty"`
	// Rows - Raw row values
	Rows *[][]string `json:"rows,omitempty"`
}

DataTableResponseObject data Table which defines columns and raw row values

type DatabaseBackupSetting

type DatabaseBackupSetting struct {
	// DatabaseType - Database type (e.g. SqlAzure / MySql). Possible values include: 'DatabaseTypeSQLAzure', 'DatabaseTypeMySQL', 'DatabaseTypeLocalMySQL', 'DatabaseTypePostgreSQL'
	DatabaseType DatabaseType `json:"databaseType,omitempty"`
	Name         *string      `json:"name,omitempty"`
	// ConnectionStringName - Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.
	// This is used during restore with overwrite connection strings options.
	ConnectionStringName *string `json:"connectionStringName,omitempty"`
	// ConnectionString - Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.
	ConnectionString *string `json:"connectionString,omitempty"`
}

DatabaseBackupSetting database backup settings.

type DatabaseType

type DatabaseType string

DatabaseType enumerates the values for database type.

const (
	// DatabaseTypeLocalMySQL ...
	DatabaseTypeLocalMySQL DatabaseType = "LocalMySql"
	// DatabaseTypeMySQL ...
	DatabaseTypeMySQL DatabaseType = "MySql"
	// DatabaseTypePostgreSQL ...
	DatabaseTypePostgreSQL DatabaseType = "PostgreSql"
	// DatabaseTypeSQLAzure ...
	DatabaseTypeSQLAzure DatabaseType = "SqlAzure"
)

func PossibleDatabaseTypeValues

func PossibleDatabaseTypeValues() []DatabaseType

PossibleDatabaseTypeValues returns an array of possible values for the DatabaseType const type.

type DefaultAuthorizationPolicy

type DefaultAuthorizationPolicy struct {
	// AllowedPrincipals - The configuration settings of the Azure Active Directory allowed principals.
	AllowedPrincipals *AllowedPrincipals `json:"allowedPrincipals,omitempty"`
	// AllowedApplications - The configuration settings of the Azure Active Directory allowed applications.
	AllowedApplications *[]string `json:"allowedApplications,omitempty"`
}

DefaultAuthorizationPolicy the configuration settings of the Azure Active Directory default authorization policy.

type DefaultErrorResponse

type DefaultErrorResponse struct {
	// Error - READ-ONLY; Error model.
	Error *DefaultErrorResponseError `json:"error,omitempty"`
}

DefaultErrorResponse app Service error response.

func (DefaultErrorResponse) MarshalJSON

func (der DefaultErrorResponse) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DefaultErrorResponse.

type DefaultErrorResponseError

type DefaultErrorResponseError struct {
	// Code - READ-ONLY; Standardized string to programmatically identify the error.
	Code *string `json:"code,omitempty"`
	// Message - READ-ONLY; Detailed error description and debugging information.
	Message *string `json:"message,omitempty"`
	// Target - READ-ONLY; Detailed error description and debugging information.
	Target  *string                                 `json:"target,omitempty"`
	Details *[]DefaultErrorResponseErrorDetailsItem `json:"details,omitempty"`
	// Innererror - READ-ONLY; More information to debug error.
	Innererror *string `json:"innererror,omitempty"`
}

DefaultErrorResponseError error model.

func (DefaultErrorResponseError) MarshalJSON

func (der DefaultErrorResponseError) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DefaultErrorResponseError.

type DefaultErrorResponseErrorDetailsItem

type DefaultErrorResponseErrorDetailsItem struct {
	// Code - READ-ONLY; Standardized string to programmatically identify the error.
	Code *string `json:"code,omitempty"`
	// Message - READ-ONLY; Detailed error description and debugging information.
	Message *string `json:"message,omitempty"`
	// Target - READ-ONLY; Detailed error description and debugging information.
	Target *string `json:"target,omitempty"`
}

DefaultErrorResponseErrorDetailsItem detailed errors.

func (DefaultErrorResponseErrorDetailsItem) MarshalJSON

func (derI DefaultErrorResponseErrorDetailsItem) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DefaultErrorResponseErrorDetailsItem.

type DeletedAppRestoreRequest

type DeletedAppRestoreRequest struct {
	// DeletedAppRestoreRequestProperties - DeletedAppRestoreRequest resource specific properties
	*DeletedAppRestoreRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DeletedAppRestoreRequest details about restoring a deleted app.

func (DeletedAppRestoreRequest) MarshalJSON

func (darr DeletedAppRestoreRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DeletedAppRestoreRequest.

func (*DeletedAppRestoreRequest) UnmarshalJSON

func (darr *DeletedAppRestoreRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DeletedAppRestoreRequest struct.

type DeletedAppRestoreRequestProperties

type DeletedAppRestoreRequestProperties struct {
	// DeletedSiteID - ARM resource ID of the deleted app. Example:
	// /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}
	DeletedSiteID *string `json:"deletedSiteId,omitempty"`
	// RecoverConfiguration - If true, deleted site configuration, in addition to content, will be restored.
	RecoverConfiguration *bool `json:"recoverConfiguration,omitempty"`
	// SnapshotTime - Point in time to restore the deleted app from, formatted as a DateTime string.
	// If unspecified, default value is the time that the app was deleted.
	SnapshotTime *string `json:"snapshotTime,omitempty"`
	// UseDRSecondary - If true, the snapshot is retrieved from DRSecondary endpoint.
	UseDRSecondary *bool `json:"useDRSecondary,omitempty"`
}

DeletedAppRestoreRequestProperties deletedAppRestoreRequest resource specific properties

type DeletedSite

type DeletedSite struct {
	autorest.Response `json:"-"`
	// DeletedSiteProperties - DeletedSite resource specific properties
	*DeletedSiteProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DeletedSite a deleted app.

func (DeletedSite) MarshalJSON

func (ds DeletedSite) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DeletedSite.

func (*DeletedSite) UnmarshalJSON

func (ds *DeletedSite) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DeletedSite struct.

type DeletedSiteProperties

type DeletedSiteProperties struct {
	// DeletedSiteID - READ-ONLY; Numeric id for the deleted site
	DeletedSiteID *int32 `json:"deletedSiteId,omitempty"`
	// DeletedTimestamp - READ-ONLY; Time in UTC when the app was deleted.
	DeletedTimestamp *string `json:"deletedTimestamp,omitempty"`
	// Subscription - READ-ONLY; Subscription containing the deleted site
	Subscription *string `json:"subscription,omitempty"`
	// ResourceGroup - READ-ONLY; ResourceGroup that contained the deleted site
	ResourceGroup *string `json:"resourceGroup,omitempty"`
	// DeletedSiteName - READ-ONLY; Name of the deleted site
	DeletedSiteName *string `json:"deletedSiteName,omitempty"`
	// Slot - READ-ONLY; Slot of the deleted site
	Slot *string `json:"slot,omitempty"`
	// Kind - READ-ONLY; Kind of site that was deleted
	Kind *string `json:"kind,omitempty"`
	// GeoRegionName - READ-ONLY; Geo Region of the deleted site
	GeoRegionName *string `json:"geoRegionName,omitempty"`
}

DeletedSiteProperties deletedSite resource specific properties

func (DeletedSiteProperties) MarshalJSON

func (ds DeletedSiteProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DeletedSiteProperties.

type DeletedWebAppCollection

type DeletedWebAppCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]DeletedSite `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DeletedWebAppCollection collection of deleted apps.

func (DeletedWebAppCollection) IsEmpty

func (dwac DeletedWebAppCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (DeletedWebAppCollection) MarshalJSON

func (dwac DeletedWebAppCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DeletedWebAppCollection.

type DeletedWebAppCollectionIterator

type DeletedWebAppCollectionIterator struct {
	// contains filtered or unexported fields
}

DeletedWebAppCollectionIterator provides access to a complete listing of DeletedSite values.

func NewDeletedWebAppCollectionIterator

func NewDeletedWebAppCollectionIterator(page DeletedWebAppCollectionPage) DeletedWebAppCollectionIterator

Creates a new instance of the DeletedWebAppCollectionIterator type.

func (*DeletedWebAppCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DeletedWebAppCollectionIterator) NextWithContext

func (iter *DeletedWebAppCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DeletedWebAppCollectionIterator) NotDone

func (iter DeletedWebAppCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (DeletedWebAppCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DeletedWebAppCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DeletedWebAppCollectionPage

type DeletedWebAppCollectionPage struct {
	// contains filtered or unexported fields
}

DeletedWebAppCollectionPage contains a page of DeletedSite values.

func NewDeletedWebAppCollectionPage

Creates a new instance of the DeletedWebAppCollectionPage type.

func (*DeletedWebAppCollectionPage) Next

func (page *DeletedWebAppCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DeletedWebAppCollectionPage) NextWithContext

func (page *DeletedWebAppCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DeletedWebAppCollectionPage) NotDone

func (page DeletedWebAppCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DeletedWebAppCollectionPage) Response

Response returns the raw server response from the last page request.

func (DeletedWebAppCollectionPage) Values

func (page DeletedWebAppCollectionPage) Values() []DeletedSite

Values returns the slice of values for the current page or nil if there are no values.

type DeletedWebAppsClient

type DeletedWebAppsClient struct {
	BaseClient
}

DeletedWebAppsClient is the webSite Management Client

func NewDeletedWebAppsClient

func NewDeletedWebAppsClient(subscriptionID string) DeletedWebAppsClient

NewDeletedWebAppsClient creates an instance of the DeletedWebAppsClient client.

func NewDeletedWebAppsClientWithBaseURI

func NewDeletedWebAppsClientWithBaseURI(baseURI string, subscriptionID string) DeletedWebAppsClient

NewDeletedWebAppsClientWithBaseURI creates an instance of the DeletedWebAppsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (DeletedWebAppsClient) GetDeletedWebAppByLocation

func (client DeletedWebAppsClient) GetDeletedWebAppByLocation(ctx context.Context, location string, deletedSiteID string) (result DeletedSite, err error)

GetDeletedWebAppByLocation description for Get deleted app for a subscription at location. Parameters: deletedSiteID - the numeric ID of the deleted app, e.g. 12345

func (DeletedWebAppsClient) GetDeletedWebAppByLocationPreparer

func (client DeletedWebAppsClient) GetDeletedWebAppByLocationPreparer(ctx context.Context, location string, deletedSiteID string) (*http.Request, error)

GetDeletedWebAppByLocationPreparer prepares the GetDeletedWebAppByLocation request.

func (DeletedWebAppsClient) GetDeletedWebAppByLocationResponder

func (client DeletedWebAppsClient) GetDeletedWebAppByLocationResponder(resp *http.Response) (result DeletedSite, err error)

GetDeletedWebAppByLocationResponder handles the response to the GetDeletedWebAppByLocation request. The method always closes the http.Response Body.

func (DeletedWebAppsClient) GetDeletedWebAppByLocationSender

func (client DeletedWebAppsClient) GetDeletedWebAppByLocationSender(req *http.Request) (*http.Response, error)

GetDeletedWebAppByLocationSender sends the GetDeletedWebAppByLocation request. The method will close the http.Response Body if it receives an error.

func (DeletedWebAppsClient) List

func (client DeletedWebAppsClient) List(ctx context.Context) (result DeletedWebAppCollectionPage, err error)

List description for Get all deleted apps for a subscription.

func (DeletedWebAppsClient) ListByLocation

func (client DeletedWebAppsClient) ListByLocation(ctx context.Context, location string) (result DeletedWebAppCollectionPage, err error)

ListByLocation description for Get all deleted apps for a subscription at location

func (DeletedWebAppsClient) ListByLocationComplete

func (client DeletedWebAppsClient) ListByLocationComplete(ctx context.Context, location string) (result DeletedWebAppCollectionIterator, err error)

ListByLocationComplete enumerates all values, automatically crossing page boundaries as required.

func (DeletedWebAppsClient) ListByLocationPreparer

func (client DeletedWebAppsClient) ListByLocationPreparer(ctx context.Context, location string) (*http.Request, error)

ListByLocationPreparer prepares the ListByLocation request.

func (DeletedWebAppsClient) ListByLocationResponder

func (client DeletedWebAppsClient) ListByLocationResponder(resp *http.Response) (result DeletedWebAppCollection, err error)

ListByLocationResponder handles the response to the ListByLocation request. The method always closes the http.Response Body.

func (DeletedWebAppsClient) ListByLocationSender

func (client DeletedWebAppsClient) ListByLocationSender(req *http.Request) (*http.Response, error)

ListByLocationSender sends the ListByLocation request. The method will close the http.Response Body if it receives an error.

func (DeletedWebAppsClient) ListComplete

func (client DeletedWebAppsClient) ListComplete(ctx context.Context) (result DeletedWebAppCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (DeletedWebAppsClient) ListPreparer

func (client DeletedWebAppsClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (DeletedWebAppsClient) ListResponder

func (client DeletedWebAppsClient) ListResponder(resp *http.Response) (result DeletedWebAppCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (DeletedWebAppsClient) ListSender

func (client DeletedWebAppsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type Deployment

type Deployment struct {
	autorest.Response `json:"-"`
	// DeploymentProperties - Deployment resource specific properties
	*DeploymentProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Deployment user credentials used for publishing activity.

func (Deployment) MarshalJSON

func (d Deployment) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Deployment.

func (*Deployment) UnmarshalJSON

func (d *Deployment) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Deployment struct.

type DeploymentCollection

type DeploymentCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Deployment `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DeploymentCollection collection of app deployments.

func (DeploymentCollection) IsEmpty

func (dc DeploymentCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (DeploymentCollection) MarshalJSON

func (dc DeploymentCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DeploymentCollection.

type DeploymentCollectionIterator

type DeploymentCollectionIterator struct {
	// contains filtered or unexported fields
}

DeploymentCollectionIterator provides access to a complete listing of Deployment values.

func NewDeploymentCollectionIterator

func NewDeploymentCollectionIterator(page DeploymentCollectionPage) DeploymentCollectionIterator

Creates a new instance of the DeploymentCollectionIterator type.

func (*DeploymentCollectionIterator) Next

func (iter *DeploymentCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DeploymentCollectionIterator) NextWithContext

func (iter *DeploymentCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DeploymentCollectionIterator) NotDone

func (iter DeploymentCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (DeploymentCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DeploymentCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DeploymentCollectionPage

type DeploymentCollectionPage struct {
	// contains filtered or unexported fields
}

DeploymentCollectionPage contains a page of Deployment values.

func NewDeploymentCollectionPage

func NewDeploymentCollectionPage(cur DeploymentCollection, getNextPage func(context.Context, DeploymentCollection) (DeploymentCollection, error)) DeploymentCollectionPage

Creates a new instance of the DeploymentCollectionPage type.

func (*DeploymentCollectionPage) Next

func (page *DeploymentCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DeploymentCollectionPage) NextWithContext

func (page *DeploymentCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DeploymentCollectionPage) NotDone

func (page DeploymentCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DeploymentCollectionPage) Response

Response returns the raw server response from the last page request.

func (DeploymentCollectionPage) Values

func (page DeploymentCollectionPage) Values() []Deployment

Values returns the slice of values for the current page or nil if there are no values.

type DeploymentLocations

type DeploymentLocations struct {
	autorest.Response `json:"-"`
	// Locations - Available regions.
	Locations *[]GeoRegion `json:"locations,omitempty"`
	// HostingEnvironments - Available App Service Environments with full descriptions of the environments.
	HostingEnvironments *[]AppServiceEnvironment `json:"hostingEnvironments,omitempty"`
	// HostingEnvironmentDeploymentInfos - Available App Service Environments with basic information.
	HostingEnvironmentDeploymentInfos *[]HostingEnvironmentDeploymentInfo `json:"hostingEnvironmentDeploymentInfos,omitempty"`
}

DeploymentLocations list of available locations (regions or App Service Environments) for deployment of App Service resources.

type DeploymentProperties

type DeploymentProperties struct {
	// Status - Deployment status.
	Status *int32 `json:"status,omitempty"`
	// Message - Details about deployment status.
	Message *string `json:"message,omitempty"`
	// Author - Who authored the deployment.
	Author *string `json:"author,omitempty"`
	// Deployer - Who performed the deployment.
	Deployer *string `json:"deployer,omitempty"`
	// AuthorEmail - Author email.
	AuthorEmail *string `json:"author_email,omitempty"`
	// StartTime - Start time.
	StartTime *date.Time `json:"start_time,omitempty"`
	// EndTime - End time.
	EndTime *date.Time `json:"end_time,omitempty"`
	// Active - True if deployment is currently active, false if completed and null if not started.
	Active *bool `json:"active,omitempty"`
	// Details - Details on deployment.
	Details *string `json:"details,omitempty"`
}

DeploymentProperties deployment resource specific properties

type DetectorAbnormalTimePeriod

type DetectorAbnormalTimePeriod struct {
	// StartTime - Start time of the correlated event
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - End time of the correlated event
	EndTime *date.Time `json:"endTime,omitempty"`
	// Message - Message describing the event
	Message *string `json:"message,omitempty"`
	// Source - Represents the name of the Detector
	Source *string `json:"source,omitempty"`
	// Priority - Represents the rank of the Detector
	Priority *float64 `json:"priority,omitempty"`
	// MetaData - Downtime metadata
	MetaData *[][]NameValuePair `json:"metaData,omitempty"`
	// Type - Represents the type of the Detector. Possible values include: 'IssueTypeServiceIncident', 'IssueTypeAppDeployment', 'IssueTypeAppCrash', 'IssueTypeRuntimeIssueDetected', 'IssueTypeAseDeployment', 'IssueTypeUserIssue', 'IssueTypePlatformIssue', 'IssueTypeOther'
	Type IssueType `json:"type,omitempty"`
	// Solutions - List of proposed solutions
	Solutions *[]Solution `json:"solutions,omitempty"`
}

DetectorAbnormalTimePeriod class representing Abnormal Time Period detected.

type DetectorDefinition

type DetectorDefinition struct {
	// DisplayName - READ-ONLY; Display name of the detector
	DisplayName *string `json:"displayName,omitempty"`
	// Description - READ-ONLY; Description of the detector
	Description *string `json:"description,omitempty"`
	// Rank - READ-ONLY; Detector Rank
	Rank *float64 `json:"rank,omitempty"`
	// IsEnabled - READ-ONLY; Flag representing whether detector is enabled or not.
	IsEnabled *bool `json:"isEnabled,omitempty"`
}

DetectorDefinition class representing detector definition

func (DetectorDefinition) MarshalJSON

func (dd DetectorDefinition) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DetectorDefinition.

type DetectorDefinitionResource

type DetectorDefinitionResource struct {
	autorest.Response `json:"-"`
	// DetectorDefinition - Core resource properties
	*DetectorDefinition `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DetectorDefinitionResource ARM resource for a detector definition

func (DetectorDefinitionResource) MarshalJSON

func (ddr DetectorDefinitionResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DetectorDefinitionResource.

func (*DetectorDefinitionResource) UnmarshalJSON

func (ddr *DetectorDefinitionResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DetectorDefinitionResource struct.

type DetectorInfo

type DetectorInfo struct {
	// ID - READ-ONLY; Id of detector
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Name of detector
	Name *string `json:"name,omitempty"`
	// Description - READ-ONLY; Short description of the detector and its purpose.
	Description *string `json:"description,omitempty"`
	// Author - READ-ONLY; Author of the detector.
	Author *string `json:"author,omitempty"`
	// Category - READ-ONLY; Problem category. This serves for organizing group for detectors.
	Category *string `json:"category,omitempty"`
	// SupportTopicList - READ-ONLY; List of Support Topics for which this detector is enabled.
	SupportTopicList *[]SupportTopic `json:"supportTopicList,omitempty"`
	// AnalysisType - READ-ONLY; Analysis Types for which this detector should apply to.
	AnalysisType *[]string `json:"analysisType,omitempty"`
	// Type - READ-ONLY; Whether this detector is an Analysis Detector or not. Possible values include: 'DetectorTypeDetector', 'DetectorTypeAnalysis', 'DetectorTypeCategoryOverview'
	Type DetectorType `json:"type,omitempty"`
	// Score - READ-ONLY; Defines score of a detector to power ML based matching.
	Score *float64 `json:"score,omitempty"`
}

DetectorInfo definition of Detector

func (DetectorInfo) MarshalJSON

func (di DetectorInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DetectorInfo.

type DetectorResponse

type DetectorResponse struct {
	autorest.Response `json:"-"`
	// DetectorResponseProperties - DetectorResponse resource specific properties
	*DetectorResponseProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DetectorResponse class representing Response from Detector

func (DetectorResponse) MarshalJSON

func (dr DetectorResponse) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DetectorResponse.

func (*DetectorResponse) UnmarshalJSON

func (dr *DetectorResponse) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DetectorResponse struct.

type DetectorResponseCollection

type DetectorResponseCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]DetectorResponse `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DetectorResponseCollection collection of detector responses

func (DetectorResponseCollection) IsEmpty

func (drc DetectorResponseCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (DetectorResponseCollection) MarshalJSON

func (drc DetectorResponseCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DetectorResponseCollection.

type DetectorResponseCollectionIterator

type DetectorResponseCollectionIterator struct {
	// contains filtered or unexported fields
}

DetectorResponseCollectionIterator provides access to a complete listing of DetectorResponse values.

func NewDetectorResponseCollectionIterator

func NewDetectorResponseCollectionIterator(page DetectorResponseCollectionPage) DetectorResponseCollectionIterator

Creates a new instance of the DetectorResponseCollectionIterator type.

func (*DetectorResponseCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DetectorResponseCollectionIterator) NextWithContext

func (iter *DetectorResponseCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DetectorResponseCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (DetectorResponseCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DetectorResponseCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DetectorResponseCollectionPage

type DetectorResponseCollectionPage struct {
	// contains filtered or unexported fields
}

DetectorResponseCollectionPage contains a page of DetectorResponse values.

func NewDetectorResponseCollectionPage

Creates a new instance of the DetectorResponseCollectionPage type.

func (*DetectorResponseCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DetectorResponseCollectionPage) NextWithContext

func (page *DetectorResponseCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DetectorResponseCollectionPage) NotDone

func (page DetectorResponseCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DetectorResponseCollectionPage) Response

Response returns the raw server response from the last page request.

func (DetectorResponseCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type DetectorResponseProperties

type DetectorResponseProperties struct {
	// Metadata - metadata for the detector
	Metadata *DetectorInfo `json:"metadata,omitempty"`
	// Dataset - Data Set
	Dataset *[]DiagnosticData `json:"dataset,omitempty"`
	// Status - Indicates status of the most severe insight.
	Status *Status `json:"status,omitempty"`
	// DataProvidersMetadata - Additional configuration for different data providers to be used by the UI
	DataProvidersMetadata *[]DataProviderMetadata `json:"dataProvidersMetadata,omitempty"`
	// SuggestedUtterances - Suggested utterances where the detector can be applicable.
	SuggestedUtterances *QueryUtterancesResults `json:"suggestedUtterances,omitempty"`
}

DetectorResponseProperties detectorResponse resource specific properties

type DetectorType

type DetectorType string

DetectorType enumerates the values for detector type.

const (
	// DetectorTypeAnalysis ...
	DetectorTypeAnalysis DetectorType = "Analysis"
	// DetectorTypeCategoryOverview ...
	DetectorTypeCategoryOverview DetectorType = "CategoryOverview"
	// DetectorTypeDetector ...
	DetectorTypeDetector DetectorType = "Detector"
)

func PossibleDetectorTypeValues

func PossibleDetectorTypeValues() []DetectorType

PossibleDetectorTypeValues returns an array of possible values for the DetectorType const type.

type DiagnosticAnalysis

type DiagnosticAnalysis struct {
	autorest.Response `json:"-"`
	// DiagnosticAnalysisProperties - DiagnosticAnalysis resource specific properties
	*DiagnosticAnalysisProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DiagnosticAnalysis class representing a diagnostic analysis done on an application

func (DiagnosticAnalysis) MarshalJSON

func (da DiagnosticAnalysis) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DiagnosticAnalysis.

func (*DiagnosticAnalysis) UnmarshalJSON

func (da *DiagnosticAnalysis) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DiagnosticAnalysis struct.

type DiagnosticAnalysisCollection

type DiagnosticAnalysisCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]AnalysisDefinition `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DiagnosticAnalysisCollection collection of Diagnostic Analyses

func (DiagnosticAnalysisCollection) IsEmpty

func (dac DiagnosticAnalysisCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (DiagnosticAnalysisCollection) MarshalJSON

func (dac DiagnosticAnalysisCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DiagnosticAnalysisCollection.

type DiagnosticAnalysisCollectionIterator

type DiagnosticAnalysisCollectionIterator struct {
	// contains filtered or unexported fields
}

DiagnosticAnalysisCollectionIterator provides access to a complete listing of AnalysisDefinition values.

func NewDiagnosticAnalysisCollectionIterator

func NewDiagnosticAnalysisCollectionIterator(page DiagnosticAnalysisCollectionPage) DiagnosticAnalysisCollectionIterator

Creates a new instance of the DiagnosticAnalysisCollectionIterator type.

func (*DiagnosticAnalysisCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DiagnosticAnalysisCollectionIterator) NextWithContext

func (iter *DiagnosticAnalysisCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DiagnosticAnalysisCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (DiagnosticAnalysisCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DiagnosticAnalysisCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DiagnosticAnalysisCollectionPage

type DiagnosticAnalysisCollectionPage struct {
	// contains filtered or unexported fields
}

DiagnosticAnalysisCollectionPage contains a page of AnalysisDefinition values.

func NewDiagnosticAnalysisCollectionPage

Creates a new instance of the DiagnosticAnalysisCollectionPage type.

func (*DiagnosticAnalysisCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DiagnosticAnalysisCollectionPage) NextWithContext

func (page *DiagnosticAnalysisCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DiagnosticAnalysisCollectionPage) NotDone

func (page DiagnosticAnalysisCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DiagnosticAnalysisCollectionPage) Response

Response returns the raw server response from the last page request.

func (DiagnosticAnalysisCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type DiagnosticAnalysisProperties

type DiagnosticAnalysisProperties struct {
	// StartTime - Start time of the period
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - End time of the period
	EndTime *date.Time `json:"endTime,omitempty"`
	// AbnormalTimePeriods - List of time periods.
	AbnormalTimePeriods *[]AbnormalTimePeriod `json:"abnormalTimePeriods,omitempty"`
	// Payload - Data by each detector
	Payload *[]AnalysisData `json:"payload,omitempty"`
	// NonCorrelatedDetectors - Data by each detector for detectors that did not corelate
	NonCorrelatedDetectors *[]DetectorDefinition `json:"nonCorrelatedDetectors,omitempty"`
}

DiagnosticAnalysisProperties diagnosticAnalysis resource specific properties

type DiagnosticCategory

type DiagnosticCategory struct {
	autorest.Response `json:"-"`
	// DiagnosticCategoryProperties - DiagnosticCategory resource specific properties
	*DiagnosticCategoryProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DiagnosticCategory class representing detector definition

func (DiagnosticCategory) MarshalJSON

func (dc DiagnosticCategory) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DiagnosticCategory.

func (*DiagnosticCategory) UnmarshalJSON

func (dc *DiagnosticCategory) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DiagnosticCategory struct.

type DiagnosticCategoryCollection

type DiagnosticCategoryCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]DiagnosticCategory `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DiagnosticCategoryCollection collection of Diagnostic Categories

func (DiagnosticCategoryCollection) IsEmpty

func (dcc DiagnosticCategoryCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (DiagnosticCategoryCollection) MarshalJSON

func (dcc DiagnosticCategoryCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DiagnosticCategoryCollection.

type DiagnosticCategoryCollectionIterator

type DiagnosticCategoryCollectionIterator struct {
	// contains filtered or unexported fields
}

DiagnosticCategoryCollectionIterator provides access to a complete listing of DiagnosticCategory values.

func NewDiagnosticCategoryCollectionIterator

func NewDiagnosticCategoryCollectionIterator(page DiagnosticCategoryCollectionPage) DiagnosticCategoryCollectionIterator

Creates a new instance of the DiagnosticCategoryCollectionIterator type.

func (*DiagnosticCategoryCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DiagnosticCategoryCollectionIterator) NextWithContext

func (iter *DiagnosticCategoryCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DiagnosticCategoryCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (DiagnosticCategoryCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DiagnosticCategoryCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DiagnosticCategoryCollectionPage

type DiagnosticCategoryCollectionPage struct {
	// contains filtered or unexported fields
}

DiagnosticCategoryCollectionPage contains a page of DiagnosticCategory values.

func NewDiagnosticCategoryCollectionPage

Creates a new instance of the DiagnosticCategoryCollectionPage type.

func (*DiagnosticCategoryCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DiagnosticCategoryCollectionPage) NextWithContext

func (page *DiagnosticCategoryCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DiagnosticCategoryCollectionPage) NotDone

func (page DiagnosticCategoryCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DiagnosticCategoryCollectionPage) Response

Response returns the raw server response from the last page request.

func (DiagnosticCategoryCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type DiagnosticCategoryProperties

type DiagnosticCategoryProperties struct {
	// Description - READ-ONLY; Description of the diagnostic category
	Description *string `json:"description,omitempty"`
}

DiagnosticCategoryProperties diagnosticCategory resource specific properties

func (DiagnosticCategoryProperties) MarshalJSON

func (dc DiagnosticCategoryProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DiagnosticCategoryProperties.

type DiagnosticData

type DiagnosticData struct {
	// Table - Data in table form
	Table *DataTableResponseObject `json:"table,omitempty"`
	// RenderingProperties - Properties that describe how the table should be rendered
	RenderingProperties *Rendering `json:"renderingProperties,omitempty"`
}

DiagnosticData set of data with rendering instructions

type DiagnosticDetectorCollection

type DiagnosticDetectorCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]DetectorDefinitionResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DiagnosticDetectorCollection collection of Diagnostic Detectors

func (DiagnosticDetectorCollection) IsEmpty

func (ddc DiagnosticDetectorCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (DiagnosticDetectorCollection) MarshalJSON

func (ddc DiagnosticDetectorCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DiagnosticDetectorCollection.

type DiagnosticDetectorCollectionIterator

type DiagnosticDetectorCollectionIterator struct {
	// contains filtered or unexported fields
}

DiagnosticDetectorCollectionIterator provides access to a complete listing of DetectorDefinitionResource values.

func NewDiagnosticDetectorCollectionIterator

func NewDiagnosticDetectorCollectionIterator(page DiagnosticDetectorCollectionPage) DiagnosticDetectorCollectionIterator

Creates a new instance of the DiagnosticDetectorCollectionIterator type.

func (*DiagnosticDetectorCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DiagnosticDetectorCollectionIterator) NextWithContext

func (iter *DiagnosticDetectorCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DiagnosticDetectorCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (DiagnosticDetectorCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DiagnosticDetectorCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DiagnosticDetectorCollectionPage

type DiagnosticDetectorCollectionPage struct {
	// contains filtered or unexported fields
}

DiagnosticDetectorCollectionPage contains a page of DetectorDefinitionResource values.

func NewDiagnosticDetectorCollectionPage

Creates a new instance of the DiagnosticDetectorCollectionPage type.

func (*DiagnosticDetectorCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DiagnosticDetectorCollectionPage) NextWithContext

func (page *DiagnosticDetectorCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DiagnosticDetectorCollectionPage) NotDone

func (page DiagnosticDetectorCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DiagnosticDetectorCollectionPage) Response

Response returns the raw server response from the last page request.

func (DiagnosticDetectorCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type DiagnosticDetectorResponse

type DiagnosticDetectorResponse struct {
	autorest.Response `json:"-"`
	// DiagnosticDetectorResponseProperties - DiagnosticDetectorResponse resource specific properties
	*DiagnosticDetectorResponseProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DiagnosticDetectorResponse class representing Response from Diagnostic Detectors

func (DiagnosticDetectorResponse) MarshalJSON

func (ddr DiagnosticDetectorResponse) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DiagnosticDetectorResponse.

func (*DiagnosticDetectorResponse) UnmarshalJSON

func (ddr *DiagnosticDetectorResponse) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DiagnosticDetectorResponse struct.

type DiagnosticDetectorResponseProperties

type DiagnosticDetectorResponseProperties struct {
	// StartTime - Start time of the period
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - End time of the period
	EndTime *date.Time `json:"endTime,omitempty"`
	// IssueDetected - Flag representing Issue was detected.
	IssueDetected *bool `json:"issueDetected,omitempty"`
	// DetectorDefinition - Detector's definition
	DetectorDefinition *DetectorDefinition `json:"detectorDefinition,omitempty"`
	// Metrics - Metrics provided by the detector
	Metrics *[]DiagnosticMetricSet `json:"metrics,omitempty"`
	// AbnormalTimePeriods - List of Correlated events found by the detector
	AbnormalTimePeriods *[]DetectorAbnormalTimePeriod `json:"abnormalTimePeriods,omitempty"`
	// Data - Additional Data that detector wants to send.
	Data *[][]NameValuePair `json:"data,omitempty"`
	// ResponseMetaData - Meta Data
	ResponseMetaData *ResponseMetaData `json:"responseMetaData,omitempty"`
}

DiagnosticDetectorResponseProperties diagnosticDetectorResponse resource specific properties

type DiagnosticMetricSample

type DiagnosticMetricSample struct {
	// Timestamp - Time at which metric is measured
	Timestamp *date.Time `json:"timestamp,omitempty"`
	// RoleInstance - Role Instance. Null if this counter is not per instance
	// This is returned and should be whichever instance name we desire to be returned
	// i.e. CPU and Memory return RDWORKERNAME (LargeDed..._IN_0)
	// where RDWORKERNAME is Machine name below and RoleInstance name in parenthesis
	RoleInstance *string `json:"roleInstance,omitempty"`
	// Total - Total value of the metric. If multiple measurements are made this will have sum of all.
	Total *float64 `json:"total,omitempty"`
	// Maximum - Maximum of the metric sampled during the time period
	Maximum *float64 `json:"maximum,omitempty"`
	// Minimum - Minimum of the metric sampled during the time period
	Minimum *float64 `json:"minimum,omitempty"`
	// IsAggregated - Whether the values are aggregates across all workers or not
	IsAggregated *bool `json:"isAggregated,omitempty"`
}

DiagnosticMetricSample class representing Diagnostic Metric

type DiagnosticMetricSet

type DiagnosticMetricSet struct {
	// Name - Name of the metric
	Name *string `json:"name,omitempty"`
	// Unit - Metric's unit
	Unit *string `json:"unit,omitempty"`
	// StartTime - Start time of the period
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - End time of the period
	EndTime *date.Time `json:"endTime,omitempty"`
	// TimeGrain - Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D
	TimeGrain *string `json:"timeGrain,omitempty"`
	// Values - Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}
	Values *[]DiagnosticMetricSample `json:"values,omitempty"`
}

DiagnosticMetricSet class representing Diagnostic Metric information

type DiagnosticsClient

type DiagnosticsClient struct {
	BaseClient
}

DiagnosticsClient is the webSite Management Client

func NewDiagnosticsClient

func NewDiagnosticsClient(subscriptionID string) DiagnosticsClient

NewDiagnosticsClient creates an instance of the DiagnosticsClient client.

func NewDiagnosticsClientWithBaseURI

func NewDiagnosticsClientWithBaseURI(baseURI string, subscriptionID string) DiagnosticsClient

NewDiagnosticsClientWithBaseURI creates an instance of the DiagnosticsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (DiagnosticsClient) ExecuteSiteAnalysis

func (client DiagnosticsClient) ExecuteSiteAnalysis(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DiagnosticAnalysis, err error)

ExecuteSiteAnalysis description for Execute Analysis Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - category Name analysisName - analysis Resource Name startTime - start Time endTime - end Time timeGrain - time Grain

func (DiagnosticsClient) ExecuteSiteAnalysisPreparer

func (client DiagnosticsClient) ExecuteSiteAnalysisPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

ExecuteSiteAnalysisPreparer prepares the ExecuteSiteAnalysis request.

func (DiagnosticsClient) ExecuteSiteAnalysisResponder

func (client DiagnosticsClient) ExecuteSiteAnalysisResponder(resp *http.Response) (result DiagnosticAnalysis, err error)

ExecuteSiteAnalysisResponder handles the response to the ExecuteSiteAnalysis request. The method always closes the http.Response Body.

func (DiagnosticsClient) ExecuteSiteAnalysisSender

func (client DiagnosticsClient) ExecuteSiteAnalysisSender(req *http.Request) (*http.Response, error)

ExecuteSiteAnalysisSender sends the ExecuteSiteAnalysis request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ExecuteSiteAnalysisSlot

func (client DiagnosticsClient) ExecuteSiteAnalysisSlot(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string, slot string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DiagnosticAnalysis, err error)

ExecuteSiteAnalysisSlot description for Execute Analysis Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - category Name analysisName - analysis Resource Name slot - slot Name startTime - start Time endTime - end Time timeGrain - time Grain

func (DiagnosticsClient) ExecuteSiteAnalysisSlotPreparer

func (client DiagnosticsClient) ExecuteSiteAnalysisSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string, slot string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

ExecuteSiteAnalysisSlotPreparer prepares the ExecuteSiteAnalysisSlot request.

func (DiagnosticsClient) ExecuteSiteAnalysisSlotResponder

func (client DiagnosticsClient) ExecuteSiteAnalysisSlotResponder(resp *http.Response) (result DiagnosticAnalysis, err error)

ExecuteSiteAnalysisSlotResponder handles the response to the ExecuteSiteAnalysisSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) ExecuteSiteAnalysisSlotSender

func (client DiagnosticsClient) ExecuteSiteAnalysisSlotSender(req *http.Request) (*http.Response, error)

ExecuteSiteAnalysisSlotSender sends the ExecuteSiteAnalysisSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ExecuteSiteDetector

func (client DiagnosticsClient) ExecuteSiteDetector(ctx context.Context, resourceGroupName string, siteName string, detectorName string, diagnosticCategory string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DiagnosticDetectorResponse, err error)

ExecuteSiteDetector description for Execute Detector Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name detectorName - detector Resource Name diagnosticCategory - category Name startTime - start Time endTime - end Time timeGrain - time Grain

func (DiagnosticsClient) ExecuteSiteDetectorPreparer

func (client DiagnosticsClient) ExecuteSiteDetectorPreparer(ctx context.Context, resourceGroupName string, siteName string, detectorName string, diagnosticCategory string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

ExecuteSiteDetectorPreparer prepares the ExecuteSiteDetector request.

func (DiagnosticsClient) ExecuteSiteDetectorResponder

func (client DiagnosticsClient) ExecuteSiteDetectorResponder(resp *http.Response) (result DiagnosticDetectorResponse, err error)

ExecuteSiteDetectorResponder handles the response to the ExecuteSiteDetector request. The method always closes the http.Response Body.

func (DiagnosticsClient) ExecuteSiteDetectorSender

func (client DiagnosticsClient) ExecuteSiteDetectorSender(req *http.Request) (*http.Response, error)

ExecuteSiteDetectorSender sends the ExecuteSiteDetector request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ExecuteSiteDetectorSlot

func (client DiagnosticsClient) ExecuteSiteDetectorSlot(ctx context.Context, resourceGroupName string, siteName string, detectorName string, diagnosticCategory string, slot string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DiagnosticDetectorResponse, err error)

ExecuteSiteDetectorSlot description for Execute Detector Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name detectorName - detector Resource Name diagnosticCategory - category Name slot - slot Name startTime - start Time endTime - end Time timeGrain - time Grain

func (DiagnosticsClient) ExecuteSiteDetectorSlotPreparer

func (client DiagnosticsClient) ExecuteSiteDetectorSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, detectorName string, diagnosticCategory string, slot string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

ExecuteSiteDetectorSlotPreparer prepares the ExecuteSiteDetectorSlot request.

func (DiagnosticsClient) ExecuteSiteDetectorSlotResponder

func (client DiagnosticsClient) ExecuteSiteDetectorSlotResponder(resp *http.Response) (result DiagnosticDetectorResponse, err error)

ExecuteSiteDetectorSlotResponder handles the response to the ExecuteSiteDetectorSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) ExecuteSiteDetectorSlotSender

func (client DiagnosticsClient) ExecuteSiteDetectorSlotSender(req *http.Request) (*http.Response, error)

ExecuteSiteDetectorSlotSender sends the ExecuteSiteDetectorSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetHostingEnvironmentDetectorResponse

func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponse(ctx context.Context, resourceGroupName string, name string, detectorName string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DetectorResponse, err error)

GetHostingEnvironmentDetectorResponse description for Get Hosting Environment Detector Response Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - app Service Environment Name detectorName - detector Resource Name startTime - start Time endTime - end Time timeGrain - time Grain

func (DiagnosticsClient) GetHostingEnvironmentDetectorResponsePreparer

func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponsePreparer(ctx context.Context, resourceGroupName string, name string, detectorName string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

GetHostingEnvironmentDetectorResponsePreparer prepares the GetHostingEnvironmentDetectorResponse request.

func (DiagnosticsClient) GetHostingEnvironmentDetectorResponseResponder

func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponseResponder(resp *http.Response) (result DetectorResponse, err error)

GetHostingEnvironmentDetectorResponseResponder handles the response to the GetHostingEnvironmentDetectorResponse request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetHostingEnvironmentDetectorResponseSender

func (client DiagnosticsClient) GetHostingEnvironmentDetectorResponseSender(req *http.Request) (*http.Response, error)

GetHostingEnvironmentDetectorResponseSender sends the GetHostingEnvironmentDetectorResponse request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteAnalysis

func (client DiagnosticsClient) GetSiteAnalysis(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string) (result AnalysisDefinition, err error)

GetSiteAnalysis description for Get Site Analysis Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category analysisName - analysis Name

func (DiagnosticsClient) GetSiteAnalysisPreparer

func (client DiagnosticsClient) GetSiteAnalysisPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string) (*http.Request, error)

GetSiteAnalysisPreparer prepares the GetSiteAnalysis request.

func (DiagnosticsClient) GetSiteAnalysisResponder

func (client DiagnosticsClient) GetSiteAnalysisResponder(resp *http.Response) (result AnalysisDefinition, err error)

GetSiteAnalysisResponder handles the response to the GetSiteAnalysis request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteAnalysisSender

func (client DiagnosticsClient) GetSiteAnalysisSender(req *http.Request) (*http.Response, error)

GetSiteAnalysisSender sends the GetSiteAnalysis request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteAnalysisSlot

func (client DiagnosticsClient) GetSiteAnalysisSlot(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string, slot string) (result AnalysisDefinition, err error)

GetSiteAnalysisSlot description for Get Site Analysis Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category analysisName - analysis Name slot - slot - optional

func (DiagnosticsClient) GetSiteAnalysisSlotPreparer

func (client DiagnosticsClient) GetSiteAnalysisSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, analysisName string, slot string) (*http.Request, error)

GetSiteAnalysisSlotPreparer prepares the GetSiteAnalysisSlot request.

func (DiagnosticsClient) GetSiteAnalysisSlotResponder

func (client DiagnosticsClient) GetSiteAnalysisSlotResponder(resp *http.Response) (result AnalysisDefinition, err error)

GetSiteAnalysisSlotResponder handles the response to the GetSiteAnalysisSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteAnalysisSlotSender

func (client DiagnosticsClient) GetSiteAnalysisSlotSender(req *http.Request) (*http.Response, error)

GetSiteAnalysisSlotSender sends the GetSiteAnalysisSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteDetector

func (client DiagnosticsClient) GetSiteDetector(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, detectorName string) (result DetectorDefinitionResource, err error)

GetSiteDetector description for Get Detector Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category detectorName - detector Name

func (DiagnosticsClient) GetSiteDetectorPreparer

func (client DiagnosticsClient) GetSiteDetectorPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, detectorName string) (*http.Request, error)

GetSiteDetectorPreparer prepares the GetSiteDetector request.

func (DiagnosticsClient) GetSiteDetectorResponder

func (client DiagnosticsClient) GetSiteDetectorResponder(resp *http.Response) (result DetectorDefinitionResource, err error)

GetSiteDetectorResponder handles the response to the GetSiteDetector request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteDetectorResponse

func (client DiagnosticsClient) GetSiteDetectorResponse(ctx context.Context, resourceGroupName string, siteName string, detectorName string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DetectorResponse, err error)

GetSiteDetectorResponse description for Get site detector response Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name detectorName - detector Resource Name startTime - start Time endTime - end Time timeGrain - time Grain

func (DiagnosticsClient) GetSiteDetectorResponsePreparer

func (client DiagnosticsClient) GetSiteDetectorResponsePreparer(ctx context.Context, resourceGroupName string, siteName string, detectorName string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

GetSiteDetectorResponsePreparer prepares the GetSiteDetectorResponse request.

func (DiagnosticsClient) GetSiteDetectorResponseResponder

func (client DiagnosticsClient) GetSiteDetectorResponseResponder(resp *http.Response) (result DetectorResponse, err error)

GetSiteDetectorResponseResponder handles the response to the GetSiteDetectorResponse request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteDetectorResponseSender

func (client DiagnosticsClient) GetSiteDetectorResponseSender(req *http.Request) (*http.Response, error)

GetSiteDetectorResponseSender sends the GetSiteDetectorResponse request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteDetectorResponseSlot

func (client DiagnosticsClient) GetSiteDetectorResponseSlot(ctx context.Context, resourceGroupName string, siteName string, detectorName string, slot string, startTime *date.Time, endTime *date.Time, timeGrain string) (result DetectorResponse, err error)

GetSiteDetectorResponseSlot description for Get site detector response Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name detectorName - detector Resource Name slot - slot Name startTime - start Time endTime - end Time timeGrain - time Grain

func (DiagnosticsClient) GetSiteDetectorResponseSlotPreparer

func (client DiagnosticsClient) GetSiteDetectorResponseSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, detectorName string, slot string, startTime *date.Time, endTime *date.Time, timeGrain string) (*http.Request, error)

GetSiteDetectorResponseSlotPreparer prepares the GetSiteDetectorResponseSlot request.

func (DiagnosticsClient) GetSiteDetectorResponseSlotResponder

func (client DiagnosticsClient) GetSiteDetectorResponseSlotResponder(resp *http.Response) (result DetectorResponse, err error)

GetSiteDetectorResponseSlotResponder handles the response to the GetSiteDetectorResponseSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteDetectorResponseSlotSender

func (client DiagnosticsClient) GetSiteDetectorResponseSlotSender(req *http.Request) (*http.Response, error)

GetSiteDetectorResponseSlotSender sends the GetSiteDetectorResponseSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteDetectorSender

func (client DiagnosticsClient) GetSiteDetectorSender(req *http.Request) (*http.Response, error)

GetSiteDetectorSender sends the GetSiteDetector request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteDetectorSlot

func (client DiagnosticsClient) GetSiteDetectorSlot(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, detectorName string, slot string) (result DetectorDefinitionResource, err error)

GetSiteDetectorSlot description for Get Detector Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category detectorName - detector Name slot - slot Name

func (DiagnosticsClient) GetSiteDetectorSlotPreparer

func (client DiagnosticsClient) GetSiteDetectorSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, detectorName string, slot string) (*http.Request, error)

GetSiteDetectorSlotPreparer prepares the GetSiteDetectorSlot request.

func (DiagnosticsClient) GetSiteDetectorSlotResponder

func (client DiagnosticsClient) GetSiteDetectorSlotResponder(resp *http.Response) (result DetectorDefinitionResource, err error)

GetSiteDetectorSlotResponder handles the response to the GetSiteDetectorSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteDetectorSlotSender

func (client DiagnosticsClient) GetSiteDetectorSlotSender(req *http.Request) (*http.Response, error)

GetSiteDetectorSlotSender sends the GetSiteDetectorSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteDiagnosticCategory

func (client DiagnosticsClient) GetSiteDiagnosticCategory(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (result DiagnosticCategory, err error)

GetSiteDiagnosticCategory description for Get Diagnostics Category Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category

func (DiagnosticsClient) GetSiteDiagnosticCategoryPreparer

func (client DiagnosticsClient) GetSiteDiagnosticCategoryPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (*http.Request, error)

GetSiteDiagnosticCategoryPreparer prepares the GetSiteDiagnosticCategory request.

func (DiagnosticsClient) GetSiteDiagnosticCategoryResponder

func (client DiagnosticsClient) GetSiteDiagnosticCategoryResponder(resp *http.Response) (result DiagnosticCategory, err error)

GetSiteDiagnosticCategoryResponder handles the response to the GetSiteDiagnosticCategory request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteDiagnosticCategorySender

func (client DiagnosticsClient) GetSiteDiagnosticCategorySender(req *http.Request) (*http.Response, error)

GetSiteDiagnosticCategorySender sends the GetSiteDiagnosticCategory request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) GetSiteDiagnosticCategorySlot

func (client DiagnosticsClient) GetSiteDiagnosticCategorySlot(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (result DiagnosticCategory, err error)

GetSiteDiagnosticCategorySlot description for Get Diagnostics Category Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category slot - slot Name

func (DiagnosticsClient) GetSiteDiagnosticCategorySlotPreparer

func (client DiagnosticsClient) GetSiteDiagnosticCategorySlotPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (*http.Request, error)

GetSiteDiagnosticCategorySlotPreparer prepares the GetSiteDiagnosticCategorySlot request.

func (DiagnosticsClient) GetSiteDiagnosticCategorySlotResponder

func (client DiagnosticsClient) GetSiteDiagnosticCategorySlotResponder(resp *http.Response) (result DiagnosticCategory, err error)

GetSiteDiagnosticCategorySlotResponder handles the response to the GetSiteDiagnosticCategorySlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) GetSiteDiagnosticCategorySlotSender

func (client DiagnosticsClient) GetSiteDiagnosticCategorySlotSender(req *http.Request) (*http.Response, error)

GetSiteDiagnosticCategorySlotSender sends the GetSiteDiagnosticCategorySlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListHostingEnvironmentDetectorResponses

func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponses(ctx context.Context, resourceGroupName string, name string) (result DetectorResponseCollectionPage, err error)

ListHostingEnvironmentDetectorResponses description for List Hosting Environment Detector Responses Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - site Name

func (DiagnosticsClient) ListHostingEnvironmentDetectorResponsesComplete

func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesComplete(ctx context.Context, resourceGroupName string, name string) (result DetectorResponseCollectionIterator, err error)

ListHostingEnvironmentDetectorResponsesComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListHostingEnvironmentDetectorResponsesPreparer

func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListHostingEnvironmentDetectorResponsesPreparer prepares the ListHostingEnvironmentDetectorResponses request.

func (DiagnosticsClient) ListHostingEnvironmentDetectorResponsesResponder

func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesResponder(resp *http.Response) (result DetectorResponseCollection, err error)

ListHostingEnvironmentDetectorResponsesResponder handles the response to the ListHostingEnvironmentDetectorResponses request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListHostingEnvironmentDetectorResponsesSender

func (client DiagnosticsClient) ListHostingEnvironmentDetectorResponsesSender(req *http.Request) (*http.Response, error)

ListHostingEnvironmentDetectorResponsesSender sends the ListHostingEnvironmentDetectorResponses request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteAnalyses

func (client DiagnosticsClient) ListSiteAnalyses(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (result DiagnosticAnalysisCollectionPage, err error)

ListSiteAnalyses description for Get Site Analyses Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category

func (DiagnosticsClient) ListSiteAnalysesComplete

func (client DiagnosticsClient) ListSiteAnalysesComplete(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (result DiagnosticAnalysisCollectionIterator, err error)

ListSiteAnalysesComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteAnalysesPreparer

func (client DiagnosticsClient) ListSiteAnalysesPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (*http.Request, error)

ListSiteAnalysesPreparer prepares the ListSiteAnalyses request.

func (DiagnosticsClient) ListSiteAnalysesResponder

func (client DiagnosticsClient) ListSiteAnalysesResponder(resp *http.Response) (result DiagnosticAnalysisCollection, err error)

ListSiteAnalysesResponder handles the response to the ListSiteAnalyses request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteAnalysesSender

func (client DiagnosticsClient) ListSiteAnalysesSender(req *http.Request) (*http.Response, error)

ListSiteAnalysesSender sends the ListSiteAnalyses request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteAnalysesSlot

func (client DiagnosticsClient) ListSiteAnalysesSlot(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (result DiagnosticAnalysisCollectionPage, err error)

ListSiteAnalysesSlot description for Get Site Analyses Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category slot - slot Name

func (DiagnosticsClient) ListSiteAnalysesSlotComplete

func (client DiagnosticsClient) ListSiteAnalysesSlotComplete(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (result DiagnosticAnalysisCollectionIterator, err error)

ListSiteAnalysesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteAnalysesSlotPreparer

func (client DiagnosticsClient) ListSiteAnalysesSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (*http.Request, error)

ListSiteAnalysesSlotPreparer prepares the ListSiteAnalysesSlot request.

func (DiagnosticsClient) ListSiteAnalysesSlotResponder

func (client DiagnosticsClient) ListSiteAnalysesSlotResponder(resp *http.Response) (result DiagnosticAnalysisCollection, err error)

ListSiteAnalysesSlotResponder handles the response to the ListSiteAnalysesSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteAnalysesSlotSender

func (client DiagnosticsClient) ListSiteAnalysesSlotSender(req *http.Request) (*http.Response, error)

ListSiteAnalysesSlotSender sends the ListSiteAnalysesSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteDetectorResponses

func (client DiagnosticsClient) ListSiteDetectorResponses(ctx context.Context, resourceGroupName string, siteName string) (result DetectorResponseCollectionPage, err error)

ListSiteDetectorResponses description for List Site Detector Responses Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name

func (DiagnosticsClient) ListSiteDetectorResponsesComplete

func (client DiagnosticsClient) ListSiteDetectorResponsesComplete(ctx context.Context, resourceGroupName string, siteName string) (result DetectorResponseCollectionIterator, err error)

ListSiteDetectorResponsesComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteDetectorResponsesPreparer

func (client DiagnosticsClient) ListSiteDetectorResponsesPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error)

ListSiteDetectorResponsesPreparer prepares the ListSiteDetectorResponses request.

func (DiagnosticsClient) ListSiteDetectorResponsesResponder

func (client DiagnosticsClient) ListSiteDetectorResponsesResponder(resp *http.Response) (result DetectorResponseCollection, err error)

ListSiteDetectorResponsesResponder handles the response to the ListSiteDetectorResponses request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteDetectorResponsesSender

func (client DiagnosticsClient) ListSiteDetectorResponsesSender(req *http.Request) (*http.Response, error)

ListSiteDetectorResponsesSender sends the ListSiteDetectorResponses request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteDetectorResponsesSlot

func (client DiagnosticsClient) ListSiteDetectorResponsesSlot(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DetectorResponseCollectionPage, err error)

ListSiteDetectorResponsesSlot description for List Site Detector Responses Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name slot - slot Name

func (DiagnosticsClient) ListSiteDetectorResponsesSlotComplete

func (client DiagnosticsClient) ListSiteDetectorResponsesSlotComplete(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DetectorResponseCollectionIterator, err error)

ListSiteDetectorResponsesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteDetectorResponsesSlotPreparer

func (client DiagnosticsClient) ListSiteDetectorResponsesSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, slot string) (*http.Request, error)

ListSiteDetectorResponsesSlotPreparer prepares the ListSiteDetectorResponsesSlot request.

func (DiagnosticsClient) ListSiteDetectorResponsesSlotResponder

func (client DiagnosticsClient) ListSiteDetectorResponsesSlotResponder(resp *http.Response) (result DetectorResponseCollection, err error)

ListSiteDetectorResponsesSlotResponder handles the response to the ListSiteDetectorResponsesSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteDetectorResponsesSlotSender

func (client DiagnosticsClient) ListSiteDetectorResponsesSlotSender(req *http.Request) (*http.Response, error)

ListSiteDetectorResponsesSlotSender sends the ListSiteDetectorResponsesSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteDetectors

func (client DiagnosticsClient) ListSiteDetectors(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (result DiagnosticDetectorCollectionPage, err error)

ListSiteDetectors description for Get Detectors Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category

func (DiagnosticsClient) ListSiteDetectorsComplete

func (client DiagnosticsClient) ListSiteDetectorsComplete(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (result DiagnosticDetectorCollectionIterator, err error)

ListSiteDetectorsComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteDetectorsPreparer

func (client DiagnosticsClient) ListSiteDetectorsPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string) (*http.Request, error)

ListSiteDetectorsPreparer prepares the ListSiteDetectors request.

func (DiagnosticsClient) ListSiteDetectorsResponder

func (client DiagnosticsClient) ListSiteDetectorsResponder(resp *http.Response) (result DiagnosticDetectorCollection, err error)

ListSiteDetectorsResponder handles the response to the ListSiteDetectors request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteDetectorsSender

func (client DiagnosticsClient) ListSiteDetectorsSender(req *http.Request) (*http.Response, error)

ListSiteDetectorsSender sends the ListSiteDetectors request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteDetectorsSlot

func (client DiagnosticsClient) ListSiteDetectorsSlot(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (result DiagnosticDetectorCollectionPage, err error)

ListSiteDetectorsSlot description for Get Detectors Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name diagnosticCategory - diagnostic Category slot - slot Name

func (DiagnosticsClient) ListSiteDetectorsSlotComplete

func (client DiagnosticsClient) ListSiteDetectorsSlotComplete(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (result DiagnosticDetectorCollectionIterator, err error)

ListSiteDetectorsSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteDetectorsSlotPreparer

func (client DiagnosticsClient) ListSiteDetectorsSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, diagnosticCategory string, slot string) (*http.Request, error)

ListSiteDetectorsSlotPreparer prepares the ListSiteDetectorsSlot request.

func (DiagnosticsClient) ListSiteDetectorsSlotResponder

func (client DiagnosticsClient) ListSiteDetectorsSlotResponder(resp *http.Response) (result DiagnosticDetectorCollection, err error)

ListSiteDetectorsSlotResponder handles the response to the ListSiteDetectorsSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteDetectorsSlotSender

func (client DiagnosticsClient) ListSiteDetectorsSlotSender(req *http.Request) (*http.Response, error)

ListSiteDetectorsSlotSender sends the ListSiteDetectorsSlot request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteDiagnosticCategories

func (client DiagnosticsClient) ListSiteDiagnosticCategories(ctx context.Context, resourceGroupName string, siteName string) (result DiagnosticCategoryCollectionPage, err error)

ListSiteDiagnosticCategories description for Get Diagnostics Categories Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name

func (DiagnosticsClient) ListSiteDiagnosticCategoriesComplete

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesComplete(ctx context.Context, resourceGroupName string, siteName string) (result DiagnosticCategoryCollectionIterator, err error)

ListSiteDiagnosticCategoriesComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteDiagnosticCategoriesPreparer

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error)

ListSiteDiagnosticCategoriesPreparer prepares the ListSiteDiagnosticCategories request.

func (DiagnosticsClient) ListSiteDiagnosticCategoriesResponder

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesResponder(resp *http.Response) (result DiagnosticCategoryCollection, err error)

ListSiteDiagnosticCategoriesResponder handles the response to the ListSiteDiagnosticCategories request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteDiagnosticCategoriesSender

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSender(req *http.Request) (*http.Response, error)

ListSiteDiagnosticCategoriesSender sends the ListSiteDiagnosticCategories request. The method will close the http.Response Body if it receives an error.

func (DiagnosticsClient) ListSiteDiagnosticCategoriesSlot

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlot(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DiagnosticCategoryCollectionPage, err error)

ListSiteDiagnosticCategoriesSlot description for Get Diagnostics Categories Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site Name slot - slot Name

func (DiagnosticsClient) ListSiteDiagnosticCategoriesSlotComplete

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotComplete(ctx context.Context, resourceGroupName string, siteName string, slot string) (result DiagnosticCategoryCollectionIterator, err error)

ListSiteDiagnosticCategoriesSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (DiagnosticsClient) ListSiteDiagnosticCategoriesSlotPreparer

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotPreparer(ctx context.Context, resourceGroupName string, siteName string, slot string) (*http.Request, error)

ListSiteDiagnosticCategoriesSlotPreparer prepares the ListSiteDiagnosticCategoriesSlot request.

func (DiagnosticsClient) ListSiteDiagnosticCategoriesSlotResponder

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotResponder(resp *http.Response) (result DiagnosticCategoryCollection, err error)

ListSiteDiagnosticCategoriesSlotResponder handles the response to the ListSiteDiagnosticCategoriesSlot request. The method always closes the http.Response Body.

func (DiagnosticsClient) ListSiteDiagnosticCategoriesSlotSender

func (client DiagnosticsClient) ListSiteDiagnosticCategoriesSlotSender(req *http.Request) (*http.Response, error)

ListSiteDiagnosticCategoriesSlotSender sends the ListSiteDiagnosticCategoriesSlot request. The method will close the http.Response Body if it receives an error.

type Dimension

type Dimension struct {
	Name                   *string `json:"name,omitempty"`
	DisplayName            *string `json:"displayName,omitempty"`
	InternalName           *string `json:"internalName,omitempty"`
	ToBeExportedForShoebox *bool   `json:"toBeExportedForShoebox,omitempty"`
}

Dimension dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, where instance name is dimension of the metric HTTP request

type Domain

type Domain struct {
	autorest.Response `json:"-"`
	// DomainProperties - Domain resource specific properties
	*DomainProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

Domain information about a domain.

func (Domain) MarshalJSON

func (d Domain) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Domain.

func (*Domain) UnmarshalJSON

func (d *Domain) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Domain struct.

type DomainAvailabilityCheckResult

type DomainAvailabilityCheckResult struct {
	autorest.Response `json:"-"`
	// Name - Name of the domain.
	Name *string `json:"name,omitempty"`
	// Available - <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>.
	Available *bool `json:"available,omitempty"`
	// DomainType - Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. Possible values include: 'DomainTypeRegular', 'DomainTypeSoftDeleted'
	DomainType DomainType `json:"domainType,omitempty"`
}

DomainAvailabilityCheckResult domain availability check result.

type DomainCollection

type DomainCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Domain `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DomainCollection collection of domains.

func (DomainCollection) IsEmpty

func (dc DomainCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (DomainCollection) MarshalJSON

func (dc DomainCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DomainCollection.

type DomainCollectionIterator

type DomainCollectionIterator struct {
	// contains filtered or unexported fields
}

DomainCollectionIterator provides access to a complete listing of Domain values.

func NewDomainCollectionIterator

func NewDomainCollectionIterator(page DomainCollectionPage) DomainCollectionIterator

Creates a new instance of the DomainCollectionIterator type.

func (*DomainCollectionIterator) Next

func (iter *DomainCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DomainCollectionIterator) NextWithContext

func (iter *DomainCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DomainCollectionIterator) NotDone

func (iter DomainCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (DomainCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DomainCollectionIterator) Value

func (iter DomainCollectionIterator) Value() Domain

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DomainCollectionPage

type DomainCollectionPage struct {
	// contains filtered or unexported fields
}

DomainCollectionPage contains a page of Domain values.

func NewDomainCollectionPage

func NewDomainCollectionPage(cur DomainCollection, getNextPage func(context.Context, DomainCollection) (DomainCollection, error)) DomainCollectionPage

Creates a new instance of the DomainCollectionPage type.

func (*DomainCollectionPage) Next

func (page *DomainCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DomainCollectionPage) NextWithContext

func (page *DomainCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DomainCollectionPage) NotDone

func (page DomainCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DomainCollectionPage) Response

func (page DomainCollectionPage) Response() DomainCollection

Response returns the raw server response from the last page request.

func (DomainCollectionPage) Values

func (page DomainCollectionPage) Values() []Domain

Values returns the slice of values for the current page or nil if there are no values.

type DomainControlCenterSsoRequest

type DomainControlCenterSsoRequest struct {
	autorest.Response `json:"-"`
	// URL - READ-ONLY; URL where the single sign-on request is to be made.
	URL *string `json:"url,omitempty"`
	// PostParameterKey - READ-ONLY; Post parameter key.
	PostParameterKey *string `json:"postParameterKey,omitempty"`
	// PostParameterValue - READ-ONLY; Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.
	PostParameterValue *string `json:"postParameterValue,omitempty"`
}

DomainControlCenterSsoRequest single sign-on request information for domain management.

func (DomainControlCenterSsoRequest) MarshalJSON

func (dccsr DomainControlCenterSsoRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DomainControlCenterSsoRequest.

type DomainOwnershipIdentifier

type DomainOwnershipIdentifier struct {
	autorest.Response `json:"-"`
	// DomainOwnershipIdentifierProperties - DomainOwnershipIdentifier resource specific properties
	*DomainOwnershipIdentifierProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DomainOwnershipIdentifier domain ownership Identifier.

func (DomainOwnershipIdentifier) MarshalJSON

func (doi DomainOwnershipIdentifier) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DomainOwnershipIdentifier.

func (*DomainOwnershipIdentifier) UnmarshalJSON

func (doi *DomainOwnershipIdentifier) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DomainOwnershipIdentifier struct.

type DomainOwnershipIdentifierCollection

type DomainOwnershipIdentifierCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]DomainOwnershipIdentifier `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

DomainOwnershipIdentifierCollection collection of domain ownership identifiers.

func (DomainOwnershipIdentifierCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (DomainOwnershipIdentifierCollection) MarshalJSON

func (doic DomainOwnershipIdentifierCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DomainOwnershipIdentifierCollection.

type DomainOwnershipIdentifierCollectionIterator

type DomainOwnershipIdentifierCollectionIterator struct {
	// contains filtered or unexported fields
}

DomainOwnershipIdentifierCollectionIterator provides access to a complete listing of DomainOwnershipIdentifier values.

func NewDomainOwnershipIdentifierCollectionIterator

func NewDomainOwnershipIdentifierCollectionIterator(page DomainOwnershipIdentifierCollectionPage) DomainOwnershipIdentifierCollectionIterator

Creates a new instance of the DomainOwnershipIdentifierCollectionIterator type.

func (*DomainOwnershipIdentifierCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DomainOwnershipIdentifierCollectionIterator) NextWithContext

func (iter *DomainOwnershipIdentifierCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (DomainOwnershipIdentifierCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (DomainOwnershipIdentifierCollectionIterator) Response

Response returns the raw server response from the last page request.

func (DomainOwnershipIdentifierCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type DomainOwnershipIdentifierCollectionPage

type DomainOwnershipIdentifierCollectionPage struct {
	// contains filtered or unexported fields
}

DomainOwnershipIdentifierCollectionPage contains a page of DomainOwnershipIdentifier values.

func NewDomainOwnershipIdentifierCollectionPage

Creates a new instance of the DomainOwnershipIdentifierCollectionPage type.

func (*DomainOwnershipIdentifierCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*DomainOwnershipIdentifierCollectionPage) NextWithContext

func (page *DomainOwnershipIdentifierCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (DomainOwnershipIdentifierCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (DomainOwnershipIdentifierCollectionPage) Response

Response returns the raw server response from the last page request.

func (DomainOwnershipIdentifierCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type DomainOwnershipIdentifierProperties

type DomainOwnershipIdentifierProperties struct {
	// OwnershipID - Ownership Id.
	OwnershipID *string `json:"ownershipId,omitempty"`
}

DomainOwnershipIdentifierProperties domainOwnershipIdentifier resource specific properties

type DomainPatchResource

type DomainPatchResource struct {
	// DomainPatchResourceProperties - DomainPatchResource resource specific properties
	*DomainPatchResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

DomainPatchResource ARM resource for a domain.

func (DomainPatchResource) MarshalJSON

func (dpr DomainPatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DomainPatchResource.

func (*DomainPatchResource) UnmarshalJSON

func (dpr *DomainPatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for DomainPatchResource struct.

type DomainPatchResourceProperties

type DomainPatchResourceProperties struct {
	// ContactAdmin - Administrative contact.
	ContactAdmin *Contact `json:"contactAdmin,omitempty"`
	// ContactBilling - Billing contact.
	ContactBilling *Contact `json:"contactBilling,omitempty"`
	// ContactRegistrant - Registrant contact.
	ContactRegistrant *Contact `json:"contactRegistrant,omitempty"`
	// ContactTech - Technical contact.
	ContactTech *Contact `json:"contactTech,omitempty"`
	// RegistrationStatus - READ-ONLY; Domain registration status. Possible values include: 'DomainStatusActive', 'DomainStatusAwaiting', 'DomainStatusCancelled', 'DomainStatusConfiscated', 'DomainStatusDisabled', 'DomainStatusExcluded', 'DomainStatusExpired', 'DomainStatusFailed', 'DomainStatusHeld', 'DomainStatusLocked', 'DomainStatusParked', 'DomainStatusPending', 'DomainStatusReserved', 'DomainStatusReverted', 'DomainStatusSuspended', 'DomainStatusTransferred', 'DomainStatusUnknown', 'DomainStatusUnlocked', 'DomainStatusUnparked', 'DomainStatusUpdated', 'DomainStatusJSONConverterFailed'
	RegistrationStatus DomainStatus `json:"registrationStatus,omitempty"`
	// ProvisioningState - READ-ONLY; Domain provisioning state. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled', 'ProvisioningStateInProgress', 'ProvisioningStateDeleting'
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
	// NameServers - READ-ONLY; Name servers.
	NameServers *[]string `json:"nameServers,omitempty"`
	// Privacy - <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.
	Privacy *bool `json:"privacy,omitempty"`
	// CreatedTime - READ-ONLY; Domain creation timestamp.
	CreatedTime *date.Time `json:"createdTime,omitempty"`
	// ExpirationTime - READ-ONLY; Domain expiration timestamp.
	ExpirationTime *date.Time `json:"expirationTime,omitempty"`
	// LastRenewedTime - READ-ONLY; Timestamp when the domain was renewed last time.
	LastRenewedTime *date.Time `json:"lastRenewedTime,omitempty"`
	// AutoRenew - <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.
	AutoRenew *bool `json:"autoRenew,omitempty"`
	// ReadyForDNSRecordManagement - READ-ONLY; <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and
	//  it is hosted on name servers Azure has programmatic access to.
	ReadyForDNSRecordManagement *bool `json:"readyForDnsRecordManagement,omitempty"`
	// ManagedHostNames - READ-ONLY; All hostnames derived from the domain and assigned to Azure resources.
	ManagedHostNames *[]HostName `json:"managedHostNames,omitempty"`
	// Consent - Legal agreement consent.
	Consent *DomainPurchaseConsent `json:"consent,omitempty"`
	// DomainNotRenewableReasons - READ-ONLY; Reasons why domain is not renewable.
	DomainNotRenewableReasons *[]string `json:"domainNotRenewableReasons,omitempty"`
	// DNSType - Current DNS type. Possible values include: 'DNSTypeAzureDNS', 'DNSTypeDefaultDomainRegistrarDNS'
	DNSType DNSType `json:"dnsType,omitempty"`
	// DNSZoneID - Azure DNS Zone to use
	DNSZoneID *string `json:"dnsZoneId,omitempty"`
	// TargetDNSType - Target DNS type (would be used for migration). Possible values include: 'DNSTypeAzureDNS', 'DNSTypeDefaultDomainRegistrarDNS'
	TargetDNSType DNSType `json:"targetDnsType,omitempty"`
	AuthCode      *string `json:"authCode,omitempty"`
}

DomainPatchResourceProperties domainPatchResource resource specific properties

func (DomainPatchResourceProperties) MarshalJSON

func (dpr DomainPatchResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DomainPatchResourceProperties.

type DomainProperties

type DomainProperties struct {
	// ContactAdmin - Administrative contact.
	ContactAdmin *Contact `json:"contactAdmin,omitempty"`
	// ContactBilling - Billing contact.
	ContactBilling *Contact `json:"contactBilling,omitempty"`
	// ContactRegistrant - Registrant contact.
	ContactRegistrant *Contact `json:"contactRegistrant,omitempty"`
	// ContactTech - Technical contact.
	ContactTech *Contact `json:"contactTech,omitempty"`
	// RegistrationStatus - READ-ONLY; Domain registration status. Possible values include: 'DomainStatusActive', 'DomainStatusAwaiting', 'DomainStatusCancelled', 'DomainStatusConfiscated', 'DomainStatusDisabled', 'DomainStatusExcluded', 'DomainStatusExpired', 'DomainStatusFailed', 'DomainStatusHeld', 'DomainStatusLocked', 'DomainStatusParked', 'DomainStatusPending', 'DomainStatusReserved', 'DomainStatusReverted', 'DomainStatusSuspended', 'DomainStatusTransferred', 'DomainStatusUnknown', 'DomainStatusUnlocked', 'DomainStatusUnparked', 'DomainStatusUpdated', 'DomainStatusJSONConverterFailed'
	RegistrationStatus DomainStatus `json:"registrationStatus,omitempty"`
	// ProvisioningState - READ-ONLY; Domain provisioning state. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateCanceled', 'ProvisioningStateInProgress', 'ProvisioningStateDeleting'
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
	// NameServers - READ-ONLY; Name servers.
	NameServers *[]string `json:"nameServers,omitempty"`
	// Privacy - <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.
	Privacy *bool `json:"privacy,omitempty"`
	// CreatedTime - READ-ONLY; Domain creation timestamp.
	CreatedTime *date.Time `json:"createdTime,omitempty"`
	// ExpirationTime - READ-ONLY; Domain expiration timestamp.
	ExpirationTime *date.Time `json:"expirationTime,omitempty"`
	// LastRenewedTime - READ-ONLY; Timestamp when the domain was renewed last time.
	LastRenewedTime *date.Time `json:"lastRenewedTime,omitempty"`
	// AutoRenew - <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.
	AutoRenew *bool `json:"autoRenew,omitempty"`
	// ReadyForDNSRecordManagement - READ-ONLY; <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and
	//  it is hosted on name servers Azure has programmatic access to.
	ReadyForDNSRecordManagement *bool `json:"readyForDnsRecordManagement,omitempty"`
	// ManagedHostNames - READ-ONLY; All hostnames derived from the domain and assigned to Azure resources.
	ManagedHostNames *[]HostName `json:"managedHostNames,omitempty"`
	// Consent - Legal agreement consent.
	Consent *DomainPurchaseConsent `json:"consent,omitempty"`
	// DomainNotRenewableReasons - READ-ONLY; Reasons why domain is not renewable.
	DomainNotRenewableReasons *[]string `json:"domainNotRenewableReasons,omitempty"`
	// DNSType - Current DNS type. Possible values include: 'DNSTypeAzureDNS', 'DNSTypeDefaultDomainRegistrarDNS'
	DNSType DNSType `json:"dnsType,omitempty"`
	// DNSZoneID - Azure DNS Zone to use
	DNSZoneID *string `json:"dnsZoneId,omitempty"`
	// TargetDNSType - Target DNS type (would be used for migration). Possible values include: 'DNSTypeAzureDNS', 'DNSTypeDefaultDomainRegistrarDNS'
	TargetDNSType DNSType `json:"targetDnsType,omitempty"`
	AuthCode      *string `json:"authCode,omitempty"`
}

DomainProperties domain resource specific properties

func (DomainProperties) MarshalJSON

func (d DomainProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for DomainProperties.

type DomainPurchaseConsent

type DomainPurchaseConsent struct {
	// AgreementKeys - List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under <code>TopLevelDomain</code> resource.
	AgreementKeys *[]string `json:"agreementKeys,omitempty"`
	// AgreedBy - Client IP address.
	AgreedBy *string `json:"agreedBy,omitempty"`
	// AgreedAt - Timestamp when the agreements were accepted.
	AgreedAt *date.Time `json:"agreedAt,omitempty"`
}

DomainPurchaseConsent domain purchase consent object, representing acceptance of applicable legal agreements.

type DomainRecommendationSearchParameters

type DomainRecommendationSearchParameters struct {
	// Keywords - Keywords to be used for generating domain recommendations.
	Keywords *string `json:"keywords,omitempty"`
	// MaxDomainRecommendations - Maximum number of recommendations.
	MaxDomainRecommendations *int32 `json:"maxDomainRecommendations,omitempty"`
}

DomainRecommendationSearchParameters domain recommendation search parameters.

type DomainRegistrationProviderClient

type DomainRegistrationProviderClient struct {
	BaseClient
}

DomainRegistrationProviderClient is the webSite Management Client

func NewDomainRegistrationProviderClient

func NewDomainRegistrationProviderClient(subscriptionID string) DomainRegistrationProviderClient

NewDomainRegistrationProviderClient creates an instance of the DomainRegistrationProviderClient client.

func NewDomainRegistrationProviderClientWithBaseURI

func NewDomainRegistrationProviderClientWithBaseURI(baseURI string, subscriptionID string) DomainRegistrationProviderClient

NewDomainRegistrationProviderClientWithBaseURI creates an instance of the DomainRegistrationProviderClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (DomainRegistrationProviderClient) ListOperations

func (client DomainRegistrationProviderClient) ListOperations(ctx context.Context) (result CsmOperationCollectionPage, err error)

ListOperations description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider

func (DomainRegistrationProviderClient) ListOperationsComplete

func (client DomainRegistrationProviderClient) ListOperationsComplete(ctx context.Context) (result CsmOperationCollectionIterator, err error)

ListOperationsComplete enumerates all values, automatically crossing page boundaries as required.

func (DomainRegistrationProviderClient) ListOperationsPreparer

func (client DomainRegistrationProviderClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error)

ListOperationsPreparer prepares the ListOperations request.

func (DomainRegistrationProviderClient) ListOperationsResponder

func (client DomainRegistrationProviderClient) ListOperationsResponder(resp *http.Response) (result CsmOperationCollection, err error)

ListOperationsResponder handles the response to the ListOperations request. The method always closes the http.Response Body.

func (DomainRegistrationProviderClient) ListOperationsSender

func (client DomainRegistrationProviderClient) ListOperationsSender(req *http.Request) (*http.Response, error)

ListOperationsSender sends the ListOperations request. The method will close the http.Response Body if it receives an error.

type DomainStatus

type DomainStatus string

DomainStatus enumerates the values for domain status.

const (
	// DomainStatusActive ...
	DomainStatusActive DomainStatus = "Active"
	// DomainStatusAwaiting ...
	DomainStatusAwaiting DomainStatus = "Awaiting"
	// DomainStatusCancelled ...
	DomainStatusCancelled DomainStatus = "Cancelled"
	// DomainStatusConfiscated ...
	DomainStatusConfiscated DomainStatus = "Confiscated"
	// DomainStatusDisabled ...
	DomainStatusDisabled DomainStatus = "Disabled"
	// DomainStatusExcluded ...
	DomainStatusExcluded DomainStatus = "Excluded"
	// DomainStatusExpired ...
	DomainStatusExpired DomainStatus = "Expired"
	// DomainStatusFailed ...
	DomainStatusFailed DomainStatus = "Failed"
	// DomainStatusHeld ...
	DomainStatusHeld DomainStatus = "Held"
	// DomainStatusJSONConverterFailed ...
	DomainStatusJSONConverterFailed DomainStatus = "JsonConverterFailed"
	// DomainStatusLocked ...
	DomainStatusLocked DomainStatus = "Locked"
	// DomainStatusParked ...
	DomainStatusParked DomainStatus = "Parked"
	// DomainStatusPending ...
	DomainStatusPending DomainStatus = "Pending"
	// DomainStatusReserved ...
	DomainStatusReserved DomainStatus = "Reserved"
	// DomainStatusReverted ...
	DomainStatusReverted DomainStatus = "Reverted"
	// DomainStatusSuspended ...
	DomainStatusSuspended DomainStatus = "Suspended"
	// DomainStatusTransferred ...
	DomainStatusTransferred DomainStatus = "Transferred"
	// DomainStatusUnknown ...
	DomainStatusUnknown DomainStatus = "Unknown"
	// DomainStatusUnlocked ...
	DomainStatusUnlocked DomainStatus = "Unlocked"
	// DomainStatusUnparked ...
	DomainStatusUnparked DomainStatus = "Unparked"
	// DomainStatusUpdated ...
	DomainStatusUpdated DomainStatus = "Updated"
)

func PossibleDomainStatusValues

func PossibleDomainStatusValues() []DomainStatus

PossibleDomainStatusValues returns an array of possible values for the DomainStatus const type.

type DomainType

type DomainType string

DomainType enumerates the values for domain type.

const (
	// DomainTypeRegular ...
	DomainTypeRegular DomainType = "Regular"
	// DomainTypeSoftDeleted ...
	DomainTypeSoftDeleted DomainType = "SoftDeleted"
)

func PossibleDomainTypeValues

func PossibleDomainTypeValues() []DomainType

PossibleDomainTypeValues returns an array of possible values for the DomainType const type.

type DomainsClient

type DomainsClient struct {
	BaseClient
}

DomainsClient is the webSite Management Client

func NewDomainsClient

func NewDomainsClient(subscriptionID string) DomainsClient

NewDomainsClient creates an instance of the DomainsClient client.

func NewDomainsClientWithBaseURI

func NewDomainsClientWithBaseURI(baseURI string, subscriptionID string) DomainsClient

NewDomainsClientWithBaseURI creates an instance of the DomainsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (DomainsClient) CheckAvailability

func (client DomainsClient) CheckAvailability(ctx context.Context, identifier NameIdentifier) (result DomainAvailabilityCheckResult, err error)

CheckAvailability description for Check if a domain is available for registration. Parameters: identifier - name of the domain.

func (DomainsClient) CheckAvailabilityPreparer

func (client DomainsClient) CheckAvailabilityPreparer(ctx context.Context, identifier NameIdentifier) (*http.Request, error)

CheckAvailabilityPreparer prepares the CheckAvailability request.

func (DomainsClient) CheckAvailabilityResponder

func (client DomainsClient) CheckAvailabilityResponder(resp *http.Response) (result DomainAvailabilityCheckResult, err error)

CheckAvailabilityResponder handles the response to the CheckAvailability request. The method always closes the http.Response Body.

func (DomainsClient) CheckAvailabilitySender

func (client DomainsClient) CheckAvailabilitySender(req *http.Request) (*http.Response, error)

CheckAvailabilitySender sends the CheckAvailability request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) CreateOrUpdate

func (client DomainsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, domainName string, domain Domain) (result DomainsCreateOrUpdateFuture, err error)

CreateOrUpdate description for Creates or updates a domain. Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of the domain. domain - domain registration information.

func (DomainsClient) CreateOrUpdateOwnershipIdentifier

func (client DomainsClient) CreateOrUpdateOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string, domainOwnershipIdentifier DomainOwnershipIdentifier) (result DomainOwnershipIdentifier, err error)

CreateOrUpdateOwnershipIdentifier description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of domain. name - name of identifier. domainOwnershipIdentifier - a JSON representation of the domain ownership properties.

func (DomainsClient) CreateOrUpdateOwnershipIdentifierPreparer

func (client DomainsClient) CreateOrUpdateOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string, domainOwnershipIdentifier DomainOwnershipIdentifier) (*http.Request, error)

CreateOrUpdateOwnershipIdentifierPreparer prepares the CreateOrUpdateOwnershipIdentifier request.

func (DomainsClient) CreateOrUpdateOwnershipIdentifierResponder

func (client DomainsClient) CreateOrUpdateOwnershipIdentifierResponder(resp *http.Response) (result DomainOwnershipIdentifier, err error)

CreateOrUpdateOwnershipIdentifierResponder handles the response to the CreateOrUpdateOwnershipIdentifier request. The method always closes the http.Response Body.

func (DomainsClient) CreateOrUpdateOwnershipIdentifierSender

func (client DomainsClient) CreateOrUpdateOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

CreateOrUpdateOwnershipIdentifierSender sends the CreateOrUpdateOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) CreateOrUpdatePreparer

func (client DomainsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, domainName string, domain Domain) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (DomainsClient) CreateOrUpdateResponder

func (client DomainsClient) CreateOrUpdateResponder(resp *http.Response) (result Domain, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (DomainsClient) CreateOrUpdateSender

func (client DomainsClient) CreateOrUpdateSender(req *http.Request) (future DomainsCreateOrUpdateFuture, err error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) Delete

func (client DomainsClient) Delete(ctx context.Context, resourceGroupName string, domainName string, forceHardDeleteDomain *bool) (result autorest.Response, err error)

Delete description for Delete a domain. Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of the domain. forceHardDeleteDomain - specify <code>true</code> to delete the domain immediately. The default is <code>false</code> which deletes the domain after 24 hours.

func (DomainsClient) DeleteOwnershipIdentifier

func (client DomainsClient) DeleteOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string) (result autorest.Response, err error)

DeleteOwnershipIdentifier description for Delete ownership identifier for domain Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of domain. name - name of identifier.

func (DomainsClient) DeleteOwnershipIdentifierPreparer

func (client DomainsClient) DeleteOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string) (*http.Request, error)

DeleteOwnershipIdentifierPreparer prepares the DeleteOwnershipIdentifier request.

func (DomainsClient) DeleteOwnershipIdentifierResponder

func (client DomainsClient) DeleteOwnershipIdentifierResponder(resp *http.Response) (result autorest.Response, err error)

DeleteOwnershipIdentifierResponder handles the response to the DeleteOwnershipIdentifier request. The method always closes the http.Response Body.

func (DomainsClient) DeleteOwnershipIdentifierSender

func (client DomainsClient) DeleteOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

DeleteOwnershipIdentifierSender sends the DeleteOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) DeletePreparer

func (client DomainsClient) DeletePreparer(ctx context.Context, resourceGroupName string, domainName string, forceHardDeleteDomain *bool) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (DomainsClient) DeleteResponder

func (client DomainsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (DomainsClient) DeleteSender

func (client DomainsClient) DeleteSender(req *http.Request) (*http.Response, error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) Get

func (client DomainsClient) Get(ctx context.Context, resourceGroupName string, domainName string) (result Domain, err error)

Get description for Get a domain. Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of the domain.

func (DomainsClient) GetControlCenterSsoRequest

func (client DomainsClient) GetControlCenterSsoRequest(ctx context.Context) (result DomainControlCenterSsoRequest, err error)

GetControlCenterSsoRequest description for Generate a single sign-on request for the domain management portal.

func (DomainsClient) GetControlCenterSsoRequestPreparer

func (client DomainsClient) GetControlCenterSsoRequestPreparer(ctx context.Context) (*http.Request, error)

GetControlCenterSsoRequestPreparer prepares the GetControlCenterSsoRequest request.

func (DomainsClient) GetControlCenterSsoRequestResponder

func (client DomainsClient) GetControlCenterSsoRequestResponder(resp *http.Response) (result DomainControlCenterSsoRequest, err error)

GetControlCenterSsoRequestResponder handles the response to the GetControlCenterSsoRequest request. The method always closes the http.Response Body.

func (DomainsClient) GetControlCenterSsoRequestSender

func (client DomainsClient) GetControlCenterSsoRequestSender(req *http.Request) (*http.Response, error)

GetControlCenterSsoRequestSender sends the GetControlCenterSsoRequest request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) GetOwnershipIdentifier

func (client DomainsClient) GetOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string) (result DomainOwnershipIdentifier, err error)

GetOwnershipIdentifier description for Get ownership identifier for domain Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of domain. name - name of identifier.

func (DomainsClient) GetOwnershipIdentifierPreparer

func (client DomainsClient) GetOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string) (*http.Request, error)

GetOwnershipIdentifierPreparer prepares the GetOwnershipIdentifier request.

func (DomainsClient) GetOwnershipIdentifierResponder

func (client DomainsClient) GetOwnershipIdentifierResponder(resp *http.Response) (result DomainOwnershipIdentifier, err error)

GetOwnershipIdentifierResponder handles the response to the GetOwnershipIdentifier request. The method always closes the http.Response Body.

func (DomainsClient) GetOwnershipIdentifierSender

func (client DomainsClient) GetOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

GetOwnershipIdentifierSender sends the GetOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) GetPreparer

func (client DomainsClient) GetPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error)

GetPreparer prepares the Get request.

func (DomainsClient) GetResponder

func (client DomainsClient) GetResponder(resp *http.Response) (result Domain, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (DomainsClient) GetSender

func (client DomainsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) List

func (client DomainsClient) List(ctx context.Context) (result DomainCollectionPage, err error)

List description for Get all domains in a subscription.

func (DomainsClient) ListByResourceGroup

func (client DomainsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DomainCollectionPage, err error)

ListByResourceGroup description for Get all domains in a resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (DomainsClient) ListByResourceGroupComplete

func (client DomainsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DomainCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (DomainsClient) ListByResourceGroupPreparer

func (client DomainsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (DomainsClient) ListByResourceGroupResponder

func (client DomainsClient) ListByResourceGroupResponder(resp *http.Response) (result DomainCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (DomainsClient) ListByResourceGroupSender

func (client DomainsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) ListComplete

func (client DomainsClient) ListComplete(ctx context.Context) (result DomainCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (DomainsClient) ListOwnershipIdentifiers

func (client DomainsClient) ListOwnershipIdentifiers(ctx context.Context, resourceGroupName string, domainName string) (result DomainOwnershipIdentifierCollectionPage, err error)

ListOwnershipIdentifiers description for Lists domain ownership identifiers. Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of domain.

func (DomainsClient) ListOwnershipIdentifiersComplete

func (client DomainsClient) ListOwnershipIdentifiersComplete(ctx context.Context, resourceGroupName string, domainName string) (result DomainOwnershipIdentifierCollectionIterator, err error)

ListOwnershipIdentifiersComplete enumerates all values, automatically crossing page boundaries as required.

func (DomainsClient) ListOwnershipIdentifiersPreparer

func (client DomainsClient) ListOwnershipIdentifiersPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error)

ListOwnershipIdentifiersPreparer prepares the ListOwnershipIdentifiers request.

func (DomainsClient) ListOwnershipIdentifiersResponder

func (client DomainsClient) ListOwnershipIdentifiersResponder(resp *http.Response) (result DomainOwnershipIdentifierCollection, err error)

ListOwnershipIdentifiersResponder handles the response to the ListOwnershipIdentifiers request. The method always closes the http.Response Body.

func (DomainsClient) ListOwnershipIdentifiersSender

func (client DomainsClient) ListOwnershipIdentifiersSender(req *http.Request) (*http.Response, error)

ListOwnershipIdentifiersSender sends the ListOwnershipIdentifiers request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) ListPreparer

func (client DomainsClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (DomainsClient) ListRecommendations

func (client DomainsClient) ListRecommendations(ctx context.Context, parameters DomainRecommendationSearchParameters) (result NameIdentifierCollectionPage, err error)

ListRecommendations description for Get domain name recommendations based on keywords. Parameters: parameters - search parameters for domain name recommendations.

func (DomainsClient) ListRecommendationsComplete

func (client DomainsClient) ListRecommendationsComplete(ctx context.Context, parameters DomainRecommendationSearchParameters) (result NameIdentifierCollectionIterator, err error)

ListRecommendationsComplete enumerates all values, automatically crossing page boundaries as required.

func (DomainsClient) ListRecommendationsPreparer

func (client DomainsClient) ListRecommendationsPreparer(ctx context.Context, parameters DomainRecommendationSearchParameters) (*http.Request, error)

ListRecommendationsPreparer prepares the ListRecommendations request.

func (DomainsClient) ListRecommendationsResponder

func (client DomainsClient) ListRecommendationsResponder(resp *http.Response) (result NameIdentifierCollection, err error)

ListRecommendationsResponder handles the response to the ListRecommendations request. The method always closes the http.Response Body.

func (DomainsClient) ListRecommendationsSender

func (client DomainsClient) ListRecommendationsSender(req *http.Request) (*http.Response, error)

ListRecommendationsSender sends the ListRecommendations request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) ListResponder

func (client DomainsClient) ListResponder(resp *http.Response) (result DomainCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (DomainsClient) ListSender

func (client DomainsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) Renew

func (client DomainsClient) Renew(ctx context.Context, resourceGroupName string, domainName string) (result autorest.Response, err error)

Renew description for Renew a domain. Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of the domain.

func (DomainsClient) RenewPreparer

func (client DomainsClient) RenewPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error)

RenewPreparer prepares the Renew request.

func (DomainsClient) RenewResponder

func (client DomainsClient) RenewResponder(resp *http.Response) (result autorest.Response, err error)

RenewResponder handles the response to the Renew request. The method always closes the http.Response Body.

func (DomainsClient) RenewSender

func (client DomainsClient) RenewSender(req *http.Request) (*http.Response, error)

RenewSender sends the Renew request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) Update

func (client DomainsClient) Update(ctx context.Context, resourceGroupName string, domainName string, domain DomainPatchResource) (result Domain, err error)

Update description for Creates or updates a domain. Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of the domain. domain - domain registration information.

func (DomainsClient) UpdateOwnershipIdentifier

func (client DomainsClient) UpdateOwnershipIdentifier(ctx context.Context, resourceGroupName string, domainName string, name string, domainOwnershipIdentifier DomainOwnershipIdentifier) (result DomainOwnershipIdentifier, err error)

UpdateOwnershipIdentifier description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier Parameters: resourceGroupName - name of the resource group to which the resource belongs. domainName - name of domain. name - name of identifier. domainOwnershipIdentifier - a JSON representation of the domain ownership properties.

func (DomainsClient) UpdateOwnershipIdentifierPreparer

func (client DomainsClient) UpdateOwnershipIdentifierPreparer(ctx context.Context, resourceGroupName string, domainName string, name string, domainOwnershipIdentifier DomainOwnershipIdentifier) (*http.Request, error)

UpdateOwnershipIdentifierPreparer prepares the UpdateOwnershipIdentifier request.

func (DomainsClient) UpdateOwnershipIdentifierResponder

func (client DomainsClient) UpdateOwnershipIdentifierResponder(resp *http.Response) (result DomainOwnershipIdentifier, err error)

UpdateOwnershipIdentifierResponder handles the response to the UpdateOwnershipIdentifier request. The method always closes the http.Response Body.

func (DomainsClient) UpdateOwnershipIdentifierSender

func (client DomainsClient) UpdateOwnershipIdentifierSender(req *http.Request) (*http.Response, error)

UpdateOwnershipIdentifierSender sends the UpdateOwnershipIdentifier request. The method will close the http.Response Body if it receives an error.

func (DomainsClient) UpdatePreparer

func (client DomainsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, domainName string, domain DomainPatchResource) (*http.Request, error)

UpdatePreparer prepares the Update request.

func (DomainsClient) UpdateResponder

func (client DomainsClient) UpdateResponder(resp *http.Response) (result Domain, err error)

UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.

func (DomainsClient) UpdateSender

func (client DomainsClient) UpdateSender(req *http.Request) (*http.Response, error)

UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.

type DomainsCreateOrUpdateFuture

type DomainsCreateOrUpdateFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(DomainsClient) (Domain, error)
}

DomainsCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*DomainsCreateOrUpdateFuture) UnmarshalJSON

func (future *DomainsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type EnabledConfig

type EnabledConfig struct {
	// Enabled - True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `json:"enabled,omitempty"`
}

EnabledConfig enabled configuration.

type EndpointDependency

type EndpointDependency struct {
	// DomainName - The domain name of the dependency.
	DomainName *string `json:"domainName,omitempty"`
	// EndpointDetails - The IP Addresses and Ports used when connecting to DomainName.
	EndpointDetails *[]EndpointDetail `json:"endpointDetails,omitempty"`
}

EndpointDependency a domain name that a service is reached at, including details of the current connection status.

type EndpointDetail

type EndpointDetail struct {
	// IPAddress - An IP Address that Domain Name currently resolves to.
	IPAddress *string `json:"ipAddress,omitempty"`
	// Port - The port an endpoint is connected to.
	Port *int32 `json:"port,omitempty"`
	// Latency - The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.
	Latency *float64 `json:"latency,omitempty"`
	// IsAccessible - Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.
	IsAccessible *bool `json:"isAccessible,omitempty"`
}

EndpointDetail current TCP connectivity information from the App Service Environment to a single endpoint.

type ErrorEntity

type ErrorEntity struct {
	// ExtendedCode - Type of error.
	ExtendedCode *string `json:"extendedCode,omitempty"`
	// MessageTemplate - Message template.
	MessageTemplate *string `json:"messageTemplate,omitempty"`
	// Parameters - Parameters for the template.
	Parameters *[]string `json:"parameters,omitempty"`
	// InnerErrors - Inner errors.
	InnerErrors *[]ErrorEntity `json:"innerErrors,omitempty"`
	// Details - Error Details.
	Details *[]ErrorEntity `json:"details,omitempty"`
	// Target - The error target.
	Target *string `json:"target,omitempty"`
	// Code - Basic error code.
	Code *string `json:"code,omitempty"`
	// Message - Any details of the error.
	Message *string `json:"message,omitempty"`
}

ErrorEntity body of the error response returned from the API.

type Experiments

type Experiments struct {
	// RampUpRules - List of ramp-up rules.
	RampUpRules *[]RampUpRule `json:"rampUpRules,omitempty"`
}

Experiments routing rules in production experiments.

type ExtendedLocation

type ExtendedLocation struct {
	// Name - Name of extended location.
	Name *string `json:"name,omitempty"`
	// Type - READ-ONLY; Type of extended location.
	Type *string `json:"type,omitempty"`
}

ExtendedLocation extended Location.

func (ExtendedLocation) MarshalJSON

func (el ExtendedLocation) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ExtendedLocation.

type Facebook

type Facebook struct {
	// Enabled - <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the app registration for the Facebook provider.
	Registration *AppRegistration `json:"registration,omitempty"`
	// GraphAPIVersion - The version of the Facebook api to be used while logging in.
	GraphAPIVersion *string `json:"graphApiVersion,omitempty"`
	// Login - The configuration settings of the login flow.
	Login *LoginScopes `json:"login,omitempty"`
}

Facebook the configuration settings of the Facebook provider.

type FileSystemApplicationLogsConfig

type FileSystemApplicationLogsConfig struct {
	// Level - Log level. Possible values include: 'LogLevelOff', 'LogLevelVerbose', 'LogLevelInformation', 'LogLevelWarning', 'LogLevelError'
	Level LogLevel `json:"level,omitempty"`
}

FileSystemApplicationLogsConfig application logs to file system configuration.

type FileSystemHTTPLogsConfig

type FileSystemHTTPLogsConfig struct {
	// RetentionInMb - Maximum size in megabytes that http log files can use.
	// When reached old log files will be removed to make space for new ones.
	// Value can range between 25 and 100.
	RetentionInMb *int32 `json:"retentionInMb,omitempty"`
	// RetentionInDays - Retention in days.
	// Remove files older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int32 `json:"retentionInDays,omitempty"`
	// Enabled - True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `json:"enabled,omitempty"`
}

FileSystemHTTPLogsConfig http logs to file system configuration.

type FileSystemTokenStore

type FileSystemTokenStore struct {
	// Directory - The directory in which the tokens will be stored.
	Directory *string `json:"directory,omitempty"`
}

FileSystemTokenStore the configuration settings of the storage of the tokens if a file system is used.

type ForwardProxy

type ForwardProxy struct {
	// Convention - The convention used to determine the url of the request made. Possible values include: 'ForwardProxyConventionNoProxy', 'ForwardProxyConventionStandard', 'ForwardProxyConventionCustom'
	Convention ForwardProxyConvention `json:"convention,omitempty"`
	// CustomHostHeaderName - The name of the header containing the host of the request.
	CustomHostHeaderName *string `json:"customHostHeaderName,omitempty"`
	// CustomProtoHeaderName - The name of the header containing the scheme of the request.
	CustomProtoHeaderName *string `json:"customProtoHeaderName,omitempty"`
}

ForwardProxy the configuration settings of a forward proxy used to make the requests.

type ForwardProxyConvention

type ForwardProxyConvention string

ForwardProxyConvention enumerates the values for forward proxy convention.

const (
	// ForwardProxyConventionCustom ...
	ForwardProxyConventionCustom ForwardProxyConvention = "Custom"
	// ForwardProxyConventionNoProxy ...
	ForwardProxyConventionNoProxy ForwardProxyConvention = "NoProxy"
	// ForwardProxyConventionStandard ...
	ForwardProxyConventionStandard ForwardProxyConvention = "Standard"
)

func PossibleForwardProxyConventionValues

func PossibleForwardProxyConventionValues() []ForwardProxyConvention

PossibleForwardProxyConventionValues returns an array of possible values for the ForwardProxyConvention const type.

type FrequencyUnit

type FrequencyUnit string

FrequencyUnit enumerates the values for frequency unit.

const (
	// FrequencyUnitDay ...
	FrequencyUnitDay FrequencyUnit = "Day"
	// FrequencyUnitHour ...
	FrequencyUnitHour FrequencyUnit = "Hour"
)

func PossibleFrequencyUnitValues

func PossibleFrequencyUnitValues() []FrequencyUnit

PossibleFrequencyUnitValues returns an array of possible values for the FrequencyUnit const type.

type FrontEndConfiguration

type FrontEndConfiguration struct {
	// Kind - Possible values include: 'FrontEndServiceTypeNodePort', 'FrontEndServiceTypeLoadBalancer'
	Kind FrontEndServiceType `json:"kind,omitempty"`
}

FrontEndConfiguration ...

type FrontEndServiceType

type FrontEndServiceType string

FrontEndServiceType enumerates the values for front end service type.

const (
	// FrontEndServiceTypeLoadBalancer ...
	FrontEndServiceTypeLoadBalancer FrontEndServiceType = "LoadBalancer"
	// FrontEndServiceTypeNodePort ...
	FrontEndServiceTypeNodePort FrontEndServiceType = "NodePort"
)

func PossibleFrontEndServiceTypeValues

func PossibleFrontEndServiceTypeValues() []FrontEndServiceType

PossibleFrontEndServiceTypeValues returns an array of possible values for the FrontEndServiceType const type.

type FtpsState

type FtpsState string

FtpsState enumerates the values for ftps state.

const (
	// FtpsStateAllAllowed ...
	FtpsStateAllAllowed FtpsState = "AllAllowed"
	// FtpsStateDisabled ...
	FtpsStateDisabled FtpsState = "Disabled"
	// FtpsStateFtpsOnly ...
	FtpsStateFtpsOnly FtpsState = "FtpsOnly"
)

func PossibleFtpsStateValues

func PossibleFtpsStateValues() []FtpsState

PossibleFtpsStateValues returns an array of possible values for the FtpsState const type.

type FunctionAppMajorVersion

type FunctionAppMajorVersion struct {
	// DisplayText - READ-ONLY; Function App stack major version (display only).
	DisplayText *string `json:"displayText,omitempty"`
	// Value - READ-ONLY; Function App stack major version name.
	Value *string `json:"value,omitempty"`
	// MinorVersions - READ-ONLY; Minor versions associated with the major version.
	MinorVersions *[]FunctionAppMinorVersion `json:"minorVersions,omitempty"`
}

FunctionAppMajorVersion function App stack major version.

func (FunctionAppMajorVersion) MarshalJSON

func (famv FunctionAppMajorVersion) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionAppMajorVersion.

type FunctionAppMinorVersion

type FunctionAppMinorVersion struct {
	// DisplayText - READ-ONLY; Function App stack (display only).
	DisplayText *string `json:"displayText,omitempty"`
	// Value - READ-ONLY; Function App stack name.
	Value *string `json:"value,omitempty"`
	// StackSettings - READ-ONLY; Settings associated with the minor version.
	StackSettings *FunctionAppRuntimes `json:"stackSettings,omitempty"`
}

FunctionAppMinorVersion function App stack minor version.

func (FunctionAppMinorVersion) MarshalJSON

func (famv FunctionAppMinorVersion) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionAppMinorVersion.

type FunctionAppRuntimeSettings

type FunctionAppRuntimeSettings struct {
	// RuntimeVersion - READ-ONLY; Function App stack minor version (runtime only).
	RuntimeVersion *string `json:"runtimeVersion,omitempty"`
	// RemoteDebuggingSupported - READ-ONLY; <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.
	RemoteDebuggingSupported *bool `json:"remoteDebuggingSupported,omitempty"`
	// AppInsightsSettings - READ-ONLY; Application Insights settings associated with the minor version.
	AppInsightsSettings *AppInsightsWebAppStackSettings `json:"appInsightsSettings,omitempty"`
	// GitHubActionSettings - READ-ONLY; GitHub Actions settings associated with the minor version.
	GitHubActionSettings *GitHubActionWebAppStackSettings `json:"gitHubActionSettings,omitempty"`
	// AppSettingsDictionary - READ-ONLY; Application settings associated with the minor version.
	AppSettingsDictionary map[string]*string `json:"appSettingsDictionary"`
	// SiteConfigPropertiesDictionary - READ-ONLY; Configuration settings associated with the minor version.
	SiteConfigPropertiesDictionary *SiteConfigPropertiesDictionary `json:"siteConfigPropertiesDictionary,omitempty"`
	// SupportedFunctionsExtensionVersions - READ-ONLY; List of supported Functions extension versions.
	SupportedFunctionsExtensionVersions *[]string `json:"supportedFunctionsExtensionVersions,omitempty"`
	// IsPreview - READ-ONLY; <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
	IsPreview *bool `json:"isPreview,omitempty"`
	// IsDeprecated - READ-ONLY; <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
	IsDeprecated *bool `json:"isDeprecated,omitempty"`
	// IsHidden - READ-ONLY; <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
	IsHidden *bool `json:"isHidden,omitempty"`
	// EndOfLifeDate - READ-ONLY; End-of-life date for the minor version.
	EndOfLifeDate *date.Time `json:"endOfLifeDate,omitempty"`
	// IsAutoUpdate - READ-ONLY; <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.
	IsAutoUpdate *bool `json:"isAutoUpdate,omitempty"`
	// IsEarlyAccess - READ-ONLY; <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.
	IsEarlyAccess *bool `json:"isEarlyAccess,omitempty"`
	// IsDefault - READ-ONLY; <code>true</code> if the minor version the default; otherwise, <code>false</code>.
	IsDefault *bool `json:"isDefault,omitempty"`
}

FunctionAppRuntimeSettings function App runtime settings.

func (FunctionAppRuntimeSettings) MarshalJSON

func (fars FunctionAppRuntimeSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionAppRuntimeSettings.

type FunctionAppRuntimes

type FunctionAppRuntimes struct {
	// LinuxRuntimeSettings - READ-ONLY; Linux-specific settings associated with the minor version.
	LinuxRuntimeSettings *FunctionAppRuntimeSettings `json:"linuxRuntimeSettings,omitempty"`
	// WindowsRuntimeSettings - READ-ONLY; Windows-specific settings associated with the minor version.
	WindowsRuntimeSettings *FunctionAppRuntimeSettings `json:"windowsRuntimeSettings,omitempty"`
}

FunctionAppRuntimes function App stack runtimes.

func (FunctionAppRuntimes) MarshalJSON

func (far FunctionAppRuntimes) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionAppRuntimes.

type FunctionAppStack

type FunctionAppStack struct {
	// Location - READ-ONLY; Function App stack location.
	Location *string `json:"location,omitempty"`
	// FunctionAppStackProperties - FunctionAppStack resource specific properties
	*FunctionAppStackProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

FunctionAppStack function App Stack.

func (FunctionAppStack) MarshalJSON

func (fas FunctionAppStack) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionAppStack.

func (*FunctionAppStack) UnmarshalJSON

func (fas *FunctionAppStack) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for FunctionAppStack struct.

type FunctionAppStackCollection

type FunctionAppStackCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]FunctionAppStack `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

FunctionAppStackCollection collection of Function app Stacks

func (FunctionAppStackCollection) IsEmpty

func (fasc FunctionAppStackCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (FunctionAppStackCollection) MarshalJSON

func (fasc FunctionAppStackCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionAppStackCollection.

type FunctionAppStackCollectionIterator

type FunctionAppStackCollectionIterator struct {
	// contains filtered or unexported fields
}

FunctionAppStackCollectionIterator provides access to a complete listing of FunctionAppStack values.

func NewFunctionAppStackCollectionIterator

func NewFunctionAppStackCollectionIterator(page FunctionAppStackCollectionPage) FunctionAppStackCollectionIterator

Creates a new instance of the FunctionAppStackCollectionIterator type.

func (*FunctionAppStackCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*FunctionAppStackCollectionIterator) NextWithContext

func (iter *FunctionAppStackCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (FunctionAppStackCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (FunctionAppStackCollectionIterator) Response

Response returns the raw server response from the last page request.

func (FunctionAppStackCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type FunctionAppStackCollectionPage

type FunctionAppStackCollectionPage struct {
	// contains filtered or unexported fields
}

FunctionAppStackCollectionPage contains a page of FunctionAppStack values.

func NewFunctionAppStackCollectionPage

Creates a new instance of the FunctionAppStackCollectionPage type.

func (*FunctionAppStackCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*FunctionAppStackCollectionPage) NextWithContext

func (page *FunctionAppStackCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (FunctionAppStackCollectionPage) NotDone

func (page FunctionAppStackCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (FunctionAppStackCollectionPage) Response

Response returns the raw server response from the last page request.

func (FunctionAppStackCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type FunctionAppStackProperties

type FunctionAppStackProperties struct {
	// DisplayText - READ-ONLY; Function App stack (display only).
	DisplayText *string `json:"displayText,omitempty"`
	// Value - READ-ONLY; Function App stack name.
	Value *string `json:"value,omitempty"`
	// MajorVersions - READ-ONLY; List of major versions available.
	MajorVersions *[]FunctionAppMajorVersion `json:"majorVersions,omitempty"`
	// PreferredOs - READ-ONLY; Function App stack preferred OS. Possible values include: 'StackPreferredOsWindows', 'StackPreferredOsLinux'
	PreferredOs StackPreferredOs `json:"preferredOs,omitempty"`
}

FunctionAppStackProperties functionAppStack resource specific properties

func (FunctionAppStackProperties) MarshalJSON

func (fas FunctionAppStackProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionAppStackProperties.

type FunctionEnvelope

type FunctionEnvelope struct {
	autorest.Response `json:"-"`
	// FunctionEnvelopeProperties - FunctionEnvelope resource specific properties
	*FunctionEnvelopeProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

FunctionEnvelope function information.

func (FunctionEnvelope) MarshalJSON

func (fe FunctionEnvelope) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionEnvelope.

func (*FunctionEnvelope) UnmarshalJSON

func (fe *FunctionEnvelope) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for FunctionEnvelope struct.

type FunctionEnvelopeCollection

type FunctionEnvelopeCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]FunctionEnvelope `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

FunctionEnvelopeCollection collection of Kudu function information elements.

func (FunctionEnvelopeCollection) IsEmpty

func (fec FunctionEnvelopeCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (FunctionEnvelopeCollection) MarshalJSON

func (fec FunctionEnvelopeCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionEnvelopeCollection.

type FunctionEnvelopeCollectionIterator

type FunctionEnvelopeCollectionIterator struct {
	// contains filtered or unexported fields
}

FunctionEnvelopeCollectionIterator provides access to a complete listing of FunctionEnvelope values.

func NewFunctionEnvelopeCollectionIterator

func NewFunctionEnvelopeCollectionIterator(page FunctionEnvelopeCollectionPage) FunctionEnvelopeCollectionIterator

Creates a new instance of the FunctionEnvelopeCollectionIterator type.

func (*FunctionEnvelopeCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*FunctionEnvelopeCollectionIterator) NextWithContext

func (iter *FunctionEnvelopeCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (FunctionEnvelopeCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (FunctionEnvelopeCollectionIterator) Response

Response returns the raw server response from the last page request.

func (FunctionEnvelopeCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type FunctionEnvelopeCollectionPage

type FunctionEnvelopeCollectionPage struct {
	// contains filtered or unexported fields
}

FunctionEnvelopeCollectionPage contains a page of FunctionEnvelope values.

func NewFunctionEnvelopeCollectionPage

Creates a new instance of the FunctionEnvelopeCollectionPage type.

func (*FunctionEnvelopeCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*FunctionEnvelopeCollectionPage) NextWithContext

func (page *FunctionEnvelopeCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (FunctionEnvelopeCollectionPage) NotDone

func (page FunctionEnvelopeCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (FunctionEnvelopeCollectionPage) Response

Response returns the raw server response from the last page request.

func (FunctionEnvelopeCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type FunctionEnvelopeProperties

type FunctionEnvelopeProperties struct {
	// FunctionAppID - Function App ID.
	FunctionAppID *string `json:"function_app_id,omitempty"`
	// ScriptRootPathHref - Script root path URI.
	ScriptRootPathHref *string `json:"script_root_path_href,omitempty"`
	// ScriptHref - Script URI.
	ScriptHref *string `json:"script_href,omitempty"`
	// ConfigHref - Config URI.
	ConfigHref *string `json:"config_href,omitempty"`
	// TestDataHref - Test data URI.
	TestDataHref *string `json:"test_data_href,omitempty"`
	// SecretsFileHref - Secrets file URI.
	SecretsFileHref *string `json:"secrets_file_href,omitempty"`
	// Href - Function URI.
	Href *string `json:"href,omitempty"`
	// Config - Config information.
	Config interface{} `json:"config,omitempty"`
	// Files - File list.
	Files map[string]*string `json:"files"`
	// TestData - Test data used when testing via the Azure Portal.
	TestData *string `json:"test_data,omitempty"`
	// InvokeURLTemplate - The invocation URL
	InvokeURLTemplate *string `json:"invoke_url_template,omitempty"`
	// Language - The function language
	Language *string `json:"language,omitempty"`
	// IsDisabled - Gets or sets a value indicating whether the function is disabled
	IsDisabled *bool `json:"isDisabled,omitempty"`
}

FunctionEnvelopeProperties functionEnvelope resource specific properties

func (FunctionEnvelopeProperties) MarshalJSON

func (fe FunctionEnvelopeProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for FunctionEnvelopeProperties.

type FunctionSecrets

type FunctionSecrets struct {
	autorest.Response `json:"-"`
	// Key - Secret key.
	Key *string `json:"key,omitempty"`
	// TriggerURL - Trigger URL.
	TriggerURL *string `json:"trigger_url,omitempty"`
}

FunctionSecrets function secrets.

type GeoRegion

type GeoRegion struct {
	// GeoRegionProperties - GeoRegion resource specific properties
	*GeoRegionProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

GeoRegion geographical region.

func (GeoRegion) MarshalJSON

func (gr GeoRegion) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for GeoRegion.

func (*GeoRegion) UnmarshalJSON

func (gr *GeoRegion) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for GeoRegion struct.

type GeoRegionCollection

type GeoRegionCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]GeoRegion `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

GeoRegionCollection collection of geographical regions.

func (GeoRegionCollection) IsEmpty

func (grc GeoRegionCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (GeoRegionCollection) MarshalJSON

func (grc GeoRegionCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for GeoRegionCollection.

type GeoRegionCollectionIterator

type GeoRegionCollectionIterator struct {
	// contains filtered or unexported fields
}

GeoRegionCollectionIterator provides access to a complete listing of GeoRegion values.

func NewGeoRegionCollectionIterator

func NewGeoRegionCollectionIterator(page GeoRegionCollectionPage) GeoRegionCollectionIterator

Creates a new instance of the GeoRegionCollectionIterator type.

func (*GeoRegionCollectionIterator) Next

func (iter *GeoRegionCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*GeoRegionCollectionIterator) NextWithContext

func (iter *GeoRegionCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (GeoRegionCollectionIterator) NotDone

func (iter GeoRegionCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (GeoRegionCollectionIterator) Response

Response returns the raw server response from the last page request.

func (GeoRegionCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type GeoRegionCollectionPage

type GeoRegionCollectionPage struct {
	// contains filtered or unexported fields
}

GeoRegionCollectionPage contains a page of GeoRegion values.

func NewGeoRegionCollectionPage

func NewGeoRegionCollectionPage(cur GeoRegionCollection, getNextPage func(context.Context, GeoRegionCollection) (GeoRegionCollection, error)) GeoRegionCollectionPage

Creates a new instance of the GeoRegionCollectionPage type.

func (*GeoRegionCollectionPage) Next

func (page *GeoRegionCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*GeoRegionCollectionPage) NextWithContext

func (page *GeoRegionCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (GeoRegionCollectionPage) NotDone

func (page GeoRegionCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (GeoRegionCollectionPage) Response

Response returns the raw server response from the last page request.

func (GeoRegionCollectionPage) Values

func (page GeoRegionCollectionPage) Values() []GeoRegion

Values returns the slice of values for the current page or nil if there are no values.

type GeoRegionProperties

type GeoRegionProperties struct {
	// Description - READ-ONLY; Region description.
	Description *string `json:"description,omitempty"`
	// DisplayName - READ-ONLY; Display name for region.
	DisplayName *string `json:"displayName,omitempty"`
	// OrgDomain - READ-ONLY; Display name for region.
	OrgDomain *string `json:"orgDomain,omitempty"`
}

GeoRegionProperties geoRegion resource specific properties

func (GeoRegionProperties) MarshalJSON

func (gr GeoRegionProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for GeoRegionProperties.

type GitHub

type GitHub struct {
	// GitHubProperties - GitHub resource specific properties
	*GitHubProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

GitHub the configuration settings of the GitHub provider.

func (GitHub) MarshalJSON

func (gh GitHub) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for GitHub.

func (*GitHub) UnmarshalJSON

func (gh *GitHub) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for GitHub struct.

type GitHubActionCodeConfiguration

type GitHubActionCodeConfiguration struct {
	// RuntimeStack - Runtime stack is used to determine the workflow file content for code base apps.
	RuntimeStack *string `json:"runtimeStack,omitempty"`
	// RuntimeVersion - Runtime version is used to determine what build version to set in the workflow file.
	RuntimeVersion *string `json:"runtimeVersion,omitempty"`
}

GitHubActionCodeConfiguration the GitHub action code configuration.

type GitHubActionConfiguration

type GitHubActionConfiguration struct {
	// CodeConfiguration - GitHub Action code configuration.
	CodeConfiguration *GitHubActionCodeConfiguration `json:"codeConfiguration,omitempty"`
	// ContainerConfiguration - GitHub Action container configuration.
	ContainerConfiguration *GitHubActionContainerConfiguration `json:"containerConfiguration,omitempty"`
	// IsLinux - This will help determine the workflow configuration to select.
	IsLinux *bool `json:"isLinux,omitempty"`
	// GenerateWorkflowFile - Workflow option to determine whether the workflow file should be generated and written to the repository.
	GenerateWorkflowFile *bool `json:"generateWorkflowFile,omitempty"`
}

GitHubActionConfiguration the GitHub action configuration.

type GitHubActionContainerConfiguration

type GitHubActionContainerConfiguration struct {
	// ServerURL - The server URL for the container registry where the build will be hosted.
	ServerURL *string `json:"serverUrl,omitempty"`
	// ImageName - The image name for the build.
	ImageName *string `json:"imageName,omitempty"`
	// Username - The username used to upload the image to the container registry.
	Username *string `json:"username,omitempty"`
	// Password - The password used to upload the image to the container registry.
	Password *string `json:"password,omitempty"`
}

GitHubActionContainerConfiguration the GitHub action container configuration.

type GitHubActionWebAppStackSettings

type GitHubActionWebAppStackSettings struct {
	// IsSupported - READ-ONLY; <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.
	IsSupported *bool `json:"isSupported,omitempty"`
	// SupportedVersion - READ-ONLY; The minor version that is supported for GitHub Actions.
	SupportedVersion *string `json:"supportedVersion,omitempty"`
}

GitHubActionWebAppStackSettings gitHub Actions Web App stack settings.

func (GitHubActionWebAppStackSettings) MarshalJSON

func (ghawass GitHubActionWebAppStackSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for GitHubActionWebAppStackSettings.

type GitHubProperties

type GitHubProperties struct {
	// Enabled - <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the app registration for the GitHub provider.
	Registration *ClientRegistration `json:"registration,omitempty"`
	// Login - The configuration settings of the login flow.
	Login *LoginScopes `json:"login,omitempty"`
}

GitHubProperties gitHub resource specific properties

type GlobalClient

type GlobalClient struct {
	BaseClient
}

GlobalClient is the webSite Management Client

func NewGlobalClient

func NewGlobalClient(subscriptionID string) GlobalClient

NewGlobalClient creates an instance of the GlobalClient client.

func NewGlobalClientWithBaseURI

func NewGlobalClientWithBaseURI(baseURI string, subscriptionID string) GlobalClient

NewGlobalClientWithBaseURI creates an instance of the GlobalClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (GlobalClient) GetDeletedWebApp

func (client GlobalClient) GetDeletedWebApp(ctx context.Context, deletedSiteID string) (result DeletedSite, err error)

GetDeletedWebApp description for Get deleted app for a subscription. Parameters: deletedSiteID - the numeric ID of the deleted app, e.g. 12345

func (GlobalClient) GetDeletedWebAppPreparer

func (client GlobalClient) GetDeletedWebAppPreparer(ctx context.Context, deletedSiteID string) (*http.Request, error)

GetDeletedWebAppPreparer prepares the GetDeletedWebApp request.

func (GlobalClient) GetDeletedWebAppResponder

func (client GlobalClient) GetDeletedWebAppResponder(resp *http.Response) (result DeletedSite, err error)

GetDeletedWebAppResponder handles the response to the GetDeletedWebApp request. The method always closes the http.Response Body.

func (GlobalClient) GetDeletedWebAppSender

func (client GlobalClient) GetDeletedWebAppSender(req *http.Request) (*http.Response, error)

GetDeletedWebAppSender sends the GetDeletedWebApp request. The method will close the http.Response Body if it receives an error.

func (GlobalClient) GetDeletedWebAppSnapshots

func (client GlobalClient) GetDeletedWebAppSnapshots(ctx context.Context, deletedSiteID string) (result ListSnapshot, err error)

GetDeletedWebAppSnapshots description for Get all deleted apps for a subscription. Parameters: deletedSiteID - the numeric ID of the deleted app, e.g. 12345

func (GlobalClient) GetDeletedWebAppSnapshotsPreparer

func (client GlobalClient) GetDeletedWebAppSnapshotsPreparer(ctx context.Context, deletedSiteID string) (*http.Request, error)

GetDeletedWebAppSnapshotsPreparer prepares the GetDeletedWebAppSnapshots request.

func (GlobalClient) GetDeletedWebAppSnapshotsResponder

func (client GlobalClient) GetDeletedWebAppSnapshotsResponder(resp *http.Response) (result ListSnapshot, err error)

GetDeletedWebAppSnapshotsResponder handles the response to the GetDeletedWebAppSnapshots request. The method always closes the http.Response Body.

func (GlobalClient) GetDeletedWebAppSnapshotsSender

func (client GlobalClient) GetDeletedWebAppSnapshotsSender(req *http.Request) (*http.Response, error)

GetDeletedWebAppSnapshotsSender sends the GetDeletedWebAppSnapshots request. The method will close the http.Response Body if it receives an error.

func (GlobalClient) GetSubscriptionOperationWithAsyncResponse

func (client GlobalClient) GetSubscriptionOperationWithAsyncResponse(ctx context.Context, location string, operationID string) (result autorest.Response, err error)

GetSubscriptionOperationWithAsyncResponse description for Gets an operation in a subscription and given region Parameters: location - location name operationID - operation Id

func (GlobalClient) GetSubscriptionOperationWithAsyncResponsePreparer

func (client GlobalClient) GetSubscriptionOperationWithAsyncResponsePreparer(ctx context.Context, location string, operationID string) (*http.Request, error)

GetSubscriptionOperationWithAsyncResponsePreparer prepares the GetSubscriptionOperationWithAsyncResponse request.

func (GlobalClient) GetSubscriptionOperationWithAsyncResponseResponder

func (client GlobalClient) GetSubscriptionOperationWithAsyncResponseResponder(resp *http.Response) (result autorest.Response, err error)

GetSubscriptionOperationWithAsyncResponseResponder handles the response to the GetSubscriptionOperationWithAsyncResponse request. The method always closes the http.Response Body.

func (GlobalClient) GetSubscriptionOperationWithAsyncResponseSender

func (client GlobalClient) GetSubscriptionOperationWithAsyncResponseSender(req *http.Request) (*http.Response, error)

GetSubscriptionOperationWithAsyncResponseSender sends the GetSubscriptionOperationWithAsyncResponse request. The method will close the http.Response Body if it receives an error.

type GlobalCsmSkuDescription

type GlobalCsmSkuDescription struct {
	// Name - Name of the resource SKU.
	Name *string `json:"name,omitempty"`
	// Tier - Service Tier of the resource SKU.
	Tier *string `json:"tier,omitempty"`
	// Size - Size specifier of the resource SKU.
	Size *string `json:"size,omitempty"`
	// Family - Family code of the resource SKU.
	Family *string `json:"family,omitempty"`
	// Capacity - Min, max, and default scale values of the SKU.
	Capacity *SkuCapacity `json:"capacity,omitempty"`
	// Locations - Locations of the SKU.
	Locations *[]string `json:"locations,omitempty"`
	// Capabilities - Capabilities of the SKU, e.g., is traffic manager enabled?
	Capabilities *[]Capability `json:"capabilities,omitempty"`
}

GlobalCsmSkuDescription a Global SKU Description.

type GlobalValidation

type GlobalValidation struct {
	// RequireAuthentication - <code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>.
	RequireAuthentication *bool `json:"requireAuthentication,omitempty"`
	// UnauthenticatedClientAction - The action to take when an unauthenticated client attempts to access the app. Possible values include: 'UnauthenticatedClientActionV2RedirectToLoginPage', 'UnauthenticatedClientActionV2AllowAnonymous', 'UnauthenticatedClientActionV2Return401', 'UnauthenticatedClientActionV2Return403'
	UnauthenticatedClientAction UnauthenticatedClientActionV2 `json:"unauthenticatedClientAction,omitempty"`
	// RedirectToProvider - The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	RedirectToProvider *string `json:"redirectToProvider,omitempty"`
	// ExcludedPaths - The paths for which unauthenticated flow would not be redirected to the login page.
	ExcludedPaths *[]string `json:"excludedPaths,omitempty"`
}

GlobalValidation the configuration settings that determines the validation flow of users using App Service Authentication/Authorization.

type Google

type Google struct {
	// GoogleProperties - Google resource specific properties
	*GoogleProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Google the configuration settings of the Google provider.

func (Google) MarshalJSON

func (g Google) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Google.

func (*Google) UnmarshalJSON

func (g *Google) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Google struct.

type GoogleProperties

type GoogleProperties struct {
	// Enabled - <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the app registration for the Google provider.
	Registration *ClientRegistration `json:"registration,omitempty"`
	// Login - The configuration settings of the login flow.
	Login *LoginScopes `json:"login,omitempty"`
	// Validation - The configuration settings of the Azure Active Directory token validation flow.
	Validation *AllowedAudiencesValidation `json:"validation,omitempty"`
}

GoogleProperties google resource specific properties

type HTTPLogsConfig

type HTTPLogsConfig struct {
	// FileSystem - Http logs to file system configuration.
	FileSystem *FileSystemHTTPLogsConfig `json:"fileSystem,omitempty"`
	// AzureBlobStorage - Http logs to azure blob storage configuration.
	AzureBlobStorage *AzureBlobStorageHTTPLogsConfig `json:"azureBlobStorage,omitempty"`
}

HTTPLogsConfig http logs configuration.

type HTTPSettings

type HTTPSettings struct {
	// RequireHTTPS - <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.
	RequireHTTPS *bool `json:"requireHttps,omitempty"`
	// Routes - The configuration settings of the paths HTTP requests.
	Routes *HTTPSettingsRoutes `json:"routes,omitempty"`
	// ForwardProxy - The configuration settings of a forward proxy used to make the requests.
	ForwardProxy *ForwardProxy `json:"forwardProxy,omitempty"`
}

HTTPSettings the configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.

type HTTPSettingsRoutes

type HTTPSettingsRoutes struct {
	// APIPrefix - The prefix that should precede all the authentication/authorization paths.
	APIPrefix *string `json:"apiPrefix,omitempty"`
}

HTTPSettingsRoutes the configuration settings of the paths HTTP requests.

type HandlerMapping

type HandlerMapping struct {
	// Extension - Requests with this extension will be handled using the specified FastCGI application.
	Extension *string `json:"extension,omitempty"`
	// ScriptProcessor - The absolute path to the FastCGI application.
	ScriptProcessor *string `json:"scriptProcessor,omitempty"`
	// Arguments - Command-line arguments to be passed to the script processor.
	Arguments *string `json:"arguments,omitempty"`
}

HandlerMapping the IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

type HostKeys

type HostKeys struct {
	autorest.Response `json:"-"`
	// MasterKey - Secret key.
	MasterKey *string `json:"masterKey,omitempty"`
	// FunctionKeys - Host level function keys.
	FunctionKeys map[string]*string `json:"functionKeys"`
	// SystemKeys - System keys.
	SystemKeys map[string]*string `json:"systemKeys"`
}

HostKeys functions host level keys.

func (HostKeys) MarshalJSON

func (hk HostKeys) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HostKeys.

type HostName

type HostName struct {
	// Name - Name of the hostname.
	Name *string `json:"name,omitempty"`
	// SiteNames - List of apps the hostname is assigned to. This list will have more than one app only if the hostname is pointing to a Traffic Manager.
	SiteNames *[]string `json:"siteNames,omitempty"`
	// AzureResourceName - Name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name.
	AzureResourceName *string `json:"azureResourceName,omitempty"`
	// AzureResourceType - Type of the Azure resource the hostname is assigned to. Possible values include: 'AzureResourceTypeWebsite', 'AzureResourceTypeTrafficManager'
	AzureResourceType AzureResourceType `json:"azureResourceType,omitempty"`
	// CustomHostNameDNSRecordType - Type of the DNS record. Possible values include: 'CustomHostNameDNSRecordTypeCName', 'CustomHostNameDNSRecordTypeA'
	CustomHostNameDNSRecordType CustomHostNameDNSRecordType `json:"customHostNameDnsRecordType,omitempty"`
	// HostNameType - Type of the hostname. Possible values include: 'HostNameTypeVerified', 'HostNameTypeManaged'
	HostNameType HostNameType `json:"hostNameType,omitempty"`
}

HostName details of a hostname derived from a domain.

type HostNameBinding

type HostNameBinding struct {
	autorest.Response `json:"-"`
	// HostNameBindingProperties - HostNameBinding resource specific properties
	*HostNameBindingProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

HostNameBinding a hostname binding object.

func (HostNameBinding) MarshalJSON

func (hnb HostNameBinding) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HostNameBinding.

func (*HostNameBinding) UnmarshalJSON

func (hnb *HostNameBinding) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for HostNameBinding struct.

type HostNameBindingCollection

type HostNameBindingCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]HostNameBinding `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

HostNameBindingCollection collection of hostname bindings.

func (HostNameBindingCollection) IsEmpty

func (hnbc HostNameBindingCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (HostNameBindingCollection) MarshalJSON

func (hnbc HostNameBindingCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HostNameBindingCollection.

type HostNameBindingCollectionIterator

type HostNameBindingCollectionIterator struct {
	// contains filtered or unexported fields
}

HostNameBindingCollectionIterator provides access to a complete listing of HostNameBinding values.

func NewHostNameBindingCollectionIterator

func NewHostNameBindingCollectionIterator(page HostNameBindingCollectionPage) HostNameBindingCollectionIterator

Creates a new instance of the HostNameBindingCollectionIterator type.

func (*HostNameBindingCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*HostNameBindingCollectionIterator) NextWithContext

func (iter *HostNameBindingCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (HostNameBindingCollectionIterator) NotDone

func (iter HostNameBindingCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (HostNameBindingCollectionIterator) Response

Response returns the raw server response from the last page request.

func (HostNameBindingCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type HostNameBindingCollectionPage

type HostNameBindingCollectionPage struct {
	// contains filtered or unexported fields
}

HostNameBindingCollectionPage contains a page of HostNameBinding values.

func NewHostNameBindingCollectionPage

Creates a new instance of the HostNameBindingCollectionPage type.

func (*HostNameBindingCollectionPage) Next

func (page *HostNameBindingCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*HostNameBindingCollectionPage) NextWithContext

func (page *HostNameBindingCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (HostNameBindingCollectionPage) NotDone

func (page HostNameBindingCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (HostNameBindingCollectionPage) Response

Response returns the raw server response from the last page request.

func (HostNameBindingCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type HostNameBindingProperties

type HostNameBindingProperties struct {
	// SiteName - App Service app name.
	SiteName *string `json:"siteName,omitempty"`
	// DomainID - Fully qualified ARM domain resource URI.
	DomainID *string `json:"domainId,omitempty"`
	// AzureResourceName - Azure resource name.
	AzureResourceName *string `json:"azureResourceName,omitempty"`
	// AzureResourceType - Azure resource type. Possible values include: 'AzureResourceTypeWebsite', 'AzureResourceTypeTrafficManager'
	AzureResourceType AzureResourceType `json:"azureResourceType,omitempty"`
	// CustomHostNameDNSRecordType - Custom DNS record type. Possible values include: 'CustomHostNameDNSRecordTypeCName', 'CustomHostNameDNSRecordTypeA'
	CustomHostNameDNSRecordType CustomHostNameDNSRecordType `json:"customHostNameDnsRecordType,omitempty"`
	// HostNameType - Hostname type. Possible values include: 'HostNameTypeVerified', 'HostNameTypeManaged'
	HostNameType HostNameType `json:"hostNameType,omitempty"`
	// SslState - SSL type. Possible values include: 'SslStateDisabled', 'SslStateSniEnabled', 'SslStateIPBasedEnabled'
	SslState SslState `json:"sslState,omitempty"`
	// Thumbprint - SSL certificate thumbprint
	Thumbprint *string `json:"thumbprint,omitempty"`
	// VirtualIP - READ-ONLY; Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP *string `json:"virtualIP,omitempty"`
}

HostNameBindingProperties hostNameBinding resource specific properties

func (HostNameBindingProperties) MarshalJSON

func (hnb HostNameBindingProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HostNameBindingProperties.

type HostNameSslState

type HostNameSslState struct {
	// Name - Hostname.
	Name *string `json:"name,omitempty"`
	// SslState - SSL type. Possible values include: 'SslStateDisabled', 'SslStateSniEnabled', 'SslStateIPBasedEnabled'
	SslState SslState `json:"sslState,omitempty"`
	// VirtualIP - Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP *string `json:"virtualIP,omitempty"`
	// Thumbprint - SSL certificate thumbprint.
	Thumbprint *string `json:"thumbprint,omitempty"`
	// ToUpdate - Set to <code>true</code> to update existing hostname.
	ToUpdate *bool `json:"toUpdate,omitempty"`
	// HostType - Indicates whether the hostname is a standard or repository hostname. Possible values include: 'HostTypeStandard', 'HostTypeRepository'
	HostType HostType `json:"hostType,omitempty"`
}

HostNameSslState SSL-enabled hostname.

type HostNameType

type HostNameType string

HostNameType enumerates the values for host name type.

const (
	// HostNameTypeManaged ...
	HostNameTypeManaged HostNameType = "Managed"
	// HostNameTypeVerified ...
	HostNameTypeVerified HostNameType = "Verified"
)

func PossibleHostNameTypeValues

func PossibleHostNameTypeValues() []HostNameType

PossibleHostNameTypeValues returns an array of possible values for the HostNameType const type.

type HostType

type HostType string

HostType enumerates the values for host type.

const (
	// HostTypeRepository ...
	HostTypeRepository HostType = "Repository"
	// HostTypeStandard ...
	HostTypeStandard HostType = "Standard"
)

func PossibleHostTypeValues

func PossibleHostTypeValues() []HostType

PossibleHostTypeValues returns an array of possible values for the HostType const type.

type HostingEnvironmentDeploymentInfo

type HostingEnvironmentDeploymentInfo struct {
	// Name - Name of the App Service Environment.
	Name *string `json:"name,omitempty"`
	// Location - Location of the App Service Environment.
	Location *string `json:"location,omitempty"`
}

HostingEnvironmentDeploymentInfo information needed to create resources on an App Service Environment.

type HostingEnvironmentDiagnostics

type HostingEnvironmentDiagnostics struct {
	autorest.Response `json:"-"`
	// Name - Name/identifier of the diagnostics.
	Name *string `json:"name,omitempty"`
	// DiagnosticsOutput - Diagnostics output.
	DiagnosticsOutput *string `json:"diagnosticsOutput,omitempty"`
}

HostingEnvironmentDiagnostics diagnostics for an App Service Environment.

type HostingEnvironmentProfile

type HostingEnvironmentProfile struct {
	// ID - Resource ID of the App Service Environment.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Name of the App Service Environment.
	Name *string `json:"name,omitempty"`
	// Type - READ-ONLY; Resource type of the App Service Environment.
	Type *string `json:"type,omitempty"`
}

HostingEnvironmentProfile specification for an App Service Environment to use for this resource.

func (HostingEnvironmentProfile) MarshalJSON

func (hep HostingEnvironmentProfile) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HostingEnvironmentProfile.

type HostingEnvironmentStatus

type HostingEnvironmentStatus string

HostingEnvironmentStatus enumerates the values for hosting environment status.

const (
	// HostingEnvironmentStatusDeleting ...
	HostingEnvironmentStatusDeleting HostingEnvironmentStatus = "Deleting"
	// HostingEnvironmentStatusPreparing ...
	HostingEnvironmentStatusPreparing HostingEnvironmentStatus = "Preparing"
	// HostingEnvironmentStatusReady ...
	HostingEnvironmentStatusReady HostingEnvironmentStatus = "Ready"
	// HostingEnvironmentStatusScaling ...
	HostingEnvironmentStatusScaling HostingEnvironmentStatus = "Scaling"
)

func PossibleHostingEnvironmentStatusValues

func PossibleHostingEnvironmentStatusValues() []HostingEnvironmentStatus

PossibleHostingEnvironmentStatusValues returns an array of possible values for the HostingEnvironmentStatus const type.

type HybridConnection

type HybridConnection struct {
	autorest.Response `json:"-"`
	// HybridConnectionProperties - HybridConnection resource specific properties
	*HybridConnectionProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

HybridConnection hybrid Connection contract. This is used to configure a Hybrid Connection.

func (HybridConnection) MarshalJSON

func (hc HybridConnection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HybridConnection.

func (*HybridConnection) UnmarshalJSON

func (hc *HybridConnection) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for HybridConnection struct.

type HybridConnectionCollection

type HybridConnectionCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]HybridConnection `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

HybridConnectionCollection collection of hostname bindings.

func (HybridConnectionCollection) IsEmpty

func (hcc HybridConnectionCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (HybridConnectionCollection) MarshalJSON

func (hcc HybridConnectionCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HybridConnectionCollection.

type HybridConnectionCollectionIterator

type HybridConnectionCollectionIterator struct {
	// contains filtered or unexported fields
}

HybridConnectionCollectionIterator provides access to a complete listing of HybridConnection values.

func NewHybridConnectionCollectionIterator

func NewHybridConnectionCollectionIterator(page HybridConnectionCollectionPage) HybridConnectionCollectionIterator

Creates a new instance of the HybridConnectionCollectionIterator type.

func (*HybridConnectionCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*HybridConnectionCollectionIterator) NextWithContext

func (iter *HybridConnectionCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (HybridConnectionCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (HybridConnectionCollectionIterator) Response

Response returns the raw server response from the last page request.

func (HybridConnectionCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type HybridConnectionCollectionPage

type HybridConnectionCollectionPage struct {
	// contains filtered or unexported fields
}

HybridConnectionCollectionPage contains a page of HybridConnection values.

func NewHybridConnectionCollectionPage

Creates a new instance of the HybridConnectionCollectionPage type.

func (*HybridConnectionCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*HybridConnectionCollectionPage) NextWithContext

func (page *HybridConnectionCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (HybridConnectionCollectionPage) NotDone

func (page HybridConnectionCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (HybridConnectionCollectionPage) Response

Response returns the raw server response from the last page request.

func (HybridConnectionCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type HybridConnectionKey

type HybridConnectionKey struct {
	autorest.Response `json:"-"`
	// HybridConnectionKeyProperties - HybridConnectionKey resource specific properties
	*HybridConnectionKeyProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

HybridConnectionKey hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.

func (HybridConnectionKey) MarshalJSON

func (hck HybridConnectionKey) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HybridConnectionKey.

func (*HybridConnectionKey) UnmarshalJSON

func (hck *HybridConnectionKey) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for HybridConnectionKey struct.

type HybridConnectionKeyProperties

type HybridConnectionKeyProperties struct {
	// SendKeyName - READ-ONLY; The name of the send key.
	SendKeyName *string `json:"sendKeyName,omitempty"`
	// SendKeyValue - READ-ONLY; The value of the send key.
	SendKeyValue *string `json:"sendKeyValue,omitempty"`
}

HybridConnectionKeyProperties hybridConnectionKey resource specific properties

func (HybridConnectionKeyProperties) MarshalJSON

func (hck HybridConnectionKeyProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HybridConnectionKeyProperties.

type HybridConnectionLimits

type HybridConnectionLimits struct {
	autorest.Response `json:"-"`
	// HybridConnectionLimitsProperties - HybridConnectionLimits resource specific properties
	*HybridConnectionLimitsProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

HybridConnectionLimits hybrid Connection limits contract. This is used to return the plan limits of Hybrid Connections.

func (HybridConnectionLimits) MarshalJSON

func (hcl HybridConnectionLimits) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HybridConnectionLimits.

func (*HybridConnectionLimits) UnmarshalJSON

func (hcl *HybridConnectionLimits) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for HybridConnectionLimits struct.

type HybridConnectionLimitsProperties

type HybridConnectionLimitsProperties struct {
	// Current - READ-ONLY; The current number of Hybrid Connections.
	Current *int32 `json:"current,omitempty"`
	// Maximum - READ-ONLY; The maximum number of Hybrid Connections allowed.
	Maximum *int32 `json:"maximum,omitempty"`
}

HybridConnectionLimitsProperties hybridConnectionLimits resource specific properties

func (HybridConnectionLimitsProperties) MarshalJSON

func (hcl HybridConnectionLimitsProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for HybridConnectionLimitsProperties.

type HybridConnectionProperties

type HybridConnectionProperties struct {
	// ServiceBusNamespace - The name of the Service Bus namespace.
	ServiceBusNamespace *string `json:"serviceBusNamespace,omitempty"`
	// RelayName - The name of the Service Bus relay.
	RelayName *string `json:"relayName,omitempty"`
	// RelayArmURI - The ARM URI to the Service Bus relay.
	RelayArmURI *string `json:"relayArmUri,omitempty"`
	// Hostname - The hostname of the endpoint.
	Hostname *string `json:"hostname,omitempty"`
	// Port - The port of the endpoint.
	Port *int32 `json:"port,omitempty"`
	// SendKeyName - The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName *string `json:"sendKeyName,omitempty"`
	// SendKeyValue - The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue *string `json:"sendKeyValue,omitempty"`
	// ServiceBusSuffix - The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix *string `json:"serviceBusSuffix,omitempty"`
}

HybridConnectionProperties hybridConnection resource specific properties

type IPFilterTag

type IPFilterTag string

IPFilterTag enumerates the values for ip filter tag.

const (
	// IPFilterTagDefault ...
	IPFilterTagDefault IPFilterTag = "Default"
	// IPFilterTagServiceTag ...
	IPFilterTagServiceTag IPFilterTag = "ServiceTag"
	// IPFilterTagXffProxy ...
	IPFilterTagXffProxy IPFilterTag = "XffProxy"
)

func PossibleIPFilterTagValues

func PossibleIPFilterTagValues() []IPFilterTag

PossibleIPFilterTagValues returns an array of possible values for the IPFilterTag const type.

type IPSecurityRestriction

type IPSecurityRestriction struct {
	// IPAddress - IP address the security restriction is valid for.
	// It can be in form of pure ipv4 address (required SubnetMask property) or
	// CIDR notation such as ipv4/mask (leading bit match). For CIDR,
	// SubnetMask property must not be specified.
	IPAddress *string `json:"ipAddress,omitempty"`
	// SubnetMask - Subnet mask for the range of IP addresses the restriction is valid for.
	SubnetMask *string `json:"subnetMask,omitempty"`
	// VnetSubnetResourceID - Virtual network resource id
	VnetSubnetResourceID *string `json:"vnetSubnetResourceId,omitempty"`
	// VnetTrafficTag - (internal) Vnet traffic tag
	VnetTrafficTag *int32 `json:"vnetTrafficTag,omitempty"`
	// SubnetTrafficTag - (internal) Subnet traffic tag
	SubnetTrafficTag *int32 `json:"subnetTrafficTag,omitempty"`
	// Action - Allow or Deny access for this IP range.
	Action *string `json:"action,omitempty"`
	// Tag - Defines what this IP filter will be used for. This is to support IP filtering on proxies. Possible values include: 'IPFilterTagDefault', 'IPFilterTagXffProxy', 'IPFilterTagServiceTag'
	Tag IPFilterTag `json:"tag,omitempty"`
	// Priority - Priority of IP restriction rule.
	Priority *int32 `json:"priority,omitempty"`
	// Name - IP restriction rule name.
	Name *string `json:"name,omitempty"`
	// Description - IP restriction rule description.
	Description *string `json:"description,omitempty"`
	// Headers - IP restriction rule headers.
	// X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples).
	// The matching logic is ..
	// - If the property is null or empty (default), all hosts(or lack of) are allowed.
	// - A value is compared using ordinal-ignore-case (excluding port number).
	// - Subdomain wildcards are permitted but don't match the root domain. For example, *.contoso.com matches the subdomain foo.contoso.com
	//  but not the root domain contoso.com or multi-level foo.bar.contoso.com
	// - Unicode host names are allowed but are converted to Punycode for matching.
	// X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples).
	// The matching logic is ..
	// - If the property is null or empty (default), any forwarded-for chains (or lack of) are allowed.
	// - If any address (excluding port number) in the chain (comma separated) matches the CIDR defined by the property.
	// X-Azure-FDID and X-FD-HealthProbe.
	// The matching logic is exact match.
	Headers map[string][]string `json:"headers"`
}

IPSecurityRestriction IP security restriction on an app.

func (IPSecurityRestriction) MarshalJSON

func (isr IPSecurityRestriction) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for IPSecurityRestriction.

type Identifier

type Identifier struct {
	autorest.Response `json:"-"`
	// IdentifierProperties - Identifier resource specific properties
	*IdentifierProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Identifier a domain specific resource identifier.

func (Identifier) MarshalJSON

func (i Identifier) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Identifier.

func (*Identifier) UnmarshalJSON

func (i *Identifier) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Identifier struct.

type IdentifierCollection

type IdentifierCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Identifier `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

IdentifierCollection collection of identifiers.

func (IdentifierCollection) IsEmpty

func (ic IdentifierCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (IdentifierCollection) MarshalJSON

func (ic IdentifierCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for IdentifierCollection.

type IdentifierCollectionIterator

type IdentifierCollectionIterator struct {
	// contains filtered or unexported fields
}

IdentifierCollectionIterator provides access to a complete listing of Identifier values.

func NewIdentifierCollectionIterator

func NewIdentifierCollectionIterator(page IdentifierCollectionPage) IdentifierCollectionIterator

Creates a new instance of the IdentifierCollectionIterator type.

func (*IdentifierCollectionIterator) Next

func (iter *IdentifierCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*IdentifierCollectionIterator) NextWithContext

func (iter *IdentifierCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (IdentifierCollectionIterator) NotDone

func (iter IdentifierCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (IdentifierCollectionIterator) Response

Response returns the raw server response from the last page request.

func (IdentifierCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type IdentifierCollectionPage

type IdentifierCollectionPage struct {
	// contains filtered or unexported fields
}

IdentifierCollectionPage contains a page of Identifier values.

func NewIdentifierCollectionPage

func NewIdentifierCollectionPage(cur IdentifierCollection, getNextPage func(context.Context, IdentifierCollection) (IdentifierCollection, error)) IdentifierCollectionPage

Creates a new instance of the IdentifierCollectionPage type.

func (*IdentifierCollectionPage) Next

func (page *IdentifierCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*IdentifierCollectionPage) NextWithContext

func (page *IdentifierCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (IdentifierCollectionPage) NotDone

func (page IdentifierCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (IdentifierCollectionPage) Response

Response returns the raw server response from the last page request.

func (IdentifierCollectionPage) Values

func (page IdentifierCollectionPage) Values() []Identifier

Values returns the slice of values for the current page or nil if there are no values.

type IdentifierProperties

type IdentifierProperties struct {
	// Value - String representation of the identity.
	Value *string `json:"id,omitempty"`
}

IdentifierProperties identifier resource specific properties

type IdentityProviders

type IdentityProviders struct {
	// AzureActiveDirectory - The configuration settings of the Azure Active directory provider.
	AzureActiveDirectory *AzureActiveDirectory `json:"azureActiveDirectory,omitempty"`
	// Facebook - The configuration settings of the Facebook provider.
	Facebook *Facebook `json:"facebook,omitempty"`
	// GitHub - The configuration settings of the GitHub provider.
	GitHub *GitHub `json:"gitHub,omitempty"`
	// Google - The configuration settings of the Google provider.
	Google *Google `json:"google,omitempty"`
	// Twitter - The configuration settings of the Twitter provider.
	Twitter *Twitter `json:"twitter,omitempty"`
	// CustomOpenIDConnectProviders - The map of the name of the alias of each custom Open ID Connect provider to the
	// configuration settings of the custom Open ID Connect provider.
	CustomOpenIDConnectProviders map[string]*CustomOpenIDConnectProvider `json:"customOpenIdConnectProviders"`
	// LegacyMicrosoftAccount - The configuration settings of the legacy Microsoft Account provider.
	LegacyMicrosoftAccount *LegacyMicrosoftAccount `json:"legacyMicrosoftAccount,omitempty"`
	// Apple - The configuration settings of the Apple provider.
	Apple *Apple `json:"apple,omitempty"`
	// AzureStaticWebApps - The configuration settings of the Azure Static Web Apps provider.
	AzureStaticWebApps *AzureStaticWebApps `json:"azureStaticWebApps,omitempty"`
}

IdentityProviders the configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.

func (IdentityProviders) MarshalJSON

func (IP IdentityProviders) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for IdentityProviders.

type InAvailabilityReasonType

type InAvailabilityReasonType string

InAvailabilityReasonType enumerates the values for in availability reason type.

const (
	// InAvailabilityReasonTypeAlreadyExists ...
	InAvailabilityReasonTypeAlreadyExists InAvailabilityReasonType = "AlreadyExists"
	// InAvailabilityReasonTypeInvalid ...
	InAvailabilityReasonTypeInvalid InAvailabilityReasonType = "Invalid"
)

func PossibleInAvailabilityReasonTypeValues

func PossibleInAvailabilityReasonTypeValues() []InAvailabilityReasonType

PossibleInAvailabilityReasonTypeValues returns an array of possible values for the InAvailabilityReasonType const type.

type InboundEnvironmentEndpoint

type InboundEnvironmentEndpoint struct {
	// Description - Short text describing the purpose of the network traffic.
	Description *string `json:"description,omitempty"`
	// Endpoints - The IP addresses that network traffic will originate from in cidr notation.
	Endpoints *[]string `json:"endpoints,omitempty"`
	// Ports - The ports that network traffic will arrive to the App Service Environment at.
	Ports *[]string `json:"ports,omitempty"`
}

InboundEnvironmentEndpoint the IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment.

type InboundEnvironmentEndpointCollection

type InboundEnvironmentEndpointCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]InboundEnvironmentEndpoint `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

InboundEnvironmentEndpointCollection collection of Inbound Environment Endpoints

func (InboundEnvironmentEndpointCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (InboundEnvironmentEndpointCollection) MarshalJSON

func (ieec InboundEnvironmentEndpointCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for InboundEnvironmentEndpointCollection.

type InboundEnvironmentEndpointCollectionIterator

type InboundEnvironmentEndpointCollectionIterator struct {
	// contains filtered or unexported fields
}

InboundEnvironmentEndpointCollectionIterator provides access to a complete listing of InboundEnvironmentEndpoint values.

func NewInboundEnvironmentEndpointCollectionIterator

func NewInboundEnvironmentEndpointCollectionIterator(page InboundEnvironmentEndpointCollectionPage) InboundEnvironmentEndpointCollectionIterator

Creates a new instance of the InboundEnvironmentEndpointCollectionIterator type.

func (*InboundEnvironmentEndpointCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*InboundEnvironmentEndpointCollectionIterator) NextWithContext

func (iter *InboundEnvironmentEndpointCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (InboundEnvironmentEndpointCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (InboundEnvironmentEndpointCollectionIterator) Response

Response returns the raw server response from the last page request.

func (InboundEnvironmentEndpointCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type InboundEnvironmentEndpointCollectionPage

type InboundEnvironmentEndpointCollectionPage struct {
	// contains filtered or unexported fields
}

InboundEnvironmentEndpointCollectionPage contains a page of InboundEnvironmentEndpoint values.

func NewInboundEnvironmentEndpointCollectionPage

Creates a new instance of the InboundEnvironmentEndpointCollectionPage type.

func (*InboundEnvironmentEndpointCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*InboundEnvironmentEndpointCollectionPage) NextWithContext

func (page *InboundEnvironmentEndpointCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (InboundEnvironmentEndpointCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (InboundEnvironmentEndpointCollectionPage) Response

Response returns the raw server response from the last page request.

func (InboundEnvironmentEndpointCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type InsightStatus

type InsightStatus string

InsightStatus enumerates the values for insight status.

const (
	// InsightStatusCritical ...
	InsightStatusCritical InsightStatus = "Critical"
	// InsightStatusInfo ...
	InsightStatusInfo InsightStatus = "Info"
	// InsightStatusNone ...
	InsightStatusNone InsightStatus = "None"
	// InsightStatusSuccess ...
	InsightStatusSuccess InsightStatus = "Success"
	// InsightStatusWarning ...
	InsightStatusWarning InsightStatus = "Warning"
)

func PossibleInsightStatusValues

func PossibleInsightStatusValues() []InsightStatus

PossibleInsightStatusValues returns an array of possible values for the InsightStatus const type.

type IssueType

type IssueType string

IssueType enumerates the values for issue type.

const (
	// IssueTypeAppCrash ...
	IssueTypeAppCrash IssueType = "AppCrash"
	// IssueTypeAppDeployment ...
	IssueTypeAppDeployment IssueType = "AppDeployment"
	// IssueTypeAseDeployment ...
	IssueTypeAseDeployment IssueType = "AseDeployment"
	// IssueTypeOther ...
	IssueTypeOther IssueType = "Other"
	// IssueTypePlatformIssue ...
	IssueTypePlatformIssue IssueType = "PlatformIssue"
	// IssueTypeRuntimeIssueDetected ...
	IssueTypeRuntimeIssueDetected IssueType = "RuntimeIssueDetected"
	// IssueTypeServiceIncident ...
	IssueTypeServiceIncident IssueType = "ServiceIncident"
	// IssueTypeUserIssue ...
	IssueTypeUserIssue IssueType = "UserIssue"
)

func PossibleIssueTypeValues

func PossibleIssueTypeValues() []IssueType

PossibleIssueTypeValues returns an array of possible values for the IssueType const type.

type Job

type Job struct {
	autorest.Response `json:"-"`
	// JobProperties - WebJob resource specific properties
	*JobProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Job web Job Information.

func (Job) MarshalJSON

func (j Job) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Job.

func (*Job) UnmarshalJSON

func (j *Job) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Job struct.

type JobCollection

type JobCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Job `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

JobCollection collection of Kudu web job information elements.

func (JobCollection) IsEmpty

func (jc JobCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (JobCollection) MarshalJSON

func (jc JobCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for JobCollection.

type JobCollectionIterator

type JobCollectionIterator struct {
	// contains filtered or unexported fields
}

JobCollectionIterator provides access to a complete listing of Job values.

func NewJobCollectionIterator

func NewJobCollectionIterator(page JobCollectionPage) JobCollectionIterator

Creates a new instance of the JobCollectionIterator type.

func (*JobCollectionIterator) Next

func (iter *JobCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*JobCollectionIterator) NextWithContext

func (iter *JobCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (JobCollectionIterator) NotDone

func (iter JobCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (JobCollectionIterator) Response

func (iter JobCollectionIterator) Response() JobCollection

Response returns the raw server response from the last page request.

func (JobCollectionIterator) Value

func (iter JobCollectionIterator) Value() Job

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type JobCollectionPage

type JobCollectionPage struct {
	// contains filtered or unexported fields
}

JobCollectionPage contains a page of Job values.

func NewJobCollectionPage

func NewJobCollectionPage(cur JobCollection, getNextPage func(context.Context, JobCollection) (JobCollection, error)) JobCollectionPage

Creates a new instance of the JobCollectionPage type.

func (*JobCollectionPage) Next

func (page *JobCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*JobCollectionPage) NextWithContext

func (page *JobCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (JobCollectionPage) NotDone

func (page JobCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (JobCollectionPage) Response

func (page JobCollectionPage) Response() JobCollection

Response returns the raw server response from the last page request.

func (JobCollectionPage) Values

func (page JobCollectionPage) Values() []Job

Values returns the slice of values for the current page or nil if there are no values.

type JobProperties

type JobProperties struct {
	// RunCommand - Run command.
	RunCommand *string `json:"run_command,omitempty"`
	// URL - Job URL.
	URL *string `json:"url,omitempty"`
	// ExtraInfoURL - Extra Info URL.
	ExtraInfoURL *string `json:"extra_info_url,omitempty"`
	// WebJobType - Job type. Possible values include: 'JobTypeContinuous', 'JobTypeTriggered'
	WebJobType JobType `json:"web_job_type,omitempty"`
	// Error - Error information.
	Error *string `json:"error,omitempty"`
	// UsingSdk - Using SDK?
	UsingSdk *bool `json:"using_sdk,omitempty"`
	// Settings - Job settings.
	Settings map[string]interface{} `json:"settings"`
}

JobProperties webJob resource specific properties

func (JobProperties) MarshalJSON

func (j JobProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for JobProperties.

type JobType

type JobType string

JobType enumerates the values for job type.

const (
	// JobTypeContinuous ...
	JobTypeContinuous JobType = "Continuous"
	// JobTypeTriggered ...
	JobTypeTriggered JobType = "Triggered"
)

func PossibleJobTypeValues

func PossibleJobTypeValues() []JobType

PossibleJobTypeValues returns an array of possible values for the JobType const type.

type JwtClaimChecks

type JwtClaimChecks struct {
	// AllowedGroups - The list of the allowed groups.
	AllowedGroups *[]string `json:"allowedGroups,omitempty"`
	// AllowedClientApplications - The list of the allowed client applications.
	AllowedClientApplications *[]string `json:"allowedClientApplications,omitempty"`
}

JwtClaimChecks the configuration settings of the checks that should be made while validating the JWT Claims.

type KeyInfo

type KeyInfo struct {
	autorest.Response `json:"-"`
	// Name - Key name
	Name *string `json:"name,omitempty"`
	// Value - Key value
	Value *string `json:"value,omitempty"`
}

KeyInfo function key info.

type KeyValuePairStringObject

type KeyValuePairStringObject struct {
	// Key - READ-ONLY
	Key *string `json:"key,omitempty"`
	// Value - READ-ONLY
	Value interface{} `json:"value,omitempty"`
}

KeyValuePairStringObject ...

func (KeyValuePairStringObject) MarshalJSON

func (kvpSo KeyValuePairStringObject) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for KeyValuePairStringObject.

type KeyVaultSecretStatus

type KeyVaultSecretStatus string

KeyVaultSecretStatus enumerates the values for key vault secret status.

const (
	// KeyVaultSecretStatusAzureServiceUnauthorizedToAccessKeyVault ...
	KeyVaultSecretStatusAzureServiceUnauthorizedToAccessKeyVault KeyVaultSecretStatus = "AzureServiceUnauthorizedToAccessKeyVault"
	// KeyVaultSecretStatusCertificateOrderFailed ...
	KeyVaultSecretStatusCertificateOrderFailed KeyVaultSecretStatus = "CertificateOrderFailed"
	// KeyVaultSecretStatusExternalPrivateKey ...
	KeyVaultSecretStatusExternalPrivateKey KeyVaultSecretStatus = "ExternalPrivateKey"
	// KeyVaultSecretStatusInitialized ...
	KeyVaultSecretStatusInitialized KeyVaultSecretStatus = "Initialized"
	// KeyVaultSecretStatusKeyVaultDoesNotExist ...
	KeyVaultSecretStatusKeyVaultDoesNotExist KeyVaultSecretStatus = "KeyVaultDoesNotExist"
	// KeyVaultSecretStatusKeyVaultSecretDoesNotExist ...
	KeyVaultSecretStatusKeyVaultSecretDoesNotExist KeyVaultSecretStatus = "KeyVaultSecretDoesNotExist"
	// KeyVaultSecretStatusOperationNotPermittedOnKeyVault ...
	KeyVaultSecretStatusOperationNotPermittedOnKeyVault KeyVaultSecretStatus = "OperationNotPermittedOnKeyVault"
	// KeyVaultSecretStatusSucceeded ...
	KeyVaultSecretStatusSucceeded KeyVaultSecretStatus = "Succeeded"
	// KeyVaultSecretStatusUnknown ...
	KeyVaultSecretStatusUnknown KeyVaultSecretStatus = "Unknown"
	// KeyVaultSecretStatusUnknownError ...
	KeyVaultSecretStatusUnknownError KeyVaultSecretStatus = "UnknownError"
	// KeyVaultSecretStatusWaitingOnCertificateOrder ...
	KeyVaultSecretStatusWaitingOnCertificateOrder KeyVaultSecretStatus = "WaitingOnCertificateOrder"
)

func PossibleKeyVaultSecretStatusValues

func PossibleKeyVaultSecretStatusValues() []KeyVaultSecretStatus

PossibleKeyVaultSecretStatusValues returns an array of possible values for the KeyVaultSecretStatus const type.

type KubeEnvironment

type KubeEnvironment struct {
	autorest.Response `json:"-"`
	// KubeEnvironmentProperties - KubeEnvironment resource specific properties
	*KubeEnvironmentProperties `json:"properties,omitempty"`
	ExtendedLocation           *ExtendedLocation `json:"extendedLocation,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

KubeEnvironment a Kubernetes cluster specialized for web workloads by Azure App Service

func (KubeEnvironment) MarshalJSON

func (ke KubeEnvironment) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for KubeEnvironment.

func (*KubeEnvironment) UnmarshalJSON

func (ke *KubeEnvironment) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for KubeEnvironment struct.

type KubeEnvironmentCollection

type KubeEnvironmentCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]KubeEnvironment `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

KubeEnvironmentCollection collection of Kubernetes Environments

func (KubeEnvironmentCollection) IsEmpty

func (kec KubeEnvironmentCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (KubeEnvironmentCollection) MarshalJSON

func (kec KubeEnvironmentCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for KubeEnvironmentCollection.

type KubeEnvironmentCollectionIterator

type KubeEnvironmentCollectionIterator struct {
	// contains filtered or unexported fields
}

KubeEnvironmentCollectionIterator provides access to a complete listing of KubeEnvironment values.

func NewKubeEnvironmentCollectionIterator

func NewKubeEnvironmentCollectionIterator(page KubeEnvironmentCollectionPage) KubeEnvironmentCollectionIterator

Creates a new instance of the KubeEnvironmentCollectionIterator type.

func (*KubeEnvironmentCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*KubeEnvironmentCollectionIterator) NextWithContext

func (iter *KubeEnvironmentCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (KubeEnvironmentCollectionIterator) NotDone

func (iter KubeEnvironmentCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (KubeEnvironmentCollectionIterator) Response

Response returns the raw server response from the last page request.

func (KubeEnvironmentCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type KubeEnvironmentCollectionPage

type KubeEnvironmentCollectionPage struct {
	// contains filtered or unexported fields
}

KubeEnvironmentCollectionPage contains a page of KubeEnvironment values.

func NewKubeEnvironmentCollectionPage

Creates a new instance of the KubeEnvironmentCollectionPage type.

func (*KubeEnvironmentCollectionPage) Next

func (page *KubeEnvironmentCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*KubeEnvironmentCollectionPage) NextWithContext

func (page *KubeEnvironmentCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (KubeEnvironmentCollectionPage) NotDone

func (page KubeEnvironmentCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (KubeEnvironmentCollectionPage) Response

Response returns the raw server response from the last page request.

func (KubeEnvironmentCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type KubeEnvironmentPatchResource

type KubeEnvironmentPatchResource struct {
	// KubeEnvironmentPatchResourceProperties - KubeEnvironmentPatchResource resource specific properties
	*KubeEnvironmentPatchResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

KubeEnvironmentPatchResource ARM resource for a KubeEnvironment when patching

func (KubeEnvironmentPatchResource) MarshalJSON

func (kepr KubeEnvironmentPatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for KubeEnvironmentPatchResource.

func (*KubeEnvironmentPatchResource) UnmarshalJSON

func (kepr *KubeEnvironmentPatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for KubeEnvironmentPatchResource struct.

type KubeEnvironmentPatchResourceProperties

type KubeEnvironmentPatchResourceProperties struct {
	// ProvisioningState - READ-ONLY; Provisioning state of the Kubernetes Environment. Possible values include: 'KubeEnvironmentProvisioningStateSucceeded', 'KubeEnvironmentProvisioningStateFailed', 'KubeEnvironmentProvisioningStateCanceled', 'KubeEnvironmentProvisioningStateWaiting', 'KubeEnvironmentProvisioningStateInitializationInProgress', 'KubeEnvironmentProvisioningStateInfrastructureSetupInProgress', 'KubeEnvironmentProvisioningStateInfrastructureSetupComplete', 'KubeEnvironmentProvisioningStateScheduledForDelete', 'KubeEnvironmentProvisioningStateUpgradeRequested', 'KubeEnvironmentProvisioningStateUpgradeFailed'
	ProvisioningState KubeEnvironmentProvisioningState `json:"provisioningState,omitempty"`
	// DeploymentErrors - READ-ONLY; Any errors that occurred during deployment or deployment validation
	DeploymentErrors *string `json:"deploymentErrors,omitempty"`
	// InternalLoadBalancerEnabled - Only visible within Vnet/Subnet
	InternalLoadBalancerEnabled *bool `json:"internalLoadBalancerEnabled,omitempty"`
	// DefaultDomain - READ-ONLY; Default Domain Name for the cluster
	DefaultDomain *string `json:"defaultDomain,omitempty"`
	// StaticIP - Static IP of the KubeEnvironment
	StaticIP *string `json:"staticIp,omitempty"`
	// ArcConfiguration - Cluster configuration which determines the ARC cluster
	// components types. Eg: Choosing between BuildService kind,
	// FrontEnd Service ArtifactsStorageType etc.
	ArcConfiguration *ArcConfiguration `json:"arcConfiguration,omitempty"`
	// AppLogsConfiguration - Cluster configuration which enables the log daemon to export
	// app logs to a destination. Currently only "log-analytics" is
	// supported
	AppLogsConfiguration *AppLogsConfiguration `json:"appLogsConfiguration,omitempty"`
	AksResourceID        *string               `json:"aksResourceID,omitempty"`
}

KubeEnvironmentPatchResourceProperties kubeEnvironmentPatchResource resource specific properties

func (KubeEnvironmentPatchResourceProperties) MarshalJSON

func (kepr KubeEnvironmentPatchResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for KubeEnvironmentPatchResourceProperties.

type KubeEnvironmentProfile

type KubeEnvironmentProfile struct {
	// ID - Resource ID of the Kubernetes Environment.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Name of the Kubernetes Environment.
	Name *string `json:"name,omitempty"`
	// Type - READ-ONLY; Resource type of the Kubernetes Environment.
	Type *string `json:"type,omitempty"`
}

KubeEnvironmentProfile specification for a Kubernetes Environment to use for this resource.

func (KubeEnvironmentProfile) MarshalJSON

func (kep KubeEnvironmentProfile) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for KubeEnvironmentProfile.

type KubeEnvironmentProperties

type KubeEnvironmentProperties struct {
	// ProvisioningState - READ-ONLY; Provisioning state of the Kubernetes Environment. Possible values include: 'KubeEnvironmentProvisioningStateSucceeded', 'KubeEnvironmentProvisioningStateFailed', 'KubeEnvironmentProvisioningStateCanceled', 'KubeEnvironmentProvisioningStateWaiting', 'KubeEnvironmentProvisioningStateInitializationInProgress', 'KubeEnvironmentProvisioningStateInfrastructureSetupInProgress', 'KubeEnvironmentProvisioningStateInfrastructureSetupComplete', 'KubeEnvironmentProvisioningStateScheduledForDelete', 'KubeEnvironmentProvisioningStateUpgradeRequested', 'KubeEnvironmentProvisioningStateUpgradeFailed'
	ProvisioningState KubeEnvironmentProvisioningState `json:"provisioningState,omitempty"`
	// DeploymentErrors - READ-ONLY; Any errors that occurred during deployment or deployment validation
	DeploymentErrors *string `json:"deploymentErrors,omitempty"`
	// InternalLoadBalancerEnabled - Only visible within Vnet/Subnet
	InternalLoadBalancerEnabled *bool `json:"internalLoadBalancerEnabled,omitempty"`
	// DefaultDomain - READ-ONLY; Default Domain Name for the cluster
	DefaultDomain *string `json:"defaultDomain,omitempty"`
	// StaticIP - Static IP of the KubeEnvironment
	StaticIP *string `json:"staticIp,omitempty"`
	// ArcConfiguration - Cluster configuration which determines the ARC cluster
	// components types. Eg: Choosing between BuildService kind,
	// FrontEnd Service ArtifactsStorageType etc.
	ArcConfiguration *ArcConfiguration `json:"arcConfiguration,omitempty"`
	// AppLogsConfiguration - Cluster configuration which enables the log daemon to export
	// app logs to a destination. Currently only "log-analytics" is
	// supported
	AppLogsConfiguration *AppLogsConfiguration `json:"appLogsConfiguration,omitempty"`
	AksResourceID        *string               `json:"aksResourceID,omitempty"`
}

KubeEnvironmentProperties kubeEnvironment resource specific properties

func (KubeEnvironmentProperties) MarshalJSON

func (ke KubeEnvironmentProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for KubeEnvironmentProperties.

type KubeEnvironmentProvisioningState

type KubeEnvironmentProvisioningState string

KubeEnvironmentProvisioningState enumerates the values for kube environment provisioning state.

const (
	// KubeEnvironmentProvisioningStateCanceled ...
	KubeEnvironmentProvisioningStateCanceled KubeEnvironmentProvisioningState = "Canceled"
	// KubeEnvironmentProvisioningStateFailed ...
	KubeEnvironmentProvisioningStateFailed KubeEnvironmentProvisioningState = "Failed"
	// KubeEnvironmentProvisioningStateInfrastructureSetupComplete ...
	KubeEnvironmentProvisioningStateInfrastructureSetupComplete KubeEnvironmentProvisioningState = "InfrastructureSetupComplete"
	// KubeEnvironmentProvisioningStateInfrastructureSetupInProgress ...
	KubeEnvironmentProvisioningStateInfrastructureSetupInProgress KubeEnvironmentProvisioningState = "InfrastructureSetupInProgress"
	// KubeEnvironmentProvisioningStateInitializationInProgress ...
	KubeEnvironmentProvisioningStateInitializationInProgress KubeEnvironmentProvisioningState = "InitializationInProgress"
	// KubeEnvironmentProvisioningStateScheduledForDelete ...
	KubeEnvironmentProvisioningStateScheduledForDelete KubeEnvironmentProvisioningState = "ScheduledForDelete"
	// KubeEnvironmentProvisioningStateSucceeded ...
	KubeEnvironmentProvisioningStateSucceeded KubeEnvironmentProvisioningState = "Succeeded"
	// KubeEnvironmentProvisioningStateUpgradeFailed ...
	KubeEnvironmentProvisioningStateUpgradeFailed KubeEnvironmentProvisioningState = "UpgradeFailed"
	// KubeEnvironmentProvisioningStateUpgradeRequested ...
	KubeEnvironmentProvisioningStateUpgradeRequested KubeEnvironmentProvisioningState = "UpgradeRequested"
	// KubeEnvironmentProvisioningStateWaiting ...
	KubeEnvironmentProvisioningStateWaiting KubeEnvironmentProvisioningState = "Waiting"
)

func PossibleKubeEnvironmentProvisioningStateValues

func PossibleKubeEnvironmentProvisioningStateValues() []KubeEnvironmentProvisioningState

PossibleKubeEnvironmentProvisioningStateValues returns an array of possible values for the KubeEnvironmentProvisioningState const type.

type KubeEnvironmentsClient

type KubeEnvironmentsClient struct {
	BaseClient
}

KubeEnvironmentsClient is the webSite Management Client

func NewKubeEnvironmentsClient

func NewKubeEnvironmentsClient(subscriptionID string) KubeEnvironmentsClient

NewKubeEnvironmentsClient creates an instance of the KubeEnvironmentsClient client.

func NewKubeEnvironmentsClientWithBaseURI

func NewKubeEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) KubeEnvironmentsClient

NewKubeEnvironmentsClientWithBaseURI creates an instance of the KubeEnvironmentsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (KubeEnvironmentsClient) CreateOrUpdate

func (client KubeEnvironmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, kubeEnvironmentEnvelope KubeEnvironment) (result KubeEnvironmentsCreateOrUpdateFuture, err error)

CreateOrUpdate description for Creates or updates a Kubernetes Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the Kubernetes Environment. kubeEnvironmentEnvelope - configuration details of the Kubernetes Environment.

func (KubeEnvironmentsClient) CreateOrUpdatePreparer

func (client KubeEnvironmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, kubeEnvironmentEnvelope KubeEnvironment) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (KubeEnvironmentsClient) CreateOrUpdateResponder

func (client KubeEnvironmentsClient) CreateOrUpdateResponder(resp *http.Response) (result KubeEnvironment, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (KubeEnvironmentsClient) CreateOrUpdateSender

func (client KubeEnvironmentsClient) CreateOrUpdateSender(req *http.Request) (future KubeEnvironmentsCreateOrUpdateFuture, err error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (KubeEnvironmentsClient) Delete

func (client KubeEnvironmentsClient) Delete(ctx context.Context, resourceGroupName string, name string) (result KubeEnvironmentsDeleteFuture, err error)

Delete description for Delete a Kubernetes Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the Kubernetes Environment.

func (KubeEnvironmentsClient) DeletePreparer

func (client KubeEnvironmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (KubeEnvironmentsClient) DeleteResponder

func (client KubeEnvironmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (KubeEnvironmentsClient) DeleteSender

func (client KubeEnvironmentsClient) DeleteSender(req *http.Request) (future KubeEnvironmentsDeleteFuture, err error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (KubeEnvironmentsClient) Get

func (client KubeEnvironmentsClient) Get(ctx context.Context, resourceGroupName string, name string) (result KubeEnvironment, err error)

Get description for Get the properties of a Kubernetes Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the Kubernetes Environment.

func (KubeEnvironmentsClient) GetPreparer

func (client KubeEnvironmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPreparer prepares the Get request.

func (KubeEnvironmentsClient) GetResponder

func (client KubeEnvironmentsClient) GetResponder(resp *http.Response) (result KubeEnvironment, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (KubeEnvironmentsClient) GetSender

func (client KubeEnvironmentsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (KubeEnvironmentsClient) ListByResourceGroup

func (client KubeEnvironmentsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result KubeEnvironmentCollectionPage, err error)

ListByResourceGroup description for Get all the Kubernetes Environments in a resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (KubeEnvironmentsClient) ListByResourceGroupComplete

func (client KubeEnvironmentsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result KubeEnvironmentCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (KubeEnvironmentsClient) ListByResourceGroupPreparer

func (client KubeEnvironmentsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (KubeEnvironmentsClient) ListByResourceGroupResponder

func (client KubeEnvironmentsClient) ListByResourceGroupResponder(resp *http.Response) (result KubeEnvironmentCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (KubeEnvironmentsClient) ListByResourceGroupSender

func (client KubeEnvironmentsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (KubeEnvironmentsClient) ListBySubscription

func (client KubeEnvironmentsClient) ListBySubscription(ctx context.Context) (result KubeEnvironmentCollectionPage, err error)

ListBySubscription description for Get all Kubernetes Environments for a subscription.

func (KubeEnvironmentsClient) ListBySubscriptionComplete

func (client KubeEnvironmentsClient) ListBySubscriptionComplete(ctx context.Context) (result KubeEnvironmentCollectionIterator, err error)

ListBySubscriptionComplete enumerates all values, automatically crossing page boundaries as required.

func (KubeEnvironmentsClient) ListBySubscriptionPreparer

func (client KubeEnvironmentsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error)

ListBySubscriptionPreparer prepares the ListBySubscription request.

func (KubeEnvironmentsClient) ListBySubscriptionResponder

func (client KubeEnvironmentsClient) ListBySubscriptionResponder(resp *http.Response) (result KubeEnvironmentCollection, err error)

ListBySubscriptionResponder handles the response to the ListBySubscription request. The method always closes the http.Response Body.

func (KubeEnvironmentsClient) ListBySubscriptionSender

func (client KubeEnvironmentsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)

ListBySubscriptionSender sends the ListBySubscription request. The method will close the http.Response Body if it receives an error.

func (KubeEnvironmentsClient) Update

func (client KubeEnvironmentsClient) Update(ctx context.Context, resourceGroupName string, name string, kubeEnvironmentEnvelope KubeEnvironmentPatchResource) (result KubeEnvironment, err error)

Update description for Creates or updates a Kubernetes Environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the Kubernetes Environment. kubeEnvironmentEnvelope - configuration details of the Kubernetes Environment.

func (KubeEnvironmentsClient) UpdatePreparer

func (client KubeEnvironmentsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, name string, kubeEnvironmentEnvelope KubeEnvironmentPatchResource) (*http.Request, error)

UpdatePreparer prepares the Update request.

func (KubeEnvironmentsClient) UpdateResponder

func (client KubeEnvironmentsClient) UpdateResponder(resp *http.Response) (result KubeEnvironment, err error)

UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.

func (KubeEnvironmentsClient) UpdateSender

func (client KubeEnvironmentsClient) UpdateSender(req *http.Request) (*http.Response, error)

UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.

type KubeEnvironmentsCreateOrUpdateFuture

type KubeEnvironmentsCreateOrUpdateFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(KubeEnvironmentsClient) (KubeEnvironment, error)
}

KubeEnvironmentsCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*KubeEnvironmentsCreateOrUpdateFuture) UnmarshalJSON

func (future *KubeEnvironmentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type KubeEnvironmentsDeleteFuture

type KubeEnvironmentsDeleteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(KubeEnvironmentsClient) (autorest.Response, error)
}

KubeEnvironmentsDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*KubeEnvironmentsDeleteFuture) UnmarshalJSON

func (future *KubeEnvironmentsDeleteFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type LegacyMicrosoftAccount

type LegacyMicrosoftAccount struct {
	// LegacyMicrosoftAccountProperties - LegacyMicrosoftAccount resource specific properties
	*LegacyMicrosoftAccountProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

LegacyMicrosoftAccount the configuration settings of the legacy Microsoft Account provider.

func (LegacyMicrosoftAccount) MarshalJSON

func (lma LegacyMicrosoftAccount) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for LegacyMicrosoftAccount.

func (*LegacyMicrosoftAccount) UnmarshalJSON

func (lma *LegacyMicrosoftAccount) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for LegacyMicrosoftAccount struct.

type LegacyMicrosoftAccountProperties

type LegacyMicrosoftAccountProperties struct {
	// Enabled - <code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the app registration for the legacy Microsoft Account provider.
	Registration *ClientRegistration `json:"registration,omitempty"`
	// Login - The configuration settings of the login flow.
	Login *LoginScopes `json:"login,omitempty"`
	// Validation - The configuration settings of the legacy Microsoft Account provider token validation flow.
	Validation *AllowedAudiencesValidation `json:"validation,omitempty"`
}

LegacyMicrosoftAccountProperties legacyMicrosoftAccount resource specific properties

type LinuxJavaContainerSettings

type LinuxJavaContainerSettings struct {
	// Java11Runtime - READ-ONLY; Java 11 version (runtime only).
	Java11Runtime *string `json:"java11Runtime,omitempty"`
	// Java8Runtime - READ-ONLY; Java 8 version (runtime only).
	Java8Runtime *string `json:"java8Runtime,omitempty"`
	// IsPreview - READ-ONLY; <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
	IsPreview *bool `json:"isPreview,omitempty"`
	// IsDeprecated - READ-ONLY; <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
	IsDeprecated *bool `json:"isDeprecated,omitempty"`
	// IsHidden - READ-ONLY; <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
	IsHidden *bool `json:"isHidden,omitempty"`
	// EndOfLifeDate - READ-ONLY; End-of-life date for the minor version.
	EndOfLifeDate *date.Time `json:"endOfLifeDate,omitempty"`
	// IsAutoUpdate - READ-ONLY; <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.
	IsAutoUpdate *bool `json:"isAutoUpdate,omitempty"`
	// IsEarlyAccess - READ-ONLY; <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.
	IsEarlyAccess *bool `json:"isEarlyAccess,omitempty"`
}

LinuxJavaContainerSettings linux Java Container settings.

func (LinuxJavaContainerSettings) MarshalJSON

func (ljcs LinuxJavaContainerSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for LinuxJavaContainerSettings.

type ListCapability

type ListCapability struct {
	autorest.Response `json:"-"`
	Value             *[]Capability `json:"value,omitempty"`
}

ListCapability ...

type ListCertificateEmail

type ListCertificateEmail struct {
	autorest.Response `json:"-"`
	Value             *[]CertificateEmail `json:"value,omitempty"`
}

ListCertificateEmail ...

type ListCertificateOrderAction

type ListCertificateOrderAction struct {
	autorest.Response `json:"-"`
	Value             *[]CertificateOrderAction `json:"value,omitempty"`
}

ListCertificateOrderAction ...

type ListHostingEnvironmentDiagnostics

type ListHostingEnvironmentDiagnostics struct {
	autorest.Response `json:"-"`
	Value             *[]HostingEnvironmentDiagnostics `json:"value,omitempty"`
}

ListHostingEnvironmentDiagnostics ...

type ListNetworkTrace

type ListNetworkTrace struct {
	autorest.Response `json:"-"`
	Value             *[]NetworkTrace `json:"value,omitempty"`
}

ListNetworkTrace ...

type ListOperation

type ListOperation struct {
	autorest.Response `json:"-"`
	Value             *[]Operation `json:"value,omitempty"`
}

ListOperation ...

type ListSnapshot

type ListSnapshot struct {
	autorest.Response `json:"-"`
	Value             *[]Snapshot `json:"value,omitempty"`
}

ListSnapshot ...

type ListVnetInfoResource

type ListVnetInfoResource struct {
	autorest.Response `json:"-"`
	Value             *[]VnetInfoResource `json:"value,omitempty"`
}

ListVnetInfoResource ...

type ListVnetRoute

type ListVnetRoute struct {
	autorest.Response `json:"-"`
	Value             *[]VnetRoute `json:"value,omitempty"`
}

ListVnetRoute ...

type LoadBalancingMode

type LoadBalancingMode string

LoadBalancingMode enumerates the values for load balancing mode.

const (
	// LoadBalancingModeNone ...
	LoadBalancingModeNone LoadBalancingMode = "None"
	// LoadBalancingModePublishing ...
	LoadBalancingModePublishing LoadBalancingMode = "Publishing"
	// LoadBalancingModeWeb ...
	LoadBalancingModeWeb LoadBalancingMode = "Web"
	// LoadBalancingModeWebPublishing ...
	LoadBalancingModeWebPublishing LoadBalancingMode = "Web, Publishing"
)

func PossibleLoadBalancingModeValues

func PossibleLoadBalancingModeValues() []LoadBalancingMode

PossibleLoadBalancingModeValues returns an array of possible values for the LoadBalancingMode const type.

type LocalizableString

type LocalizableString struct {
	// Value - Non-localized name.
	Value *string `json:"value,omitempty"`
	// LocalizedValue - Localized name.
	LocalizedValue *string `json:"localizedValue,omitempty"`
}

LocalizableString localizable string object containing the name and a localized value.

type LogAnalyticsConfiguration

type LogAnalyticsConfiguration struct {
	CustomerID *string `json:"customerId,omitempty"`
	SharedKey  *string `json:"sharedKey,omitempty"`
}

LogAnalyticsConfiguration ...

type LogLevel

type LogLevel string

LogLevel enumerates the values for log level.

const (
	// LogLevelError ...
	LogLevelError LogLevel = "Error"
	// LogLevelInformation ...
	LogLevelInformation LogLevel = "Information"
	// LogLevelOff ...
	LogLevelOff LogLevel = "Off"
	// LogLevelVerbose ...
	LogLevelVerbose LogLevel = "Verbose"
	// LogLevelWarning ...
	LogLevelWarning LogLevel = "Warning"
)

func PossibleLogLevelValues

func PossibleLogLevelValues() []LogLevel

PossibleLogLevelValues returns an array of possible values for the LogLevel const type.

type LogSpecification

type LogSpecification struct {
	Name             *string `json:"name,omitempty"`
	DisplayName      *string `json:"displayName,omitempty"`
	BlobDuration     *string `json:"blobDuration,omitempty"`
	LogFilterPattern *string `json:"logFilterPattern,omitempty"`
}

LogSpecification log Definition of a single resource metric.

type Login

type Login struct {
	// Routes - The routes that specify the endpoints used for login and logout requests.
	Routes *LoginRoutes `json:"routes,omitempty"`
	// TokenStore - The configuration settings of the token store.
	TokenStore *TokenStore `json:"tokenStore,omitempty"`
	// PreserveURLFragmentsForLogins - <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.
	PreserveURLFragmentsForLogins *bool `json:"preserveUrlFragmentsForLogins,omitempty"`
	// AllowedExternalRedirectUrls - External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls *[]string `json:"allowedExternalRedirectUrls,omitempty"`
	// CookieExpiration - The configuration settings of the session cookie's expiration.
	CookieExpiration *CookieExpiration `json:"cookieExpiration,omitempty"`
	// Nonce - The configuration settings of the nonce used in the login flow.
	Nonce *Nonce `json:"nonce,omitempty"`
}

Login the configuration settings of the login flow of users using App Service Authentication/Authorization.

type LoginRoutes

type LoginRoutes struct {
	// LogoutEndpoint - The endpoint at which a logout request should be made.
	LogoutEndpoint *string `json:"logoutEndpoint,omitempty"`
}

LoginRoutes the routes that specify the endpoints used for login and logout requests.

type LoginScopes

type LoginScopes struct {
	// Scopes - A list of the scopes that should be requested while authenticating.
	Scopes *[]string `json:"scopes,omitempty"`
}

LoginScopes the configuration settings of the login flow, including the scopes that should be requested.

type MSDeploy

type MSDeploy struct {
	// MSDeployCore - Core resource properties
	*MSDeployCore `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

MSDeploy mSDeploy ARM PUT information

func (MSDeploy) MarshalJSON

func (md MSDeploy) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MSDeploy.

func (*MSDeploy) UnmarshalJSON

func (md *MSDeploy) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for MSDeploy struct.

type MSDeployCore

type MSDeployCore struct {
	// PackageURI - Package URI
	PackageURI *string `json:"packageUri,omitempty"`
	// ConnectionString - SQL Connection String
	ConnectionString *string `json:"connectionString,omitempty"`
	// DbType - Database Type
	DbType *string `json:"dbType,omitempty"`
	// SetParametersXMLFileURI - URI of MSDeploy Parameters file. Must not be set if SetParameters is used.
	SetParametersXMLFileURI *string `json:"setParametersXmlFileUri,omitempty"`
	// SetParameters - MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.
	SetParameters map[string]*string `json:"setParameters"`
	// SkipAppData - Controls whether the MSDeploy operation skips the App_Data directory.
	// If set to <code>true</code>, the existing App_Data directory on the destination
	// will not be deleted, and any App_Data directory in the source will be ignored.
	// Setting is <code>false</code> by default.
	SkipAppData *bool `json:"skipAppData,omitempty"`
	// AppOffline - Sets the AppOffline rule while the MSDeploy operation executes.
	// Setting is <code>false</code> by default.
	AppOffline *bool `json:"appOffline,omitempty"`
}

MSDeployCore mSDeploy ARM PUT core information

func (MSDeployCore) MarshalJSON

func (mdc MSDeployCore) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MSDeployCore.

type MSDeployLog

type MSDeployLog struct {
	autorest.Response `json:"-"`
	// MSDeployLogProperties - MSDeployLog resource specific properties
	*MSDeployLogProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

MSDeployLog mSDeploy log

func (MSDeployLog) MarshalJSON

func (mdl MSDeployLog) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MSDeployLog.

func (*MSDeployLog) UnmarshalJSON

func (mdl *MSDeployLog) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for MSDeployLog struct.

type MSDeployLogEntry

type MSDeployLogEntry struct {
	// Time - READ-ONLY; Timestamp of log entry
	Time *date.Time `json:"time,omitempty"`
	// Type - READ-ONLY; Log entry type. Possible values include: 'MSDeployLogEntryTypeMessage', 'MSDeployLogEntryTypeWarning', 'MSDeployLogEntryTypeError'
	Type MSDeployLogEntryType `json:"type,omitempty"`
	// Message - READ-ONLY; Log entry message
	Message *string `json:"message,omitempty"`
}

MSDeployLogEntry mSDeploy log entry

func (MSDeployLogEntry) MarshalJSON

func (mdle MSDeployLogEntry) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MSDeployLogEntry.

type MSDeployLogEntryType

type MSDeployLogEntryType string

MSDeployLogEntryType enumerates the values for ms deploy log entry type.

const (
	// MSDeployLogEntryTypeError ...
	MSDeployLogEntryTypeError MSDeployLogEntryType = "Error"
	// MSDeployLogEntryTypeMessage ...
	MSDeployLogEntryTypeMessage MSDeployLogEntryType = "Message"
	// MSDeployLogEntryTypeWarning ...
	MSDeployLogEntryTypeWarning MSDeployLogEntryType = "Warning"
)

func PossibleMSDeployLogEntryTypeValues

func PossibleMSDeployLogEntryTypeValues() []MSDeployLogEntryType

PossibleMSDeployLogEntryTypeValues returns an array of possible values for the MSDeployLogEntryType const type.

type MSDeployLogProperties

type MSDeployLogProperties struct {
	// Entries - READ-ONLY; List of log entry messages
	Entries *[]MSDeployLogEntry `json:"entries,omitempty"`
}

MSDeployLogProperties mSDeployLog resource specific properties

func (MSDeployLogProperties) MarshalJSON

func (mdl MSDeployLogProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MSDeployLogProperties.

type MSDeployProvisioningState

type MSDeployProvisioningState string

MSDeployProvisioningState enumerates the values for ms deploy provisioning state.

const (
	// MSDeployProvisioningStateAccepted ...
	MSDeployProvisioningStateAccepted MSDeployProvisioningState = "accepted"
	// MSDeployProvisioningStateCanceled ...
	MSDeployProvisioningStateCanceled MSDeployProvisioningState = "canceled"
	// MSDeployProvisioningStateFailed ...
	MSDeployProvisioningStateFailed MSDeployProvisioningState = "failed"
	// MSDeployProvisioningStateRunning ...
	MSDeployProvisioningStateRunning MSDeployProvisioningState = "running"
	// MSDeployProvisioningStateSucceeded ...
	MSDeployProvisioningStateSucceeded MSDeployProvisioningState = "succeeded"
)

func PossibleMSDeployProvisioningStateValues

func PossibleMSDeployProvisioningStateValues() []MSDeployProvisioningState

PossibleMSDeployProvisioningStateValues returns an array of possible values for the MSDeployProvisioningState const type.

type MSDeployStatus

type MSDeployStatus struct {
	autorest.Response `json:"-"`
	// MSDeployStatusProperties - MSDeployStatus resource specific properties
	*MSDeployStatusProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

MSDeployStatus mSDeploy ARM response

func (MSDeployStatus) MarshalJSON

func (mds MSDeployStatus) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MSDeployStatus.

func (*MSDeployStatus) UnmarshalJSON

func (mds *MSDeployStatus) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for MSDeployStatus struct.

type MSDeployStatusProperties

type MSDeployStatusProperties struct {
	// Deployer - READ-ONLY; Username of deployer
	Deployer *string `json:"deployer,omitempty"`
	// ProvisioningState - READ-ONLY; Provisioning state. Possible values include: 'MSDeployProvisioningStateAccepted', 'MSDeployProvisioningStateRunning', 'MSDeployProvisioningStateSucceeded', 'MSDeployProvisioningStateFailed', 'MSDeployProvisioningStateCanceled'
	ProvisioningState MSDeployProvisioningState `json:"provisioningState,omitempty"`
	// StartTime - READ-ONLY; Start time of deploy operation
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - READ-ONLY; End time of deploy operation
	EndTime *date.Time `json:"endTime,omitempty"`
	// Complete - READ-ONLY; Whether the deployment operation has completed
	Complete *bool `json:"complete,omitempty"`
}

MSDeployStatusProperties mSDeployStatus resource specific properties

func (MSDeployStatusProperties) MarshalJSON

func (mds MSDeployStatusProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MSDeployStatusProperties.

type ManagedPipelineMode

type ManagedPipelineMode string

ManagedPipelineMode enumerates the values for managed pipeline mode.

const (
	// ManagedPipelineModeClassic ...
	ManagedPipelineModeClassic ManagedPipelineMode = "Classic"
	// ManagedPipelineModeIntegrated ...
	ManagedPipelineModeIntegrated ManagedPipelineMode = "Integrated"
)

func PossibleManagedPipelineModeValues

func PossibleManagedPipelineModeValues() []ManagedPipelineMode

PossibleManagedPipelineModeValues returns an array of possible values for the ManagedPipelineMode const type.

type ManagedServiceIdentity

type ManagedServiceIdentity struct {
	// Type - Type of managed service identity. Possible values include: 'ManagedServiceIdentityTypeSystemAssigned', 'ManagedServiceIdentityTypeUserAssigned', 'ManagedServiceIdentityTypeSystemAssignedUserAssigned', 'ManagedServiceIdentityTypeNone'
	Type ManagedServiceIdentityType `json:"type,omitempty"`
	// TenantID - READ-ONLY; Tenant of managed service identity.
	TenantID *string `json:"tenantId,omitempty"`
	// PrincipalID - READ-ONLY; Principal Id of managed service identity.
	PrincipalID *string `json:"principalId,omitempty"`
	// UserAssignedIdentities - The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
	UserAssignedIdentities map[string]*UserAssignedIdentity `json:"userAssignedIdentities"`
}

ManagedServiceIdentity managed service identity.

func (ManagedServiceIdentity) MarshalJSON

func (msi ManagedServiceIdentity) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ManagedServiceIdentity.

type ManagedServiceIdentityType

type ManagedServiceIdentityType string

ManagedServiceIdentityType enumerates the values for managed service identity type.

const (
	// ManagedServiceIdentityTypeNone ...
	ManagedServiceIdentityTypeNone ManagedServiceIdentityType = "None"
	// ManagedServiceIdentityTypeSystemAssigned ...
	ManagedServiceIdentityTypeSystemAssigned ManagedServiceIdentityType = "SystemAssigned"
	// ManagedServiceIdentityTypeSystemAssignedUserAssigned ...
	ManagedServiceIdentityTypeSystemAssignedUserAssigned ManagedServiceIdentityType = "SystemAssigned, UserAssigned"
	// ManagedServiceIdentityTypeUserAssigned ...
	ManagedServiceIdentityTypeUserAssigned ManagedServiceIdentityType = "UserAssigned"
)

func PossibleManagedServiceIdentityTypeValues

func PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType

PossibleManagedServiceIdentityTypeValues returns an array of possible values for the ManagedServiceIdentityType const type.

type MetricAvailability

type MetricAvailability struct {
	TimeGrain    *string `json:"timeGrain,omitempty"`
	BlobDuration *string `json:"blobDuration,omitempty"`
}

MetricAvailability retention policy of a resource metric.

type MetricSpecification

type MetricSpecification struct {
	Name                             *string               `json:"name,omitempty"`
	DisplayName                      *string               `json:"displayName,omitempty"`
	DisplayDescription               *string               `json:"displayDescription,omitempty"`
	Unit                             *string               `json:"unit,omitempty"`
	AggregationType                  *string               `json:"aggregationType,omitempty"`
	SupportsInstanceLevelAggregation *bool                 `json:"supportsInstanceLevelAggregation,omitempty"`
	EnableRegionalMdmAccount         *bool                 `json:"enableRegionalMdmAccount,omitempty"`
	SourceMdmAccount                 *string               `json:"sourceMdmAccount,omitempty"`
	SourceMdmNamespace               *string               `json:"sourceMdmNamespace,omitempty"`
	MetricFilterPattern              *string               `json:"metricFilterPattern,omitempty"`
	FillGapWithZero                  *bool                 `json:"fillGapWithZero,omitempty"`
	IsInternal                       *bool                 `json:"isInternal,omitempty"`
	Dimensions                       *[]Dimension          `json:"dimensions,omitempty"`
	Category                         *string               `json:"category,omitempty"`
	Availabilities                   *[]MetricAvailability `json:"availabilities,omitempty"`
	SupportedTimeGrainTypes          *[]string             `json:"supportedTimeGrainTypes,omitempty"`
	SupportedAggregationTypes        *[]string             `json:"supportedAggregationTypes,omitempty"`
}

MetricSpecification definition of a single resource metric.

type MigrateMySQLRequest

type MigrateMySQLRequest struct {
	// MigrateMySQLRequestProperties - MigrateMySqlRequest resource specific properties
	*MigrateMySQLRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

MigrateMySQLRequest mySQL migration request.

func (MigrateMySQLRequest) MarshalJSON

func (mmsr MigrateMySQLRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MigrateMySQLRequest.

func (*MigrateMySQLRequest) UnmarshalJSON

func (mmsr *MigrateMySQLRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for MigrateMySQLRequest struct.

type MigrateMySQLRequestProperties

type MigrateMySQLRequestProperties struct {
	// ConnectionString - Connection string to the remote MySQL database.
	ConnectionString *string `json:"connectionString,omitempty"`
	// MigrationType - The type of migration operation to be done. Possible values include: 'MySQLMigrationTypeLocalToRemote', 'MySQLMigrationTypeRemoteToLocal'
	MigrationType MySQLMigrationType `json:"migrationType,omitempty"`
}

MigrateMySQLRequestProperties migrateMySqlRequest resource specific properties

type MigrateMySQLStatus

type MigrateMySQLStatus struct {
	autorest.Response `json:"-"`
	// MigrateMySQLStatusProperties - MigrateMySqlStatus resource specific properties
	*MigrateMySQLStatusProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

MigrateMySQLStatus mySQL migration status.

func (MigrateMySQLStatus) MarshalJSON

func (mmss MigrateMySQLStatus) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MigrateMySQLStatus.

func (*MigrateMySQLStatus) UnmarshalJSON

func (mmss *MigrateMySQLStatus) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for MigrateMySQLStatus struct.

type MigrateMySQLStatusProperties

type MigrateMySQLStatusProperties struct {
	// MigrationOperationStatus - READ-ONLY; Status of the migration task. Possible values include: 'OperationStatusInProgress', 'OperationStatusFailed', 'OperationStatusSucceeded', 'OperationStatusTimedOut', 'OperationStatusCreated'
	MigrationOperationStatus OperationStatus `json:"migrationOperationStatus,omitempty"`
	// OperationID - READ-ONLY; Operation ID for the migration task.
	OperationID *string `json:"operationId,omitempty"`
	// LocalMySQLEnabled - READ-ONLY; True if the web app has in app MySql enabled
	LocalMySQLEnabled *bool `json:"localMySqlEnabled,omitempty"`
}

MigrateMySQLStatusProperties migrateMySqlStatus resource specific properties

func (MigrateMySQLStatusProperties) MarshalJSON

func (mmss MigrateMySQLStatusProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MigrateMySQLStatusProperties.

type MySQLMigrationType

type MySQLMigrationType string

MySQLMigrationType enumerates the values for my sql migration type.

const (
	// MySQLMigrationTypeLocalToRemote ...
	MySQLMigrationTypeLocalToRemote MySQLMigrationType = "LocalToRemote"
	// MySQLMigrationTypeRemoteToLocal ...
	MySQLMigrationTypeRemoteToLocal MySQLMigrationType = "RemoteToLocal"
)

func PossibleMySQLMigrationTypeValues

func PossibleMySQLMigrationTypeValues() []MySQLMigrationType

PossibleMySQLMigrationTypeValues returns an array of possible values for the MySQLMigrationType const type.

type NameIdentifier

type NameIdentifier struct {
	// Name - Name of the object.
	Name *string `json:"name,omitempty"`
}

NameIdentifier identifies an object.

type NameIdentifierCollection

type NameIdentifierCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]NameIdentifier `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

NameIdentifierCollection collection of domain name identifiers.

func (NameIdentifierCollection) IsEmpty

func (nic NameIdentifierCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (NameIdentifierCollection) MarshalJSON

func (nic NameIdentifierCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for NameIdentifierCollection.

type NameIdentifierCollectionIterator

type NameIdentifierCollectionIterator struct {
	// contains filtered or unexported fields
}

NameIdentifierCollectionIterator provides access to a complete listing of NameIdentifier values.

func NewNameIdentifierCollectionIterator

func NewNameIdentifierCollectionIterator(page NameIdentifierCollectionPage) NameIdentifierCollectionIterator

Creates a new instance of the NameIdentifierCollectionIterator type.

func (*NameIdentifierCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*NameIdentifierCollectionIterator) NextWithContext

func (iter *NameIdentifierCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (NameIdentifierCollectionIterator) NotDone

func (iter NameIdentifierCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (NameIdentifierCollectionIterator) Response

Response returns the raw server response from the last page request.

func (NameIdentifierCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type NameIdentifierCollectionPage

type NameIdentifierCollectionPage struct {
	// contains filtered or unexported fields
}

NameIdentifierCollectionPage contains a page of NameIdentifier values.

func NewNameIdentifierCollectionPage

Creates a new instance of the NameIdentifierCollectionPage type.

func (*NameIdentifierCollectionPage) Next

func (page *NameIdentifierCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*NameIdentifierCollectionPage) NextWithContext

func (page *NameIdentifierCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (NameIdentifierCollectionPage) NotDone

func (page NameIdentifierCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (NameIdentifierCollectionPage) Response

Response returns the raw server response from the last page request.

func (NameIdentifierCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type NameValuePair

type NameValuePair struct {
	// Name - Pair name.
	Name *string `json:"name,omitempty"`
	// Value - Pair value.
	Value *string `json:"value,omitempty"`
}

NameValuePair name value pair.

type NetworkFeatures

type NetworkFeatures struct {
	autorest.Response `json:"-"`
	// NetworkFeaturesProperties - NetworkFeatures resource specific properties
	*NetworkFeaturesProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

NetworkFeatures full view of network features for an app (presently VNET integration and Hybrid Connections).

func (NetworkFeatures) MarshalJSON

func (nf NetworkFeatures) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for NetworkFeatures.

func (*NetworkFeatures) UnmarshalJSON

func (nf *NetworkFeatures) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for NetworkFeatures struct.

type NetworkFeaturesProperties

type NetworkFeaturesProperties struct {
	// VirtualNetworkName - READ-ONLY; The Virtual Network name.
	VirtualNetworkName *string `json:"virtualNetworkName,omitempty"`
	// VirtualNetworkConnection - READ-ONLY; The Virtual Network summary view.
	VirtualNetworkConnection *VnetInfo `json:"virtualNetworkConnection,omitempty"`
	// HybridConnections - READ-ONLY; The Hybrid Connections summary view.
	HybridConnections *[]RelayServiceConnectionEntity `json:"hybridConnections,omitempty"`
	// HybridConnectionsV2 - READ-ONLY; The Hybrid Connection V2 (Service Bus) view.
	HybridConnectionsV2 *[]HybridConnection `json:"hybridConnectionsV2,omitempty"`
}

NetworkFeaturesProperties networkFeatures resource specific properties

func (NetworkFeaturesProperties) MarshalJSON

func (nf NetworkFeaturesProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for NetworkFeaturesProperties.

type NetworkTrace

type NetworkTrace struct {
	// Path - Local file path for the captured network trace file.
	Path *string `json:"path,omitempty"`
	// Status - Current status of the network trace operation, same as Operation.Status (InProgress/Succeeded/Failed).
	Status *string `json:"status,omitempty"`
	// Message - Detailed message of a network trace operation, e.g. error message in case of failure.
	Message *string `json:"message,omitempty"`
}

NetworkTrace network trace

type Nonce

type Nonce struct {
	// ValidateNonce - <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.
	ValidateNonce *bool `json:"validateNonce,omitempty"`
	// NonceExpirationInterval - The time after the request is made when the nonce should expire.
	NonceExpirationInterval *string `json:"nonceExpirationInterval,omitempty"`
}

Nonce the configuration settings of the nonce used in the login flow.

type NotificationLevel

type NotificationLevel string

NotificationLevel enumerates the values for notification level.

const (
	// NotificationLevelCritical ...
	NotificationLevelCritical NotificationLevel = "Critical"
	// NotificationLevelInformation ...
	NotificationLevelInformation NotificationLevel = "Information"
	// NotificationLevelNonUrgentSuggestion ...
	NotificationLevelNonUrgentSuggestion NotificationLevel = "NonUrgentSuggestion"
	// NotificationLevelWarning ...
	NotificationLevelWarning NotificationLevel = "Warning"
)

func PossibleNotificationLevelValues

func PossibleNotificationLevelValues() []NotificationLevel

PossibleNotificationLevelValues returns an array of possible values for the NotificationLevel const type.

type OpenIDConnectClientCredential

type OpenIDConnectClientCredential struct {
	// Method - The method that should be used to authenticate the user. Possible values include: 'ClientCredentialMethodClientSecretPost'
	Method ClientCredentialMethod `json:"method,omitempty"`
	// ClientSecretSettingName - The app setting that contains the client secret for the custom Open ID Connect provider.
	ClientSecretSettingName *string `json:"clientSecretSettingName,omitempty"`
}

OpenIDConnectClientCredential the authentication client credentials of the custom Open ID Connect provider.

type OpenIDConnectConfig

type OpenIDConnectConfig struct {
	// AuthorizationEndpoint - The endpoint to be used to make an authorization request.
	AuthorizationEndpoint *string `json:"authorizationEndpoint,omitempty"`
	// TokenEndpoint - The endpoint to be used to request a token.
	TokenEndpoint *string `json:"tokenEndpoint,omitempty"`
	// Issuer - The endpoint that issues the token.
	Issuer *string `json:"issuer,omitempty"`
	// CertificationURI - The endpoint that provides the keys necessary to validate the token.
	CertificationURI *string `json:"certificationUri,omitempty"`
	// WellKnownOpenIDConfiguration - The endpoint that contains all the configuration endpoints for the provider.
	WellKnownOpenIDConfiguration *string `json:"wellKnownOpenIdConfiguration,omitempty"`
}

OpenIDConnectConfig the configuration settings of the endpoints used for the custom Open ID Connect provider.

type OpenIDConnectLogin

type OpenIDConnectLogin struct {
	// NameClaimType - The name of the claim that contains the users name.
	NameClaimType *string `json:"nameClaimType,omitempty"`
	// Scopes - A list of the scopes that should be requested while authenticating.
	Scopes *[]string `json:"scopes,omitempty"`
}

OpenIDConnectLogin the configuration settings of the login flow of the custom Open ID Connect provider.

type OpenIDConnectRegistration

type OpenIDConnectRegistration struct {
	// ClientID - The client id of the custom Open ID Connect provider.
	ClientID *string `json:"clientId,omitempty"`
	// ClientCredential - The authentication credentials of the custom Open ID Connect provider.
	ClientCredential *OpenIDConnectClientCredential `json:"clientCredential,omitempty"`
	// OpenIDConnectConfiguration - The configuration settings of the endpoints used for the custom Open ID Connect provider.
	OpenIDConnectConfiguration *OpenIDConnectConfig `json:"openIdConnectConfiguration,omitempty"`
}

OpenIDConnectRegistration the configuration settings of the app registration for the custom Open ID Connect provider.

type Operation

type Operation struct {
	autorest.Response `json:"-"`
	// ID - Operation ID.
	ID *string `json:"id,omitempty"`
	// Name - Operation name.
	Name *string `json:"name,omitempty"`
	// Status - The current status of the operation. Possible values include: 'OperationStatusInProgress', 'OperationStatusFailed', 'OperationStatusSucceeded', 'OperationStatusTimedOut', 'OperationStatusCreated'
	Status OperationStatus `json:"status,omitempty"`
	// Errors - Any errors associate with the operation.
	Errors *[]ErrorEntity `json:"errors,omitempty"`
	// CreatedTime - Time when operation has started.
	CreatedTime *date.Time `json:"createdTime,omitempty"`
	// ModifiedTime - Time when operation has been updated.
	ModifiedTime *date.Time `json:"modifiedTime,omitempty"`
	// ExpirationTime - Time when operation will expire.
	ExpirationTime *date.Time `json:"expirationTime,omitempty"`
	// GeoMasterOperationID - Applicable only for stamp operation ids.
	GeoMasterOperationID *uuid.UUID `json:"geoMasterOperationId,omitempty"`
}

Operation an operation on a resource.

type OperationStatus

type OperationStatus string

OperationStatus enumerates the values for operation status.

const (
	// OperationStatusCreated ...
	OperationStatusCreated OperationStatus = "Created"
	// OperationStatusFailed ...
	OperationStatusFailed OperationStatus = "Failed"
	// OperationStatusInProgress ...
	OperationStatusInProgress OperationStatus = "InProgress"
	// OperationStatusSucceeded ...
	OperationStatusSucceeded OperationStatus = "Succeeded"
	// OperationStatusTimedOut ...
	OperationStatusTimedOut OperationStatus = "TimedOut"
)

func PossibleOperationStatusValues

func PossibleOperationStatusValues() []OperationStatus

PossibleOperationStatusValues returns an array of possible values for the OperationStatus const type.

type OutboundEnvironmentEndpoint

type OutboundEnvironmentEndpoint struct {
	// Category - The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
	Category *string `json:"category,omitempty"`
	// Endpoints - The endpoints that the App Service Environment reaches the service at.
	Endpoints *[]EndpointDependency `json:"endpoints,omitempty"`
}

OutboundEnvironmentEndpoint endpoints accessed for a common purpose that the App Service Environment requires outbound network access to.

type OutboundEnvironmentEndpointCollection

type OutboundEnvironmentEndpointCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]OutboundEnvironmentEndpoint `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

OutboundEnvironmentEndpointCollection collection of Outbound Environment Endpoints

func (OutboundEnvironmentEndpointCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (OutboundEnvironmentEndpointCollection) MarshalJSON

func (oeec OutboundEnvironmentEndpointCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for OutboundEnvironmentEndpointCollection.

type OutboundEnvironmentEndpointCollectionIterator

type OutboundEnvironmentEndpointCollectionIterator struct {
	// contains filtered or unexported fields
}

OutboundEnvironmentEndpointCollectionIterator provides access to a complete listing of OutboundEnvironmentEndpoint values.

func NewOutboundEnvironmentEndpointCollectionIterator

func NewOutboundEnvironmentEndpointCollectionIterator(page OutboundEnvironmentEndpointCollectionPage) OutboundEnvironmentEndpointCollectionIterator

Creates a new instance of the OutboundEnvironmentEndpointCollectionIterator type.

func (*OutboundEnvironmentEndpointCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*OutboundEnvironmentEndpointCollectionIterator) NextWithContext

func (iter *OutboundEnvironmentEndpointCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (OutboundEnvironmentEndpointCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (OutboundEnvironmentEndpointCollectionIterator) Response

Response returns the raw server response from the last page request.

func (OutboundEnvironmentEndpointCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type OutboundEnvironmentEndpointCollectionPage

type OutboundEnvironmentEndpointCollectionPage struct {
	// contains filtered or unexported fields
}

OutboundEnvironmentEndpointCollectionPage contains a page of OutboundEnvironmentEndpoint values.

func NewOutboundEnvironmentEndpointCollectionPage

Creates a new instance of the OutboundEnvironmentEndpointCollectionPage type.

func (*OutboundEnvironmentEndpointCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*OutboundEnvironmentEndpointCollectionPage) NextWithContext

func (page *OutboundEnvironmentEndpointCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (OutboundEnvironmentEndpointCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (OutboundEnvironmentEndpointCollectionPage) Response

Response returns the raw server response from the last page request.

func (OutboundEnvironmentEndpointCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type PerfMonCounterCollection

type PerfMonCounterCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]PerfMonResponse `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

PerfMonCounterCollection collection of performance monitor counters.

func (PerfMonCounterCollection) IsEmpty

func (pmcc PerfMonCounterCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (PerfMonCounterCollection) MarshalJSON

func (pmcc PerfMonCounterCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PerfMonCounterCollection.

type PerfMonCounterCollectionIterator

type PerfMonCounterCollectionIterator struct {
	// contains filtered or unexported fields
}

PerfMonCounterCollectionIterator provides access to a complete listing of PerfMonResponse values.

func NewPerfMonCounterCollectionIterator

func NewPerfMonCounterCollectionIterator(page PerfMonCounterCollectionPage) PerfMonCounterCollectionIterator

Creates a new instance of the PerfMonCounterCollectionIterator type.

func (*PerfMonCounterCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PerfMonCounterCollectionIterator) NextWithContext

func (iter *PerfMonCounterCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (PerfMonCounterCollectionIterator) NotDone

func (iter PerfMonCounterCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (PerfMonCounterCollectionIterator) Response

Response returns the raw server response from the last page request.

func (PerfMonCounterCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type PerfMonCounterCollectionPage

type PerfMonCounterCollectionPage struct {
	// contains filtered or unexported fields
}

PerfMonCounterCollectionPage contains a page of PerfMonResponse values.

func NewPerfMonCounterCollectionPage

Creates a new instance of the PerfMonCounterCollectionPage type.

func (*PerfMonCounterCollectionPage) Next

func (page *PerfMonCounterCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PerfMonCounterCollectionPage) NextWithContext

func (page *PerfMonCounterCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (PerfMonCounterCollectionPage) NotDone

func (page PerfMonCounterCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (PerfMonCounterCollectionPage) Response

Response returns the raw server response from the last page request.

func (PerfMonCounterCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type PerfMonResponse

type PerfMonResponse struct {
	// Code - The response code.
	Code *string `json:"code,omitempty"`
	// Message - The message.
	Message *string `json:"message,omitempty"`
	// Data - The performance monitor counters.
	Data *PerfMonSet `json:"data,omitempty"`
}

PerfMonResponse performance monitor API response.

type PerfMonSample

type PerfMonSample struct {
	// Time - Point in time for which counter was measured.
	Time *date.Time `json:"time,omitempty"`
	// InstanceName - Name of the server on which the measurement is made.
	InstanceName *string `json:"instanceName,omitempty"`
	// Value - Value of counter at a certain time.
	Value *float64 `json:"value,omitempty"`
}

PerfMonSample performance monitor sample in a set.

type PerfMonSet

type PerfMonSet struct {
	// Name - Unique key name of the counter.
	Name *string `json:"name,omitempty"`
	// StartTime - Start time of the period.
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - End time of the period.
	EndTime *date.Time `json:"endTime,omitempty"`
	// TimeGrain - Presented time grain.
	TimeGrain *string `json:"timeGrain,omitempty"`
	// Values - Collection of workers that are active during this time.
	Values *[]PerfMonSample `json:"values,omitempty"`
}

PerfMonSet metric information.

type PremierAddOn

type PremierAddOn struct {
	autorest.Response `json:"-"`
	// PremierAddOnProperties - PremierAddOn resource specific properties
	*PremierAddOnProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

PremierAddOn premier add-on.

func (PremierAddOn) MarshalJSON

func (pao PremierAddOn) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PremierAddOn.

func (*PremierAddOn) UnmarshalJSON

func (pao *PremierAddOn) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PremierAddOn struct.

type PremierAddOnOffer

type PremierAddOnOffer struct {
	// PremierAddOnOfferProperties - PremierAddOnOffer resource specific properties
	*PremierAddOnOfferProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

PremierAddOnOffer premier add-on offer.

func (PremierAddOnOffer) MarshalJSON

func (paoo PremierAddOnOffer) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PremierAddOnOffer.

func (*PremierAddOnOffer) UnmarshalJSON

func (paoo *PremierAddOnOffer) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PremierAddOnOffer struct.

type PremierAddOnOfferCollection

type PremierAddOnOfferCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]PremierAddOnOffer `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

PremierAddOnOfferCollection collection of premier add-on offers.

func (PremierAddOnOfferCollection) IsEmpty

func (paooc PremierAddOnOfferCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (PremierAddOnOfferCollection) MarshalJSON

func (paooc PremierAddOnOfferCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PremierAddOnOfferCollection.

type PremierAddOnOfferCollectionIterator

type PremierAddOnOfferCollectionIterator struct {
	// contains filtered or unexported fields
}

PremierAddOnOfferCollectionIterator provides access to a complete listing of PremierAddOnOffer values.

func NewPremierAddOnOfferCollectionIterator

func NewPremierAddOnOfferCollectionIterator(page PremierAddOnOfferCollectionPage) PremierAddOnOfferCollectionIterator

Creates a new instance of the PremierAddOnOfferCollectionIterator type.

func (*PremierAddOnOfferCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PremierAddOnOfferCollectionIterator) NextWithContext

func (iter *PremierAddOnOfferCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (PremierAddOnOfferCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (PremierAddOnOfferCollectionIterator) Response

Response returns the raw server response from the last page request.

func (PremierAddOnOfferCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type PremierAddOnOfferCollectionPage

type PremierAddOnOfferCollectionPage struct {
	// contains filtered or unexported fields
}

PremierAddOnOfferCollectionPage contains a page of PremierAddOnOffer values.

func NewPremierAddOnOfferCollectionPage

Creates a new instance of the PremierAddOnOfferCollectionPage type.

func (*PremierAddOnOfferCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PremierAddOnOfferCollectionPage) NextWithContext

func (page *PremierAddOnOfferCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (PremierAddOnOfferCollectionPage) NotDone

func (page PremierAddOnOfferCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (PremierAddOnOfferCollectionPage) Response

Response returns the raw server response from the last page request.

func (PremierAddOnOfferCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type PremierAddOnOfferProperties

type PremierAddOnOfferProperties struct {
	// Sku - Premier add on SKU.
	Sku *string `json:"sku,omitempty"`
	// Product - Premier add on offer Product.
	Product *string `json:"product,omitempty"`
	// Vendor - Premier add on offer Vendor.
	Vendor *string `json:"vendor,omitempty"`
	// PromoCodeRequired - <code>true</code> if promotion code is required; otherwise, <code>false</code>.
	PromoCodeRequired *bool `json:"promoCodeRequired,omitempty"`
	// Quota - Premier add on offer Quota.
	Quota *int32 `json:"quota,omitempty"`
	// WebHostingPlanRestrictions - App Service plans this offer is restricted to. Possible values include: 'AppServicePlanRestrictionsNone', 'AppServicePlanRestrictionsFree', 'AppServicePlanRestrictionsShared', 'AppServicePlanRestrictionsBasic', 'AppServicePlanRestrictionsStandard', 'AppServicePlanRestrictionsPremium'
	WebHostingPlanRestrictions AppServicePlanRestrictions `json:"webHostingPlanRestrictions,omitempty"`
	// PrivacyPolicyURL - Privacy policy URL.
	PrivacyPolicyURL *string `json:"privacyPolicyUrl,omitempty"`
	// LegalTermsURL - Legal terms URL.
	LegalTermsURL *string `json:"legalTermsUrl,omitempty"`
	// MarketplacePublisher - Marketplace publisher.
	MarketplacePublisher *string `json:"marketplacePublisher,omitempty"`
	// MarketplaceOffer - Marketplace offer.
	MarketplaceOffer *string `json:"marketplaceOffer,omitempty"`
}

PremierAddOnOfferProperties premierAddOnOffer resource specific properties

type PremierAddOnPatchResource

type PremierAddOnPatchResource struct {
	// PremierAddOnPatchResourceProperties - PremierAddOnPatchResource resource specific properties
	*PremierAddOnPatchResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

PremierAddOnPatchResource ARM resource for a PremierAddOn.

func (PremierAddOnPatchResource) MarshalJSON

func (paopr PremierAddOnPatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PremierAddOnPatchResource.

func (*PremierAddOnPatchResource) UnmarshalJSON

func (paopr *PremierAddOnPatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PremierAddOnPatchResource struct.

type PremierAddOnPatchResourceProperties

type PremierAddOnPatchResourceProperties struct {
	// Sku - Premier add on SKU.
	Sku *string `json:"sku,omitempty"`
	// Product - Premier add on Product.
	Product *string `json:"product,omitempty"`
	// Vendor - Premier add on Vendor.
	Vendor *string `json:"vendor,omitempty"`
	// MarketplacePublisher - Premier add on Marketplace publisher.
	MarketplacePublisher *string `json:"marketplacePublisher,omitempty"`
	// MarketplaceOffer - Premier add on Marketplace offer.
	MarketplaceOffer *string `json:"marketplaceOffer,omitempty"`
}

PremierAddOnPatchResourceProperties premierAddOnPatchResource resource specific properties

type PremierAddOnProperties

type PremierAddOnProperties struct {
	// Sku - Premier add on SKU.
	Sku *string `json:"sku,omitempty"`
	// Product - Premier add on Product.
	Product *string `json:"product,omitempty"`
	// Vendor - Premier add on Vendor.
	Vendor *string `json:"vendor,omitempty"`
	// MarketplacePublisher - Premier add on Marketplace publisher.
	MarketplacePublisher *string `json:"marketplacePublisher,omitempty"`
	// MarketplaceOffer - Premier add on Marketplace offer.
	MarketplaceOffer *string `json:"marketplaceOffer,omitempty"`
}

PremierAddOnProperties premierAddOn resource specific properties

type PrivateAccess

type PrivateAccess struct {
	autorest.Response `json:"-"`
	// PrivateAccessProperties - PrivateAccess resource specific properties
	*PrivateAccessProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

PrivateAccess description of the parameters of Private Access for a Web Site.

func (PrivateAccess) MarshalJSON

func (pa PrivateAccess) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PrivateAccess.

func (*PrivateAccess) UnmarshalJSON

func (pa *PrivateAccess) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PrivateAccess struct.

type PrivateAccessProperties

type PrivateAccessProperties struct {
	// Enabled - Whether private access is enabled or not.
	Enabled *bool `json:"enabled,omitempty"`
	// VirtualNetworks - The Virtual Networks (and subnets) allowed to access the site privately.
	VirtualNetworks *[]PrivateAccessVirtualNetwork `json:"virtualNetworks,omitempty"`
}

PrivateAccessProperties privateAccess resource specific properties

type PrivateAccessSubnet

type PrivateAccessSubnet struct {
	// Name - The name of the subnet.
	Name *string `json:"name,omitempty"`
	// Key - The key (ID) of the subnet.
	Key *int32 `json:"key,omitempty"`
}

PrivateAccessSubnet description of a Virtual Network subnet that is useable for private site access.

type PrivateAccessVirtualNetwork

type PrivateAccessVirtualNetwork struct {
	// Name - The name of the Virtual Network.
	Name *string `json:"name,omitempty"`
	// Key - The key (ID) of the Virtual Network.
	Key *int32 `json:"key,omitempty"`
	// ResourceID - The ARM uri of the Virtual Network
	ResourceID *string `json:"resourceId,omitempty"`
	// Subnets - A List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this Virtual Network.
	Subnets *[]PrivateAccessSubnet `json:"subnets,omitempty"`
}

PrivateAccessVirtualNetwork description of a Virtual Network that is useable for private site access.

type PrivateEndpointConnectionCollection

type PrivateEndpointConnectionCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]RemotePrivateEndpointConnectionARMResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

PrivateEndpointConnectionCollection ...

func (PrivateEndpointConnectionCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (PrivateEndpointConnectionCollection) MarshalJSON

func (pecc PrivateEndpointConnectionCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PrivateEndpointConnectionCollection.

type PrivateEndpointConnectionCollectionIterator

type PrivateEndpointConnectionCollectionIterator struct {
	// contains filtered or unexported fields
}

PrivateEndpointConnectionCollectionIterator provides access to a complete listing of RemotePrivateEndpointConnectionARMResource values.

func NewPrivateEndpointConnectionCollectionIterator

func NewPrivateEndpointConnectionCollectionIterator(page PrivateEndpointConnectionCollectionPage) PrivateEndpointConnectionCollectionIterator

Creates a new instance of the PrivateEndpointConnectionCollectionIterator type.

func (*PrivateEndpointConnectionCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PrivateEndpointConnectionCollectionIterator) NextWithContext

func (iter *PrivateEndpointConnectionCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (PrivateEndpointConnectionCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (PrivateEndpointConnectionCollectionIterator) Response

Response returns the raw server response from the last page request.

func (PrivateEndpointConnectionCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type PrivateEndpointConnectionCollectionPage

type PrivateEndpointConnectionCollectionPage struct {
	// contains filtered or unexported fields
}

PrivateEndpointConnectionCollectionPage contains a page of RemotePrivateEndpointConnectionARMResource values.

func NewPrivateEndpointConnectionCollectionPage

Creates a new instance of the PrivateEndpointConnectionCollectionPage type.

func (*PrivateEndpointConnectionCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PrivateEndpointConnectionCollectionPage) NextWithContext

func (page *PrivateEndpointConnectionCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (PrivateEndpointConnectionCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (PrivateEndpointConnectionCollectionPage) Response

Response returns the raw server response from the last page request.

func (PrivateEndpointConnectionCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type PrivateLinkConnectionApprovalRequest

type PrivateLinkConnectionApprovalRequest struct {
	PrivateLinkServiceConnectionState *PrivateLinkConnectionState `json:"privateLinkServiceConnectionState,omitempty"`
}

PrivateLinkConnectionApprovalRequest a request to approve or reject a private endpoint connection

type PrivateLinkConnectionApprovalRequestResource

type PrivateLinkConnectionApprovalRequestResource struct {
	// PrivateLinkConnectionApprovalRequest - Core resource properties
	*PrivateLinkConnectionApprovalRequest `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

PrivateLinkConnectionApprovalRequestResource private Endpoint Connection Approval ARM resource.

func (PrivateLinkConnectionApprovalRequestResource) MarshalJSON

func (plcarr PrivateLinkConnectionApprovalRequestResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PrivateLinkConnectionApprovalRequestResource.

func (*PrivateLinkConnectionApprovalRequestResource) UnmarshalJSON

func (plcarr *PrivateLinkConnectionApprovalRequestResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PrivateLinkConnectionApprovalRequestResource struct.

type PrivateLinkConnectionState

type PrivateLinkConnectionState struct {
	// Status - Status of a private link connection
	Status *string `json:"status,omitempty"`
	// Description - Description of a private link connection
	Description *string `json:"description,omitempty"`
	// ActionsRequired - ActionsRequired for a private link connection
	ActionsRequired *string `json:"actionsRequired,omitempty"`
}

PrivateLinkConnectionState the state of a private link connection

type PrivateLinkResource

type PrivateLinkResource struct {
	ID *string `json:"id,omitempty"`
	// Name - Name of a private link resource
	Name *string `json:"name,omitempty"`
	Type *string `json:"type,omitempty"`
	// Properties - Properties of a private link resource
	Properties *PrivateLinkResourceProperties `json:"properties,omitempty"`
}

PrivateLinkResource a private link resource

type PrivateLinkResourceProperties

type PrivateLinkResourceProperties struct {
	// GroupID - READ-ONLY; GroupId of a private link resource
	GroupID *string `json:"groupId,omitempty"`
	// RequiredMembers - READ-ONLY; RequiredMembers of a private link resource
	RequiredMembers *[]string `json:"requiredMembers,omitempty"`
	// RequiredZoneNames - READ-ONLY; RequiredZoneNames of a private link resource
	RequiredZoneNames *[]string `json:"requiredZoneNames,omitempty"`
}

PrivateLinkResourceProperties properties of a private link resource

func (PrivateLinkResourceProperties) MarshalJSON

func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PrivateLinkResourceProperties.

type PrivateLinkResourcesWrapper

type PrivateLinkResourcesWrapper struct {
	autorest.Response `json:"-"`
	Value             *[]PrivateLinkResource `json:"value,omitempty"`
}

PrivateLinkResourcesWrapper wrapper for a collection of private link resources

type ProcessInfo

type ProcessInfo struct {
	autorest.Response `json:"-"`
	// ProcessInfoProperties - ProcessInfo resource specific properties
	*ProcessInfoProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ProcessInfo process Information.

func (ProcessInfo) MarshalJSON

func (pi ProcessInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessInfo.

func (*ProcessInfo) UnmarshalJSON

func (pi *ProcessInfo) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ProcessInfo struct.

type ProcessInfoCollection

type ProcessInfoCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]ProcessInfo `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ProcessInfoCollection collection of Kudu process information elements.

func (ProcessInfoCollection) IsEmpty

func (pic ProcessInfoCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ProcessInfoCollection) MarshalJSON

func (pic ProcessInfoCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessInfoCollection.

type ProcessInfoCollectionIterator

type ProcessInfoCollectionIterator struct {
	// contains filtered or unexported fields
}

ProcessInfoCollectionIterator provides access to a complete listing of ProcessInfo values.

func NewProcessInfoCollectionIterator

func NewProcessInfoCollectionIterator(page ProcessInfoCollectionPage) ProcessInfoCollectionIterator

Creates a new instance of the ProcessInfoCollectionIterator type.

func (*ProcessInfoCollectionIterator) Next

func (iter *ProcessInfoCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ProcessInfoCollectionIterator) NextWithContext

func (iter *ProcessInfoCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ProcessInfoCollectionIterator) NotDone

func (iter ProcessInfoCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (ProcessInfoCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ProcessInfoCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ProcessInfoCollectionPage

type ProcessInfoCollectionPage struct {
	// contains filtered or unexported fields
}

ProcessInfoCollectionPage contains a page of ProcessInfo values.

func NewProcessInfoCollectionPage

Creates a new instance of the ProcessInfoCollectionPage type.

func (*ProcessInfoCollectionPage) Next

func (page *ProcessInfoCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ProcessInfoCollectionPage) NextWithContext

func (page *ProcessInfoCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ProcessInfoCollectionPage) NotDone

func (page ProcessInfoCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ProcessInfoCollectionPage) Response

Response returns the raw server response from the last page request.

func (ProcessInfoCollectionPage) Values

func (page ProcessInfoCollectionPage) Values() []ProcessInfo

Values returns the slice of values for the current page or nil if there are no values.

type ProcessInfoProperties

type ProcessInfoProperties struct {
	// Identifier - READ-ONLY; ARM Identifier for deployment.
	Identifier *int32 `json:"identifier,omitempty"`
	// DeploymentName - Deployment name.
	DeploymentName *string `json:"deployment_name,omitempty"`
	// Href - HRef URI.
	Href *string `json:"href,omitempty"`
	// Minidump - Minidump URI.
	Minidump *string `json:"minidump,omitempty"`
	// IsProfileRunning - Is profile running?
	IsProfileRunning *bool `json:"is_profile_running,omitempty"`
	// IsIisProfileRunning - Is the IIS Profile running?
	IsIisProfileRunning *bool `json:"is_iis_profile_running,omitempty"`
	// IisProfileTimeoutInSeconds - IIS Profile timeout (seconds).
	IisProfileTimeoutInSeconds *float64 `json:"iis_profile_timeout_in_seconds,omitempty"`
	// Parent - Parent process.
	Parent *string `json:"parent,omitempty"`
	// Children - Child process list.
	Children *[]string `json:"children,omitempty"`
	// Threads - Thread list.
	Threads *[]ProcessThreadInfo `json:"threads,omitempty"`
	// OpenFileHandles - List of open files.
	OpenFileHandles *[]string `json:"open_file_handles,omitempty"`
	// Modules - List of modules.
	Modules *[]ProcessModuleInfo `json:"modules,omitempty"`
	// FileName - File name of this process.
	FileName *string `json:"file_name,omitempty"`
	// CommandLine - Command line.
	CommandLine *string `json:"command_line,omitempty"`
	// UserName - User name.
	UserName *string `json:"user_name,omitempty"`
	// HandleCount - Handle count.
	HandleCount *int32 `json:"handle_count,omitempty"`
	// ModuleCount - Module count.
	ModuleCount *int32 `json:"module_count,omitempty"`
	// ThreadCount - Thread count.
	ThreadCount *int32 `json:"thread_count,omitempty"`
	// StartTime - Start time.
	StartTime *date.Time `json:"start_time,omitempty"`
	// TotalCPUTime - Total CPU time.
	TotalCPUTime *string `json:"total_cpu_time,omitempty"`
	// UserCPUTime - User CPU time.
	UserCPUTime *string `json:"user_cpu_time,omitempty"`
	// PrivilegedCPUTime - Privileged CPU time.
	PrivilegedCPUTime *string `json:"privileged_cpu_time,omitempty"`
	// WorkingSet - Working set.
	WorkingSet *int64 `json:"working_set,omitempty"`
	// PeakWorkingSet - Peak working set.
	PeakWorkingSet *int64 `json:"peak_working_set,omitempty"`
	// PrivateMemory - Private memory size.
	PrivateMemory *int64 `json:"private_memory,omitempty"`
	// VirtualMemory - Virtual memory size.
	VirtualMemory *int64 `json:"virtual_memory,omitempty"`
	// PeakVirtualMemory - Peak virtual memory usage.
	PeakVirtualMemory *int64 `json:"peak_virtual_memory,omitempty"`
	// PagedSystemMemory - Paged system memory.
	PagedSystemMemory *int64 `json:"paged_system_memory,omitempty"`
	// NonPagedSystemMemory - Non-paged system memory.
	NonPagedSystemMemory *int64 `json:"non_paged_system_memory,omitempty"`
	// PagedMemory - Paged memory.
	PagedMemory *int64 `json:"paged_memory,omitempty"`
	// PeakPagedMemory - Peak paged memory.
	PeakPagedMemory *int64 `json:"peak_paged_memory,omitempty"`
	// TimeStamp - Time stamp.
	TimeStamp *date.Time `json:"time_stamp,omitempty"`
	// EnvironmentVariables - List of environment variables.
	EnvironmentVariables map[string]*string `json:"environment_variables"`
	// IsScmSite - Is this the SCM site?
	IsScmSite *bool `json:"is_scm_site,omitempty"`
	// IsWebjob - Is this a Web Job?
	IsWebjob *bool `json:"is_webjob,omitempty"`
	// Description - Description of process.
	Description *string `json:"description,omitempty"`
}

ProcessInfoProperties processInfo resource specific properties

func (ProcessInfoProperties) MarshalJSON

func (pi ProcessInfoProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessInfoProperties.

type ProcessModuleInfo

type ProcessModuleInfo struct {
	autorest.Response `json:"-"`
	// ProcessModuleInfoProperties - ProcessModuleInfo resource specific properties
	*ProcessModuleInfoProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ProcessModuleInfo process Module Information.

func (ProcessModuleInfo) MarshalJSON

func (pmi ProcessModuleInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessModuleInfo.

func (*ProcessModuleInfo) UnmarshalJSON

func (pmi *ProcessModuleInfo) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ProcessModuleInfo struct.

type ProcessModuleInfoCollection

type ProcessModuleInfoCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]ProcessModuleInfo `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ProcessModuleInfoCollection collection of Kudu thread information elements.

func (ProcessModuleInfoCollection) IsEmpty

func (pmic ProcessModuleInfoCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ProcessModuleInfoCollection) MarshalJSON

func (pmic ProcessModuleInfoCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessModuleInfoCollection.

type ProcessModuleInfoCollectionIterator

type ProcessModuleInfoCollectionIterator struct {
	// contains filtered or unexported fields
}

ProcessModuleInfoCollectionIterator provides access to a complete listing of ProcessModuleInfo values.

func NewProcessModuleInfoCollectionIterator

func NewProcessModuleInfoCollectionIterator(page ProcessModuleInfoCollectionPage) ProcessModuleInfoCollectionIterator

Creates a new instance of the ProcessModuleInfoCollectionIterator type.

func (*ProcessModuleInfoCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ProcessModuleInfoCollectionIterator) NextWithContext

func (iter *ProcessModuleInfoCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ProcessModuleInfoCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (ProcessModuleInfoCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ProcessModuleInfoCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ProcessModuleInfoCollectionPage

type ProcessModuleInfoCollectionPage struct {
	// contains filtered or unexported fields
}

ProcessModuleInfoCollectionPage contains a page of ProcessModuleInfo values.

func NewProcessModuleInfoCollectionPage

Creates a new instance of the ProcessModuleInfoCollectionPage type.

func (*ProcessModuleInfoCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ProcessModuleInfoCollectionPage) NextWithContext

func (page *ProcessModuleInfoCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ProcessModuleInfoCollectionPage) NotDone

func (page ProcessModuleInfoCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ProcessModuleInfoCollectionPage) Response

Response returns the raw server response from the last page request.

func (ProcessModuleInfoCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type ProcessModuleInfoProperties

type ProcessModuleInfoProperties struct {
	// BaseAddress - Base address. Used as module identifier in ARM resource URI.
	BaseAddress *string `json:"base_address,omitempty"`
	// FileName - File name.
	FileName *string `json:"file_name,omitempty"`
	// Href - HRef URI.
	Href *string `json:"href,omitempty"`
	// FilePath - File path.
	FilePath *string `json:"file_path,omitempty"`
	// ModuleMemorySize - Module memory size.
	ModuleMemorySize *int32 `json:"module_memory_size,omitempty"`
	// FileVersion - File version.
	FileVersion *string `json:"file_version,omitempty"`
	// FileDescription - File description.
	FileDescription *string `json:"file_description,omitempty"`
	// Product - Product name.
	Product *string `json:"product,omitempty"`
	// ProductVersion - Product version.
	ProductVersion *string `json:"product_version,omitempty"`
	// IsDebug - Is debug?
	IsDebug *bool `json:"is_debug,omitempty"`
	// Language - Module language (locale).
	Language *string `json:"language,omitempty"`
}

ProcessModuleInfoProperties processModuleInfo resource specific properties

type ProcessThreadInfo

type ProcessThreadInfo struct {
	// ProcessThreadInfoProperties - ProcessThreadInfo resource specific properties
	*ProcessThreadInfoProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ProcessThreadInfo process Thread Information.

func (ProcessThreadInfo) MarshalJSON

func (pti ProcessThreadInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessThreadInfo.

func (*ProcessThreadInfo) UnmarshalJSON

func (pti *ProcessThreadInfo) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ProcessThreadInfo struct.

type ProcessThreadInfoCollection

type ProcessThreadInfoCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]ProcessThreadInfo `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ProcessThreadInfoCollection collection of Kudu thread information elements.

func (ProcessThreadInfoCollection) IsEmpty

func (ptic ProcessThreadInfoCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ProcessThreadInfoCollection) MarshalJSON

func (ptic ProcessThreadInfoCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessThreadInfoCollection.

type ProcessThreadInfoCollectionIterator

type ProcessThreadInfoCollectionIterator struct {
	// contains filtered or unexported fields
}

ProcessThreadInfoCollectionIterator provides access to a complete listing of ProcessThreadInfo values.

func NewProcessThreadInfoCollectionIterator

func NewProcessThreadInfoCollectionIterator(page ProcessThreadInfoCollectionPage) ProcessThreadInfoCollectionIterator

Creates a new instance of the ProcessThreadInfoCollectionIterator type.

func (*ProcessThreadInfoCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ProcessThreadInfoCollectionIterator) NextWithContext

func (iter *ProcessThreadInfoCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ProcessThreadInfoCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (ProcessThreadInfoCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ProcessThreadInfoCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ProcessThreadInfoCollectionPage

type ProcessThreadInfoCollectionPage struct {
	// contains filtered or unexported fields
}

ProcessThreadInfoCollectionPage contains a page of ProcessThreadInfo values.

func NewProcessThreadInfoCollectionPage

Creates a new instance of the ProcessThreadInfoCollectionPage type.

func (*ProcessThreadInfoCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ProcessThreadInfoCollectionPage) NextWithContext

func (page *ProcessThreadInfoCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ProcessThreadInfoCollectionPage) NotDone

func (page ProcessThreadInfoCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ProcessThreadInfoCollectionPage) Response

Response returns the raw server response from the last page request.

func (ProcessThreadInfoCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type ProcessThreadInfoProperties

type ProcessThreadInfoProperties struct {
	// Identifier - READ-ONLY; Site extension ID.
	Identifier *int32 `json:"identifier,omitempty"`
	// Href - HRef URI.
	Href *string `json:"href,omitempty"`
	// Process - Process URI.
	Process *string `json:"process,omitempty"`
	// StartAddress - Start address.
	StartAddress *string `json:"start_address,omitempty"`
	// CurrentPriority - Current thread priority.
	CurrentPriority *int32 `json:"current_priority,omitempty"`
	// PriorityLevel - Thread priority level.
	PriorityLevel *string `json:"priority_level,omitempty"`
	// BasePriority - Base priority.
	BasePriority *int32 `json:"base_priority,omitempty"`
	// StartTime - Start time.
	StartTime *date.Time `json:"start_time,omitempty"`
	// TotalProcessorTime - Total processor time.
	TotalProcessorTime *string `json:"total_processor_time,omitempty"`
	// UserProcessorTime - User processor time.
	UserProcessorTime *string `json:"user_processor_time,omitempty"`
	// State - Thread state.
	State *string `json:"state,omitempty"`
	// WaitReason - Wait reason.
	WaitReason *string `json:"wait_reason,omitempty"`
}

ProcessThreadInfoProperties processThreadInfo resource specific properties

func (ProcessThreadInfoProperties) MarshalJSON

func (pti ProcessThreadInfoProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProcessThreadInfoProperties.

type ProviderClient

type ProviderClient struct {
	BaseClient
}

ProviderClient is the webSite Management Client

func NewProviderClient

func NewProviderClient(subscriptionID string) ProviderClient

NewProviderClient creates an instance of the ProviderClient client.

func NewProviderClientWithBaseURI

func NewProviderClientWithBaseURI(baseURI string, subscriptionID string) ProviderClient

NewProviderClientWithBaseURI creates an instance of the ProviderClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (ProviderClient) GetAvailableStacks

func (client ProviderClient) GetAvailableStacks(ctx context.Context, osTypeSelected string) (result ApplicationStackCollectionPage, err error)

GetAvailableStacks description for Get available application frameworks and their versions

func (ProviderClient) GetAvailableStacksComplete

func (client ProviderClient) GetAvailableStacksComplete(ctx context.Context, osTypeSelected string) (result ApplicationStackCollectionIterator, err error)

GetAvailableStacksComplete enumerates all values, automatically crossing page boundaries as required.

func (ProviderClient) GetAvailableStacksOnPrem

func (client ProviderClient) GetAvailableStacksOnPrem(ctx context.Context, osTypeSelected string) (result ApplicationStackCollectionPage, err error)

GetAvailableStacksOnPrem description for Get available application frameworks and their versions

func (ProviderClient) GetAvailableStacksOnPremComplete

func (client ProviderClient) GetAvailableStacksOnPremComplete(ctx context.Context, osTypeSelected string) (result ApplicationStackCollectionIterator, err error)

GetAvailableStacksOnPremComplete enumerates all values, automatically crossing page boundaries as required.

func (ProviderClient) GetAvailableStacksOnPremPreparer

func (client ProviderClient) GetAvailableStacksOnPremPreparer(ctx context.Context, osTypeSelected string) (*http.Request, error)

GetAvailableStacksOnPremPreparer prepares the GetAvailableStacksOnPrem request.

func (ProviderClient) GetAvailableStacksOnPremResponder

func (client ProviderClient) GetAvailableStacksOnPremResponder(resp *http.Response) (result ApplicationStackCollection, err error)

GetAvailableStacksOnPremResponder handles the response to the GetAvailableStacksOnPrem request. The method always closes the http.Response Body.

func (ProviderClient) GetAvailableStacksOnPremSender

func (client ProviderClient) GetAvailableStacksOnPremSender(req *http.Request) (*http.Response, error)

GetAvailableStacksOnPremSender sends the GetAvailableStacksOnPrem request. The method will close the http.Response Body if it receives an error.

func (ProviderClient) GetAvailableStacksPreparer

func (client ProviderClient) GetAvailableStacksPreparer(ctx context.Context, osTypeSelected string) (*http.Request, error)

GetAvailableStacksPreparer prepares the GetAvailableStacks request.

func (ProviderClient) GetAvailableStacksResponder

func (client ProviderClient) GetAvailableStacksResponder(resp *http.Response) (result ApplicationStackCollection, err error)

GetAvailableStacksResponder handles the response to the GetAvailableStacks request. The method always closes the http.Response Body.

func (ProviderClient) GetAvailableStacksSender

func (client ProviderClient) GetAvailableStacksSender(req *http.Request) (*http.Response, error)

GetAvailableStacksSender sends the GetAvailableStacks request. The method will close the http.Response Body if it receives an error.

func (ProviderClient) GetFunctionAppStacks

func (client ProviderClient) GetFunctionAppStacks(ctx context.Context, stackOsType string) (result FunctionAppStackCollectionPage, err error)

GetFunctionAppStacks description for Get available Function app frameworks and their versions Parameters: stackOsType - stack OS Type

func (ProviderClient) GetFunctionAppStacksComplete

func (client ProviderClient) GetFunctionAppStacksComplete(ctx context.Context, stackOsType string) (result FunctionAppStackCollectionIterator, err error)

GetFunctionAppStacksComplete enumerates all values, automatically crossing page boundaries as required.

func (ProviderClient) GetFunctionAppStacksForLocation

func (client ProviderClient) GetFunctionAppStacksForLocation(ctx context.Context, location string, stackOsType string) (result FunctionAppStackCollectionPage, err error)

GetFunctionAppStacksForLocation description for Get available Function app frameworks and their versions for location Parameters: location - function App stack location. stackOsType - stack OS Type

func (ProviderClient) GetFunctionAppStacksForLocationComplete

func (client ProviderClient) GetFunctionAppStacksForLocationComplete(ctx context.Context, location string, stackOsType string) (result FunctionAppStackCollectionIterator, err error)

GetFunctionAppStacksForLocationComplete enumerates all values, automatically crossing page boundaries as required.

func (ProviderClient) GetFunctionAppStacksForLocationPreparer

func (client ProviderClient) GetFunctionAppStacksForLocationPreparer(ctx context.Context, location string, stackOsType string) (*http.Request, error)

GetFunctionAppStacksForLocationPreparer prepares the GetFunctionAppStacksForLocation request.

func (ProviderClient) GetFunctionAppStacksForLocationResponder

func (client ProviderClient) GetFunctionAppStacksForLocationResponder(resp *http.Response) (result FunctionAppStackCollection, err error)

GetFunctionAppStacksForLocationResponder handles the response to the GetFunctionAppStacksForLocation request. The method always closes the http.Response Body.

func (ProviderClient) GetFunctionAppStacksForLocationSender

func (client ProviderClient) GetFunctionAppStacksForLocationSender(req *http.Request) (*http.Response, error)

GetFunctionAppStacksForLocationSender sends the GetFunctionAppStacksForLocation request. The method will close the http.Response Body if it receives an error.

func (ProviderClient) GetFunctionAppStacksPreparer

func (client ProviderClient) GetFunctionAppStacksPreparer(ctx context.Context, stackOsType string) (*http.Request, error)

GetFunctionAppStacksPreparer prepares the GetFunctionAppStacks request.

func (ProviderClient) GetFunctionAppStacksResponder

func (client ProviderClient) GetFunctionAppStacksResponder(resp *http.Response) (result FunctionAppStackCollection, err error)

GetFunctionAppStacksResponder handles the response to the GetFunctionAppStacks request. The method always closes the http.Response Body.

func (ProviderClient) GetFunctionAppStacksSender

func (client ProviderClient) GetFunctionAppStacksSender(req *http.Request) (*http.Response, error)

GetFunctionAppStacksSender sends the GetFunctionAppStacks request. The method will close the http.Response Body if it receives an error.

func (ProviderClient) GetWebAppStacks

func (client ProviderClient) GetWebAppStacks(ctx context.Context, stackOsType string) (result AppStackCollectionPage, err error)

GetWebAppStacks description for Get available Web app frameworks and their versions Parameters: stackOsType - stack OS Type

func (ProviderClient) GetWebAppStacksComplete

func (client ProviderClient) GetWebAppStacksComplete(ctx context.Context, stackOsType string) (result AppStackCollectionIterator, err error)

GetWebAppStacksComplete enumerates all values, automatically crossing page boundaries as required.

func (ProviderClient) GetWebAppStacksForLocation

func (client ProviderClient) GetWebAppStacksForLocation(ctx context.Context, location string, stackOsType string) (result AppStackCollectionPage, err error)

GetWebAppStacksForLocation description for Get available Web app frameworks and their versions for location Parameters: location - web App stack location. stackOsType - stack OS Type

func (ProviderClient) GetWebAppStacksForLocationComplete

func (client ProviderClient) GetWebAppStacksForLocationComplete(ctx context.Context, location string, stackOsType string) (result AppStackCollectionIterator, err error)

GetWebAppStacksForLocationComplete enumerates all values, automatically crossing page boundaries as required.

func (ProviderClient) GetWebAppStacksForLocationPreparer

func (client ProviderClient) GetWebAppStacksForLocationPreparer(ctx context.Context, location string, stackOsType string) (*http.Request, error)

GetWebAppStacksForLocationPreparer prepares the GetWebAppStacksForLocation request.

func (ProviderClient) GetWebAppStacksForLocationResponder

func (client ProviderClient) GetWebAppStacksForLocationResponder(resp *http.Response) (result AppStackCollection, err error)

GetWebAppStacksForLocationResponder handles the response to the GetWebAppStacksForLocation request. The method always closes the http.Response Body.

func (ProviderClient) GetWebAppStacksForLocationSender

func (client ProviderClient) GetWebAppStacksForLocationSender(req *http.Request) (*http.Response, error)

GetWebAppStacksForLocationSender sends the GetWebAppStacksForLocation request. The method will close the http.Response Body if it receives an error.

func (ProviderClient) GetWebAppStacksPreparer

func (client ProviderClient) GetWebAppStacksPreparer(ctx context.Context, stackOsType string) (*http.Request, error)

GetWebAppStacksPreparer prepares the GetWebAppStacks request.

func (ProviderClient) GetWebAppStacksResponder

func (client ProviderClient) GetWebAppStacksResponder(resp *http.Response) (result AppStackCollection, err error)

GetWebAppStacksResponder handles the response to the GetWebAppStacks request. The method always closes the http.Response Body.

func (ProviderClient) GetWebAppStacksSender

func (client ProviderClient) GetWebAppStacksSender(req *http.Request) (*http.Response, error)

GetWebAppStacksSender sends the GetWebAppStacks request. The method will close the http.Response Body if it receives an error.

func (ProviderClient) ListOperations

func (client ProviderClient) ListOperations(ctx context.Context) (result CsmOperationCollectionPage, err error)

ListOperations description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

func (ProviderClient) ListOperationsComplete

func (client ProviderClient) ListOperationsComplete(ctx context.Context) (result CsmOperationCollectionIterator, err error)

ListOperationsComplete enumerates all values, automatically crossing page boundaries as required.

func (ProviderClient) ListOperationsPreparer

func (client ProviderClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error)

ListOperationsPreparer prepares the ListOperations request.

func (ProviderClient) ListOperationsResponder

func (client ProviderClient) ListOperationsResponder(resp *http.Response) (result CsmOperationCollection, err error)

ListOperationsResponder handles the response to the ListOperations request. The method always closes the http.Response Body.

func (ProviderClient) ListOperationsSender

func (client ProviderClient) ListOperationsSender(req *http.Request) (*http.Response, error)

ListOperationsSender sends the ListOperations request. The method will close the http.Response Body if it receives an error.

type ProvisioningState

type ProvisioningState string

ProvisioningState enumerates the values for provisioning state.

const (
	// ProvisioningStateCanceled ...
	ProvisioningStateCanceled ProvisioningState = "Canceled"
	// ProvisioningStateDeleting ...
	ProvisioningStateDeleting ProvisioningState = "Deleting"
	// ProvisioningStateFailed ...
	ProvisioningStateFailed ProvisioningState = "Failed"
	// ProvisioningStateInProgress ...
	ProvisioningStateInProgress ProvisioningState = "InProgress"
	// ProvisioningStateSucceeded ...
	ProvisioningStateSucceeded ProvisioningState = "Succeeded"
)

func PossibleProvisioningStateValues

func PossibleProvisioningStateValues() []ProvisioningState

PossibleProvisioningStateValues returns an array of possible values for the ProvisioningState const type.

type ProxyOnlyResource

type ProxyOnlyResource struct {
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ProxyOnlyResource azure proxy only resource. This resource is not tracked by Azure Resource Manager.

func (ProxyOnlyResource) MarshalJSON

func (por ProxyOnlyResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProxyOnlyResource.

type PublicCertificate

type PublicCertificate struct {
	autorest.Response `json:"-"`
	// PublicCertificateProperties - PublicCertificate resource specific properties
	*PublicCertificateProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

PublicCertificate public certificate object

func (PublicCertificate) MarshalJSON

func (pc PublicCertificate) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PublicCertificate.

func (*PublicCertificate) UnmarshalJSON

func (pc *PublicCertificate) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PublicCertificate struct.

type PublicCertificateCollection

type PublicCertificateCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]PublicCertificate `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

PublicCertificateCollection collection of public certificates

func (PublicCertificateCollection) IsEmpty

func (pcc PublicCertificateCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (PublicCertificateCollection) MarshalJSON

func (pcc PublicCertificateCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PublicCertificateCollection.

type PublicCertificateCollectionIterator

type PublicCertificateCollectionIterator struct {
	// contains filtered or unexported fields
}

PublicCertificateCollectionIterator provides access to a complete listing of PublicCertificate values.

func NewPublicCertificateCollectionIterator

func NewPublicCertificateCollectionIterator(page PublicCertificateCollectionPage) PublicCertificateCollectionIterator

Creates a new instance of the PublicCertificateCollectionIterator type.

func (*PublicCertificateCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PublicCertificateCollectionIterator) NextWithContext

func (iter *PublicCertificateCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (PublicCertificateCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (PublicCertificateCollectionIterator) Response

Response returns the raw server response from the last page request.

func (PublicCertificateCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type PublicCertificateCollectionPage

type PublicCertificateCollectionPage struct {
	// contains filtered or unexported fields
}

PublicCertificateCollectionPage contains a page of PublicCertificate values.

func NewPublicCertificateCollectionPage

Creates a new instance of the PublicCertificateCollectionPage type.

func (*PublicCertificateCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PublicCertificateCollectionPage) NextWithContext

func (page *PublicCertificateCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (PublicCertificateCollectionPage) NotDone

func (page PublicCertificateCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (PublicCertificateCollectionPage) Response

Response returns the raw server response from the last page request.

func (PublicCertificateCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type PublicCertificateLocation

type PublicCertificateLocation string

PublicCertificateLocation enumerates the values for public certificate location.

const (
	// PublicCertificateLocationCurrentUserMy ...
	PublicCertificateLocationCurrentUserMy PublicCertificateLocation = "CurrentUserMy"
	// PublicCertificateLocationLocalMachineMy ...
	PublicCertificateLocationLocalMachineMy PublicCertificateLocation = "LocalMachineMy"
	// PublicCertificateLocationUnknown ...
	PublicCertificateLocationUnknown PublicCertificateLocation = "Unknown"
)

func PossiblePublicCertificateLocationValues

func PossiblePublicCertificateLocationValues() []PublicCertificateLocation

PossiblePublicCertificateLocationValues returns an array of possible values for the PublicCertificateLocation const type.

type PublicCertificateProperties

type PublicCertificateProperties struct {
	// Blob - Public Certificate byte array
	Blob *[]byte `json:"blob,omitempty"`
	// PublicCertificateLocation - Public Certificate Location. Possible values include: 'PublicCertificateLocationCurrentUserMy', 'PublicCertificateLocationLocalMachineMy', 'PublicCertificateLocationUnknown'
	PublicCertificateLocation PublicCertificateLocation `json:"publicCertificateLocation,omitempty"`
	// Thumbprint - READ-ONLY; Certificate Thumbprint
	Thumbprint *string `json:"thumbprint,omitempty"`
}

PublicCertificateProperties publicCertificate resource specific properties

func (PublicCertificateProperties) MarshalJSON

func (pc PublicCertificateProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PublicCertificateProperties.

type PublishingCredentialsPoliciesCollection

type PublishingCredentialsPoliciesCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]CsmPublishingCredentialsPoliciesEntity `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

PublishingCredentialsPoliciesCollection publishing Credentials Policies entity collection ARM resource.

func (PublishingCredentialsPoliciesCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (PublishingCredentialsPoliciesCollection) MarshalJSON

func (pcpc PublishingCredentialsPoliciesCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PublishingCredentialsPoliciesCollection.

type PublishingCredentialsPoliciesCollectionIterator

type PublishingCredentialsPoliciesCollectionIterator struct {
	// contains filtered or unexported fields
}

PublishingCredentialsPoliciesCollectionIterator provides access to a complete listing of CsmPublishingCredentialsPoliciesEntity values.

func NewPublishingCredentialsPoliciesCollectionIterator

func NewPublishingCredentialsPoliciesCollectionIterator(page PublishingCredentialsPoliciesCollectionPage) PublishingCredentialsPoliciesCollectionIterator

Creates a new instance of the PublishingCredentialsPoliciesCollectionIterator type.

func (*PublishingCredentialsPoliciesCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PublishingCredentialsPoliciesCollectionIterator) NextWithContext

func (iter *PublishingCredentialsPoliciesCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (PublishingCredentialsPoliciesCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (PublishingCredentialsPoliciesCollectionIterator) Response

Response returns the raw server response from the last page request.

func (PublishingCredentialsPoliciesCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type PublishingCredentialsPoliciesCollectionPage

type PublishingCredentialsPoliciesCollectionPage struct {
	// contains filtered or unexported fields
}

PublishingCredentialsPoliciesCollectionPage contains a page of CsmPublishingCredentialsPoliciesEntity values.

func NewPublishingCredentialsPoliciesCollectionPage

Creates a new instance of the PublishingCredentialsPoliciesCollectionPage type.

func (*PublishingCredentialsPoliciesCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*PublishingCredentialsPoliciesCollectionPage) NextWithContext

func (page *PublishingCredentialsPoliciesCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (PublishingCredentialsPoliciesCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (PublishingCredentialsPoliciesCollectionPage) Response

Response returns the raw server response from the last page request.

func (PublishingCredentialsPoliciesCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type PublishingProfileFormat

type PublishingProfileFormat string

PublishingProfileFormat enumerates the values for publishing profile format.

const (
	// PublishingProfileFormatFileZilla3 ...
	PublishingProfileFormatFileZilla3 PublishingProfileFormat = "FileZilla3"
	// PublishingProfileFormatFtp ...
	PublishingProfileFormatFtp PublishingProfileFormat = "Ftp"
	// PublishingProfileFormatWebDeploy ...
	PublishingProfileFormatWebDeploy PublishingProfileFormat = "WebDeploy"
)

func PossiblePublishingProfileFormatValues

func PossiblePublishingProfileFormatValues() []PublishingProfileFormat

PossiblePublishingProfileFormatValues returns an array of possible values for the PublishingProfileFormat const type.

type PushSettings

type PushSettings struct {
	autorest.Response `json:"-"`
	// PushSettingsProperties - PushSettings resource specific properties
	*PushSettingsProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

PushSettings push settings for the App.

func (PushSettings) MarshalJSON

func (ps PushSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PushSettings.

func (*PushSettings) UnmarshalJSON

func (ps *PushSettings) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PushSettings struct.

type PushSettingsProperties

type PushSettingsProperties struct {
	// IsPushEnabled - Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled *bool `json:"isPushEnabled,omitempty"`
	// TagWhitelistJSON - Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJSON *string `json:"tagWhitelistJson,omitempty"`
	// TagsRequiringAuth - Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth *string `json:"tagsRequiringAuth,omitempty"`
	// DynamicTagsJSON - Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJSON *string `json:"dynamicTagsJson,omitempty"`
}

PushSettingsProperties pushSettings resource specific properties

type QueryUtterancesResult

type QueryUtterancesResult struct {
	// SampleUtterance - A sample utterance.
	SampleUtterance *SampleUtterance `json:"sampleUtterance,omitempty"`
	// Score - Score of a sample utterance.
	Score *float64 `json:"score,omitempty"`
}

QueryUtterancesResult result for utterances query.

type QueryUtterancesResults

type QueryUtterancesResults struct {
	// Query - Search Query.
	Query *string `json:"query,omitempty"`
	// Results - Array of utterance results for search query.
	Results *[]QueryUtterancesResult `json:"results,omitempty"`
}

QueryUtterancesResults suggested utterances where the detector can be applicable

type RampUpRule

type RampUpRule struct {
	// ActionHostName - Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
	ActionHostName *string `json:"actionHostName,omitempty"`
	// ReroutePercentage - Percentage of the traffic which will be redirected to <code>ActionHostName</code>.
	ReroutePercentage *float64 `json:"reroutePercentage,omitempty"`
	// ChangeStep - In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or
	// <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.\nCustom decision algorithm
	// can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
	ChangeStep *float64 `json:"changeStep,omitempty"`
	// ChangeIntervalInMinutes - Specifies interval in minutes to reevaluate ReroutePercentage.
	ChangeIntervalInMinutes *int32 `json:"changeIntervalInMinutes,omitempty"`
	// MinReroutePercentage - Specifies lower boundary above which ReroutePercentage will stay.
	MinReroutePercentage *float64 `json:"minReroutePercentage,omitempty"`
	// MaxReroutePercentage - Specifies upper boundary below which ReroutePercentage will stay.
	MaxReroutePercentage *float64 `json:"maxReroutePercentage,omitempty"`
	// ChangeDecisionCallbackURL - Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
	// https://www.siteextensions.net/packages/TiPCallback/
	ChangeDecisionCallbackURL *string `json:"changeDecisionCallbackUrl,omitempty"`
	// Name - Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.
	Name *string `json:"name,omitempty"`
}

RampUpRule routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

type ReadCloser

type ReadCloser struct {
	autorest.Response `json:"-"`
	Value             *io.ReadCloser `json:"value,omitempty"`
}

ReadCloser ...

type Recommendation

type Recommendation struct {
	// RecommendationProperties - Recommendation resource specific properties
	*RecommendationProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Recommendation represents a recommendation result generated by the recommendation engine.

func (Recommendation) MarshalJSON

func (r Recommendation) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Recommendation.

func (*Recommendation) UnmarshalJSON

func (r *Recommendation) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Recommendation struct.

type RecommendationCollection

type RecommendationCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Recommendation `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

RecommendationCollection collection of recommendations.

func (RecommendationCollection) IsEmpty

func (rc RecommendationCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (RecommendationCollection) MarshalJSON

func (rc RecommendationCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RecommendationCollection.

type RecommendationCollectionIterator

type RecommendationCollectionIterator struct {
	// contains filtered or unexported fields
}

RecommendationCollectionIterator provides access to a complete listing of Recommendation values.

func NewRecommendationCollectionIterator

func NewRecommendationCollectionIterator(page RecommendationCollectionPage) RecommendationCollectionIterator

Creates a new instance of the RecommendationCollectionIterator type.

func (*RecommendationCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*RecommendationCollectionIterator) NextWithContext

func (iter *RecommendationCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (RecommendationCollectionIterator) NotDone

func (iter RecommendationCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (RecommendationCollectionIterator) Response

Response returns the raw server response from the last page request.

func (RecommendationCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type RecommendationCollectionPage

type RecommendationCollectionPage struct {
	// contains filtered or unexported fields
}

RecommendationCollectionPage contains a page of Recommendation values.

func NewRecommendationCollectionPage

Creates a new instance of the RecommendationCollectionPage type.

func (*RecommendationCollectionPage) Next

func (page *RecommendationCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*RecommendationCollectionPage) NextWithContext

func (page *RecommendationCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (RecommendationCollectionPage) NotDone

func (page RecommendationCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (RecommendationCollectionPage) Response

Response returns the raw server response from the last page request.

func (RecommendationCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type RecommendationProperties

type RecommendationProperties struct {
	// CreationTime - Timestamp when this instance was created.
	CreationTime *date.Time `json:"creationTime,omitempty"`
	// RecommendationID - A GUID value that each recommendation object is associated with.
	RecommendationID *uuid.UUID `json:"recommendationId,omitempty"`
	// ResourceID - Full ARM resource ID string that this recommendation object is associated with.
	ResourceID *string `json:"resourceId,omitempty"`
	// ResourceScope - Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. Possible values include: 'ResourceScopeTypeServerFarm', 'ResourceScopeTypeSubscription', 'ResourceScopeTypeWebSite'
	ResourceScope ResourceScopeType `json:"resourceScope,omitempty"`
	// RuleName - Unique name of the rule.
	RuleName *string `json:"ruleName,omitempty"`
	// DisplayName - UI friendly name of the rule (may not be unique).
	DisplayName *string `json:"displayName,omitempty"`
	// Message - Recommendation text.
	Message *string `json:"message,omitempty"`
	// Level - Level indicating how critical this recommendation can impact. Possible values include: 'NotificationLevelCritical', 'NotificationLevelWarning', 'NotificationLevelInformation', 'NotificationLevelNonUrgentSuggestion'
	Level NotificationLevel `json:"level,omitempty"`
	// Channels - List of channels that this recommendation can apply. Possible values include: 'ChannelsNotification', 'ChannelsAPI', 'ChannelsEmail', 'ChannelsWebhook', 'ChannelsAll'
	Channels Channels `json:"channels,omitempty"`
	// CategoryTags - READ-ONLY; The list of category tags that this recommendation belongs to.
	CategoryTags *[]string `json:"categoryTags,omitempty"`
	// ActionName - Name of action recommended by this object.
	ActionName *string `json:"actionName,omitempty"`
	// Enabled - True if this recommendation is still valid (i.e. "actionable"). False if it is invalid.
	Enabled *int32 `json:"enabled,omitempty"`
	// States - The list of states of this recommendation. If it's null then it should be considered "Active".
	States *[]string `json:"states,omitempty"`
	// StartTime - The beginning time in UTC of a range that the recommendation refers to.
	StartTime *date.Time `json:"startTime,omitempty"`
	// EndTime - The end time in UTC of a range that the recommendation refers to.
	EndTime *date.Time `json:"endTime,omitempty"`
	// NextNotificationTime - When to notify this recommendation next in UTC. Null means that this will never be notified anymore.
	NextNotificationTime *date.Time `json:"nextNotificationTime,omitempty"`
	// NotificationExpirationTime - Date and time in UTC when this notification expires.
	NotificationExpirationTime *date.Time `json:"notificationExpirationTime,omitempty"`
	// NotifiedTime - Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet.
	NotifiedTime *date.Time `json:"notifiedTime,omitempty"`
	// Score - A metric value measured by the rule.
	Score *float64 `json:"score,omitempty"`
	// IsDynamic - True if this is associated with a dynamically added rule
	IsDynamic *bool `json:"isDynamic,omitempty"`
	// ExtensionName - Extension name of the portal if exists.
	ExtensionName *string `json:"extensionName,omitempty"`
	// BladeName - Deep link to a blade on the portal.
	BladeName *string `json:"bladeName,omitempty"`
	// ForwardLink - Forward link to an external document associated with the rule.
	ForwardLink *string `json:"forwardLink,omitempty"`
}

RecommendationProperties recommendation resource specific properties

func (RecommendationProperties) MarshalJSON

func (r RecommendationProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RecommendationProperties.

type RecommendationRule

type RecommendationRule struct {
	autorest.Response `json:"-"`
	// RecommendationRuleProperties - RecommendationRule resource specific properties
	*RecommendationRuleProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

RecommendationRule represents a recommendation rule that the recommendation engine can perform.

func (RecommendationRule) MarshalJSON

func (rr RecommendationRule) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RecommendationRule.

func (*RecommendationRule) UnmarshalJSON

func (rr *RecommendationRule) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for RecommendationRule struct.

type RecommendationRuleProperties

type RecommendationRuleProperties struct {
	// RecommendationName - Unique name of the rule.
	RecommendationName *string `json:"recommendationName,omitempty"`
	// DisplayName - UI friendly name of the rule.
	DisplayName *string `json:"displayName,omitempty"`
	// Message - Localized name of the rule (Good for UI).
	Message *string `json:"message,omitempty"`
	// RecommendationID - Recommendation ID of an associated recommendation object tied to the rule, if exists.
	// If such an object doesn't exist, it is set to null.
	RecommendationID *uuid.UUID `json:"recommendationId,omitempty"`
	// Description - Localized detailed description of the rule.
	Description *string `json:"description,omitempty"`
	// ActionName - Name of action that is recommended by this rule in string.
	ActionName *string `json:"actionName,omitempty"`
	// Level - Level of impact indicating how critical this rule is. Possible values include: 'NotificationLevelCritical', 'NotificationLevelWarning', 'NotificationLevelInformation', 'NotificationLevelNonUrgentSuggestion'
	Level NotificationLevel `json:"level,omitempty"`
	// Channels - List of available channels that this rule applies. Possible values include: 'ChannelsNotification', 'ChannelsAPI', 'ChannelsEmail', 'ChannelsWebhook', 'ChannelsAll'
	Channels Channels `json:"channels,omitempty"`
	// CategoryTags - READ-ONLY; The list of category tags that this recommendation rule belongs to.
	CategoryTags *[]string `json:"categoryTags,omitempty"`
	// IsDynamic - True if this is associated with a dynamically added rule
	IsDynamic *bool `json:"isDynamic,omitempty"`
	// ExtensionName - Extension name of the portal if exists. Applicable to dynamic rule only.
	ExtensionName *string `json:"extensionName,omitempty"`
	// BladeName - Deep link to a blade on the portal. Applicable to dynamic rule only.
	BladeName *string `json:"bladeName,omitempty"`
	// ForwardLink - Forward link to an external document associated with the rule. Applicable to dynamic rule only.
	ForwardLink *string `json:"forwardLink,omitempty"`
}

RecommendationRuleProperties recommendationRule resource specific properties

func (RecommendationRuleProperties) MarshalJSON

func (rr RecommendationRuleProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RecommendationRuleProperties.

type RecommendationsClient

type RecommendationsClient struct {
	BaseClient
}

RecommendationsClient is the webSite Management Client

func NewRecommendationsClient

func NewRecommendationsClient(subscriptionID string) RecommendationsClient

NewRecommendationsClient creates an instance of the RecommendationsClient client.

func NewRecommendationsClientWithBaseURI

func NewRecommendationsClientWithBaseURI(baseURI string, subscriptionID string) RecommendationsClient

NewRecommendationsClientWithBaseURI creates an instance of the RecommendationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (RecommendationsClient) DisableAllForHostingEnvironment

func (client RecommendationsClient) DisableAllForHostingEnvironment(ctx context.Context, resourceGroupName string, environmentName string, hostingEnvironmentName string) (result autorest.Response, err error)

DisableAllForHostingEnvironment description for Disable all recommendations for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. environmentName - name of the app.

func (RecommendationsClient) DisableAllForHostingEnvironmentPreparer

func (client RecommendationsClient) DisableAllForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string, hostingEnvironmentName string) (*http.Request, error)

DisableAllForHostingEnvironmentPreparer prepares the DisableAllForHostingEnvironment request.

func (RecommendationsClient) DisableAllForHostingEnvironmentResponder

func (client RecommendationsClient) DisableAllForHostingEnvironmentResponder(resp *http.Response) (result autorest.Response, err error)

DisableAllForHostingEnvironmentResponder handles the response to the DisableAllForHostingEnvironment request. The method always closes the http.Response Body.

func (RecommendationsClient) DisableAllForHostingEnvironmentSender

func (client RecommendationsClient) DisableAllForHostingEnvironmentSender(req *http.Request) (*http.Response, error)

DisableAllForHostingEnvironmentSender sends the DisableAllForHostingEnvironment request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) DisableAllForWebApp

func (client RecommendationsClient) DisableAllForWebApp(ctx context.Context, resourceGroupName string, siteName string) (result autorest.Response, err error)

DisableAllForWebApp description for Disable all recommendations for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - name of the app.

func (RecommendationsClient) DisableAllForWebAppPreparer

func (client RecommendationsClient) DisableAllForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error)

DisableAllForWebAppPreparer prepares the DisableAllForWebApp request.

func (RecommendationsClient) DisableAllForWebAppResponder

func (client RecommendationsClient) DisableAllForWebAppResponder(resp *http.Response) (result autorest.Response, err error)

DisableAllForWebAppResponder handles the response to the DisableAllForWebApp request. The method always closes the http.Response Body.

func (RecommendationsClient) DisableAllForWebAppSender

func (client RecommendationsClient) DisableAllForWebAppSender(req *http.Request) (*http.Response, error)

DisableAllForWebAppSender sends the DisableAllForWebApp request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) DisableRecommendationForHostingEnvironment

func (client RecommendationsClient) DisableRecommendationForHostingEnvironment(ctx context.Context, resourceGroupName string, environmentName string, name string, hostingEnvironmentName string) (result autorest.Response, err error)

DisableRecommendationForHostingEnvironment description for Disables the specific rule for a web site permanently. Parameters: resourceGroupName - name of the resource group to which the resource belongs. environmentName - site name name - rule name

func (RecommendationsClient) DisableRecommendationForHostingEnvironmentPreparer

func (client RecommendationsClient) DisableRecommendationForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string, name string, hostingEnvironmentName string) (*http.Request, error)

DisableRecommendationForHostingEnvironmentPreparer prepares the DisableRecommendationForHostingEnvironment request.

func (RecommendationsClient) DisableRecommendationForHostingEnvironmentResponder

func (client RecommendationsClient) DisableRecommendationForHostingEnvironmentResponder(resp *http.Response) (result autorest.Response, err error)

DisableRecommendationForHostingEnvironmentResponder handles the response to the DisableRecommendationForHostingEnvironment request. The method always closes the http.Response Body.

func (RecommendationsClient) DisableRecommendationForHostingEnvironmentSender

func (client RecommendationsClient) DisableRecommendationForHostingEnvironmentSender(req *http.Request) (*http.Response, error)

DisableRecommendationForHostingEnvironmentSender sends the DisableRecommendationForHostingEnvironment request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) DisableRecommendationForSite

func (client RecommendationsClient) DisableRecommendationForSite(ctx context.Context, resourceGroupName string, siteName string, name string) (result autorest.Response, err error)

DisableRecommendationForSite description for Disables the specific rule for a web site permanently. Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - site name name - rule name

func (RecommendationsClient) DisableRecommendationForSitePreparer

func (client RecommendationsClient) DisableRecommendationForSitePreparer(ctx context.Context, resourceGroupName string, siteName string, name string) (*http.Request, error)

DisableRecommendationForSitePreparer prepares the DisableRecommendationForSite request.

func (RecommendationsClient) DisableRecommendationForSiteResponder

func (client RecommendationsClient) DisableRecommendationForSiteResponder(resp *http.Response) (result autorest.Response, err error)

DisableRecommendationForSiteResponder handles the response to the DisableRecommendationForSite request. The method always closes the http.Response Body.

func (RecommendationsClient) DisableRecommendationForSiteSender

func (client RecommendationsClient) DisableRecommendationForSiteSender(req *http.Request) (*http.Response, error)

DisableRecommendationForSiteSender sends the DisableRecommendationForSite request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) DisableRecommendationForSubscription

func (client RecommendationsClient) DisableRecommendationForSubscription(ctx context.Context, name string) (result autorest.Response, err error)

DisableRecommendationForSubscription description for Disables the specified rule so it will not apply to a subscription in the future. Parameters: name - rule name

func (RecommendationsClient) DisableRecommendationForSubscriptionPreparer

func (client RecommendationsClient) DisableRecommendationForSubscriptionPreparer(ctx context.Context, name string) (*http.Request, error)

DisableRecommendationForSubscriptionPreparer prepares the DisableRecommendationForSubscription request.

func (RecommendationsClient) DisableRecommendationForSubscriptionResponder

func (client RecommendationsClient) DisableRecommendationForSubscriptionResponder(resp *http.Response) (result autorest.Response, err error)

DisableRecommendationForSubscriptionResponder handles the response to the DisableRecommendationForSubscription request. The method always closes the http.Response Body.

func (RecommendationsClient) DisableRecommendationForSubscriptionSender

func (client RecommendationsClient) DisableRecommendationForSubscriptionSender(req *http.Request) (*http.Response, error)

DisableRecommendationForSubscriptionSender sends the DisableRecommendationForSubscription request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) GetRuleDetailsByHostingEnvironment

func (client RecommendationsClient) GetRuleDetailsByHostingEnvironment(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, name string, updateSeen *bool, recommendationID string) (result RecommendationRule, err error)

GetRuleDetailsByHostingEnvironment description for Get a recommendation rule for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. hostingEnvironmentName - name of the hosting environment. name - name of the recommendation. updateSeen - specify <code>true</code> to update the last-seen timestamp of the recommendation object. recommendationID - the GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.

func (RecommendationsClient) GetRuleDetailsByHostingEnvironmentPreparer

func (client RecommendationsClient) GetRuleDetailsByHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, name string, updateSeen *bool, recommendationID string) (*http.Request, error)

GetRuleDetailsByHostingEnvironmentPreparer prepares the GetRuleDetailsByHostingEnvironment request.

func (RecommendationsClient) GetRuleDetailsByHostingEnvironmentResponder

func (client RecommendationsClient) GetRuleDetailsByHostingEnvironmentResponder(resp *http.Response) (result RecommendationRule, err error)

GetRuleDetailsByHostingEnvironmentResponder handles the response to the GetRuleDetailsByHostingEnvironment request. The method always closes the http.Response Body.

func (RecommendationsClient) GetRuleDetailsByHostingEnvironmentSender

func (client RecommendationsClient) GetRuleDetailsByHostingEnvironmentSender(req *http.Request) (*http.Response, error)

GetRuleDetailsByHostingEnvironmentSender sends the GetRuleDetailsByHostingEnvironment request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) GetRuleDetailsByWebApp

func (client RecommendationsClient) GetRuleDetailsByWebApp(ctx context.Context, resourceGroupName string, siteName string, name string, updateSeen *bool, recommendationID string) (result RecommendationRule, err error)

GetRuleDetailsByWebApp description for Get a recommendation rule for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - name of the app. name - name of the recommendation. updateSeen - specify <code>true</code> to update the last-seen timestamp of the recommendation object. recommendationID - the GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry.

func (RecommendationsClient) GetRuleDetailsByWebAppPreparer

func (client RecommendationsClient) GetRuleDetailsByWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string, name string, updateSeen *bool, recommendationID string) (*http.Request, error)

GetRuleDetailsByWebAppPreparer prepares the GetRuleDetailsByWebApp request.

func (RecommendationsClient) GetRuleDetailsByWebAppResponder

func (client RecommendationsClient) GetRuleDetailsByWebAppResponder(resp *http.Response) (result RecommendationRule, err error)

GetRuleDetailsByWebAppResponder handles the response to the GetRuleDetailsByWebApp request. The method always closes the http.Response Body.

func (RecommendationsClient) GetRuleDetailsByWebAppSender

func (client RecommendationsClient) GetRuleDetailsByWebAppSender(req *http.Request) (*http.Response, error)

GetRuleDetailsByWebAppSender sends the GetRuleDetailsByWebApp request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) List

func (client RecommendationsClient) List(ctx context.Context, featured *bool, filter string) (result RecommendationCollectionPage, err error)

List description for List all recommendations for a subscription. Parameters: featured - specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. filter - filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]

func (RecommendationsClient) ListComplete

func (client RecommendationsClient) ListComplete(ctx context.Context, featured *bool, filter string) (result RecommendationCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (RecommendationsClient) ListHistoryForHostingEnvironment

func (client RecommendationsClient) ListHistoryForHostingEnvironment(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, expiredOnly *bool, filter string) (result RecommendationCollectionPage, err error)

ListHistoryForHostingEnvironment description for Get past recommendations for an app, optionally specified by the time range. Parameters: resourceGroupName - name of the resource group to which the resource belongs. hostingEnvironmentName - name of the hosting environment. expiredOnly - specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. filter - filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]

func (RecommendationsClient) ListHistoryForHostingEnvironmentComplete

func (client RecommendationsClient) ListHistoryForHostingEnvironmentComplete(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, expiredOnly *bool, filter string) (result RecommendationCollectionIterator, err error)

ListHistoryForHostingEnvironmentComplete enumerates all values, automatically crossing page boundaries as required.

func (RecommendationsClient) ListHistoryForHostingEnvironmentPreparer

func (client RecommendationsClient) ListHistoryForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, expiredOnly *bool, filter string) (*http.Request, error)

ListHistoryForHostingEnvironmentPreparer prepares the ListHistoryForHostingEnvironment request.

func (RecommendationsClient) ListHistoryForHostingEnvironmentResponder

func (client RecommendationsClient) ListHistoryForHostingEnvironmentResponder(resp *http.Response) (result RecommendationCollection, err error)

ListHistoryForHostingEnvironmentResponder handles the response to the ListHistoryForHostingEnvironment request. The method always closes the http.Response Body.

func (RecommendationsClient) ListHistoryForHostingEnvironmentSender

func (client RecommendationsClient) ListHistoryForHostingEnvironmentSender(req *http.Request) (*http.Response, error)

ListHistoryForHostingEnvironmentSender sends the ListHistoryForHostingEnvironment request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) ListHistoryForWebApp

func (client RecommendationsClient) ListHistoryForWebApp(ctx context.Context, resourceGroupName string, siteName string, expiredOnly *bool, filter string) (result RecommendationCollectionPage, err error)

ListHistoryForWebApp description for Get past recommendations for an app, optionally specified by the time range. Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - name of the app. expiredOnly - specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. filter - filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]

func (RecommendationsClient) ListHistoryForWebAppComplete

func (client RecommendationsClient) ListHistoryForWebAppComplete(ctx context.Context, resourceGroupName string, siteName string, expiredOnly *bool, filter string) (result RecommendationCollectionIterator, err error)

ListHistoryForWebAppComplete enumerates all values, automatically crossing page boundaries as required.

func (RecommendationsClient) ListHistoryForWebAppPreparer

func (client RecommendationsClient) ListHistoryForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string, expiredOnly *bool, filter string) (*http.Request, error)

ListHistoryForWebAppPreparer prepares the ListHistoryForWebApp request.

func (RecommendationsClient) ListHistoryForWebAppResponder

func (client RecommendationsClient) ListHistoryForWebAppResponder(resp *http.Response) (result RecommendationCollection, err error)

ListHistoryForWebAppResponder handles the response to the ListHistoryForWebApp request. The method always closes the http.Response Body.

func (RecommendationsClient) ListHistoryForWebAppSender

func (client RecommendationsClient) ListHistoryForWebAppSender(req *http.Request) (*http.Response, error)

ListHistoryForWebAppSender sends the ListHistoryForWebApp request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) ListPreparer

func (client RecommendationsClient) ListPreparer(ctx context.Context, featured *bool, filter string) (*http.Request, error)

ListPreparer prepares the List request.

func (RecommendationsClient) ListRecommendedRulesForHostingEnvironment

func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironment(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, featured *bool, filter string) (result RecommendationCollectionPage, err error)

ListRecommendedRulesForHostingEnvironment description for Get all recommendations for a hosting environment. Parameters: resourceGroupName - name of the resource group to which the resource belongs. hostingEnvironmentName - name of the app. featured - specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. filter - return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'

func (RecommendationsClient) ListRecommendedRulesForHostingEnvironmentComplete

func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentComplete(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, featured *bool, filter string) (result RecommendationCollectionIterator, err error)

ListRecommendedRulesForHostingEnvironmentComplete enumerates all values, automatically crossing page boundaries as required.

func (RecommendationsClient) ListRecommendedRulesForHostingEnvironmentPreparer

func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, hostingEnvironmentName string, featured *bool, filter string) (*http.Request, error)

ListRecommendedRulesForHostingEnvironmentPreparer prepares the ListRecommendedRulesForHostingEnvironment request.

func (RecommendationsClient) ListRecommendedRulesForHostingEnvironmentResponder

func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentResponder(resp *http.Response) (result RecommendationCollection, err error)

ListRecommendedRulesForHostingEnvironmentResponder handles the response to the ListRecommendedRulesForHostingEnvironment request. The method always closes the http.Response Body.

func (RecommendationsClient) ListRecommendedRulesForHostingEnvironmentSender

func (client RecommendationsClient) ListRecommendedRulesForHostingEnvironmentSender(req *http.Request) (*http.Response, error)

ListRecommendedRulesForHostingEnvironmentSender sends the ListRecommendedRulesForHostingEnvironment request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) ListRecommendedRulesForWebApp

func (client RecommendationsClient) ListRecommendedRulesForWebApp(ctx context.Context, resourceGroupName string, siteName string, featured *bool, filter string) (result RecommendationCollectionPage, err error)

ListRecommendedRulesForWebApp description for Get all recommendations for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - name of the app. featured - specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. filter - return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'

func (RecommendationsClient) ListRecommendedRulesForWebAppComplete

func (client RecommendationsClient) ListRecommendedRulesForWebAppComplete(ctx context.Context, resourceGroupName string, siteName string, featured *bool, filter string) (result RecommendationCollectionIterator, err error)

ListRecommendedRulesForWebAppComplete enumerates all values, automatically crossing page boundaries as required.

func (RecommendationsClient) ListRecommendedRulesForWebAppPreparer

func (client RecommendationsClient) ListRecommendedRulesForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string, featured *bool, filter string) (*http.Request, error)

ListRecommendedRulesForWebAppPreparer prepares the ListRecommendedRulesForWebApp request.

func (RecommendationsClient) ListRecommendedRulesForWebAppResponder

func (client RecommendationsClient) ListRecommendedRulesForWebAppResponder(resp *http.Response) (result RecommendationCollection, err error)

ListRecommendedRulesForWebAppResponder handles the response to the ListRecommendedRulesForWebApp request. The method always closes the http.Response Body.

func (RecommendationsClient) ListRecommendedRulesForWebAppSender

func (client RecommendationsClient) ListRecommendedRulesForWebAppSender(req *http.Request) (*http.Response, error)

ListRecommendedRulesForWebAppSender sends the ListRecommendedRulesForWebApp request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) ListResponder

func (client RecommendationsClient) ListResponder(resp *http.Response) (result RecommendationCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (RecommendationsClient) ListSender

func (client RecommendationsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) ResetAllFilters

func (client RecommendationsClient) ResetAllFilters(ctx context.Context) (result autorest.Response, err error)

ResetAllFilters description for Reset all recommendation opt-out settings for a subscription.

func (RecommendationsClient) ResetAllFiltersForHostingEnvironment

func (client RecommendationsClient) ResetAllFiltersForHostingEnvironment(ctx context.Context, resourceGroupName string, environmentName string, hostingEnvironmentName string) (result autorest.Response, err error)

ResetAllFiltersForHostingEnvironment description for Reset all recommendation opt-out settings for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. environmentName - name of the app.

func (RecommendationsClient) ResetAllFiltersForHostingEnvironmentPreparer

func (client RecommendationsClient) ResetAllFiltersForHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, environmentName string, hostingEnvironmentName string) (*http.Request, error)

ResetAllFiltersForHostingEnvironmentPreparer prepares the ResetAllFiltersForHostingEnvironment request.

func (RecommendationsClient) ResetAllFiltersForHostingEnvironmentResponder

func (client RecommendationsClient) ResetAllFiltersForHostingEnvironmentResponder(resp *http.Response) (result autorest.Response, err error)

ResetAllFiltersForHostingEnvironmentResponder handles the response to the ResetAllFiltersForHostingEnvironment request. The method always closes the http.Response Body.

func (RecommendationsClient) ResetAllFiltersForHostingEnvironmentSender

func (client RecommendationsClient) ResetAllFiltersForHostingEnvironmentSender(req *http.Request) (*http.Response, error)

ResetAllFiltersForHostingEnvironmentSender sends the ResetAllFiltersForHostingEnvironment request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) ResetAllFiltersForWebApp

func (client RecommendationsClient) ResetAllFiltersForWebApp(ctx context.Context, resourceGroupName string, siteName string) (result autorest.Response, err error)

ResetAllFiltersForWebApp description for Reset all recommendation opt-out settings for an app. Parameters: resourceGroupName - name of the resource group to which the resource belongs. siteName - name of the app.

func (RecommendationsClient) ResetAllFiltersForWebAppPreparer

func (client RecommendationsClient) ResetAllFiltersForWebAppPreparer(ctx context.Context, resourceGroupName string, siteName string) (*http.Request, error)

ResetAllFiltersForWebAppPreparer prepares the ResetAllFiltersForWebApp request.

func (RecommendationsClient) ResetAllFiltersForWebAppResponder

func (client RecommendationsClient) ResetAllFiltersForWebAppResponder(resp *http.Response) (result autorest.Response, err error)

ResetAllFiltersForWebAppResponder handles the response to the ResetAllFiltersForWebApp request. The method always closes the http.Response Body.

func (RecommendationsClient) ResetAllFiltersForWebAppSender

func (client RecommendationsClient) ResetAllFiltersForWebAppSender(req *http.Request) (*http.Response, error)

ResetAllFiltersForWebAppSender sends the ResetAllFiltersForWebApp request. The method will close the http.Response Body if it receives an error.

func (RecommendationsClient) ResetAllFiltersPreparer

func (client RecommendationsClient) ResetAllFiltersPreparer(ctx context.Context) (*http.Request, error)

ResetAllFiltersPreparer prepares the ResetAllFilters request.

func (RecommendationsClient) ResetAllFiltersResponder

func (client RecommendationsClient) ResetAllFiltersResponder(resp *http.Response) (result autorest.Response, err error)

ResetAllFiltersResponder handles the response to the ResetAllFilters request. The method always closes the http.Response Body.

func (RecommendationsClient) ResetAllFiltersSender

func (client RecommendationsClient) ResetAllFiltersSender(req *http.Request) (*http.Response, error)

ResetAllFiltersSender sends the ResetAllFilters request. The method will close the http.Response Body if it receives an error.

type RedundancyMode

type RedundancyMode string

RedundancyMode enumerates the values for redundancy mode.

const (
	// RedundancyModeActiveActive ...
	RedundancyModeActiveActive RedundancyMode = "ActiveActive"
	// RedundancyModeFailover ...
	RedundancyModeFailover RedundancyMode = "Failover"
	// RedundancyModeGeoRedundant ...
	RedundancyModeGeoRedundant RedundancyMode = "GeoRedundant"
	// RedundancyModeManual ...
	RedundancyModeManual RedundancyMode = "Manual"
	// RedundancyModeNone ...
	RedundancyModeNone RedundancyMode = "None"
)

func PossibleRedundancyModeValues

func PossibleRedundancyModeValues() []RedundancyMode

PossibleRedundancyModeValues returns an array of possible values for the RedundancyMode const type.

type ReissueCertificateOrderRequest

type ReissueCertificateOrderRequest struct {
	// ReissueCertificateOrderRequestProperties - ReissueCertificateOrderRequest resource specific properties
	*ReissueCertificateOrderRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ReissueCertificateOrderRequest class representing certificate reissue request.

func (ReissueCertificateOrderRequest) MarshalJSON

func (rcor ReissueCertificateOrderRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReissueCertificateOrderRequest.

func (*ReissueCertificateOrderRequest) UnmarshalJSON

func (rcor *ReissueCertificateOrderRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ReissueCertificateOrderRequest struct.

type ReissueCertificateOrderRequestProperties

type ReissueCertificateOrderRequestProperties struct {
	// KeySize - Certificate Key Size.
	KeySize *int32 `json:"keySize,omitempty"`
	// DelayExistingRevokeInHours - Delay in hours to revoke existing certificate after the new certificate is issued.
	DelayExistingRevokeInHours *int32 `json:"delayExistingRevokeInHours,omitempty"`
	// Csr - Csr to be used for re-key operation.
	Csr *string `json:"csr,omitempty"`
	// IsPrivateKeyExternal - Should we change the ASC type (from managed private key to external private key and vice versa).
	IsPrivateKeyExternal *bool `json:"isPrivateKeyExternal,omitempty"`
}

ReissueCertificateOrderRequestProperties reissueCertificateOrderRequest resource specific properties

type RelayServiceConnectionEntity

type RelayServiceConnectionEntity struct {
	autorest.Response `json:"-"`
	// RelayServiceConnectionEntityProperties - RelayServiceConnectionEntity resource specific properties
	*RelayServiceConnectionEntityProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

RelayServiceConnectionEntity hybrid Connection for an App Service app.

func (RelayServiceConnectionEntity) MarshalJSON

func (rsce RelayServiceConnectionEntity) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RelayServiceConnectionEntity.

func (*RelayServiceConnectionEntity) UnmarshalJSON

func (rsce *RelayServiceConnectionEntity) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for RelayServiceConnectionEntity struct.

type RelayServiceConnectionEntityProperties

type RelayServiceConnectionEntityProperties struct {
	EntityName               *string `json:"entityName,omitempty"`
	EntityConnectionString   *string `json:"entityConnectionString,omitempty"`
	ResourceType             *string `json:"resourceType,omitempty"`
	ResourceConnectionString *string `json:"resourceConnectionString,omitempty"`
	Hostname                 *string `json:"hostname,omitempty"`
	Port                     *int32  `json:"port,omitempty"`
	BiztalkURI               *string `json:"biztalkUri,omitempty"`
}

RelayServiceConnectionEntityProperties relayServiceConnectionEntity resource specific properties

type RemotePrivateEndpointConnection

type RemotePrivateEndpointConnection struct {
	// RemotePrivateEndpointConnectionProperties - RemotePrivateEndpointConnection resource specific properties
	*RemotePrivateEndpointConnectionProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

RemotePrivateEndpointConnection a remote private endpoint connection

func (RemotePrivateEndpointConnection) MarshalJSON

func (rpec RemotePrivateEndpointConnection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RemotePrivateEndpointConnection.

func (*RemotePrivateEndpointConnection) UnmarshalJSON

func (rpec *RemotePrivateEndpointConnection) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for RemotePrivateEndpointConnection struct.

type RemotePrivateEndpointConnectionARMResource

type RemotePrivateEndpointConnectionARMResource struct {
	autorest.Response `json:"-"`
	// RemotePrivateEndpointConnectionARMResourceProperties - RemotePrivateEndpointConnectionARMResource resource specific properties
	*RemotePrivateEndpointConnectionARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

RemotePrivateEndpointConnectionARMResource remote Private Endpoint Connection ARM resource.

func (RemotePrivateEndpointConnectionARMResource) MarshalJSON

func (rpecar RemotePrivateEndpointConnectionARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RemotePrivateEndpointConnectionARMResource.

func (*RemotePrivateEndpointConnectionARMResource) UnmarshalJSON

func (rpecar *RemotePrivateEndpointConnectionARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for RemotePrivateEndpointConnectionARMResource struct.

type RemotePrivateEndpointConnectionARMResourceProperties

type RemotePrivateEndpointConnectionARMResourceProperties struct {
	// ProvisioningState - READ-ONLY
	ProvisioningState *string `json:"provisioningState,omitempty"`
	// PrivateEndpoint - PrivateEndpoint of a remote private endpoint connection
	PrivateEndpoint                   *ArmIDWrapper               `json:"privateEndpoint,omitempty"`
	PrivateLinkServiceConnectionState *PrivateLinkConnectionState `json:"privateLinkServiceConnectionState,omitempty"`
	// IPAddresses - Private IPAddresses mapped to the remote private endpoint
	IPAddresses *[]string `json:"ipAddresses,omitempty"`
}

RemotePrivateEndpointConnectionARMResourceProperties remotePrivateEndpointConnectionARMResource resource specific properties

func (RemotePrivateEndpointConnectionARMResourceProperties) MarshalJSON

MarshalJSON is the custom marshaler for RemotePrivateEndpointConnectionARMResourceProperties.

type RemotePrivateEndpointConnectionProperties

type RemotePrivateEndpointConnectionProperties struct {
	// ProvisioningState - READ-ONLY
	ProvisioningState *string `json:"provisioningState,omitempty"`
	// PrivateEndpoint - PrivateEndpoint of a remote private endpoint connection
	PrivateEndpoint                   *ArmIDWrapper               `json:"privateEndpoint,omitempty"`
	PrivateLinkServiceConnectionState *PrivateLinkConnectionState `json:"privateLinkServiceConnectionState,omitempty"`
	// IPAddresses - Private IPAddresses mapped to the remote private endpoint
	IPAddresses *[]string `json:"ipAddresses,omitempty"`
}

RemotePrivateEndpointConnectionProperties remotePrivateEndpointConnection resource specific properties

func (RemotePrivateEndpointConnectionProperties) MarshalJSON

func (rpec RemotePrivateEndpointConnectionProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RemotePrivateEndpointConnectionProperties.

type Rendering

type Rendering struct {
	// Type - Rendering Type. Possible values include: 'RenderingTypeNoGraph', 'RenderingTypeTable', 'RenderingTypeTimeSeries', 'RenderingTypeTimeSeriesPerInstance', 'RenderingTypePieChart', 'RenderingTypeDataSummary', 'RenderingTypeEmail', 'RenderingTypeInsights', 'RenderingTypeDynamicInsight', 'RenderingTypeMarkdown', 'RenderingTypeDetector', 'RenderingTypeDropDown', 'RenderingTypeCard', 'RenderingTypeSolution', 'RenderingTypeGuage', 'RenderingTypeForm', 'RenderingTypeChangeSets', 'RenderingTypeChangeAnalysisOnboarding', 'RenderingTypeChangesView', 'RenderingTypeAppInsight', 'RenderingTypeDependencyGraph', 'RenderingTypeDownTime', 'RenderingTypeSummaryCard', 'RenderingTypeSearchComponent', 'RenderingTypeAppInsightEnablement'
	Type RenderingType `json:"type,omitempty"`
	// Title - Title of data
	Title *string `json:"title,omitempty"`
	// Description - Description of the data that will help it be interpreted
	Description *string `json:"description,omitempty"`
}

Rendering instructions for rendering the data

type RenderingType

type RenderingType string

RenderingType enumerates the values for rendering type.

const (
	// RenderingTypeAppInsight ...
	RenderingTypeAppInsight RenderingType = "AppInsight"
	// RenderingTypeAppInsightEnablement ...
	RenderingTypeAppInsightEnablement RenderingType = "AppInsightEnablement"
	// RenderingTypeCard ...
	RenderingTypeCard RenderingType = "Card"
	// RenderingTypeChangeAnalysisOnboarding ...
	RenderingTypeChangeAnalysisOnboarding RenderingType = "ChangeAnalysisOnboarding"
	// RenderingTypeChangeSets ...
	RenderingTypeChangeSets RenderingType = "ChangeSets"
	// RenderingTypeChangesView ...
	RenderingTypeChangesView RenderingType = "ChangesView"
	// RenderingTypeDataSummary ...
	RenderingTypeDataSummary RenderingType = "DataSummary"
	// RenderingTypeDependencyGraph ...
	RenderingTypeDependencyGraph RenderingType = "DependencyGraph"
	// RenderingTypeDetector ...
	RenderingTypeDetector RenderingType = "Detector"
	// RenderingTypeDownTime ...
	RenderingTypeDownTime RenderingType = "DownTime"
	// RenderingTypeDropDown ...
	RenderingTypeDropDown RenderingType = "DropDown"
	// RenderingTypeDynamicInsight ...
	RenderingTypeDynamicInsight RenderingType = "DynamicInsight"
	// RenderingTypeEmail ...
	RenderingTypeEmail RenderingType = "Email"
	// RenderingTypeForm ...
	RenderingTypeForm RenderingType = "Form"
	// RenderingTypeGuage ...
	RenderingTypeGuage RenderingType = "Guage"
	// RenderingTypeInsights ...
	RenderingTypeInsights RenderingType = "Insights"
	// RenderingTypeMarkdown ...
	RenderingTypeMarkdown RenderingType = "Markdown"
	// RenderingTypeNoGraph ...
	RenderingTypeNoGraph RenderingType = "NoGraph"
	// RenderingTypePieChart ...
	RenderingTypePieChart RenderingType = "PieChart"
	// RenderingTypeSearchComponent ...
	RenderingTypeSearchComponent RenderingType = "SearchComponent"
	// RenderingTypeSolution ...
	RenderingTypeSolution RenderingType = "Solution"
	// RenderingTypeSummaryCard ...
	RenderingTypeSummaryCard RenderingType = "SummaryCard"
	// RenderingTypeTable ...
	RenderingTypeTable RenderingType = "Table"
	// RenderingTypeTimeSeries ...
	RenderingTypeTimeSeries RenderingType = "TimeSeries"
	// RenderingTypeTimeSeriesPerInstance ...
	RenderingTypeTimeSeriesPerInstance RenderingType = "TimeSeriesPerInstance"
)

func PossibleRenderingTypeValues

func PossibleRenderingTypeValues() []RenderingType

PossibleRenderingTypeValues returns an array of possible values for the RenderingType const type.

type RenewCertificateOrderRequest

type RenewCertificateOrderRequest struct {
	// RenewCertificateOrderRequestProperties - RenewCertificateOrderRequest resource specific properties
	*RenewCertificateOrderRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

RenewCertificateOrderRequest class representing certificate renew request.

func (RenewCertificateOrderRequest) MarshalJSON

func (rcor RenewCertificateOrderRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RenewCertificateOrderRequest.

func (*RenewCertificateOrderRequest) UnmarshalJSON

func (rcor *RenewCertificateOrderRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for RenewCertificateOrderRequest struct.

type RenewCertificateOrderRequestProperties

type RenewCertificateOrderRequestProperties struct {
	// KeySize - Certificate Key Size.
	KeySize *int32 `json:"keySize,omitempty"`
	// Csr - Csr to be used for re-key operation.
	Csr *string `json:"csr,omitempty"`
	// IsPrivateKeyExternal - Should we change the ASC type (from managed private key to external private key and vice versa).
	IsPrivateKeyExternal *bool `json:"isPrivateKeyExternal,omitempty"`
}

RenewCertificateOrderRequestProperties renewCertificateOrderRequest resource specific properties

type RequestsBasedTrigger

type RequestsBasedTrigger struct {
	// Count - Request Count.
	Count *int32 `json:"count,omitempty"`
	// TimeInterval - Time interval.
	TimeInterval *string `json:"timeInterval,omitempty"`
}

RequestsBasedTrigger trigger based on total requests.

type ResolveStatus

type ResolveStatus string

ResolveStatus enumerates the values for resolve status.

const (
	// ResolveStatusAccessToKeyVaultDenied ...
	ResolveStatusAccessToKeyVaultDenied ResolveStatus = "AccessToKeyVaultDenied"
	// ResolveStatusFetchTimedOut ...
	ResolveStatusFetchTimedOut ResolveStatus = "FetchTimedOut"
	// ResolveStatusInitialized ...
	ResolveStatusInitialized ResolveStatus = "Initialized"
	// ResolveStatusInvalidSyntax ...
	ResolveStatusInvalidSyntax ResolveStatus = "InvalidSyntax"
	// ResolveStatusMSINotEnabled ...
	ResolveStatusMSINotEnabled ResolveStatus = "MSINotEnabled"
	// ResolveStatusOtherReasons ...
	ResolveStatusOtherReasons ResolveStatus = "OtherReasons"
	// ResolveStatusResolved ...
	ResolveStatusResolved ResolveStatus = "Resolved"
	// ResolveStatusSecretNotFound ...
	ResolveStatusSecretNotFound ResolveStatus = "SecretNotFound"
	// ResolveStatusSecretVersionNotFound ...
	ResolveStatusSecretVersionNotFound ResolveStatus = "SecretVersionNotFound"
	// ResolveStatusUnauthorizedClient ...
	ResolveStatusUnauthorizedClient ResolveStatus = "UnauthorizedClient"
	// ResolveStatusVaultNotFound ...
	ResolveStatusVaultNotFound ResolveStatus = "VaultNotFound"
)

func PossibleResolveStatusValues

func PossibleResolveStatusValues() []ResolveStatus

PossibleResolveStatusValues returns an array of possible values for the ResolveStatus const type.

type Resource

type Resource struct {
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

Resource azure resource. This resource is tracked in Azure Resource Manager

func (Resource) MarshalJSON

func (r Resource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Resource.

type ResourceCollection

type ResourceCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]string `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ResourceCollection collection of resources.

func (ResourceCollection) IsEmpty

func (rc ResourceCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ResourceCollection) MarshalJSON

func (rc ResourceCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceCollection.

type ResourceCollectionIterator

type ResourceCollectionIterator struct {
	// contains filtered or unexported fields
}

ResourceCollectionIterator provides access to a complete listing of string values.

func NewResourceCollectionIterator

func NewResourceCollectionIterator(page ResourceCollectionPage) ResourceCollectionIterator

Creates a new instance of the ResourceCollectionIterator type.

func (*ResourceCollectionIterator) Next

func (iter *ResourceCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ResourceCollectionIterator) NextWithContext

func (iter *ResourceCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ResourceCollectionIterator) NotDone

func (iter ResourceCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (ResourceCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ResourceCollectionIterator) Value

func (iter ResourceCollectionIterator) Value() string

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ResourceCollectionPage

type ResourceCollectionPage struct {
	// contains filtered or unexported fields
}

ResourceCollectionPage contains a page of string values.

func NewResourceCollectionPage

func NewResourceCollectionPage(cur ResourceCollection, getNextPage func(context.Context, ResourceCollection) (ResourceCollection, error)) ResourceCollectionPage

Creates a new instance of the ResourceCollectionPage type.

func (*ResourceCollectionPage) Next

func (page *ResourceCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ResourceCollectionPage) NextWithContext

func (page *ResourceCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ResourceCollectionPage) NotDone

func (page ResourceCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ResourceCollectionPage) Response

Response returns the raw server response from the last page request.

func (ResourceCollectionPage) Values

func (page ResourceCollectionPage) Values() []string

Values returns the slice of values for the current page or nil if there are no values.

type ResourceHealthMetadata

type ResourceHealthMetadata struct {
	autorest.Response `json:"-"`
	// ResourceHealthMetadataProperties - ResourceHealthMetadata resource specific properties
	*ResourceHealthMetadataProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ResourceHealthMetadata used for getting ResourceHealthCheck settings.

func (ResourceHealthMetadata) MarshalJSON

func (rhm ResourceHealthMetadata) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceHealthMetadata.

func (*ResourceHealthMetadata) UnmarshalJSON

func (rhm *ResourceHealthMetadata) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ResourceHealthMetadata struct.

type ResourceHealthMetadataClient

type ResourceHealthMetadataClient struct {
	BaseClient
}

ResourceHealthMetadataClient is the webSite Management Client

func NewResourceHealthMetadataClient

func NewResourceHealthMetadataClient(subscriptionID string) ResourceHealthMetadataClient

NewResourceHealthMetadataClient creates an instance of the ResourceHealthMetadataClient client.

func NewResourceHealthMetadataClientWithBaseURI

func NewResourceHealthMetadataClientWithBaseURI(baseURI string, subscriptionID string) ResourceHealthMetadataClient

NewResourceHealthMetadataClientWithBaseURI creates an instance of the ResourceHealthMetadataClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (ResourceHealthMetadataClient) GetBySite

func (client ResourceHealthMetadataClient) GetBySite(ctx context.Context, resourceGroupName string, name string) (result ResourceHealthMetadata, err error)

GetBySite description for Gets the category of ResourceHealthMetadata to use for the given site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app

func (ResourceHealthMetadataClient) GetBySitePreparer

func (client ResourceHealthMetadataClient) GetBySitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetBySitePreparer prepares the GetBySite request.

func (ResourceHealthMetadataClient) GetBySiteResponder

func (client ResourceHealthMetadataClient) GetBySiteResponder(resp *http.Response) (result ResourceHealthMetadata, err error)

GetBySiteResponder handles the response to the GetBySite request. The method always closes the http.Response Body.

func (ResourceHealthMetadataClient) GetBySiteSender

func (client ResourceHealthMetadataClient) GetBySiteSender(req *http.Request) (*http.Response, error)

GetBySiteSender sends the GetBySite request. The method will close the http.Response Body if it receives an error.

func (ResourceHealthMetadataClient) GetBySiteSlot

func (client ResourceHealthMetadataClient) GetBySiteSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ResourceHealthMetadata, err error)

GetBySiteSlot description for Gets the category of ResourceHealthMetadata to use for the given site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app slot - name of web app slot. If not specified then will default to production slot.

func (ResourceHealthMetadataClient) GetBySiteSlotPreparer

func (client ResourceHealthMetadataClient) GetBySiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

GetBySiteSlotPreparer prepares the GetBySiteSlot request.

func (ResourceHealthMetadataClient) GetBySiteSlotResponder

func (client ResourceHealthMetadataClient) GetBySiteSlotResponder(resp *http.Response) (result ResourceHealthMetadata, err error)

GetBySiteSlotResponder handles the response to the GetBySiteSlot request. The method always closes the http.Response Body.

func (ResourceHealthMetadataClient) GetBySiteSlotSender

func (client ResourceHealthMetadataClient) GetBySiteSlotSender(req *http.Request) (*http.Response, error)

GetBySiteSlotSender sends the GetBySiteSlot request. The method will close the http.Response Body if it receives an error.

func (ResourceHealthMetadataClient) List

List description for List all ResourceHealthMetadata for all sites in the subscription.

func (ResourceHealthMetadataClient) ListByResourceGroup

func (client ResourceHealthMetadataClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ResourceHealthMetadataCollectionPage, err error)

ListByResourceGroup description for List all ResourceHealthMetadata for all sites in the resource group in the subscription. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (ResourceHealthMetadataClient) ListByResourceGroupComplete

func (client ResourceHealthMetadataClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ResourceHealthMetadataCollectionIterator, err error)

ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (ResourceHealthMetadataClient) ListByResourceGroupPreparer

func (client ResourceHealthMetadataClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupPreparer prepares the ListByResourceGroup request.

func (ResourceHealthMetadataClient) ListByResourceGroupResponder

func (client ResourceHealthMetadataClient) ListByResourceGroupResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error)

ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.

func (ResourceHealthMetadataClient) ListByResourceGroupSender

func (client ResourceHealthMetadataClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)

ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (ResourceHealthMetadataClient) ListBySite

func (client ResourceHealthMetadataClient) ListBySite(ctx context.Context, resourceGroupName string, name string) (result ResourceHealthMetadataCollectionPage, err error)

ListBySite description for Gets the category of ResourceHealthMetadata to use for the given site as a collection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app.

func (ResourceHealthMetadataClient) ListBySiteComplete

func (client ResourceHealthMetadataClient) ListBySiteComplete(ctx context.Context, resourceGroupName string, name string) (result ResourceHealthMetadataCollectionIterator, err error)

ListBySiteComplete enumerates all values, automatically crossing page boundaries as required.

func (ResourceHealthMetadataClient) ListBySitePreparer

func (client ResourceHealthMetadataClient) ListBySitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListBySitePreparer prepares the ListBySite request.

func (ResourceHealthMetadataClient) ListBySiteResponder

func (client ResourceHealthMetadataClient) ListBySiteResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error)

ListBySiteResponder handles the response to the ListBySite request. The method always closes the http.Response Body.

func (ResourceHealthMetadataClient) ListBySiteSender

func (client ResourceHealthMetadataClient) ListBySiteSender(req *http.Request) (*http.Response, error)

ListBySiteSender sends the ListBySite request. The method will close the http.Response Body if it receives an error.

func (ResourceHealthMetadataClient) ListBySiteSlot

func (client ResourceHealthMetadataClient) ListBySiteSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ResourceHealthMetadataCollectionPage, err error)

ListBySiteSlot description for Gets the category of ResourceHealthMetadata to use for the given site as a collection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of web app. slot - name of web app slot. If not specified then will default to production slot.

func (ResourceHealthMetadataClient) ListBySiteSlotComplete

func (client ResourceHealthMetadataClient) ListBySiteSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result ResourceHealthMetadataCollectionIterator, err error)

ListBySiteSlotComplete enumerates all values, automatically crossing page boundaries as required.

func (ResourceHealthMetadataClient) ListBySiteSlotPreparer

func (client ResourceHealthMetadataClient) ListBySiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error)

ListBySiteSlotPreparer prepares the ListBySiteSlot request.

func (ResourceHealthMetadataClient) ListBySiteSlotResponder

func (client ResourceHealthMetadataClient) ListBySiteSlotResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error)

ListBySiteSlotResponder handles the response to the ListBySiteSlot request. The method always closes the http.Response Body.

func (ResourceHealthMetadataClient) ListBySiteSlotSender

func (client ResourceHealthMetadataClient) ListBySiteSlotSender(req *http.Request) (*http.Response, error)

ListBySiteSlotSender sends the ListBySiteSlot request. The method will close the http.Response Body if it receives an error.

func (ResourceHealthMetadataClient) ListComplete

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (ResourceHealthMetadataClient) ListPreparer

func (client ResourceHealthMetadataClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (ResourceHealthMetadataClient) ListResponder

func (client ResourceHealthMetadataClient) ListResponder(resp *http.Response) (result ResourceHealthMetadataCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (ResourceHealthMetadataClient) ListSender

func (client ResourceHealthMetadataClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type ResourceHealthMetadataCollection

type ResourceHealthMetadataCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]ResourceHealthMetadata `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ResourceHealthMetadataCollection collection of resource health metadata.

func (ResourceHealthMetadataCollection) IsEmpty

func (rhmc ResourceHealthMetadataCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ResourceHealthMetadataCollection) MarshalJSON

func (rhmc ResourceHealthMetadataCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceHealthMetadataCollection.

type ResourceHealthMetadataCollectionIterator

type ResourceHealthMetadataCollectionIterator struct {
	// contains filtered or unexported fields
}

ResourceHealthMetadataCollectionIterator provides access to a complete listing of ResourceHealthMetadata values.

func NewResourceHealthMetadataCollectionIterator

func NewResourceHealthMetadataCollectionIterator(page ResourceHealthMetadataCollectionPage) ResourceHealthMetadataCollectionIterator

Creates a new instance of the ResourceHealthMetadataCollectionIterator type.

func (*ResourceHealthMetadataCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ResourceHealthMetadataCollectionIterator) NextWithContext

func (iter *ResourceHealthMetadataCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ResourceHealthMetadataCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (ResourceHealthMetadataCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ResourceHealthMetadataCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ResourceHealthMetadataCollectionPage

type ResourceHealthMetadataCollectionPage struct {
	// contains filtered or unexported fields
}

ResourceHealthMetadataCollectionPage contains a page of ResourceHealthMetadata values.

func NewResourceHealthMetadataCollectionPage

Creates a new instance of the ResourceHealthMetadataCollectionPage type.

func (*ResourceHealthMetadataCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ResourceHealthMetadataCollectionPage) NextWithContext

func (page *ResourceHealthMetadataCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ResourceHealthMetadataCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ResourceHealthMetadataCollectionPage) Response

Response returns the raw server response from the last page request.

func (ResourceHealthMetadataCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type ResourceHealthMetadataProperties

type ResourceHealthMetadataProperties struct {
	// Category - The category that the resource matches in the RHC Policy File
	Category *string `json:"category,omitempty"`
	// SignalAvailability - Is there a health signal for the resource
	SignalAvailability *bool `json:"signalAvailability,omitempty"`
}

ResourceHealthMetadataProperties resourceHealthMetadata resource specific properties

type ResourceMetricAvailability

type ResourceMetricAvailability struct {
	// TimeGrain - READ-ONLY; Time grain .
	TimeGrain *string `json:"timeGrain,omitempty"`
	// Retention - READ-ONLY; Retention period for the current time grain.
	Retention *string `json:"retention,omitempty"`
}

ResourceMetricAvailability metrics availability and retention.

func (ResourceMetricAvailability) MarshalJSON

func (rma ResourceMetricAvailability) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceMetricAvailability.

type ResourceMetricDefinition

type ResourceMetricDefinition struct {
	// ResourceMetricDefinitionProperties - ResourceMetricDefinition resource specific properties
	*ResourceMetricDefinitionProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

ResourceMetricDefinition metadata for the metrics.

func (ResourceMetricDefinition) MarshalJSON

func (rmd ResourceMetricDefinition) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceMetricDefinition.

func (*ResourceMetricDefinition) UnmarshalJSON

func (rmd *ResourceMetricDefinition) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ResourceMetricDefinition struct.

type ResourceMetricDefinitionCollection

type ResourceMetricDefinitionCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]ResourceMetricDefinition `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

ResourceMetricDefinitionCollection collection of metric definitions.

func (ResourceMetricDefinitionCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (ResourceMetricDefinitionCollection) MarshalJSON

func (rmdc ResourceMetricDefinitionCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceMetricDefinitionCollection.

type ResourceMetricDefinitionCollectionIterator

type ResourceMetricDefinitionCollectionIterator struct {
	// contains filtered or unexported fields
}

ResourceMetricDefinitionCollectionIterator provides access to a complete listing of ResourceMetricDefinition values.

func NewResourceMetricDefinitionCollectionIterator

func NewResourceMetricDefinitionCollectionIterator(page ResourceMetricDefinitionCollectionPage) ResourceMetricDefinitionCollectionIterator

Creates a new instance of the ResourceMetricDefinitionCollectionIterator type.

func (*ResourceMetricDefinitionCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ResourceMetricDefinitionCollectionIterator) NextWithContext

func (iter *ResourceMetricDefinitionCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ResourceMetricDefinitionCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (ResourceMetricDefinitionCollectionIterator) Response

Response returns the raw server response from the last page request.

func (ResourceMetricDefinitionCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ResourceMetricDefinitionCollectionPage

type ResourceMetricDefinitionCollectionPage struct {
	// contains filtered or unexported fields
}

ResourceMetricDefinitionCollectionPage contains a page of ResourceMetricDefinition values.

func NewResourceMetricDefinitionCollectionPage

Creates a new instance of the ResourceMetricDefinitionCollectionPage type.

func (*ResourceMetricDefinitionCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ResourceMetricDefinitionCollectionPage) NextWithContext

func (page *ResourceMetricDefinitionCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ResourceMetricDefinitionCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ResourceMetricDefinitionCollectionPage) Response

Response returns the raw server response from the last page request.

func (ResourceMetricDefinitionCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type ResourceMetricDefinitionProperties

type ResourceMetricDefinitionProperties struct {
	// Unit - READ-ONLY; Unit of the metric.
	Unit *string `json:"unit,omitempty"`
	// PrimaryAggregationType - READ-ONLY; Primary aggregation type.
	PrimaryAggregationType *string `json:"primaryAggregationType,omitempty"`
	// MetricAvailabilities - READ-ONLY; List of time grains supported for the metric together with retention period.
	MetricAvailabilities *[]ResourceMetricAvailability `json:"metricAvailabilities,omitempty"`
	// ResourceURI - READ-ONLY; Resource URI.
	ResourceURI *string `json:"resourceUri,omitempty"`
	// Properties - READ-ONLY; Resource metric definition properties.
	Properties map[string]*string `json:"properties"`
}

ResourceMetricDefinitionProperties resourceMetricDefinition resource specific properties

func (ResourceMetricDefinitionProperties) MarshalJSON

func (rmd ResourceMetricDefinitionProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceMetricDefinitionProperties.

type ResourceNameAvailability

type ResourceNameAvailability struct {
	autorest.Response `json:"-"`
	// NameAvailable - <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both.
	NameAvailable *bool `json:"nameAvailable,omitempty"`
	// Reason - <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. Possible values include: 'InAvailabilityReasonTypeInvalid', 'InAvailabilityReasonTypeAlreadyExists'
	Reason InAvailabilityReasonType `json:"reason,omitempty"`
	// Message - If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name.
	Message *string `json:"message,omitempty"`
}

ResourceNameAvailability information regarding availability of a resource name.

type ResourceNameAvailabilityRequest

type ResourceNameAvailabilityRequest struct {
	// Name - Resource name to verify.
	Name *string `json:"name,omitempty"`
	// Type - Resource type used for verification. Possible values include: 'CheckNameResourceTypesSite', 'CheckNameResourceTypesSlot', 'CheckNameResourceTypesHostingEnvironment', 'CheckNameResourceTypesPublishingUser', 'CheckNameResourceTypesMicrosoftWebsites', 'CheckNameResourceTypesMicrosoftWebsitesslots', 'CheckNameResourceTypesMicrosoftWebhostingEnvironments', 'CheckNameResourceTypesMicrosoftWebpublishingUsers'
	Type CheckNameResourceTypes `json:"type,omitempty"`
	// IsFqdn - Is fully qualified domain name.
	IsFqdn *bool `json:"isFqdn,omitempty"`
}

ResourceNameAvailabilityRequest resource name availability request content.

type ResourceScopeType

type ResourceScopeType string

ResourceScopeType enumerates the values for resource scope type.

const (
	// ResourceScopeTypeServerFarm ...
	ResourceScopeTypeServerFarm ResourceScopeType = "ServerFarm"
	// ResourceScopeTypeSubscription ...
	ResourceScopeTypeSubscription ResourceScopeType = "Subscription"
	// ResourceScopeTypeWebSite ...
	ResourceScopeTypeWebSite ResourceScopeType = "WebSite"
)

func PossibleResourceScopeTypeValues

func PossibleResourceScopeTypeValues() []ResourceScopeType

PossibleResourceScopeTypeValues returns an array of possible values for the ResourceScopeType const type.

type ResponseMessageEnvelopeRemotePrivateEndpointConnection

type ResponseMessageEnvelopeRemotePrivateEndpointConnection struct {
	// ID - Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this
	// value for GET requests only.
	// For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}
	ID *string `json:"id,omitempty"`
	// Name - Name of resource.
	Name *string `json:"name,omitempty"`
	// Type - Type of resource e.g "Microsoft.Web/sites".
	Type *string `json:"type,omitempty"`
	// Location - Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.
	Location *string `json:"location,omitempty"`
	// Tags - Tags associated with resource.
	Tags map[string]*string `json:"tags"`
	// Plan - Azure resource manager plan.
	Plan *ArmPlan `json:"plan,omitempty"`
	// Properties - Resource specific properties.
	Properties *RemotePrivateEndpointConnection `json:"properties,omitempty"`
	// Sku - SKU description of the resource.
	Sku *SkuDescription `json:"sku,omitempty"`
	// Status - Azure-AsyncOperation Status info.
	Status *string `json:"status,omitempty"`
	// Error - Azure-AsyncOperation Error info.
	Error *ErrorEntity `json:"error,omitempty"`
	// Identity - MSI resource
	Identity *ManagedServiceIdentity `json:"identity,omitempty"`
	// Zones - Logical Availability Zones the service is hosted in
	Zones *[]string `json:"zones,omitempty"`
}

ResponseMessageEnvelopeRemotePrivateEndpointConnection message envelope that contains the common Azure resource manager properties and the resource provider specific content.

func (ResponseMessageEnvelopeRemotePrivateEndpointConnection) MarshalJSON

MarshalJSON is the custom marshaler for ResponseMessageEnvelopeRemotePrivateEndpointConnection.

type ResponseMetaData

type ResponseMetaData struct {
	// DataSource - Source of the Data
	DataSource *DataSource `json:"dataSource,omitempty"`
}

ResponseMetaData ...

type RestoreRequest

type RestoreRequest struct {
	autorest.Response `json:"-"`
	// RestoreRequestProperties - RestoreRequest resource specific properties
	*RestoreRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

RestoreRequest description of a restore request.

func (RestoreRequest) MarshalJSON

func (rr RestoreRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for RestoreRequest.

func (*RestoreRequest) UnmarshalJSON

func (rr *RestoreRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for RestoreRequest struct.

type RestoreRequestProperties

type RestoreRequestProperties struct {
	// StorageAccountURL - SAS URL to the container.
	StorageAccountURL *string `json:"storageAccountUrl,omitempty"`
	// BlobName - Name of a blob which contains the backup.
	BlobName *string `json:"blobName,omitempty"`
	// Overwrite - <code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>. <code>true</code> is needed if trying to restore over an existing app.
	Overwrite *bool `json:"overwrite,omitempty"`
	// SiteName - Name of an app.
	SiteName *string `json:"siteName,omitempty"`
	// Databases - Collection of databases which should be restored. This list has to match the list of databases included in the backup.
	Databases *[]DatabaseBackupSetting `json:"databases,omitempty"`
	// IgnoreConflictingHostNames - Changes a logic when restoring an app with custom domains. <code>true</code> to remove custom domains automatically. If <code>false</code>, custom domains are added to
	// the app's object when it is being restored, but that might fail due to conflicts during the operation.
	IgnoreConflictingHostNames *bool `json:"ignoreConflictingHostNames,omitempty"`
	// IgnoreDatabases - Ignore the databases and only restore the site content
	IgnoreDatabases *bool `json:"ignoreDatabases,omitempty"`
	// AppServicePlan - Specify app service plan that will own restored site.
	AppServicePlan *string `json:"appServicePlan,omitempty"`
	// OperationType - Operation type. Possible values include: 'BackupRestoreOperationTypeDefault', 'BackupRestoreOperationTypeClone', 'BackupRestoreOperationTypeRelocation', 'BackupRestoreOperationTypeSnapshot', 'BackupRestoreOperationTypeCloudFS'
	OperationType BackupRestoreOperationType `json:"operationType,omitempty"`
	// AdjustConnectionStrings - <code>true</code> if SiteConfig.ConnectionStrings should be set in new app; otherwise, <code>false</code>.
	AdjustConnectionStrings *bool `json:"adjustConnectionStrings,omitempty"`
	// HostingEnvironment - App Service Environment name, if needed (only when restoring an app to an App Service Environment).
	HostingEnvironment *string `json:"hostingEnvironment,omitempty"`
}

RestoreRequestProperties restoreRequest resource specific properties

type RouteType

type RouteType string

RouteType enumerates the values for route type.

const (
	// RouteTypeDEFAULT ...
	RouteTypeDEFAULT RouteType = "DEFAULT"
	// RouteTypeINHERITED ...
	RouteTypeINHERITED RouteType = "INHERITED"
	// RouteTypeSTATIC ...
	RouteTypeSTATIC RouteType = "STATIC"
)

func PossibleRouteTypeValues

func PossibleRouteTypeValues() []RouteType

PossibleRouteTypeValues returns an array of possible values for the RouteType const type.

type SampleUtterance

type SampleUtterance struct {
	// Text - Text attribute of sample utterance.
	Text *string `json:"text,omitempty"`
	// Links - Links attribute of sample utterance.
	Links *[]string `json:"links,omitempty"`
	// Qid - Question id of sample utterance (for stackoverflow questions titles).
	Qid *string `json:"qid,omitempty"`
}

SampleUtterance sample utterance.

type ScmType

type ScmType string

ScmType enumerates the values for scm type.

const (
	// ScmTypeBitbucketGit ...
	ScmTypeBitbucketGit ScmType = "BitbucketGit"
	// ScmTypeBitbucketHg ...
	ScmTypeBitbucketHg ScmType = "BitbucketHg"
	// ScmTypeCodePlexGit ...
	ScmTypeCodePlexGit ScmType = "CodePlexGit"
	// ScmTypeCodePlexHg ...
	ScmTypeCodePlexHg ScmType = "CodePlexHg"
	// ScmTypeDropbox ...
	ScmTypeDropbox ScmType = "Dropbox"
	// ScmTypeExternalGit ...
	ScmTypeExternalGit ScmType = "ExternalGit"
	// ScmTypeExternalHg ...
	ScmTypeExternalHg ScmType = "ExternalHg"
	// ScmTypeGitHub ...
	ScmTypeGitHub ScmType = "GitHub"
	// ScmTypeLocalGit ...
	ScmTypeLocalGit ScmType = "LocalGit"
	// ScmTypeNone ...
	ScmTypeNone ScmType = "None"
	// ScmTypeOneDrive ...
	ScmTypeOneDrive ScmType = "OneDrive"
	// ScmTypeTfs ...
	ScmTypeTfs ScmType = "Tfs"
	// ScmTypeVSO ...
	ScmTypeVSO ScmType = "VSO"
	// ScmTypeVSTSRM ...
	ScmTypeVSTSRM ScmType = "VSTSRM"
)

func PossibleScmTypeValues

func PossibleScmTypeValues() []ScmType

PossibleScmTypeValues returns an array of possible values for the ScmType const type.

type ServiceSpecification

type ServiceSpecification struct {
	MetricSpecifications *[]MetricSpecification `json:"metricSpecifications,omitempty"`
	LogSpecifications    *[]LogSpecification    `json:"logSpecifications,omitempty"`
}

ServiceSpecification resource metrics service provided by Microsoft.Insights resource provider.

type SetObject

type SetObject struct {
	autorest.Response `json:"-"`
	Value             interface{} `json:"value,omitempty"`
}

SetObject ...

type Site

type Site struct {
	autorest.Response `json:"-"`
	// SiteProperties - Site resource specific properties
	*SiteProperties  `json:"properties,omitempty"`
	Identity         *ManagedServiceIdentity `json:"identity,omitempty"`
	ExtendedLocation *ExtendedLocation       `json:"extendedLocation,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

Site a web app, a mobile app backend, or an API app.

func (Site) MarshalJSON

func (s Site) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Site.

func (*Site) UnmarshalJSON

func (s *Site) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Site struct.

type SiteAuthSettings

type SiteAuthSettings struct {
	autorest.Response `json:"-"`
	// SiteAuthSettingsProperties - SiteAuthSettings resource specific properties
	*SiteAuthSettingsProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteAuthSettings configuration settings for the Azure App Service Authentication / Authorization feature.

func (SiteAuthSettings) MarshalJSON

func (sas SiteAuthSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteAuthSettings.

func (*SiteAuthSettings) UnmarshalJSON

func (sas *SiteAuthSettings) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteAuthSettings struct.

type SiteAuthSettingsProperties

type SiteAuthSettingsProperties struct {
	// Enabled - <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// RuntimeVersion - The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion *string `json:"runtimeVersion,omitempty"`
	// UnauthenticatedClientAction - The action to take when an unauthenticated client attempts to access the app. Possible values include: 'UnauthenticatedClientActionRedirectToLoginPage', 'UnauthenticatedClientActionAllowAnonymous'
	UnauthenticatedClientAction UnauthenticatedClientAction `json:"unauthenticatedClientAction,omitempty"`
	// TokenStoreEnabled - <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled *bool `json:"tokenStoreEnabled,omitempty"`
	// AllowedExternalRedirectUrls - External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls *[]string `json:"allowedExternalRedirectUrls,omitempty"`
	// DefaultProvider - The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage". Possible values include: 'BuiltInAuthenticationProviderAzureActiveDirectory', 'BuiltInAuthenticationProviderFacebook', 'BuiltInAuthenticationProviderGoogle', 'BuiltInAuthenticationProviderMicrosoftAccount', 'BuiltInAuthenticationProviderTwitter', 'BuiltInAuthenticationProviderGithub'
	DefaultProvider BuiltInAuthenticationProvider `json:"defaultProvider,omitempty"`
	// TokenRefreshExtensionHours - The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours *float64 `json:"tokenRefreshExtensionHours,omitempty"`
	// ClientID - The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientID *string `json:"clientId,omitempty"`
	// ClientSecret - The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret *string `json:"clientSecret,omitempty"`
	// ClientSecretSettingName - The app setting name that contains the client secret of the relying party application.
	ClientSecretSettingName *string `json:"clientSecretSettingName,omitempty"`
	// ClientSecretCertificateThumbprint - An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint *string `json:"clientSecretCertificateThumbprint,omitempty"`
	// Issuer - The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer *string `json:"issuer,omitempty"`
	// ValidateIssuer - Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer *bool `json:"validateIssuer,omitempty"`
	// AllowedAudiences - Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences *[]string `json:"allowedAudiences,omitempty"`
	// AdditionalLoginParams - Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams *[]string `json:"additionalLoginParams,omitempty"`
	// AadClaimsAuthorization - Gets a JSON string containing the Azure AD Acl settings.
	AadClaimsAuthorization *string `json:"aadClaimsAuthorization,omitempty"`
	// GoogleClientID - The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientID *string `json:"googleClientId,omitempty"`
	// GoogleClientSecret - The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret *string `json:"googleClientSecret,omitempty"`
	// GoogleClientSecretSettingName - The app setting name that contains the client secret associated with
	// the Google web application.
	GoogleClientSecretSettingName *string `json:"googleClientSecretSettingName,omitempty"`
	// GoogleOAuthScopes - The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes *[]string `json:"googleOAuthScopes,omitempty"`
	// FacebookAppID - The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppID *string `json:"facebookAppId,omitempty"`
	// FacebookAppSecret - The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret *string `json:"facebookAppSecret,omitempty"`
	// FacebookAppSecretSettingName - The app setting name that contains the app secret used for Facebook Login.
	FacebookAppSecretSettingName *string `json:"facebookAppSecretSettingName,omitempty"`
	// FacebookOAuthScopes - The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes *[]string `json:"facebookOAuthScopes,omitempty"`
	// GitHubClientID - The Client Id of the GitHub app used for login.
	// This setting is required for enabling Github login
	GitHubClientID *string `json:"gitHubClientId,omitempty"`
	// GitHubClientSecret - The Client Secret of the GitHub app used for Github Login.
	// This setting is required for enabling Github login.
	GitHubClientSecret *string `json:"gitHubClientSecret,omitempty"`
	// GitHubClientSecretSettingName - The app setting name that contains the client secret of the Github
	// app used for GitHub Login.
	GitHubClientSecretSettingName *string `json:"gitHubClientSecretSettingName,omitempty"`
	// GitHubOAuthScopes - The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
	// This setting is optional
	GitHubOAuthScopes *[]string `json:"gitHubOAuthScopes,omitempty"`
	// TwitterConsumerKey - The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey *string `json:"twitterConsumerKey,omitempty"`
	// TwitterConsumerSecret - The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret *string `json:"twitterConsumerSecret,omitempty"`
	// TwitterConsumerSecretSettingName - The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
	// application used for sign-in.
	TwitterConsumerSecretSettingName *string `json:"twitterConsumerSecretSettingName,omitempty"`
	// MicrosoftAccountClientID - The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientID *string `json:"microsoftAccountClientId,omitempty"`
	// MicrosoftAccountClientSecret - The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret *string `json:"microsoftAccountClientSecret,omitempty"`
	// MicrosoftAccountClientSecretSettingName - The app setting name containing the OAuth 2.0 client secret that was created for the
	// app used for authentication.
	MicrosoftAccountClientSecretSettingName *string `json:"microsoftAccountClientSecretSettingName,omitempty"`
	// MicrosoftAccountOAuthScopes - The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes *[]string `json:"microsoftAccountOAuthScopes,omitempty"`
	// IsAuthFromFile - "true" if the auth config settings should be read from a file,
	// "false" otherwise
	IsAuthFromFile *string `json:"isAuthFromFile,omitempty"`
	// AuthFilePath - The path of the config file containing auth settings.
	// If the path is relative, base will the site's root directory.
	AuthFilePath *string `json:"authFilePath,omitempty"`
	// ConfigVersion - The ConfigVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of the control plane for Authentication / Authorization.
	ConfigVersion *string `json:"configVersion,omitempty"`
}

SiteAuthSettingsProperties siteAuthSettings resource specific properties

type SiteAuthSettingsV2

type SiteAuthSettingsV2 struct {
	autorest.Response `json:"-"`
	// SiteAuthSettingsV2Properties - SiteAuthSettingsV2 resource specific properties
	*SiteAuthSettingsV2Properties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteAuthSettingsV2 configuration settings for the Azure App Service Authentication / Authorization V2 feature.

func (SiteAuthSettingsV2) MarshalJSON

func (sasv SiteAuthSettingsV2) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteAuthSettingsV2.

func (*SiteAuthSettingsV2) UnmarshalJSON

func (sasv *SiteAuthSettingsV2) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteAuthSettingsV2 struct.

type SiteAuthSettingsV2Properties

type SiteAuthSettingsV2Properties struct {
	// Platform - The configuration settings of the platform of App Service Authentication/Authorization.
	Platform *AuthPlatform `json:"platform,omitempty"`
	// GlobalValidation - The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
	GlobalValidation *GlobalValidation `json:"globalValidation,omitempty"`
	// IdentityProviders - The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
	IdentityProviders *IdentityProviders `json:"identityProviders,omitempty"`
	// Login - The configuration settings of the login flow of users using App Service Authentication/Authorization.
	Login *Login `json:"login,omitempty"`
	// HTTPSettings - The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
	HTTPSettings *HTTPSettings `json:"httpSettings,omitempty"`
}

SiteAuthSettingsV2Properties siteAuthSettingsV2 resource specific properties

type SiteAvailabilityState

type SiteAvailabilityState string

SiteAvailabilityState enumerates the values for site availability state.

const (
	// SiteAvailabilityStateDisasterRecoveryMode ...
	SiteAvailabilityStateDisasterRecoveryMode SiteAvailabilityState = "DisasterRecoveryMode"
	// SiteAvailabilityStateLimited ...
	SiteAvailabilityStateLimited SiteAvailabilityState = "Limited"
	// SiteAvailabilityStateNormal ...
	SiteAvailabilityStateNormal SiteAvailabilityState = "Normal"
)

func PossibleSiteAvailabilityStateValues

func PossibleSiteAvailabilityStateValues() []SiteAvailabilityState

PossibleSiteAvailabilityStateValues returns an array of possible values for the SiteAvailabilityState const type.

type SiteCloneability

type SiteCloneability struct {
	autorest.Response `json:"-"`
	// Result - Name of app. Possible values include: 'CloneAbilityResultCloneable', 'CloneAbilityResultPartiallyCloneable', 'CloneAbilityResultNotCloneable'
	Result CloneAbilityResult `json:"result,omitempty"`
	// BlockingFeatures - List of features enabled on app that prevent cloning.
	BlockingFeatures *[]SiteCloneabilityCriterion `json:"blockingFeatures,omitempty"`
	// UnsupportedFeatures - List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned
	// but the features in this list will not be set up on cloned app.
	UnsupportedFeatures *[]SiteCloneabilityCriterion `json:"unsupportedFeatures,omitempty"`
	// BlockingCharacteristics - List of blocking application characteristics.
	BlockingCharacteristics *[]SiteCloneabilityCriterion `json:"blockingCharacteristics,omitempty"`
}

SiteCloneability represents whether or not an app is cloneable.

type SiteCloneabilityCriterion

type SiteCloneabilityCriterion struct {
	// Name - Name of criterion.
	Name *string `json:"name,omitempty"`
	// Description - Description of criterion.
	Description *string `json:"description,omitempty"`
}

SiteCloneabilityCriterion an app cloneability criterion.

type SiteConfig

type SiteConfig struct {
	// NumberOfWorkers - Number of workers.
	NumberOfWorkers *int32 `json:"numberOfWorkers,omitempty"`
	// DefaultDocuments - Default documents.
	DefaultDocuments *[]string `json:"defaultDocuments,omitempty"`
	// NetFrameworkVersion - .NET Framework version.
	NetFrameworkVersion *string `json:"netFrameworkVersion,omitempty"`
	// PhpVersion - Version of PHP.
	PhpVersion *string `json:"phpVersion,omitempty"`
	// PythonVersion - Version of Python.
	PythonVersion *string `json:"pythonVersion,omitempty"`
	// NodeVersion - Version of Node.js.
	NodeVersion *string `json:"nodeVersion,omitempty"`
	// PowerShellVersion - Version of PowerShell.
	PowerShellVersion *string `json:"powerShellVersion,omitempty"`
	// LinuxFxVersion - Linux App Framework and version
	LinuxFxVersion *string `json:"linuxFxVersion,omitempty"`
	// WindowsFxVersion - Xenon App Framework and version
	WindowsFxVersion *string `json:"windowsFxVersion,omitempty"`
	// RequestTracingEnabled - <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
	RequestTracingEnabled *bool `json:"requestTracingEnabled,omitempty"`
	// RequestTracingExpirationTime - Request tracing expiration time.
	RequestTracingExpirationTime *date.Time `json:"requestTracingExpirationTime,omitempty"`
	// RemoteDebuggingEnabled - <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
	RemoteDebuggingEnabled *bool `json:"remoteDebuggingEnabled,omitempty"`
	// RemoteDebuggingVersion - Remote debugging version.
	RemoteDebuggingVersion *string `json:"remoteDebuggingVersion,omitempty"`
	// HTTPLoggingEnabled - <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
	HTTPLoggingEnabled *bool `json:"httpLoggingEnabled,omitempty"`
	// AcrUseManagedIdentityCreds - Flag to use Managed Identity Creds for ACR pull
	AcrUseManagedIdentityCreds *bool `json:"acrUseManagedIdentityCreds,omitempty"`
	// AcrUserManagedIdentityID - If using user managed identity, the user managed identity ClientId
	AcrUserManagedIdentityID *string `json:"acrUserManagedIdentityID,omitempty"`
	// LogsDirectorySizeLimit - HTTP logs directory size limit.
	LogsDirectorySizeLimit *int32 `json:"logsDirectorySizeLimit,omitempty"`
	// DetailedErrorLoggingEnabled - <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
	DetailedErrorLoggingEnabled *bool `json:"detailedErrorLoggingEnabled,omitempty"`
	// PublishingUsername - Publishing user name.
	PublishingUsername *string `json:"publishingUsername,omitempty"`
	// AppSettings - Application settings.
	AppSettings *[]NameValuePair `json:"appSettings,omitempty"`
	// ConnectionStrings - Connection strings.
	ConnectionStrings *[]ConnStringInfo `json:"connectionStrings,omitempty"`
	// MachineKey - READ-ONLY; Site MachineKey.
	MachineKey *SiteMachineKey `json:"machineKey,omitempty"`
	// HandlerMappings - Handler mappings.
	HandlerMappings *[]HandlerMapping `json:"handlerMappings,omitempty"`
	// DocumentRoot - Document root.
	DocumentRoot *string `json:"documentRoot,omitempty"`
	// ScmType - SCM type. Possible values include: 'ScmTypeNone', 'ScmTypeDropbox', 'ScmTypeTfs', 'ScmTypeLocalGit', 'ScmTypeGitHub', 'ScmTypeCodePlexGit', 'ScmTypeCodePlexHg', 'ScmTypeBitbucketGit', 'ScmTypeBitbucketHg', 'ScmTypeExternalGit', 'ScmTypeExternalHg', 'ScmTypeOneDrive', 'ScmTypeVSO', 'ScmTypeVSTSRM'
	ScmType ScmType `json:"scmType,omitempty"`
	// Use32BitWorkerProcess - <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
	Use32BitWorkerProcess *bool `json:"use32BitWorkerProcess,omitempty"`
	// WebSocketsEnabled - <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
	WebSocketsEnabled *bool `json:"webSocketsEnabled,omitempty"`
	// AlwaysOn - <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
	AlwaysOn *bool `json:"alwaysOn,omitempty"`
	// JavaVersion - Java version.
	JavaVersion *string `json:"javaVersion,omitempty"`
	// JavaContainer - Java container.
	JavaContainer *string `json:"javaContainer,omitempty"`
	// JavaContainerVersion - Java container version.
	JavaContainerVersion *string `json:"javaContainerVersion,omitempty"`
	// AppCommandLine - App command line to launch.
	AppCommandLine *string `json:"appCommandLine,omitempty"`
	// ManagedPipelineMode - Managed pipeline mode. Possible values include: 'ManagedPipelineModeIntegrated', 'ManagedPipelineModeClassic'
	ManagedPipelineMode ManagedPipelineMode `json:"managedPipelineMode,omitempty"`
	// VirtualApplications - Virtual applications.
	VirtualApplications *[]VirtualApplication `json:"virtualApplications,omitempty"`
	// LoadBalancing - Site load balancing. Possible values include: 'SiteLoadBalancingWeightedRoundRobin', 'SiteLoadBalancingLeastRequests', 'SiteLoadBalancingLeastResponseTime', 'SiteLoadBalancingWeightedTotalTraffic', 'SiteLoadBalancingRequestHash', 'SiteLoadBalancingPerSiteRoundRobin'
	LoadBalancing SiteLoadBalancing `json:"loadBalancing,omitempty"`
	// Experiments - This is work around for polymorphic types.
	Experiments *Experiments `json:"experiments,omitempty"`
	// Limits - Site limits.
	Limits *SiteLimits `json:"limits,omitempty"`
	// AutoHealEnabled - <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
	AutoHealEnabled *bool `json:"autoHealEnabled,omitempty"`
	// AutoHealRules - Auto Heal rules.
	AutoHealRules *AutoHealRules `json:"autoHealRules,omitempty"`
	// TracingOptions - Tracing options.
	TracingOptions *string `json:"tracingOptions,omitempty"`
	// VnetName - Virtual Network name.
	VnetName *string `json:"vnetName,omitempty"`
	// VnetRouteAllEnabled - Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
	VnetRouteAllEnabled *bool `json:"vnetRouteAllEnabled,omitempty"`
	// VnetPrivatePortsCount - The number of private ports assigned to this app. These will be assigned dynamically on runtime.
	VnetPrivatePortsCount *int32 `json:"vnetPrivatePortsCount,omitempty"`
	// Cors - Cross-Origin Resource Sharing (CORS) settings.
	Cors *CorsSettings `json:"cors,omitempty"`
	// Push - Push endpoint settings.
	Push *PushSettings `json:"push,omitempty"`
	// APIDefinition - Information about the formal API definition for the app.
	APIDefinition *APIDefinitionInfo `json:"apiDefinition,omitempty"`
	// APIManagementConfig - Azure API management settings linked to the app.
	APIManagementConfig *APIManagementConfig `json:"apiManagementConfig,omitempty"`
	// AutoSwapSlotName - Auto-swap slot name.
	AutoSwapSlotName *string `json:"autoSwapSlotName,omitempty"`
	// LocalMySQLEnabled - <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
	LocalMySQLEnabled *bool `json:"localMySqlEnabled,omitempty"`
	// ManagedServiceIdentityID - Managed Service Identity Id
	ManagedServiceIdentityID *int32 `json:"managedServiceIdentityId,omitempty"`
	// XManagedServiceIdentityID - Explicit Managed Service Identity Id
	XManagedServiceIdentityID *int32 `json:"xManagedServiceIdentityId,omitempty"`
	// KeyVaultReferenceIdentity - Identity to use for Key Vault Reference authentication.
	KeyVaultReferenceIdentity *string `json:"keyVaultReferenceIdentity,omitempty"`
	// IPSecurityRestrictions - IP security restrictions for main.
	IPSecurityRestrictions *[]IPSecurityRestriction `json:"ipSecurityRestrictions,omitempty"`
	// ScmIPSecurityRestrictions - IP security restrictions for scm.
	ScmIPSecurityRestrictions *[]IPSecurityRestriction `json:"scmIpSecurityRestrictions,omitempty"`
	// ScmIPSecurityRestrictionsUseMain - IP security restrictions for scm to use main.
	ScmIPSecurityRestrictionsUseMain *bool `json:"scmIpSecurityRestrictionsUseMain,omitempty"`
	// HTTP20Enabled - Http20Enabled: configures a web site to allow clients to connect over http2.0
	HTTP20Enabled *bool `json:"http20Enabled,omitempty"`
	// MinTLSVersion - MinTlsVersion: configures the minimum version of TLS required for SSL requests. Possible values include: 'SupportedTLSVersionsOneFullStopZero', 'SupportedTLSVersionsOneFullStopOne', 'SupportedTLSVersionsOneFullStopTwo'
	MinTLSVersion SupportedTLSVersions `json:"minTlsVersion,omitempty"`
	// ScmMinTLSVersion - ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site. Possible values include: 'SupportedTLSVersionsOneFullStopZero', 'SupportedTLSVersionsOneFullStopOne', 'SupportedTLSVersionsOneFullStopTwo'
	ScmMinTLSVersion SupportedTLSVersions `json:"scmMinTlsVersion,omitempty"`
	// FtpsState - State of FTP / FTPS service. Possible values include: 'FtpsStateAllAllowed', 'FtpsStateFtpsOnly', 'FtpsStateDisabled'
	FtpsState FtpsState `json:"ftpsState,omitempty"`
	// PreWarmedInstanceCount - Number of preWarmed instances.
	// This setting only applies to the Consumption and Elastic Plans
	PreWarmedInstanceCount *int32 `json:"preWarmedInstanceCount,omitempty"`
	// FunctionAppScaleLimit - Maximum number of workers that a site can scale out to.
	// This setting only applies to the Consumption and Elastic Premium Plans
	FunctionAppScaleLimit *int32 `json:"functionAppScaleLimit,omitempty"`
	// HealthCheckPath - Health check path
	HealthCheckPath *string `json:"healthCheckPath,omitempty"`
	// FunctionsRuntimeScaleMonitoringEnabled - Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled,
	// the ScaleController will not monitor event sources directly, but will instead call to the
	// runtime to get scale status.
	FunctionsRuntimeScaleMonitoringEnabled *bool `json:"functionsRuntimeScaleMonitoringEnabled,omitempty"`
	// WebsiteTimeZone - Sets the time zone a site uses for generating timestamps. Compatible with Linux and Windows App Service. Setting the WEBSITE_TIME_ZONE app setting takes precedence over this config. For Linux, expects tz database values https://www.iana.org/time-zones (for a quick reference see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). For Windows, expects one of the time zones listed under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones
	WebsiteTimeZone *string `json:"websiteTimeZone,omitempty"`
	// MinimumElasticInstanceCount - Number of minimum instance count for a site
	// This setting only applies to the Elastic Plans
	MinimumElasticInstanceCount *int32 `json:"minimumElasticInstanceCount,omitempty"`
	// AzureStorageAccounts - List of Azure Storage Accounts.
	AzureStorageAccounts map[string]*AzureStorageInfoValue `json:"azureStorageAccounts"`
	// PublicNetworkAccess - Property to allow or block all public traffic.
	PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"`
}

SiteConfig configuration of an App Service app.

func (SiteConfig) MarshalJSON

func (sc SiteConfig) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteConfig.

type SiteConfigPropertiesDictionary

type SiteConfigPropertiesDictionary struct {
	// Use32BitWorkerProcess - READ-ONLY; <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.
	Use32BitWorkerProcess *bool `json:"use32BitWorkerProcess,omitempty"`
	// LinuxFxVersion - READ-ONLY; LinuxFxVersion configuration setting.
	LinuxFxVersion *string `json:"linuxFxVersion,omitempty"`
	// JavaVersion - READ-ONLY; JavaVersion configuration setting.
	JavaVersion *string `json:"javaVersion,omitempty"`
	// PowerShellVersion - READ-ONLY; PowerShellVersion configuration setting.
	PowerShellVersion *string `json:"powerShellVersion,omitempty"`
}

SiteConfigPropertiesDictionary site config properties dictionary.

func (SiteConfigPropertiesDictionary) MarshalJSON

func (scpd SiteConfigPropertiesDictionary) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteConfigPropertiesDictionary.

type SiteConfigResource

type SiteConfigResource struct {
	autorest.Response `json:"-"`
	// SiteConfig - Core resource properties
	*SiteConfig `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteConfigResource web app configuration ARM resource.

func (SiteConfigResource) MarshalJSON

func (scr SiteConfigResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteConfigResource.

func (*SiteConfigResource) UnmarshalJSON

func (scr *SiteConfigResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteConfigResource struct.

type SiteConfigResourceCollection

type SiteConfigResourceCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]SiteConfigResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

SiteConfigResourceCollection collection of site configurations.

func (SiteConfigResourceCollection) IsEmpty

func (scrc SiteConfigResourceCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (SiteConfigResourceCollection) MarshalJSON

func (scrc SiteConfigResourceCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteConfigResourceCollection.

type SiteConfigResourceCollectionIterator

type SiteConfigResourceCollectionIterator struct {
	// contains filtered or unexported fields
}

SiteConfigResourceCollectionIterator provides access to a complete listing of SiteConfigResource values.

func NewSiteConfigResourceCollectionIterator

func NewSiteConfigResourceCollectionIterator(page SiteConfigResourceCollectionPage) SiteConfigResourceCollectionIterator

Creates a new instance of the SiteConfigResourceCollectionIterator type.

func (*SiteConfigResourceCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SiteConfigResourceCollectionIterator) NextWithContext

func (iter *SiteConfigResourceCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (SiteConfigResourceCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (SiteConfigResourceCollectionIterator) Response

Response returns the raw server response from the last page request.

func (SiteConfigResourceCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type SiteConfigResourceCollectionPage

type SiteConfigResourceCollectionPage struct {
	// contains filtered or unexported fields
}

SiteConfigResourceCollectionPage contains a page of SiteConfigResource values.

func NewSiteConfigResourceCollectionPage

Creates a new instance of the SiteConfigResourceCollectionPage type.

func (*SiteConfigResourceCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SiteConfigResourceCollectionPage) NextWithContext

func (page *SiteConfigResourceCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (SiteConfigResourceCollectionPage) NotDone

func (page SiteConfigResourceCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (SiteConfigResourceCollectionPage) Response

Response returns the raw server response from the last page request.

func (SiteConfigResourceCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type SiteConfigurationSnapshotInfo

type SiteConfigurationSnapshotInfo struct {
	// SiteConfigurationSnapshotInfoProperties - SiteConfigurationSnapshotInfo resource specific properties
	*SiteConfigurationSnapshotInfoProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteConfigurationSnapshotInfo a snapshot of a web app configuration.

func (SiteConfigurationSnapshotInfo) MarshalJSON

func (scsi SiteConfigurationSnapshotInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteConfigurationSnapshotInfo.

func (*SiteConfigurationSnapshotInfo) UnmarshalJSON

func (scsi *SiteConfigurationSnapshotInfo) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteConfigurationSnapshotInfo struct.

type SiteConfigurationSnapshotInfoCollection

type SiteConfigurationSnapshotInfoCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]SiteConfigurationSnapshotInfo `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

SiteConfigurationSnapshotInfoCollection collection of metadata for the app configuration snapshots that can be restored.

func (SiteConfigurationSnapshotInfoCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (SiteConfigurationSnapshotInfoCollection) MarshalJSON

func (scsic SiteConfigurationSnapshotInfoCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteConfigurationSnapshotInfoCollection.

type SiteConfigurationSnapshotInfoCollectionIterator

type SiteConfigurationSnapshotInfoCollectionIterator struct {
	// contains filtered or unexported fields
}

SiteConfigurationSnapshotInfoCollectionIterator provides access to a complete listing of SiteConfigurationSnapshotInfo values.

func NewSiteConfigurationSnapshotInfoCollectionIterator

func NewSiteConfigurationSnapshotInfoCollectionIterator(page SiteConfigurationSnapshotInfoCollectionPage) SiteConfigurationSnapshotInfoCollectionIterator

Creates a new instance of the SiteConfigurationSnapshotInfoCollectionIterator type.

func (*SiteConfigurationSnapshotInfoCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SiteConfigurationSnapshotInfoCollectionIterator) NextWithContext

func (iter *SiteConfigurationSnapshotInfoCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (SiteConfigurationSnapshotInfoCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (SiteConfigurationSnapshotInfoCollectionIterator) Response

Response returns the raw server response from the last page request.

func (SiteConfigurationSnapshotInfoCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type SiteConfigurationSnapshotInfoCollectionPage

type SiteConfigurationSnapshotInfoCollectionPage struct {
	// contains filtered or unexported fields
}

SiteConfigurationSnapshotInfoCollectionPage contains a page of SiteConfigurationSnapshotInfo values.

func NewSiteConfigurationSnapshotInfoCollectionPage

Creates a new instance of the SiteConfigurationSnapshotInfoCollectionPage type.

func (*SiteConfigurationSnapshotInfoCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SiteConfigurationSnapshotInfoCollectionPage) NextWithContext

func (page *SiteConfigurationSnapshotInfoCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (SiteConfigurationSnapshotInfoCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (SiteConfigurationSnapshotInfoCollectionPage) Response

Response returns the raw server response from the last page request.

func (SiteConfigurationSnapshotInfoCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type SiteConfigurationSnapshotInfoProperties

type SiteConfigurationSnapshotInfoProperties struct {
	// Time - READ-ONLY; The time the snapshot was taken.
	Time *date.Time `json:"time,omitempty"`
	// SnapshotID - READ-ONLY; The id of the snapshot
	SnapshotID *int32 `json:"snapshotId,omitempty"`
}

SiteConfigurationSnapshotInfoProperties siteConfigurationSnapshotInfo resource specific properties

func (SiteConfigurationSnapshotInfoProperties) MarshalJSON

func (scsi SiteConfigurationSnapshotInfoProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteConfigurationSnapshotInfoProperties.

type SiteExtensionInfo

type SiteExtensionInfo struct {
	autorest.Response `json:"-"`
	// SiteExtensionInfoProperties - SiteExtensionInfo resource specific properties
	*SiteExtensionInfoProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteExtensionInfo site Extension Information.

func (SiteExtensionInfo) MarshalJSON

func (sei SiteExtensionInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteExtensionInfo.

func (*SiteExtensionInfo) UnmarshalJSON

func (sei *SiteExtensionInfo) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteExtensionInfo struct.

type SiteExtensionInfoCollection

type SiteExtensionInfoCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]SiteExtensionInfo `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

SiteExtensionInfoCollection collection of Kudu site extension information elements.

func (SiteExtensionInfoCollection) IsEmpty

func (seic SiteExtensionInfoCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (SiteExtensionInfoCollection) MarshalJSON

func (seic SiteExtensionInfoCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteExtensionInfoCollection.

type SiteExtensionInfoCollectionIterator

type SiteExtensionInfoCollectionIterator struct {
	// contains filtered or unexported fields
}

SiteExtensionInfoCollectionIterator provides access to a complete listing of SiteExtensionInfo values.

func NewSiteExtensionInfoCollectionIterator

func NewSiteExtensionInfoCollectionIterator(page SiteExtensionInfoCollectionPage) SiteExtensionInfoCollectionIterator

Creates a new instance of the SiteExtensionInfoCollectionIterator type.

func (*SiteExtensionInfoCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SiteExtensionInfoCollectionIterator) NextWithContext

func (iter *SiteExtensionInfoCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (SiteExtensionInfoCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (SiteExtensionInfoCollectionIterator) Response

Response returns the raw server response from the last page request.

func (SiteExtensionInfoCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type SiteExtensionInfoCollectionPage

type SiteExtensionInfoCollectionPage struct {
	// contains filtered or unexported fields
}

SiteExtensionInfoCollectionPage contains a page of SiteExtensionInfo values.

func NewSiteExtensionInfoCollectionPage

Creates a new instance of the SiteExtensionInfoCollectionPage type.

func (*SiteExtensionInfoCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SiteExtensionInfoCollectionPage) NextWithContext

func (page *SiteExtensionInfoCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (SiteExtensionInfoCollectionPage) NotDone

func (page SiteExtensionInfoCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (SiteExtensionInfoCollectionPage) Response

Response returns the raw server response from the last page request.

func (SiteExtensionInfoCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type SiteExtensionInfoProperties

type SiteExtensionInfoProperties struct {
	// ExtensionID - Site extension ID.
	ExtensionID *string `json:"extension_id,omitempty"`
	Title       *string `json:"title,omitempty"`
	// ExtensionType - Site extension type. Possible values include: 'SiteExtensionTypeGallery', 'SiteExtensionTypeWebRoot'
	ExtensionType SiteExtensionType `json:"extension_type,omitempty"`
	// Summary - Summary description.
	Summary *string `json:"summary,omitempty"`
	// Description - Detailed description.
	Description *string `json:"description,omitempty"`
	// Version - Version information.
	Version *string `json:"version,omitempty"`
	// ExtensionURL - Extension URL.
	ExtensionURL *string `json:"extension_url,omitempty"`
	// ProjectURL - Project URL.
	ProjectURL *string `json:"project_url,omitempty"`
	// IconURL - Icon URL.
	IconURL *string `json:"icon_url,omitempty"`
	// LicenseURL - License URL.
	LicenseURL *string `json:"license_url,omitempty"`
	// FeedURL - Feed URL.
	FeedURL *string `json:"feed_url,omitempty"`
	// Authors - List of authors.
	Authors *[]string `json:"authors,omitempty"`
	// InstallerCommandLineParams - Installer command line parameters.
	InstallerCommandLineParams *string `json:"installer_command_line_params,omitempty"`
	// PublishedDateTime - Published timestamp.
	PublishedDateTime *date.Time `json:"published_date_time,omitempty"`
	// DownloadCount - Count of downloads.
	DownloadCount *int32 `json:"download_count,omitempty"`
	// LocalIsLatestVersion - <code>true</code> if the local version is the latest version; <code>false</code> otherwise.
	LocalIsLatestVersion *bool `json:"local_is_latest_version,omitempty"`
	// LocalPath - Local path.
	LocalPath *string `json:"local_path,omitempty"`
	// InstalledDateTime - Installed timestamp.
	InstalledDateTime *date.Time `json:"installed_date_time,omitempty"`
	// ProvisioningState - Provisioning state.
	ProvisioningState *string `json:"provisioningState,omitempty"`
	// Comment - Site Extension comment.
	Comment *string `json:"comment,omitempty"`
}

SiteExtensionInfoProperties siteExtensionInfo resource specific properties

type SiteExtensionType

type SiteExtensionType string

SiteExtensionType enumerates the values for site extension type.

const (
	// SiteExtensionTypeGallery ...
	SiteExtensionTypeGallery SiteExtensionType = "Gallery"
	// SiteExtensionTypeWebRoot ...
	SiteExtensionTypeWebRoot SiteExtensionType = "WebRoot"
)

func PossibleSiteExtensionTypeValues

func PossibleSiteExtensionTypeValues() []SiteExtensionType

PossibleSiteExtensionTypeValues returns an array of possible values for the SiteExtensionType const type.

type SiteInstanceStatus

type SiteInstanceStatus struct {
	autorest.Response `json:"-"`
	// SiteInstanceStatusProperties - WebSiteInstanceStatus resource specific properties
	*SiteInstanceStatusProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteInstanceStatus ...

func (SiteInstanceStatus) MarshalJSON

func (sis SiteInstanceStatus) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteInstanceStatus.

func (*SiteInstanceStatus) UnmarshalJSON

func (sis *SiteInstanceStatus) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteInstanceStatus struct.

type SiteInstanceStatusProperties

type SiteInstanceStatusProperties struct {
	// State - Possible values include: 'SiteRuntimeStateREADY', 'SiteRuntimeStateSTOPPED', 'SiteRuntimeStateUNKNOWN'
	State SiteRuntimeState `json:"state,omitempty"`
	// StatusURL - Link to the GetStatusApi in Kudu
	StatusURL *string `json:"statusUrl,omitempty"`
	// DetectorURL - Link to the Diagnose and Solve Portal
	DetectorURL *string `json:"detectorUrl,omitempty"`
	// ConsoleURL - Link to the console to web app instance
	ConsoleURL *string `json:"consoleUrl,omitempty"`
	// HealthCheckURL - Link to the console to web app instance
	HealthCheckURL *string                   `json:"healthCheckUrl,omitempty"`
	Containers     map[string]*ContainerInfo `json:"containers"`
}

SiteInstanceStatusProperties webSiteInstanceStatus resource specific properties

func (SiteInstanceStatusProperties) MarshalJSON

func (sis SiteInstanceStatusProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteInstanceStatusProperties.

type SiteLimits

type SiteLimits struct {
	// MaxPercentageCPU - Maximum allowed CPU usage percentage.
	MaxPercentageCPU *float64 `json:"maxPercentageCpu,omitempty"`
	// MaxMemoryInMb - Maximum allowed memory usage in MB.
	MaxMemoryInMb *int64 `json:"maxMemoryInMb,omitempty"`
	// MaxDiskSizeInMb - Maximum allowed disk size usage in MB.
	MaxDiskSizeInMb *int64 `json:"maxDiskSizeInMb,omitempty"`
}

SiteLimits metric limits set on an app.

type SiteLoadBalancing

type SiteLoadBalancing string

SiteLoadBalancing enumerates the values for site load balancing.

const (
	// SiteLoadBalancingLeastRequests ...
	SiteLoadBalancingLeastRequests SiteLoadBalancing = "LeastRequests"
	// SiteLoadBalancingLeastResponseTime ...
	SiteLoadBalancingLeastResponseTime SiteLoadBalancing = "LeastResponseTime"
	// SiteLoadBalancingPerSiteRoundRobin ...
	SiteLoadBalancingPerSiteRoundRobin SiteLoadBalancing = "PerSiteRoundRobin"
	// SiteLoadBalancingRequestHash ...
	SiteLoadBalancingRequestHash SiteLoadBalancing = "RequestHash"
	// SiteLoadBalancingWeightedRoundRobin ...
	SiteLoadBalancingWeightedRoundRobin SiteLoadBalancing = "WeightedRoundRobin"
	// SiteLoadBalancingWeightedTotalTraffic ...
	SiteLoadBalancingWeightedTotalTraffic SiteLoadBalancing = "WeightedTotalTraffic"
)

func PossibleSiteLoadBalancingValues

func PossibleSiteLoadBalancingValues() []SiteLoadBalancing

PossibleSiteLoadBalancingValues returns an array of possible values for the SiteLoadBalancing const type.

type SiteLogsConfig

type SiteLogsConfig struct {
	autorest.Response `json:"-"`
	// SiteLogsConfigProperties - SiteLogsConfig resource specific properties
	*SiteLogsConfigProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteLogsConfig configuration of App Service site logs.

func (SiteLogsConfig) MarshalJSON

func (slc SiteLogsConfig) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteLogsConfig.

func (*SiteLogsConfig) UnmarshalJSON

func (slc *SiteLogsConfig) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteLogsConfig struct.

type SiteLogsConfigProperties

type SiteLogsConfigProperties struct {
	// ApplicationLogs - Application logs configuration.
	ApplicationLogs *ApplicationLogsConfig `json:"applicationLogs,omitempty"`
	// HTTPLogs - HTTP logs configuration.
	HTTPLogs *HTTPLogsConfig `json:"httpLogs,omitempty"`
	// FailedRequestsTracing - Failed requests tracing configuration.
	FailedRequestsTracing *EnabledConfig `json:"failedRequestsTracing,omitempty"`
	// DetailedErrorMessages - Detailed error messages configuration.
	DetailedErrorMessages *EnabledConfig `json:"detailedErrorMessages,omitempty"`
}

SiteLogsConfigProperties siteLogsConfig resource specific properties

type SiteMachineKey

type SiteMachineKey struct {
	// Validation - MachineKey validation.
	Validation *string `json:"validation,omitempty"`
	// ValidationKey - Validation key.
	ValidationKey *string `json:"validationKey,omitempty"`
	// Decryption - Algorithm used for decryption.
	Decryption *string `json:"decryption,omitempty"`
	// DecryptionKey - Decryption key.
	DecryptionKey *string `json:"decryptionKey,omitempty"`
}

SiteMachineKey machineKey of an app.

type SitePatchResource

type SitePatchResource struct {
	// SitePatchResourceProperties - SitePatchResource resource specific properties
	*SitePatchResourceProperties `json:"properties,omitempty"`
	Identity                     *ManagedServiceIdentity `json:"identity,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SitePatchResource ARM resource for a site.

func (SitePatchResource) MarshalJSON

func (spr SitePatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SitePatchResource.

func (*SitePatchResource) UnmarshalJSON

func (spr *SitePatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SitePatchResource struct.

type SitePatchResourceProperties

type SitePatchResourceProperties struct {
	// State - READ-ONLY; Current state of the app.
	State *string `json:"state,omitempty"`
	// HostNames - READ-ONLY; Hostnames associated with the app.
	HostNames *[]string `json:"hostNames,omitempty"`
	// RepositorySiteName - READ-ONLY; Name of the repository site.
	RepositorySiteName *string `json:"repositorySiteName,omitempty"`
	// UsageState - READ-ONLY; State indicating whether the app has exceeded its quota usage. Read-only. Possible values include: 'UsageStateNormal', 'UsageStateExceeded'
	UsageState UsageState `json:"usageState,omitempty"`
	// Enabled - <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled *bool `json:"enabled,omitempty"`
	// EnabledHostNames - READ-ONLY; Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames *[]string `json:"enabledHostNames,omitempty"`
	// AvailabilityState - READ-ONLY; Management information availability state for the app. Possible values include: 'SiteAvailabilityStateNormal', 'SiteAvailabilityStateLimited', 'SiteAvailabilityStateDisasterRecoveryMode'
	AvailabilityState SiteAvailabilityState `json:"availabilityState,omitempty"`
	// HostNameSslStates - Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates *[]HostNameSslState `json:"hostNameSslStates,omitempty"`
	// ServerFarmID - Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmID *string `json:"serverFarmId,omitempty"`
	// Reserved - <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved *bool `json:"reserved,omitempty"`
	// IsXenon - Obsolete: Hyper-V sandbox.
	IsXenon *bool `json:"isXenon,omitempty"`
	// HyperV - Hyper-V sandbox.
	HyperV *bool `json:"hyperV,omitempty"`
	// LastModifiedTimeUtc - READ-ONLY; Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc *date.Time `json:"lastModifiedTimeUtc,omitempty"`
	// SiteConfig - Configuration of the app.
	SiteConfig *SiteConfig `json:"siteConfig,omitempty"`
	// TrafficManagerHostNames - READ-ONLY; Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames *[]string `json:"trafficManagerHostNames,omitempty"`
	// ScmSiteAlsoStopped - <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped *bool `json:"scmSiteAlsoStopped,omitempty"`
	// TargetSwapSlot - READ-ONLY; Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot *string `json:"targetSwapSlot,omitempty"`
	// HostingEnvironmentProfile - App Service Environment to use for the app.
	HostingEnvironmentProfile *HostingEnvironmentProfile `json:"hostingEnvironmentProfile,omitempty"`
	// ClientAffinityEnabled - <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled *bool `json:"clientAffinityEnabled,omitempty"`
	// ClientCertEnabled - <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled *bool `json:"clientCertEnabled,omitempty"`
	// ClientCertMode - This composes with ClientCertEnabled setting.
	// - ClientCertEnabled: false means ClientCert is ignored.
	// - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.
	// - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted. Possible values include: 'ClientCertModeRequired', 'ClientCertModeOptional', 'ClientCertModeOptionalInteractiveUser'
	ClientCertMode ClientCertMode `json:"clientCertMode,omitempty"`
	// ClientCertExclusionPaths - client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths *string `json:"clientCertExclusionPaths,omitempty"`
	// HostNamesDisabled - <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled *bool `json:"hostNamesDisabled,omitempty"`
	// CustomDomainVerificationID - Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification.
	CustomDomainVerificationID *string `json:"customDomainVerificationId,omitempty"`
	// OutboundIPAddresses - READ-ONLY; List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIPAddresses *string `json:"outboundIpAddresses,omitempty"`
	// PossibleOutboundIPAddresses - READ-ONLY; List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.
	PossibleOutboundIPAddresses *string `json:"possibleOutboundIpAddresses,omitempty"`
	// ContainerSize - Size of the function container.
	ContainerSize *int32 `json:"containerSize,omitempty"`
	// DailyMemoryTimeQuota - Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota *int32 `json:"dailyMemoryTimeQuota,omitempty"`
	// SuspendedTill - READ-ONLY; App suspended till in case memory-time quota is exceeded.
	SuspendedTill *date.Time `json:"suspendedTill,omitempty"`
	// MaxNumberOfWorkers - READ-ONLY; Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers *int32 `json:"maxNumberOfWorkers,omitempty"`
	// CloningInfo - If specified during app creation, the app is cloned from a source app.
	CloningInfo *CloningInfo `json:"cloningInfo,omitempty"`
	// ResourceGroup - READ-ONLY; Name of the resource group the app belongs to. Read-only.
	ResourceGroup *string `json:"resourceGroup,omitempty"`
	// IsDefaultContainer - READ-ONLY; <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer *bool `json:"isDefaultContainer,omitempty"`
	// DefaultHostName - READ-ONLY; Default hostname of the app. Read-only.
	DefaultHostName *string `json:"defaultHostName,omitempty"`
	// SlotSwapStatus - READ-ONLY; Status of the last deployment slot swap operation.
	SlotSwapStatus *SlotSwapStatus `json:"slotSwapStatus,omitempty"`
	// HTTPSOnly - HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HTTPSOnly *bool `json:"httpsOnly,omitempty"`
	// RedundancyMode - Site redundancy mode. Possible values include: 'RedundancyModeNone', 'RedundancyModeManual', 'RedundancyModeFailover', 'RedundancyModeActiveActive', 'RedundancyModeGeoRedundant'
	RedundancyMode RedundancyMode `json:"redundancyMode,omitempty"`
	// InProgressOperationID - READ-ONLY; Specifies an operation id if this site has a pending operation.
	InProgressOperationID *uuid.UUID `json:"inProgressOperationId,omitempty"`
	// StorageAccountRequired - Checks if Customer provided storage account is required
	StorageAccountRequired *bool `json:"storageAccountRequired,omitempty"`
	// KeyVaultReferenceIdentity - Identity to use for Key Vault Reference authentication.
	KeyVaultReferenceIdentity *string `json:"keyVaultReferenceIdentity,omitempty"`
	// VirtualNetworkSubnetID - Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.
	// This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}
	VirtualNetworkSubnetID *string `json:"virtualNetworkSubnetId,omitempty"`
}

SitePatchResourceProperties sitePatchResource resource specific properties

func (SitePatchResourceProperties) MarshalJSON

func (spr SitePatchResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SitePatchResourceProperties.

type SitePhpErrorLogFlag

type SitePhpErrorLogFlag struct {
	autorest.Response `json:"-"`
	// SitePhpErrorLogFlagProperties - SitePhpErrorLogFlag resource specific properties
	*SitePhpErrorLogFlagProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SitePhpErrorLogFlag used for getting PHP error logging flag.

func (SitePhpErrorLogFlag) MarshalJSON

func (spelf SitePhpErrorLogFlag) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SitePhpErrorLogFlag.

func (*SitePhpErrorLogFlag) UnmarshalJSON

func (spelf *SitePhpErrorLogFlag) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SitePhpErrorLogFlag struct.

type SitePhpErrorLogFlagProperties

type SitePhpErrorLogFlagProperties struct {
	// LocalLogErrors - Local log_errors setting.
	LocalLogErrors *string `json:"localLogErrors,omitempty"`
	// MasterLogErrors - Master log_errors setting.
	MasterLogErrors *string `json:"masterLogErrors,omitempty"`
	// LocalLogErrorsMaxLength - Local log_errors_max_len setting.
	LocalLogErrorsMaxLength *string `json:"localLogErrorsMaxLength,omitempty"`
	// MasterLogErrorsMaxLength - Master log_errors_max_len setting.
	MasterLogErrorsMaxLength *string `json:"masterLogErrorsMaxLength,omitempty"`
}

SitePhpErrorLogFlagProperties sitePhpErrorLogFlag resource specific properties

type SiteProperties

type SiteProperties struct {
	// State - READ-ONLY; Current state of the app.
	State *string `json:"state,omitempty"`
	// HostNames - READ-ONLY; Hostnames associated with the app.
	HostNames *[]string `json:"hostNames,omitempty"`
	// RepositorySiteName - READ-ONLY; Name of the repository site.
	RepositorySiteName *string `json:"repositorySiteName,omitempty"`
	// UsageState - READ-ONLY; State indicating whether the app has exceeded its quota usage. Read-only. Possible values include: 'UsageStateNormal', 'UsageStateExceeded'
	UsageState UsageState `json:"usageState,omitempty"`
	// Enabled - <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled *bool `json:"enabled,omitempty"`
	// EnabledHostNames - READ-ONLY; Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames *[]string `json:"enabledHostNames,omitempty"`
	// AvailabilityState - READ-ONLY; Management information availability state for the app. Possible values include: 'SiteAvailabilityStateNormal', 'SiteAvailabilityStateLimited', 'SiteAvailabilityStateDisasterRecoveryMode'
	AvailabilityState SiteAvailabilityState `json:"availabilityState,omitempty"`
	// HostNameSslStates - Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates *[]HostNameSslState `json:"hostNameSslStates,omitempty"`
	// ServerFarmID - Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmID *string `json:"serverFarmId,omitempty"`
	// Reserved - <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved *bool `json:"reserved,omitempty"`
	// IsXenon - Obsolete: Hyper-V sandbox.
	IsXenon *bool `json:"isXenon,omitempty"`
	// HyperV - Hyper-V sandbox.
	HyperV *bool `json:"hyperV,omitempty"`
	// LastModifiedTimeUtc - READ-ONLY; Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc *date.Time `json:"lastModifiedTimeUtc,omitempty"`
	// SiteConfig - Configuration of the app.
	SiteConfig *SiteConfig `json:"siteConfig,omitempty"`
	// TrafficManagerHostNames - READ-ONLY; Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames *[]string `json:"trafficManagerHostNames,omitempty"`
	// ScmSiteAlsoStopped - <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped *bool `json:"scmSiteAlsoStopped,omitempty"`
	// TargetSwapSlot - READ-ONLY; Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot *string `json:"targetSwapSlot,omitempty"`
	// HostingEnvironmentProfile - App Service Environment to use for the app.
	HostingEnvironmentProfile *HostingEnvironmentProfile `json:"hostingEnvironmentProfile,omitempty"`
	// ClientAffinityEnabled - <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled *bool `json:"clientAffinityEnabled,omitempty"`
	// ClientCertEnabled - <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled *bool `json:"clientCertEnabled,omitempty"`
	// ClientCertMode - This composes with ClientCertEnabled setting.
	// - ClientCertEnabled: false means ClientCert is ignored.
	// - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.
	// - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted. Possible values include: 'ClientCertModeRequired', 'ClientCertModeOptional', 'ClientCertModeOptionalInteractiveUser'
	ClientCertMode ClientCertMode `json:"clientCertMode,omitempty"`
	// ClientCertExclusionPaths - client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths *string `json:"clientCertExclusionPaths,omitempty"`
	// HostNamesDisabled - <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled *bool `json:"hostNamesDisabled,omitempty"`
	// CustomDomainVerificationID - Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification.
	CustomDomainVerificationID *string `json:"customDomainVerificationId,omitempty"`
	// OutboundIPAddresses - READ-ONLY; List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIPAddresses *string `json:"outboundIpAddresses,omitempty"`
	// PossibleOutboundIPAddresses - READ-ONLY; List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.
	PossibleOutboundIPAddresses *string `json:"possibleOutboundIpAddresses,omitempty"`
	// ContainerSize - Size of the function container.
	ContainerSize *int32 `json:"containerSize,omitempty"`
	// DailyMemoryTimeQuota - Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota *int32 `json:"dailyMemoryTimeQuota,omitempty"`
	// SuspendedTill - READ-ONLY; App suspended till in case memory-time quota is exceeded.
	SuspendedTill *date.Time `json:"suspendedTill,omitempty"`
	// MaxNumberOfWorkers - READ-ONLY; Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers *int32 `json:"maxNumberOfWorkers,omitempty"`
	// CloningInfo - If specified during app creation, the app is cloned from a source app.
	CloningInfo *CloningInfo `json:"cloningInfo,omitempty"`
	// ResourceGroup - READ-ONLY; Name of the resource group the app belongs to. Read-only.
	ResourceGroup *string `json:"resourceGroup,omitempty"`
	// IsDefaultContainer - READ-ONLY; <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer *bool `json:"isDefaultContainer,omitempty"`
	// DefaultHostName - READ-ONLY; Default hostname of the app. Read-only.
	DefaultHostName *string `json:"defaultHostName,omitempty"`
	// SlotSwapStatus - READ-ONLY; Status of the last deployment slot swap operation.
	SlotSwapStatus *SlotSwapStatus `json:"slotSwapStatus,omitempty"`
	// HTTPSOnly - HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HTTPSOnly *bool `json:"httpsOnly,omitempty"`
	// RedundancyMode - Site redundancy mode. Possible values include: 'RedundancyModeNone', 'RedundancyModeManual', 'RedundancyModeFailover', 'RedundancyModeActiveActive', 'RedundancyModeGeoRedundant'
	RedundancyMode RedundancyMode `json:"redundancyMode,omitempty"`
	// InProgressOperationID - READ-ONLY; Specifies an operation id if this site has a pending operation.
	InProgressOperationID *uuid.UUID `json:"inProgressOperationId,omitempty"`
	// StorageAccountRequired - Checks if Customer provided storage account is required
	StorageAccountRequired *bool `json:"storageAccountRequired,omitempty"`
	// KeyVaultReferenceIdentity - Identity to use for Key Vault Reference authentication.
	KeyVaultReferenceIdentity *string `json:"keyVaultReferenceIdentity,omitempty"`
	// VirtualNetworkSubnetID - Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.
	// This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}
	VirtualNetworkSubnetID *string `json:"virtualNetworkSubnetId,omitempty"`
}

SiteProperties site resource specific properties

func (SiteProperties) MarshalJSON

func (s SiteProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteProperties.

type SiteRuntimeState

type SiteRuntimeState string

SiteRuntimeState enumerates the values for site runtime state.

const (
	// SiteRuntimeStateREADY ...
	SiteRuntimeStateREADY SiteRuntimeState = "READY"
	// SiteRuntimeStateSTOPPED ...
	SiteRuntimeStateSTOPPED SiteRuntimeState = "STOPPED"
	// SiteRuntimeStateUNKNOWN ...
	SiteRuntimeStateUNKNOWN SiteRuntimeState = "UNKNOWN"
)

func PossibleSiteRuntimeStateValues

func PossibleSiteRuntimeStateValues() []SiteRuntimeState

PossibleSiteRuntimeStateValues returns an array of possible values for the SiteRuntimeState const type.

type SiteSeal

type SiteSeal struct {
	autorest.Response `json:"-"`
	// HTML - HTML snippet
	HTML *string `json:"html,omitempty"`
}

SiteSeal site seal

type SiteSealRequest

type SiteSealRequest struct {
	// LightTheme - If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.
	LightTheme *bool `json:"lightTheme,omitempty"`
	// Locale - Locale of site seal.
	Locale *string `json:"locale,omitempty"`
}

SiteSealRequest site seal request.

type SiteSourceControl

type SiteSourceControl struct {
	autorest.Response `json:"-"`
	// SiteSourceControlProperties - SiteSourceControl resource specific properties
	*SiteSourceControlProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SiteSourceControl source control configuration for an app.

func (SiteSourceControl) MarshalJSON

func (ssc SiteSourceControl) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SiteSourceControl.

func (*SiteSourceControl) UnmarshalJSON

func (ssc *SiteSourceControl) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SiteSourceControl struct.

type SiteSourceControlProperties

type SiteSourceControlProperties struct {
	// RepoURL - Repository or source control URL.
	RepoURL *string `json:"repoUrl,omitempty"`
	// Branch - Name of branch to use for deployment.
	Branch *string `json:"branch,omitempty"`
	// IsManualIntegration - <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration *bool `json:"isManualIntegration,omitempty"`
	// IsGitHubAction - <code>true</code> if this is deployed via GitHub action.
	IsGitHubAction *bool `json:"isGitHubAction,omitempty"`
	// DeploymentRollbackEnabled - <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled *bool `json:"deploymentRollbackEnabled,omitempty"`
	// IsMercurial - <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial *bool `json:"isMercurial,omitempty"`
	// GitHubActionConfiguration - If GitHub Action is selected, than the associated configuration.
	GitHubActionConfiguration *GitHubActionConfiguration `json:"gitHubActionConfiguration,omitempty"`
}

SiteSourceControlProperties siteSourceControl resource specific properties

type SkuCapacity

type SkuCapacity struct {
	// Minimum - Minimum number of workers for this App Service plan SKU.
	Minimum *int32 `json:"minimum,omitempty"`
	// Maximum - Maximum number of workers for this App Service plan SKU.
	Maximum *int32 `json:"maximum,omitempty"`
	// ElasticMaximum - Maximum number of Elastic workers for this App Service plan SKU.
	ElasticMaximum *int32 `json:"elasticMaximum,omitempty"`
	// Default - Default number of workers for this App Service plan SKU.
	Default *int32 `json:"default,omitempty"`
	// ScaleType - Available scale configurations for an App Service plan.
	ScaleType *string `json:"scaleType,omitempty"`
}

SkuCapacity description of the App Service plan scale options.

type SkuDescription

type SkuDescription struct {
	// Name - Name of the resource SKU.
	Name *string `json:"name,omitempty"`
	// Tier - Service tier of the resource SKU.
	Tier *string `json:"tier,omitempty"`
	// Size - Size specifier of the resource SKU.
	Size *string `json:"size,omitempty"`
	// Family - Family code of the resource SKU.
	Family *string `json:"family,omitempty"`
	// Capacity - Current number of instances assigned to the resource.
	Capacity *int32 `json:"capacity,omitempty"`
	// SkuCapacity - Min, max, and default scale values of the SKU.
	SkuCapacity *SkuCapacity `json:"skuCapacity,omitempty"`
	// Locations - Locations of the SKU.
	Locations *[]string `json:"locations,omitempty"`
	// Capabilities - Capabilities of the SKU, e.g., is traffic manager enabled?
	Capabilities *[]Capability `json:"capabilities,omitempty"`
}

SkuDescription description of a SKU for a scalable resource.

type SkuInfo

type SkuInfo struct {
	// ResourceType - Resource type that this SKU applies to.
	ResourceType *string `json:"resourceType,omitempty"`
	// Sku - Name and tier of the SKU.
	Sku *SkuDescription `json:"sku,omitempty"`
	// Capacity - Min, max, and default scale values of the SKU.
	Capacity *SkuCapacity `json:"capacity,omitempty"`
}

SkuInfo SKU discovery information.

type SkuInfoCollection

type SkuInfoCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]SkuInfo `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

SkuInfoCollection collection of SKU information.

func (SkuInfoCollection) IsEmpty

func (sic SkuInfoCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (SkuInfoCollection) MarshalJSON

func (sic SkuInfoCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SkuInfoCollection.

type SkuInfoCollectionIterator

type SkuInfoCollectionIterator struct {
	// contains filtered or unexported fields
}

SkuInfoCollectionIterator provides access to a complete listing of SkuInfo values.

func NewSkuInfoCollectionIterator

func NewSkuInfoCollectionIterator(page SkuInfoCollectionPage) SkuInfoCollectionIterator

Creates a new instance of the SkuInfoCollectionIterator type.

func (*SkuInfoCollectionIterator) Next

func (iter *SkuInfoCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SkuInfoCollectionIterator) NextWithContext

func (iter *SkuInfoCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (SkuInfoCollectionIterator) NotDone

func (iter SkuInfoCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (SkuInfoCollectionIterator) Response

Response returns the raw server response from the last page request.

func (SkuInfoCollectionIterator) Value

func (iter SkuInfoCollectionIterator) Value() SkuInfo

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type SkuInfoCollectionPage

type SkuInfoCollectionPage struct {
	// contains filtered or unexported fields
}

SkuInfoCollectionPage contains a page of SkuInfo values.

func NewSkuInfoCollectionPage

func NewSkuInfoCollectionPage(cur SkuInfoCollection, getNextPage func(context.Context, SkuInfoCollection) (SkuInfoCollection, error)) SkuInfoCollectionPage

Creates a new instance of the SkuInfoCollectionPage type.

func (*SkuInfoCollectionPage) Next

func (page *SkuInfoCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SkuInfoCollectionPage) NextWithContext

func (page *SkuInfoCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (SkuInfoCollectionPage) NotDone

func (page SkuInfoCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (SkuInfoCollectionPage) Response

func (page SkuInfoCollectionPage) Response() SkuInfoCollection

Response returns the raw server response from the last page request.

func (SkuInfoCollectionPage) Values

func (page SkuInfoCollectionPage) Values() []SkuInfo

Values returns the slice of values for the current page or nil if there are no values.

type SkuInfos

type SkuInfos struct {
	autorest.Response `json:"-"`
	// ResourceType - Resource type that this SKU applies to.
	ResourceType *string `json:"resourceType,omitempty"`
	// Skus - List of SKUs the subscription is able to use.
	Skus *[]GlobalCsmSkuDescription `json:"skus,omitempty"`
}

SkuInfos collection of SKU information.

type SkuName

type SkuName string

SkuName enumerates the values for sku name.

const (
	// SkuNameBasic ...
	SkuNameBasic SkuName = "Basic"
	// SkuNameDynamic ...
	SkuNameDynamic SkuName = "Dynamic"
	// SkuNameElasticIsolated ...
	SkuNameElasticIsolated SkuName = "ElasticIsolated"
	// SkuNameElasticPremium ...
	SkuNameElasticPremium SkuName = "ElasticPremium"
	// SkuNameFree ...
	SkuNameFree SkuName = "Free"
	// SkuNameIsolated ...
	SkuNameIsolated SkuName = "Isolated"
	// SkuNameIsolatedV2 ...
	SkuNameIsolatedV2 SkuName = "IsolatedV2"
	// SkuNamePremium ...
	SkuNamePremium SkuName = "Premium"
	// SkuNamePremiumContainer ...
	SkuNamePremiumContainer SkuName = "PremiumContainer"
	// SkuNamePremiumV2 ...
	SkuNamePremiumV2 SkuName = "PremiumV2"
	// SkuNamePremiumV3 ...
	SkuNamePremiumV3 SkuName = "PremiumV3"
	// SkuNameShared ...
	SkuNameShared SkuName = "Shared"
	// SkuNameStandard ...
	SkuNameStandard SkuName = "Standard"
)

func PossibleSkuNameValues

func PossibleSkuNameValues() []SkuName

PossibleSkuNameValues returns an array of possible values for the SkuName const type.

type SlotConfigNames

type SlotConfigNames struct {
	// ConnectionStringNames - List of connection string names.
	ConnectionStringNames *[]string `json:"connectionStringNames,omitempty"`
	// AppSettingNames - List of application settings names.
	AppSettingNames *[]string `json:"appSettingNames,omitempty"`
	// AzureStorageConfigNames - List of external Azure storage account identifiers.
	AzureStorageConfigNames *[]string `json:"azureStorageConfigNames,omitempty"`
}

SlotConfigNames names for connection strings, application settings, and external Azure storage account configuration identifiers to be marked as sticky to the deployment slot and not moved during a swap operation. This is valid for all deployment slots in an app.

type SlotConfigNamesResource

type SlotConfigNamesResource struct {
	autorest.Response `json:"-"`
	// SlotConfigNames - Core resource properties
	*SlotConfigNames `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SlotConfigNamesResource slot Config names azure resource.

func (SlotConfigNamesResource) MarshalJSON

func (scnr SlotConfigNamesResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SlotConfigNamesResource.

func (*SlotConfigNamesResource) UnmarshalJSON

func (scnr *SlotConfigNamesResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SlotConfigNamesResource struct.

type SlotDifference

type SlotDifference struct {
	// SlotDifferenceProperties - SlotDifference resource specific properties
	*SlotDifferenceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SlotDifference a setting difference between two deployment slots of an app.

func (SlotDifference) MarshalJSON

func (sd SlotDifference) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SlotDifference.

func (*SlotDifference) UnmarshalJSON

func (sd *SlotDifference) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SlotDifference struct.

type SlotDifferenceCollection

type SlotDifferenceCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]SlotDifference `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

SlotDifferenceCollection collection of slot differences.

func (SlotDifferenceCollection) IsEmpty

func (sdc SlotDifferenceCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (SlotDifferenceCollection) MarshalJSON

func (sdc SlotDifferenceCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SlotDifferenceCollection.

type SlotDifferenceCollectionIterator

type SlotDifferenceCollectionIterator struct {
	// contains filtered or unexported fields
}

SlotDifferenceCollectionIterator provides access to a complete listing of SlotDifference values.

func NewSlotDifferenceCollectionIterator

func NewSlotDifferenceCollectionIterator(page SlotDifferenceCollectionPage) SlotDifferenceCollectionIterator

Creates a new instance of the SlotDifferenceCollectionIterator type.

func (*SlotDifferenceCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SlotDifferenceCollectionIterator) NextWithContext

func (iter *SlotDifferenceCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (SlotDifferenceCollectionIterator) NotDone

func (iter SlotDifferenceCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (SlotDifferenceCollectionIterator) Response

Response returns the raw server response from the last page request.

func (SlotDifferenceCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type SlotDifferenceCollectionPage

type SlotDifferenceCollectionPage struct {
	// contains filtered or unexported fields
}

SlotDifferenceCollectionPage contains a page of SlotDifference values.

func NewSlotDifferenceCollectionPage

Creates a new instance of the SlotDifferenceCollectionPage type.

func (*SlotDifferenceCollectionPage) Next

func (page *SlotDifferenceCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SlotDifferenceCollectionPage) NextWithContext

func (page *SlotDifferenceCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (SlotDifferenceCollectionPage) NotDone

func (page SlotDifferenceCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (SlotDifferenceCollectionPage) Response

Response returns the raw server response from the last page request.

func (SlotDifferenceCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type SlotDifferenceProperties

type SlotDifferenceProperties struct {
	// Level - READ-ONLY; Level of the difference: Information, Warning or Error.
	Level *string `json:"level,omitempty"`
	// SettingType - READ-ONLY; The type of the setting: General, AppSetting or ConnectionString.
	SettingType *string `json:"settingType,omitempty"`
	// DiffRule - READ-ONLY; Rule that describes how to process the setting difference during a slot swap.
	DiffRule *string `json:"diffRule,omitempty"`
	// SettingName - READ-ONLY; Name of the setting.
	SettingName *string `json:"settingName,omitempty"`
	// ValueInCurrentSlot - READ-ONLY; Value of the setting in the current slot.
	ValueInCurrentSlot *string `json:"valueInCurrentSlot,omitempty"`
	// ValueInTargetSlot - READ-ONLY; Value of the setting in the target slot.
	ValueInTargetSlot *string `json:"valueInTargetSlot,omitempty"`
	// Description - READ-ONLY; Description of the setting difference.
	Description *string `json:"description,omitempty"`
}

SlotDifferenceProperties slotDifference resource specific properties

func (SlotDifferenceProperties) MarshalJSON

func (sd SlotDifferenceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SlotDifferenceProperties.

type SlotSwapStatus

type SlotSwapStatus struct {
	// TimestampUtc - READ-ONLY; The time the last successful slot swap completed.
	TimestampUtc *date.Time `json:"timestampUtc,omitempty"`
	// SourceSlotName - READ-ONLY; The source slot of the last swap operation.
	SourceSlotName *string `json:"sourceSlotName,omitempty"`
	// DestinationSlotName - READ-ONLY; The destination slot of the last swap operation.
	DestinationSlotName *string `json:"destinationSlotName,omitempty"`
}

SlotSwapStatus the status of the last successful slot swap operation.

func (SlotSwapStatus) MarshalJSON

func (sss SlotSwapStatus) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SlotSwapStatus.

type SlowRequestsBasedTrigger

type SlowRequestsBasedTrigger struct {
	// TimeTaken - Time taken.
	TimeTaken *string `json:"timeTaken,omitempty"`
	// Path - Request Path.
	Path *string `json:"path,omitempty"`
	// Count - Request Count.
	Count *int32 `json:"count,omitempty"`
	// TimeInterval - Time interval.
	TimeInterval *string `json:"timeInterval,omitempty"`
}

SlowRequestsBasedTrigger trigger based on request execution time.

type Snapshot

type Snapshot struct {
	// SnapshotProperties - Snapshot resource specific properties
	*SnapshotProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Snapshot a snapshot of an app.

func (Snapshot) MarshalJSON

func (s Snapshot) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Snapshot.

func (*Snapshot) UnmarshalJSON

func (s *Snapshot) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Snapshot struct.

type SnapshotCollection

type SnapshotCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Snapshot `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

SnapshotCollection collection of snapshots which can be used to revert an app to a previous time.

func (SnapshotCollection) IsEmpty

func (sc SnapshotCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (SnapshotCollection) MarshalJSON

func (sc SnapshotCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SnapshotCollection.

type SnapshotCollectionIterator

type SnapshotCollectionIterator struct {
	// contains filtered or unexported fields
}

SnapshotCollectionIterator provides access to a complete listing of Snapshot values.

func NewSnapshotCollectionIterator

func NewSnapshotCollectionIterator(page SnapshotCollectionPage) SnapshotCollectionIterator

Creates a new instance of the SnapshotCollectionIterator type.

func (*SnapshotCollectionIterator) Next

func (iter *SnapshotCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SnapshotCollectionIterator) NextWithContext

func (iter *SnapshotCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (SnapshotCollectionIterator) NotDone

func (iter SnapshotCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (SnapshotCollectionIterator) Response

Response returns the raw server response from the last page request.

func (SnapshotCollectionIterator) Value

func (iter SnapshotCollectionIterator) Value() Snapshot

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type SnapshotCollectionPage

type SnapshotCollectionPage struct {
	// contains filtered or unexported fields
}

SnapshotCollectionPage contains a page of Snapshot values.

func NewSnapshotCollectionPage

func NewSnapshotCollectionPage(cur SnapshotCollection, getNextPage func(context.Context, SnapshotCollection) (SnapshotCollection, error)) SnapshotCollectionPage

Creates a new instance of the SnapshotCollectionPage type.

func (*SnapshotCollectionPage) Next

func (page *SnapshotCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SnapshotCollectionPage) NextWithContext

func (page *SnapshotCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (SnapshotCollectionPage) NotDone

func (page SnapshotCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (SnapshotCollectionPage) Response

Response returns the raw server response from the last page request.

func (SnapshotCollectionPage) Values

func (page SnapshotCollectionPage) Values() []Snapshot

Values returns the slice of values for the current page or nil if there are no values.

type SnapshotProperties

type SnapshotProperties struct {
	// Time - READ-ONLY; The time the snapshot was taken.
	Time *string `json:"time,omitempty"`
}

SnapshotProperties snapshot resource specific properties

func (SnapshotProperties) MarshalJSON

func (s SnapshotProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SnapshotProperties.

type SnapshotRecoverySource

type SnapshotRecoverySource struct {
	// Location - Geographical location of the source web app, e.g. SouthEastAsia, SouthCentralUS
	Location *string `json:"location,omitempty"`
	// ID - ARM resource ID of the source app.
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
	ID *string `json:"id,omitempty"`
}

SnapshotRecoverySource specifies the web app that snapshot contents will be retrieved from.

type SnapshotRestoreRequest

type SnapshotRestoreRequest struct {
	// SnapshotRestoreRequestProperties - SnapshotRestoreRequest resource specific properties
	*SnapshotRestoreRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SnapshotRestoreRequest details about app recovery operation.

func (SnapshotRestoreRequest) MarshalJSON

func (srr SnapshotRestoreRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SnapshotRestoreRequest.

func (*SnapshotRestoreRequest) UnmarshalJSON

func (srr *SnapshotRestoreRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SnapshotRestoreRequest struct.

type SnapshotRestoreRequestProperties

type SnapshotRestoreRequestProperties struct {
	// SnapshotTime - Point in time in which the app restore should be done, formatted as a DateTime string.
	SnapshotTime *string `json:"snapshotTime,omitempty"`
	// RecoverySource - Optional. Specifies the web app that snapshot contents will be retrieved from.
	// If empty, the targeted web app will be used as the source.
	RecoverySource *SnapshotRecoverySource `json:"recoverySource,omitempty"`
	// Overwrite - If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.
	Overwrite *bool `json:"overwrite,omitempty"`
	// RecoverConfiguration - If true, site configuration, in addition to content, will be reverted.
	RecoverConfiguration *bool `json:"recoverConfiguration,omitempty"`
	// IgnoreConflictingHostNames - If true, custom hostname conflicts will be ignored when recovering to a target web app.
	// This setting is only necessary when RecoverConfiguration is enabled.
	IgnoreConflictingHostNames *bool `json:"ignoreConflictingHostNames,omitempty"`
	// UseDRSecondary - If true, the snapshot is retrieved from DRSecondary endpoint.
	UseDRSecondary *bool `json:"useDRSecondary,omitempty"`
}

SnapshotRestoreRequestProperties snapshotRestoreRequest resource specific properties

type Solution

type Solution struct {
	// ID - Solution Id.
	ID *float64 `json:"id,omitempty"`
	// DisplayName - Display Name of the solution
	DisplayName *string `json:"displayName,omitempty"`
	// Order - Order of the solution.
	Order *float64 `json:"order,omitempty"`
	// Description - Description of the solution
	Description *string `json:"description,omitempty"`
	// Type - Type of Solution. Possible values include: 'SolutionTypeQuickSolution', 'SolutionTypeDeepInvestigation', 'SolutionTypeBestPractices'
	Type SolutionType `json:"type,omitempty"`
	// Data - Solution Data.
	Data *[][]NameValuePair `json:"data,omitempty"`
	// Metadata - Solution Metadata.
	Metadata *[][]NameValuePair `json:"metadata,omitempty"`
}

Solution class Representing Solution for problems detected.

type SolutionType

type SolutionType string

SolutionType enumerates the values for solution type.

const (
	// SolutionTypeBestPractices ...
	SolutionTypeBestPractices SolutionType = "BestPractices"
	// SolutionTypeDeepInvestigation ...
	SolutionTypeDeepInvestigation SolutionType = "DeepInvestigation"
	// SolutionTypeQuickSolution ...
	SolutionTypeQuickSolution SolutionType = "QuickSolution"
)

func PossibleSolutionTypeValues

func PossibleSolutionTypeValues() []SolutionType

PossibleSolutionTypeValues returns an array of possible values for the SolutionType const type.

type SourceControl

type SourceControl struct {
	autorest.Response `json:"-"`
	// SourceControlProperties - SourceControl resource specific properties
	*SourceControlProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SourceControl the source control OAuth token.

func (SourceControl) MarshalJSON

func (sc SourceControl) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SourceControl.

func (*SourceControl) UnmarshalJSON

func (sc *SourceControl) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SourceControl struct.

type SourceControlCollection

type SourceControlCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]SourceControl `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

SourceControlCollection collection of source controls.

func (SourceControlCollection) IsEmpty

func (scc SourceControlCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (SourceControlCollection) MarshalJSON

func (scc SourceControlCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SourceControlCollection.

type SourceControlCollectionIterator

type SourceControlCollectionIterator struct {
	// contains filtered or unexported fields
}

SourceControlCollectionIterator provides access to a complete listing of SourceControl values.

func NewSourceControlCollectionIterator

func NewSourceControlCollectionIterator(page SourceControlCollectionPage) SourceControlCollectionIterator

Creates a new instance of the SourceControlCollectionIterator type.

func (*SourceControlCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SourceControlCollectionIterator) NextWithContext

func (iter *SourceControlCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (SourceControlCollectionIterator) NotDone

func (iter SourceControlCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (SourceControlCollectionIterator) Response

Response returns the raw server response from the last page request.

func (SourceControlCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type SourceControlCollectionPage

type SourceControlCollectionPage struct {
	// contains filtered or unexported fields
}

SourceControlCollectionPage contains a page of SourceControl values.

func NewSourceControlCollectionPage

Creates a new instance of the SourceControlCollectionPage type.

func (*SourceControlCollectionPage) Next

func (page *SourceControlCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*SourceControlCollectionPage) NextWithContext

func (page *SourceControlCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (SourceControlCollectionPage) NotDone

func (page SourceControlCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (SourceControlCollectionPage) Response

Response returns the raw server response from the last page request.

func (SourceControlCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type SourceControlProperties

type SourceControlProperties struct {
	// Token - OAuth access token.
	Token *string `json:"token,omitempty"`
	// TokenSecret - OAuth access token secret.
	TokenSecret *string `json:"tokenSecret,omitempty"`
	// RefreshToken - OAuth refresh token.
	RefreshToken *string `json:"refreshToken,omitempty"`
	// ExpirationTime - OAuth token expiration.
	ExpirationTime *date.Time `json:"expirationTime,omitempty"`
}

SourceControlProperties sourceControl resource specific properties

type SslState

type SslState string

SslState enumerates the values for ssl state.

const (
	// SslStateDisabled ...
	SslStateDisabled SslState = "Disabled"
	// SslStateIPBasedEnabled ...
	SslStateIPBasedEnabled SslState = "IpBasedEnabled"
	// SslStateSniEnabled ...
	SslStateSniEnabled SslState = "SniEnabled"
)

func PossibleSslStateValues

func PossibleSslStateValues() []SslState

PossibleSslStateValues returns an array of possible values for the SslState const type.

type StackMajorVersion

type StackMajorVersion struct {
	// DisplayVersion - Application stack major version (display only).
	DisplayVersion *string `json:"displayVersion,omitempty"`
	// RuntimeVersion - Application stack major version (runtime only).
	RuntimeVersion *string `json:"runtimeVersion,omitempty"`
	// IsDefault - <code>true</code> if this is the default major version; otherwise, <code>false</code>.
	IsDefault *bool `json:"isDefault,omitempty"`
	// MinorVersions - Minor versions associated with the major version.
	MinorVersions *[]StackMinorVersion `json:"minorVersions,omitempty"`
	// ApplicationInsights - <code>true</code> if this supports Application Insights; otherwise, <code>false</code>.
	ApplicationInsights *bool `json:"applicationInsights,omitempty"`
	// IsPreview - <code>true</code> if this stack is in Preview, otherwise <code>false</code>.
	IsPreview *bool `json:"isPreview,omitempty"`
	// IsDeprecated - <code>true</code> if this stack has been deprecated, otherwise <code>false</code>.
	IsDeprecated *bool `json:"isDeprecated,omitempty"`
	// IsHidden - <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>.
	IsHidden *bool `json:"isHidden,omitempty"`
	// AppSettingsDictionary - <appSettings>
	//  <appSetting name="FUNCTIONS_WORKER_RUNTIME" value="dotnet" />
	// </appSettings>
	//  Example: All the function apps need AppSetting: "FUNCTIONS_WORKER_RUNTIME" to be set stack name
	AppSettingsDictionary map[string]interface{} `json:"appSettingsDictionary"`
	// SiteConfigPropertiesDictionary - <siteConfigProperties>
	//  <siteConfigProperty name="Use32BitWorkerProcess" value="false" />
	// </siteConfigProperties>
	//  Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0
	SiteConfigPropertiesDictionary map[string]interface{} `json:"siteConfigPropertiesDictionary"`
}

StackMajorVersion application stack major version.

func (StackMajorVersion) MarshalJSON

func (smv StackMajorVersion) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StackMajorVersion.

type StackMinorVersion

type StackMinorVersion struct {
	// DisplayVersion - Application stack minor version (display only).
	DisplayVersion *string `json:"displayVersion,omitempty"`
	// RuntimeVersion - Application stack minor version (runtime only).
	RuntimeVersion *string `json:"runtimeVersion,omitempty"`
	// IsDefault - <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
	IsDefault *bool `json:"isDefault,omitempty"`
	// IsRemoteDebuggingEnabled - <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
	IsRemoteDebuggingEnabled *bool `json:"isRemoteDebuggingEnabled,omitempty"`
}

StackMinorVersion application stack minor version.

type StackPreferredOs

type StackPreferredOs string

StackPreferredOs enumerates the values for stack preferred os.

const (
	// StackPreferredOsLinux ...
	StackPreferredOsLinux StackPreferredOs = "Linux"
	// StackPreferredOsWindows ...
	StackPreferredOsWindows StackPreferredOs = "Windows"
)

func PossibleStackPreferredOsValues

func PossibleStackPreferredOsValues() []StackPreferredOs

PossibleStackPreferredOsValues returns an array of possible values for the StackPreferredOs const type.

type StagingEnvironmentPolicy

type StagingEnvironmentPolicy string

StagingEnvironmentPolicy enumerates the values for staging environment policy.

const (
	// StagingEnvironmentPolicyDisabled ...
	StagingEnvironmentPolicyDisabled StagingEnvironmentPolicy = "Disabled"
	// StagingEnvironmentPolicyEnabled ...
	StagingEnvironmentPolicyEnabled StagingEnvironmentPolicy = "Enabled"
)

func PossibleStagingEnvironmentPolicyValues

func PossibleStagingEnvironmentPolicyValues() []StagingEnvironmentPolicy

PossibleStagingEnvironmentPolicyValues returns an array of possible values for the StagingEnvironmentPolicy const type.

type StampCapacity

type StampCapacity struct {
	// Name - Name of the stamp.
	Name *string `json:"name,omitempty"`
	// AvailableCapacity - Available capacity (# of machines, bytes of storage etc...).
	AvailableCapacity *int64 `json:"availableCapacity,omitempty"`
	// TotalCapacity - Total capacity (# of machines, bytes of storage etc...).
	TotalCapacity *int64 `json:"totalCapacity,omitempty"`
	// Unit - Name of the unit.
	Unit *string `json:"unit,omitempty"`
	// ComputeMode - Shared/dedicated workers. Possible values include: 'ComputeModeOptionsShared', 'ComputeModeOptionsDedicated', 'ComputeModeOptionsDynamic'
	ComputeMode ComputeModeOptions `json:"computeMode,omitempty"`
	// WorkerSize - Size of the machines. Possible values include: 'WorkerSizeOptionsSmall', 'WorkerSizeOptionsMedium', 'WorkerSizeOptionsLarge', 'WorkerSizeOptionsD1', 'WorkerSizeOptionsD2', 'WorkerSizeOptionsD3', 'WorkerSizeOptionsSmallV3', 'WorkerSizeOptionsMediumV3', 'WorkerSizeOptionsLargeV3', 'WorkerSizeOptionsNestedSmall', 'WorkerSizeOptionsNestedSmallLinux', 'WorkerSizeOptionsDefault'
	WorkerSize WorkerSizeOptions `json:"workerSize,omitempty"`
	// WorkerSizeID - Size ID of machines:
	// 0 - Small
	// 1 - Medium
	// 2 - Large
	WorkerSizeID *int32 `json:"workerSizeId,omitempty"`
	// ExcludeFromCapacityAllocation - If <code>true</code>, it includes basic apps.
	// Basic apps are not used for capacity allocation.
	ExcludeFromCapacityAllocation *bool `json:"excludeFromCapacityAllocation,omitempty"`
	// IsApplicableForAllComputeModes - <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.
	IsApplicableForAllComputeModes *bool `json:"isApplicableForAllComputeModes,omitempty"`
	// SiteMode - Shared or Dedicated.
	SiteMode *string `json:"siteMode,omitempty"`
	// IsLinux - Is this a linux stamp capacity
	IsLinux *bool `json:"isLinux,omitempty"`
}

StampCapacity stamp capacity information.

type StampCapacityCollection

type StampCapacityCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]StampCapacity `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

StampCapacityCollection collection of stamp capacities.

func (StampCapacityCollection) IsEmpty

func (scc StampCapacityCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (StampCapacityCollection) MarshalJSON

func (scc StampCapacityCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StampCapacityCollection.

type StampCapacityCollectionIterator

type StampCapacityCollectionIterator struct {
	// contains filtered or unexported fields
}

StampCapacityCollectionIterator provides access to a complete listing of StampCapacity values.

func NewStampCapacityCollectionIterator

func NewStampCapacityCollectionIterator(page StampCapacityCollectionPage) StampCapacityCollectionIterator

Creates a new instance of the StampCapacityCollectionIterator type.

func (*StampCapacityCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StampCapacityCollectionIterator) NextWithContext

func (iter *StampCapacityCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (StampCapacityCollectionIterator) NotDone

func (iter StampCapacityCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (StampCapacityCollectionIterator) Response

Response returns the raw server response from the last page request.

func (StampCapacityCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type StampCapacityCollectionPage

type StampCapacityCollectionPage struct {
	// contains filtered or unexported fields
}

StampCapacityCollectionPage contains a page of StampCapacity values.

func NewStampCapacityCollectionPage

Creates a new instance of the StampCapacityCollectionPage type.

func (*StampCapacityCollectionPage) Next

func (page *StampCapacityCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StampCapacityCollectionPage) NextWithContext

func (page *StampCapacityCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (StampCapacityCollectionPage) NotDone

func (page StampCapacityCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (StampCapacityCollectionPage) Response

Response returns the raw server response from the last page request.

func (StampCapacityCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type StaticSite

type StaticSite struct {
	// DefaultHostname - READ-ONLY; The default autogenerated hostname for the static site.
	DefaultHostname *string `json:"defaultHostname,omitempty"`
	// RepositoryURL - URL for the repository of the static site.
	RepositoryURL *string `json:"repositoryUrl,omitempty"`
	// Branch - The target branch in the repository.
	Branch *string `json:"branch,omitempty"`
	// CustomDomains - READ-ONLY; The custom domains associated with this static site.
	CustomDomains *[]string `json:"customDomains,omitempty"`
	// RepositoryToken - A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.
	RepositoryToken *string `json:"repositoryToken,omitempty"`
	// BuildProperties - Build properties to configure on the repository.
	BuildProperties *StaticSiteBuildProperties `json:"buildProperties,omitempty"`
	// PrivateEndpointConnections - READ-ONLY; Private endpoint connections
	PrivateEndpointConnections *[]ResponseMessageEnvelopeRemotePrivateEndpointConnection `json:"privateEndpointConnections,omitempty"`
	// StagingEnvironmentPolicy - State indicating whether staging environments are allowed or not allowed for a static web app. Possible values include: 'StagingEnvironmentPolicyEnabled', 'StagingEnvironmentPolicyDisabled'
	StagingEnvironmentPolicy StagingEnvironmentPolicy `json:"stagingEnvironmentPolicy,omitempty"`
	// AllowConfigFileUpdates - <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>.
	AllowConfigFileUpdates *bool `json:"allowConfigFileUpdates,omitempty"`
	// TemplateProperties - Template options for generating a new repository.
	TemplateProperties *StaticSiteTemplateOptions `json:"templateProperties,omitempty"`
	// ContentDistributionEndpoint - READ-ONLY; The content distribution endpoint for the static site.
	ContentDistributionEndpoint *string `json:"contentDistributionEndpoint,omitempty"`
	// KeyVaultReferenceIdentity - READ-ONLY; Identity to use for Key Vault Reference authentication.
	KeyVaultReferenceIdentity *string `json:"keyVaultReferenceIdentity,omitempty"`
	// UserProvidedFunctionApps - READ-ONLY; User provided function apps registered with the static site
	UserProvidedFunctionApps *[]StaticSiteUserProvidedFunctionApp `json:"userProvidedFunctionApps,omitempty"`
	// Provider - READ-ONLY; The provider that submitted the last deployment to the primary environment of the static site.
	Provider *string `json:"provider,omitempty"`
}

StaticSite a static site.

func (StaticSite) MarshalJSON

func (ss StaticSite) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSite.

type StaticSiteARMResource

type StaticSiteARMResource struct {
	autorest.Response `json:"-"`
	// StaticSite - Core resource properties
	*StaticSite `json:"properties,omitempty"`
	Sku         *SkuDescription         `json:"sku,omitempty"`
	Identity    *ManagedServiceIdentity `json:"identity,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Location - Resource Location.
	Location *string `json:"location,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
	// Tags - Resource tags.
	Tags map[string]*string `json:"tags"`
}

StaticSiteARMResource static Site ARM resource.

func (StaticSiteARMResource) MarshalJSON

func (ssar StaticSiteARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteARMResource.

func (*StaticSiteARMResource) UnmarshalJSON

func (ssar *StaticSiteARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteARMResource struct.

type StaticSiteBuildARMResource

type StaticSiteBuildARMResource struct {
	autorest.Response `json:"-"`
	// StaticSiteBuildARMResourceProperties - StaticSiteBuildARMResource resource specific properties
	*StaticSiteBuildARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteBuildARMResource static Site Build ARM resource.

func (StaticSiteBuildARMResource) MarshalJSON

func (ssbar StaticSiteBuildARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteBuildARMResource.

func (*StaticSiteBuildARMResource) UnmarshalJSON

func (ssbar *StaticSiteBuildARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteBuildARMResource struct.

type StaticSiteBuildARMResourceProperties

type StaticSiteBuildARMResourceProperties struct {
	// BuildID - READ-ONLY; An identifier for the static site build.
	BuildID *string `json:"buildId,omitempty"`
	// SourceBranch - READ-ONLY; The source branch.
	SourceBranch *string `json:"sourceBranch,omitempty"`
	// PullRequestTitle - READ-ONLY; The title of a pull request that a static site build is related to.
	PullRequestTitle *string `json:"pullRequestTitle,omitempty"`
	// Hostname - READ-ONLY; The hostname for a static site build.
	Hostname *string `json:"hostname,omitempty"`
	// CreatedTimeUtc - READ-ONLY; When this build was created.
	CreatedTimeUtc *date.Time `json:"createdTimeUtc,omitempty"`
	// LastUpdatedOn - READ-ONLY; When this build was updated.
	LastUpdatedOn *date.Time `json:"lastUpdatedOn,omitempty"`
	// Status - READ-ONLY; The status of the static site build. Possible values include: 'BuildStatusWaitingForDeployment', 'BuildStatusUploading', 'BuildStatusDeploying', 'BuildStatusReady', 'BuildStatusFailed', 'BuildStatusDeleting', 'BuildStatusDetached'
	Status BuildStatus `json:"status,omitempty"`
	// UserProvidedFunctionApps - READ-ONLY; User provided function apps registered with the static site build
	UserProvidedFunctionApps *[]StaticSiteUserProvidedFunctionApp `json:"userProvidedFunctionApps,omitempty"`
}

StaticSiteBuildARMResourceProperties staticSiteBuildARMResource resource specific properties

func (StaticSiteBuildARMResourceProperties) MarshalJSON

func (ssbar StaticSiteBuildARMResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteBuildARMResourceProperties.

type StaticSiteBuildCollection

type StaticSiteBuildCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]StaticSiteBuildARMResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

StaticSiteBuildCollection collection of static site builds.

func (StaticSiteBuildCollection) IsEmpty

func (ssbc StaticSiteBuildCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (StaticSiteBuildCollection) MarshalJSON

func (ssbc StaticSiteBuildCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteBuildCollection.

type StaticSiteBuildCollectionIterator

type StaticSiteBuildCollectionIterator struct {
	// contains filtered or unexported fields
}

StaticSiteBuildCollectionIterator provides access to a complete listing of StaticSiteBuildARMResource values.

func NewStaticSiteBuildCollectionIterator

func NewStaticSiteBuildCollectionIterator(page StaticSiteBuildCollectionPage) StaticSiteBuildCollectionIterator

Creates a new instance of the StaticSiteBuildCollectionIterator type.

func (*StaticSiteBuildCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteBuildCollectionIterator) NextWithContext

func (iter *StaticSiteBuildCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (StaticSiteBuildCollectionIterator) NotDone

func (iter StaticSiteBuildCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (StaticSiteBuildCollectionIterator) Response

Response returns the raw server response from the last page request.

func (StaticSiteBuildCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type StaticSiteBuildCollectionPage

type StaticSiteBuildCollectionPage struct {
	// contains filtered or unexported fields
}

StaticSiteBuildCollectionPage contains a page of StaticSiteBuildARMResource values.

func NewStaticSiteBuildCollectionPage

Creates a new instance of the StaticSiteBuildCollectionPage type.

func (*StaticSiteBuildCollectionPage) Next

func (page *StaticSiteBuildCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteBuildCollectionPage) NextWithContext

func (page *StaticSiteBuildCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (StaticSiteBuildCollectionPage) NotDone

func (page StaticSiteBuildCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (StaticSiteBuildCollectionPage) Response

Response returns the raw server response from the last page request.

func (StaticSiteBuildCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type StaticSiteBuildProperties

type StaticSiteBuildProperties struct {
	// AppLocation - The path to the app code within the repository.
	AppLocation *string `json:"appLocation,omitempty"`
	// APILocation - The path to the api code within the repository.
	APILocation *string `json:"apiLocation,omitempty"`
	// AppArtifactLocation - Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)
	AppArtifactLocation *string `json:"appArtifactLocation,omitempty"`
	// OutputLocation - The output path of the app after building.
	OutputLocation *string `json:"outputLocation,omitempty"`
	// AppBuildCommand - A custom command to run during deployment of the static content application.
	AppBuildCommand *string `json:"appBuildCommand,omitempty"`
	// APIBuildCommand - A custom command to run during deployment of the Azure Functions API application.
	APIBuildCommand *string `json:"apiBuildCommand,omitempty"`
	// SkipGithubActionWorkflowGeneration - Skip Github Action workflow generation.
	SkipGithubActionWorkflowGeneration *bool `json:"skipGithubActionWorkflowGeneration,omitempty"`
	// GithubActionSecretNameOverride - Github Action secret name override.
	GithubActionSecretNameOverride *string `json:"githubActionSecretNameOverride,omitempty"`
}

StaticSiteBuildProperties build properties for the static site.

type StaticSiteCollection

type StaticSiteCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]StaticSiteARMResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

StaticSiteCollection collection of static sites.

func (StaticSiteCollection) IsEmpty

func (ssc StaticSiteCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (StaticSiteCollection) MarshalJSON

func (ssc StaticSiteCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteCollection.

type StaticSiteCollectionIterator

type StaticSiteCollectionIterator struct {
	// contains filtered or unexported fields
}

StaticSiteCollectionIterator provides access to a complete listing of StaticSiteARMResource values.

func NewStaticSiteCollectionIterator

func NewStaticSiteCollectionIterator(page StaticSiteCollectionPage) StaticSiteCollectionIterator

Creates a new instance of the StaticSiteCollectionIterator type.

func (*StaticSiteCollectionIterator) Next

func (iter *StaticSiteCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteCollectionIterator) NextWithContext

func (iter *StaticSiteCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (StaticSiteCollectionIterator) NotDone

func (iter StaticSiteCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (StaticSiteCollectionIterator) Response

Response returns the raw server response from the last page request.

func (StaticSiteCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type StaticSiteCollectionPage

type StaticSiteCollectionPage struct {
	// contains filtered or unexported fields
}

StaticSiteCollectionPage contains a page of StaticSiteARMResource values.

func NewStaticSiteCollectionPage

func NewStaticSiteCollectionPage(cur StaticSiteCollection, getNextPage func(context.Context, StaticSiteCollection) (StaticSiteCollection, error)) StaticSiteCollectionPage

Creates a new instance of the StaticSiteCollectionPage type.

func (*StaticSiteCollectionPage) Next

func (page *StaticSiteCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteCollectionPage) NextWithContext

func (page *StaticSiteCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (StaticSiteCollectionPage) NotDone

func (page StaticSiteCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (StaticSiteCollectionPage) Response

Response returns the raw server response from the last page request.

func (StaticSiteCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type StaticSiteCustomDomainOverviewARMResource

type StaticSiteCustomDomainOverviewARMResource struct {
	autorest.Response `json:"-"`
	// StaticSiteCustomDomainOverviewARMResourceProperties - StaticSiteCustomDomainOverviewARMResource resource specific properties
	*StaticSiteCustomDomainOverviewARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteCustomDomainOverviewARMResource static Site Custom Domain Overview ARM resource.

func (StaticSiteCustomDomainOverviewARMResource) MarshalJSON

func (sscdoar StaticSiteCustomDomainOverviewARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteCustomDomainOverviewARMResource.

func (*StaticSiteCustomDomainOverviewARMResource) UnmarshalJSON

func (sscdoar *StaticSiteCustomDomainOverviewARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteCustomDomainOverviewARMResource struct.

type StaticSiteCustomDomainOverviewARMResourceProperties

type StaticSiteCustomDomainOverviewARMResourceProperties struct {
	// DomainName - READ-ONLY; The domain name for the static site custom domain.
	DomainName *string `json:"domainName,omitempty"`
	// CreatedOn - READ-ONLY; The date and time on which the custom domain was created for the static site.
	CreatedOn *date.Time `json:"createdOn,omitempty"`
	// Status - READ-ONLY; The status of the custom domain. Possible values include: 'CustomDomainStatusRetrievingValidationToken', 'CustomDomainStatusValidating', 'CustomDomainStatusAdding', 'CustomDomainStatusReady', 'CustomDomainStatusFailed', 'CustomDomainStatusDeleting'
	Status CustomDomainStatus `json:"status,omitempty"`
	// ValidationToken - READ-ONLY; The TXT record validation token
	ValidationToken *string `json:"validationToken,omitempty"`
	// ErrorMessage - READ-ONLY
	ErrorMessage *string `json:"errorMessage,omitempty"`
}

StaticSiteCustomDomainOverviewARMResourceProperties staticSiteCustomDomainOverviewARMResource resource specific properties

func (StaticSiteCustomDomainOverviewARMResourceProperties) MarshalJSON

MarshalJSON is the custom marshaler for StaticSiteCustomDomainOverviewARMResourceProperties.

type StaticSiteCustomDomainOverviewCollection

type StaticSiteCustomDomainOverviewCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]StaticSiteCustomDomainOverviewARMResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

StaticSiteCustomDomainOverviewCollection collection of static site custom domains.

func (StaticSiteCustomDomainOverviewCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (StaticSiteCustomDomainOverviewCollection) MarshalJSON

func (sscdoc StaticSiteCustomDomainOverviewCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteCustomDomainOverviewCollection.

type StaticSiteCustomDomainOverviewCollectionIterator

type StaticSiteCustomDomainOverviewCollectionIterator struct {
	// contains filtered or unexported fields
}

StaticSiteCustomDomainOverviewCollectionIterator provides access to a complete listing of StaticSiteCustomDomainOverviewARMResource values.

func NewStaticSiteCustomDomainOverviewCollectionIterator

func NewStaticSiteCustomDomainOverviewCollectionIterator(page StaticSiteCustomDomainOverviewCollectionPage) StaticSiteCustomDomainOverviewCollectionIterator

Creates a new instance of the StaticSiteCustomDomainOverviewCollectionIterator type.

func (*StaticSiteCustomDomainOverviewCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteCustomDomainOverviewCollectionIterator) NextWithContext

func (iter *StaticSiteCustomDomainOverviewCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (StaticSiteCustomDomainOverviewCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (StaticSiteCustomDomainOverviewCollectionIterator) Response

Response returns the raw server response from the last page request.

func (StaticSiteCustomDomainOverviewCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type StaticSiteCustomDomainOverviewCollectionPage

type StaticSiteCustomDomainOverviewCollectionPage struct {
	// contains filtered or unexported fields
}

StaticSiteCustomDomainOverviewCollectionPage contains a page of StaticSiteCustomDomainOverviewARMResource values.

func NewStaticSiteCustomDomainOverviewCollectionPage

Creates a new instance of the StaticSiteCustomDomainOverviewCollectionPage type.

func (*StaticSiteCustomDomainOverviewCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteCustomDomainOverviewCollectionPage) NextWithContext

func (page *StaticSiteCustomDomainOverviewCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (StaticSiteCustomDomainOverviewCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (StaticSiteCustomDomainOverviewCollectionPage) Response

Response returns the raw server response from the last page request.

func (StaticSiteCustomDomainOverviewCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type StaticSiteCustomDomainRequestPropertiesARMResource

type StaticSiteCustomDomainRequestPropertiesARMResource struct {
	// StaticSiteCustomDomainRequestPropertiesARMResourceProperties - StaticSiteCustomDomainRequestPropertiesARMResource resource specific properties
	*StaticSiteCustomDomainRequestPropertiesARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteCustomDomainRequestPropertiesARMResource static Site Custom Domain Request Properties ARM resource.

func (StaticSiteCustomDomainRequestPropertiesARMResource) MarshalJSON

MarshalJSON is the custom marshaler for StaticSiteCustomDomainRequestPropertiesARMResource.

func (*StaticSiteCustomDomainRequestPropertiesARMResource) UnmarshalJSON

func (sscdrpar *StaticSiteCustomDomainRequestPropertiesARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteCustomDomainRequestPropertiesARMResource struct.

type StaticSiteCustomDomainRequestPropertiesARMResourceProperties

type StaticSiteCustomDomainRequestPropertiesARMResourceProperties struct {
	// ValidationMethod - Validation method for adding a custom domain
	ValidationMethod *string `json:"validationMethod,omitempty"`
}

StaticSiteCustomDomainRequestPropertiesARMResourceProperties staticSiteCustomDomainRequestPropertiesARMResource resource specific properties

type StaticSiteFunctionOverviewARMResource

type StaticSiteFunctionOverviewARMResource struct {
	// StaticSiteFunctionOverviewARMResourceProperties - StaticSiteFunctionOverviewARMResource resource specific properties
	*StaticSiteFunctionOverviewARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteFunctionOverviewARMResource static Site Function Overview ARM resource.

func (StaticSiteFunctionOverviewARMResource) MarshalJSON

func (ssfoar StaticSiteFunctionOverviewARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteFunctionOverviewARMResource.

func (*StaticSiteFunctionOverviewARMResource) UnmarshalJSON

func (ssfoar *StaticSiteFunctionOverviewARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteFunctionOverviewARMResource struct.

type StaticSiteFunctionOverviewARMResourceProperties

type StaticSiteFunctionOverviewARMResourceProperties struct {
	// FunctionName - READ-ONLY; The name for the function
	FunctionName *string `json:"functionName,omitempty"`
	// TriggerType - READ-ONLY; The trigger type of the function. Possible values include: 'TriggerTypesHTTPTrigger', 'TriggerTypesUnknown'
	TriggerType TriggerTypes `json:"triggerType,omitempty"`
}

StaticSiteFunctionOverviewARMResourceProperties staticSiteFunctionOverviewARMResource resource specific properties

func (StaticSiteFunctionOverviewARMResourceProperties) MarshalJSON

MarshalJSON is the custom marshaler for StaticSiteFunctionOverviewARMResourceProperties.

type StaticSiteFunctionOverviewCollection

type StaticSiteFunctionOverviewCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]StaticSiteFunctionOverviewARMResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

StaticSiteFunctionOverviewCollection collection of static site functions.

func (StaticSiteFunctionOverviewCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (StaticSiteFunctionOverviewCollection) MarshalJSON

func (ssfoc StaticSiteFunctionOverviewCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteFunctionOverviewCollection.

type StaticSiteFunctionOverviewCollectionIterator

type StaticSiteFunctionOverviewCollectionIterator struct {
	// contains filtered or unexported fields
}

StaticSiteFunctionOverviewCollectionIterator provides access to a complete listing of StaticSiteFunctionOverviewARMResource values.

func NewStaticSiteFunctionOverviewCollectionIterator

func NewStaticSiteFunctionOverviewCollectionIterator(page StaticSiteFunctionOverviewCollectionPage) StaticSiteFunctionOverviewCollectionIterator

Creates a new instance of the StaticSiteFunctionOverviewCollectionIterator type.

func (*StaticSiteFunctionOverviewCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteFunctionOverviewCollectionIterator) NextWithContext

func (iter *StaticSiteFunctionOverviewCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (StaticSiteFunctionOverviewCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (StaticSiteFunctionOverviewCollectionIterator) Response

Response returns the raw server response from the last page request.

func (StaticSiteFunctionOverviewCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type StaticSiteFunctionOverviewCollectionPage

type StaticSiteFunctionOverviewCollectionPage struct {
	// contains filtered or unexported fields
}

StaticSiteFunctionOverviewCollectionPage contains a page of StaticSiteFunctionOverviewARMResource values.

func NewStaticSiteFunctionOverviewCollectionPage

Creates a new instance of the StaticSiteFunctionOverviewCollectionPage type.

func (*StaticSiteFunctionOverviewCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteFunctionOverviewCollectionPage) NextWithContext

func (page *StaticSiteFunctionOverviewCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (StaticSiteFunctionOverviewCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (StaticSiteFunctionOverviewCollectionPage) Response

Response returns the raw server response from the last page request.

func (StaticSiteFunctionOverviewCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type StaticSitePatchResource

type StaticSitePatchResource struct {
	// StaticSite - Core resource properties
	*StaticSite `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSitePatchResource ARM resource for a static site when patching

func (StaticSitePatchResource) MarshalJSON

func (sspr StaticSitePatchResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSitePatchResource.

func (*StaticSitePatchResource) UnmarshalJSON

func (sspr *StaticSitePatchResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSitePatchResource struct.

type StaticSiteResetPropertiesARMResource

type StaticSiteResetPropertiesARMResource struct {
	// StaticSiteResetPropertiesARMResourceProperties - StaticSiteResetPropertiesARMResource resource specific properties
	*StaticSiteResetPropertiesARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteResetPropertiesARMResource static Site Reset Properties ARM resource.

func (StaticSiteResetPropertiesARMResource) MarshalJSON

func (ssrpar StaticSiteResetPropertiesARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteResetPropertiesARMResource.

func (*StaticSiteResetPropertiesARMResource) UnmarshalJSON

func (ssrpar *StaticSiteResetPropertiesARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteResetPropertiesARMResource struct.

type StaticSiteResetPropertiesARMResourceProperties

type StaticSiteResetPropertiesARMResourceProperties struct {
	// RepositoryToken - The token which proves admin privileges to the repository.
	RepositoryToken *string `json:"repositoryToken,omitempty"`
	// ShouldUpdateRepository - Determines whether the repository should be updated with the new properties.
	ShouldUpdateRepository *bool `json:"shouldUpdateRepository,omitempty"`
}

StaticSiteResetPropertiesARMResourceProperties staticSiteResetPropertiesARMResource resource specific properties

type StaticSiteTemplateOptions

type StaticSiteTemplateOptions struct {
	// TemplateRepositoryURL - URL of the template repository. The newly generated repository will be based on this one.
	TemplateRepositoryURL *string `json:"templateRepositoryUrl,omitempty"`
	// Owner - Owner of the newly generated repository.
	Owner *string `json:"owner,omitempty"`
	// RepositoryName - Name of the newly generated repository.
	RepositoryName *string `json:"repositoryName,omitempty"`
	// Description - Description of the newly generated repository.
	Description *string `json:"description,omitempty"`
	// IsPrivate - Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).
	IsPrivate *bool `json:"isPrivate,omitempty"`
}

StaticSiteTemplateOptions template Options for the static site.

type StaticSiteUserARMResource

type StaticSiteUserARMResource struct {
	autorest.Response `json:"-"`
	// StaticSiteUserARMResourceProperties - StaticSiteUserARMResource resource specific properties
	*StaticSiteUserARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteUserARMResource static Site User ARM resource.

func (StaticSiteUserARMResource) MarshalJSON

func (ssuar StaticSiteUserARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserARMResource.

func (*StaticSiteUserARMResource) UnmarshalJSON

func (ssuar *StaticSiteUserARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteUserARMResource struct.

type StaticSiteUserARMResourceProperties

type StaticSiteUserARMResourceProperties struct {
	// Provider - READ-ONLY; The identity provider for the static site user.
	Provider *string `json:"provider,omitempty"`
	// UserID - READ-ONLY; The user id for the static site user.
	UserID *string `json:"userId,omitempty"`
	// DisplayName - READ-ONLY; The display name for the static site user.
	DisplayName *string `json:"displayName,omitempty"`
	// Roles - The roles for the static site user, in free-form string format
	Roles *string `json:"roles,omitempty"`
}

StaticSiteUserARMResourceProperties staticSiteUserARMResource resource specific properties

func (StaticSiteUserARMResourceProperties) MarshalJSON

func (ssuar StaticSiteUserARMResourceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserARMResourceProperties.

type StaticSiteUserCollection

type StaticSiteUserCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]StaticSiteUserARMResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

StaticSiteUserCollection collection of static site custom users.

func (StaticSiteUserCollection) IsEmpty

func (ssuc StaticSiteUserCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (StaticSiteUserCollection) MarshalJSON

func (ssuc StaticSiteUserCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserCollection.

type StaticSiteUserCollectionIterator

type StaticSiteUserCollectionIterator struct {
	// contains filtered or unexported fields
}

StaticSiteUserCollectionIterator provides access to a complete listing of StaticSiteUserARMResource values.

func NewStaticSiteUserCollectionIterator

func NewStaticSiteUserCollectionIterator(page StaticSiteUserCollectionPage) StaticSiteUserCollectionIterator

Creates a new instance of the StaticSiteUserCollectionIterator type.

func (*StaticSiteUserCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteUserCollectionIterator) NextWithContext

func (iter *StaticSiteUserCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (StaticSiteUserCollectionIterator) NotDone

func (iter StaticSiteUserCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (StaticSiteUserCollectionIterator) Response

Response returns the raw server response from the last page request.

func (StaticSiteUserCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type StaticSiteUserCollectionPage

type StaticSiteUserCollectionPage struct {
	// contains filtered or unexported fields
}

StaticSiteUserCollectionPage contains a page of StaticSiteUserARMResource values.

func NewStaticSiteUserCollectionPage

Creates a new instance of the StaticSiteUserCollectionPage type.

func (*StaticSiteUserCollectionPage) Next

func (page *StaticSiteUserCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteUserCollectionPage) NextWithContext

func (page *StaticSiteUserCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (StaticSiteUserCollectionPage) NotDone

func (page StaticSiteUserCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (StaticSiteUserCollectionPage) Response

Response returns the raw server response from the last page request.

func (StaticSiteUserCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type StaticSiteUserInvitationRequestResource

type StaticSiteUserInvitationRequestResource struct {
	// StaticSiteUserInvitationRequestResourceProperties - StaticSiteUserInvitationRequestResource resource specific properties
	*StaticSiteUserInvitationRequestResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteUserInvitationRequestResource static sites user roles invitation resource.

func (StaticSiteUserInvitationRequestResource) MarshalJSON

func (ssuirr StaticSiteUserInvitationRequestResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserInvitationRequestResource.

func (*StaticSiteUserInvitationRequestResource) UnmarshalJSON

func (ssuirr *StaticSiteUserInvitationRequestResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteUserInvitationRequestResource struct.

type StaticSiteUserInvitationRequestResourceProperties

type StaticSiteUserInvitationRequestResourceProperties struct {
	// Domain - The domain name for the static site custom domain.
	Domain *string `json:"domain,omitempty"`
	// Provider - The identity provider for the static site user.
	Provider *string `json:"provider,omitempty"`
	// UserDetails - The user id for the static site user.
	UserDetails *string `json:"userDetails,omitempty"`
	// Roles - The roles for the static site user, in free-form string format
	Roles *string `json:"roles,omitempty"`
	// NumHoursToExpiration - The number of hours the sas token stays valid
	NumHoursToExpiration *int32 `json:"numHoursToExpiration,omitempty"`
}

StaticSiteUserInvitationRequestResourceProperties staticSiteUserInvitationRequestResource resource specific properties

type StaticSiteUserInvitationResponseResource

type StaticSiteUserInvitationResponseResource struct {
	autorest.Response `json:"-"`
	// StaticSiteUserInvitationResponseResourceProperties - StaticSiteUserInvitationResponseResource resource specific properties
	*StaticSiteUserInvitationResponseResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteUserInvitationResponseResource static sites user roles invitation link resource.

func (StaticSiteUserInvitationResponseResource) MarshalJSON

func (ssuirr StaticSiteUserInvitationResponseResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserInvitationResponseResource.

func (*StaticSiteUserInvitationResponseResource) UnmarshalJSON

func (ssuirr *StaticSiteUserInvitationResponseResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteUserInvitationResponseResource struct.

type StaticSiteUserInvitationResponseResourceProperties

type StaticSiteUserInvitationResponseResourceProperties struct {
	// ExpiresOn - READ-ONLY; The expiration time of the invitation
	ExpiresOn *date.Time `json:"expiresOn,omitempty"`
	// InvitationURL - READ-ONLY; The url for the invitation link
	InvitationURL *string `json:"invitationUrl,omitempty"`
}

StaticSiteUserInvitationResponseResourceProperties staticSiteUserInvitationResponseResource resource specific properties

func (StaticSiteUserInvitationResponseResourceProperties) MarshalJSON

MarshalJSON is the custom marshaler for StaticSiteUserInvitationResponseResourceProperties.

type StaticSiteUserProvidedFunctionApp

type StaticSiteUserProvidedFunctionApp struct {
	// StaticSiteUserProvidedFunctionAppProperties - StaticSiteUserProvidedFunctionApp resource specific properties
	*StaticSiteUserProvidedFunctionAppProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteUserProvidedFunctionApp a static site user provided function.

func (StaticSiteUserProvidedFunctionApp) MarshalJSON

func (ssupfa StaticSiteUserProvidedFunctionApp) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserProvidedFunctionApp.

func (*StaticSiteUserProvidedFunctionApp) UnmarshalJSON

func (ssupfa *StaticSiteUserProvidedFunctionApp) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteUserProvidedFunctionApp struct.

type StaticSiteUserProvidedFunctionAppARMResource

type StaticSiteUserProvidedFunctionAppARMResource struct {
	autorest.Response `json:"-"`
	// StaticSiteUserProvidedFunctionAppARMResourceProperties - StaticSiteUserProvidedFunctionAppARMResource resource specific properties
	*StaticSiteUserProvidedFunctionAppARMResourceProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteUserProvidedFunctionAppARMResource static Site User Provided Function App ARM resource.

func (StaticSiteUserProvidedFunctionAppARMResource) MarshalJSON

func (ssupfaar StaticSiteUserProvidedFunctionAppARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserProvidedFunctionAppARMResource.

func (*StaticSiteUserProvidedFunctionAppARMResource) UnmarshalJSON

func (ssupfaar *StaticSiteUserProvidedFunctionAppARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteUserProvidedFunctionAppARMResource struct.

type StaticSiteUserProvidedFunctionAppARMResourceProperties

type StaticSiteUserProvidedFunctionAppARMResourceProperties struct {
	// FunctionAppResourceID - The resource id of the function app registered with the static site
	FunctionAppResourceID *string `json:"functionAppResourceId,omitempty"`
	// FunctionAppRegion - The region of the function app registered with the static site
	FunctionAppRegion *string `json:"functionAppRegion,omitempty"`
	// CreatedOn - READ-ONLY; The date and time on which the function app was registered with the static site.
	CreatedOn *date.Time `json:"createdOn,omitempty"`
}

StaticSiteUserProvidedFunctionAppARMResourceProperties staticSiteUserProvidedFunctionAppARMResource resource specific properties

func (StaticSiteUserProvidedFunctionAppARMResourceProperties) MarshalJSON

MarshalJSON is the custom marshaler for StaticSiteUserProvidedFunctionAppARMResourceProperties.

type StaticSiteUserProvidedFunctionAppProperties

type StaticSiteUserProvidedFunctionAppProperties struct {
	// FunctionAppResourceID - The resource id of the function app registered with the static site
	FunctionAppResourceID *string `json:"functionAppResourceId,omitempty"`
	// FunctionAppRegion - The region of the function app registered with the static site
	FunctionAppRegion *string `json:"functionAppRegion,omitempty"`
	// CreatedOn - READ-ONLY; The date and time on which the function app was registered with the static site.
	CreatedOn *date.Time `json:"createdOn,omitempty"`
}

StaticSiteUserProvidedFunctionAppProperties staticSiteUserProvidedFunctionApp resource specific properties

func (StaticSiteUserProvidedFunctionAppProperties) MarshalJSON

func (ssupfa StaticSiteUserProvidedFunctionAppProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserProvidedFunctionAppProperties.

type StaticSiteUserProvidedFunctionAppsCollection

type StaticSiteUserProvidedFunctionAppsCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]StaticSiteUserProvidedFunctionAppARMResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

StaticSiteUserProvidedFunctionAppsCollection collection of static site user provided function apps.

func (StaticSiteUserProvidedFunctionAppsCollection) IsEmpty

IsEmpty returns true if the ListResult contains no values.

func (StaticSiteUserProvidedFunctionAppsCollection) MarshalJSON

func (ssupfac StaticSiteUserProvidedFunctionAppsCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteUserProvidedFunctionAppsCollection.

type StaticSiteUserProvidedFunctionAppsCollectionIterator

type StaticSiteUserProvidedFunctionAppsCollectionIterator struct {
	// contains filtered or unexported fields
}

StaticSiteUserProvidedFunctionAppsCollectionIterator provides access to a complete listing of StaticSiteUserProvidedFunctionAppARMResource values.

func NewStaticSiteUserProvidedFunctionAppsCollectionIterator

func NewStaticSiteUserProvidedFunctionAppsCollectionIterator(page StaticSiteUserProvidedFunctionAppsCollectionPage) StaticSiteUserProvidedFunctionAppsCollectionIterator

Creates a new instance of the StaticSiteUserProvidedFunctionAppsCollectionIterator type.

func (*StaticSiteUserProvidedFunctionAppsCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteUserProvidedFunctionAppsCollectionIterator) NextWithContext

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (StaticSiteUserProvidedFunctionAppsCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (StaticSiteUserProvidedFunctionAppsCollectionIterator) Response

Response returns the raw server response from the last page request.

func (StaticSiteUserProvidedFunctionAppsCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type StaticSiteUserProvidedFunctionAppsCollectionPage

type StaticSiteUserProvidedFunctionAppsCollectionPage struct {
	// contains filtered or unexported fields
}

StaticSiteUserProvidedFunctionAppsCollectionPage contains a page of StaticSiteUserProvidedFunctionAppARMResource values.

func NewStaticSiteUserProvidedFunctionAppsCollectionPage

Creates a new instance of the StaticSiteUserProvidedFunctionAppsCollectionPage type.

func (*StaticSiteUserProvidedFunctionAppsCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*StaticSiteUserProvidedFunctionAppsCollectionPage) NextWithContext

func (page *StaticSiteUserProvidedFunctionAppsCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (StaticSiteUserProvidedFunctionAppsCollectionPage) NotDone

NotDone returns true if the page enumeration should be started or is not yet complete.

func (StaticSiteUserProvidedFunctionAppsCollectionPage) Response

Response returns the raw server response from the last page request.

func (StaticSiteUserProvidedFunctionAppsCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type StaticSiteZipDeployment

type StaticSiteZipDeployment struct {
	// AppZipURL - URL for the zipped app content
	AppZipURL *string `json:"appZipUrl,omitempty"`
	// APIZipURL - URL for the zipped api content
	APIZipURL *string `json:"apiZipUrl,omitempty"`
	// DeploymentTitle - A title to label the deployment
	DeploymentTitle *string `json:"deploymentTitle,omitempty"`
	// Provider - The provider submitting this deployment
	Provider *string `json:"provider,omitempty"`
	// FunctionLanguage - The language of the api content, if it exists
	FunctionLanguage *string `json:"functionLanguage,omitempty"`
}

StaticSiteZipDeployment a static site zip deployment.

type StaticSiteZipDeploymentARMResource

type StaticSiteZipDeploymentARMResource struct {
	// StaticSiteZipDeployment - Core resource properties
	*StaticSiteZipDeployment `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSiteZipDeploymentARMResource static site zip deployment ARM resource.

func (StaticSiteZipDeploymentARMResource) MarshalJSON

func (sszdar StaticSiteZipDeploymentARMResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSiteZipDeploymentARMResource.

func (*StaticSiteZipDeploymentARMResource) UnmarshalJSON

func (sszdar *StaticSiteZipDeploymentARMResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSiteZipDeploymentARMResource struct.

type StaticSitesApproveOrRejectPrivateEndpointConnectionFuture

type StaticSitesApproveOrRejectPrivateEndpointConnectionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (RemotePrivateEndpointConnectionARMResource, error)
}

StaticSitesApproveOrRejectPrivateEndpointConnectionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesApproveOrRejectPrivateEndpointConnectionFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesClient

type StaticSitesClient struct {
	BaseClient
}

StaticSitesClient is the webSite Management Client

func NewStaticSitesClient

func NewStaticSitesClient(subscriptionID string) StaticSitesClient

NewStaticSitesClient creates an instance of the StaticSitesClient client.

func NewStaticSitesClientWithBaseURI

func NewStaticSitesClientWithBaseURI(baseURI string, subscriptionID string) StaticSitesClient

NewStaticSitesClientWithBaseURI creates an instance of the StaticSitesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (StaticSitesClient) ApproveOrRejectPrivateEndpointConnection

func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource) (result StaticSitesApproveOrRejectPrivateEndpointConnectionFuture, err error)

ApproveOrRejectPrivateEndpointConnection description for Approves or rejects a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. privateEndpointConnectionName - name of the private endpoint connection. privateEndpointWrapper - request body.

func (StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionPreparer

func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string, privateEndpointWrapper PrivateLinkConnectionApprovalRequestResource) (*http.Request, error)

ApproveOrRejectPrivateEndpointConnectionPreparer prepares the ApproveOrRejectPrivateEndpointConnection request.

func (StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionResponder

func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

ApproveOrRejectPrivateEndpointConnectionResponder handles the response to the ApproveOrRejectPrivateEndpointConnection request. The method always closes the http.Response Body.

func (StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionSender

func (client StaticSitesClient) ApproveOrRejectPrivateEndpointConnectionSender(req *http.Request) (future StaticSitesApproveOrRejectPrivateEndpointConnectionFuture, err error)

ApproveOrRejectPrivateEndpointConnectionSender sends the ApproveOrRejectPrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateOrUpdateStaticSite

func (client StaticSitesClient) CreateOrUpdateStaticSite(ctx context.Context, resourceGroupName string, name string, staticSiteEnvelope StaticSiteARMResource) (result StaticSitesCreateOrUpdateStaticSiteFuture, err error)

CreateOrUpdateStaticSite description for Creates a new static site in an existing resource group, or updates an existing static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site to create or update. staticSiteEnvelope - a JSON representation of the staticsite properties. See example.

func (StaticSitesClient) CreateOrUpdateStaticSiteAppSettings

func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettings(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (result StringDictionary, err error)

CreateOrUpdateStaticSiteAppSettings description for Creates or updates the app settings of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. appSettings - the dictionary containing the static site app settings to update.

func (StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsPreparer

func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (*http.Request, error)

CreateOrUpdateStaticSiteAppSettingsPreparer prepares the CreateOrUpdateStaticSiteAppSettings request.

func (StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsResponder

func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

CreateOrUpdateStaticSiteAppSettingsResponder handles the response to the CreateOrUpdateStaticSiteAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsSender

func (client StaticSitesClient) CreateOrUpdateStaticSiteAppSettingsSender(req *http.Request) (*http.Response, error)

CreateOrUpdateStaticSiteAppSettingsSender sends the CreateOrUpdateStaticSiteAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettings

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettings(ctx context.Context, resourceGroupName string, name string, environmentName string, appSettings StringDictionary) (result StringDictionary, err error)

CreateOrUpdateStaticSiteBuildAppSettings description for Creates or updates the app settings of a static site build. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier. appSettings - the dictionary containing the static site app settings to update.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsPreparer

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string, appSettings StringDictionary) (*http.Request, error)

CreateOrUpdateStaticSiteBuildAppSettingsPreparer prepares the CreateOrUpdateStaticSiteBuildAppSettings request.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsResponder

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

CreateOrUpdateStaticSiteBuildAppSettingsResponder handles the response to the CreateOrUpdateStaticSiteBuildAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsSender

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildAppSettingsSender(req *http.Request) (*http.Response, error)

CreateOrUpdateStaticSiteBuildAppSettingsSender sends the CreateOrUpdateStaticSiteBuildAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettings

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettings(ctx context.Context, resourceGroupName string, name string, environmentName string, appSettings StringDictionary) (result StringDictionary, err error)

CreateOrUpdateStaticSiteBuildFunctionAppSettings description for Creates or updates the function app settings of a static site build. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier. appSettings - the dictionary containing the static site function app settings to update.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsPreparer

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string, appSettings StringDictionary) (*http.Request, error)

CreateOrUpdateStaticSiteBuildFunctionAppSettingsPreparer prepares the CreateOrUpdateStaticSiteBuildFunctionAppSettings request.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsResponder

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

CreateOrUpdateStaticSiteBuildFunctionAppSettingsResponder handles the response to the CreateOrUpdateStaticSiteBuildFunctionAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsSender

func (client StaticSitesClient) CreateOrUpdateStaticSiteBuildFunctionAppSettingsSender(req *http.Request) (*http.Response, error)

CreateOrUpdateStaticSiteBuildFunctionAppSettingsSender sends the CreateOrUpdateStaticSiteBuildFunctionAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateOrUpdateStaticSiteCustomDomain

func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomain(ctx context.Context, resourceGroupName string, name string, domainName string, staticSiteCustomDomainRequestPropertiesEnvelope StaticSiteCustomDomainRequestPropertiesARMResource) (result StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture, err error)

CreateOrUpdateStaticSiteCustomDomain description for Creates a new static site custom domain in an existing resource group and static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. domainName - the custom domain to create. staticSiteCustomDomainRequestPropertiesEnvelope - a JSON representation of the static site custom domain request properties. See example.

func (StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainPreparer

func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainPreparer(ctx context.Context, resourceGroupName string, name string, domainName string, staticSiteCustomDomainRequestPropertiesEnvelope StaticSiteCustomDomainRequestPropertiesARMResource) (*http.Request, error)

CreateOrUpdateStaticSiteCustomDomainPreparer prepares the CreateOrUpdateStaticSiteCustomDomain request.

func (StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainResponder

func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainResponder(resp *http.Response) (result StaticSiteCustomDomainOverviewARMResource, err error)

CreateOrUpdateStaticSiteCustomDomainResponder handles the response to the CreateOrUpdateStaticSiteCustomDomain request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainSender

func (client StaticSitesClient) CreateOrUpdateStaticSiteCustomDomainSender(req *http.Request) (future StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture, err error)

CreateOrUpdateStaticSiteCustomDomainSender sends the CreateOrUpdateStaticSiteCustomDomain request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettings

func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettings(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (result StringDictionary, err error)

CreateOrUpdateStaticSiteFunctionAppSettings description for Creates or updates the function app settings of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. appSettings - the dictionary containing the static site function app settings to update.

func (StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsPreparer

func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (*http.Request, error)

CreateOrUpdateStaticSiteFunctionAppSettingsPreparer prepares the CreateOrUpdateStaticSiteFunctionAppSettings request.

func (StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsResponder

func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

CreateOrUpdateStaticSiteFunctionAppSettingsResponder handles the response to the CreateOrUpdateStaticSiteFunctionAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsSender

func (client StaticSitesClient) CreateOrUpdateStaticSiteFunctionAppSettingsSender(req *http.Request) (*http.Response, error)

CreateOrUpdateStaticSiteFunctionAppSettingsSender sends the CreateOrUpdateStaticSiteFunctionAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateOrUpdateStaticSitePreparer

func (client StaticSitesClient) CreateOrUpdateStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, staticSiteEnvelope StaticSiteARMResource) (*http.Request, error)

CreateOrUpdateStaticSitePreparer prepares the CreateOrUpdateStaticSite request.

func (StaticSitesClient) CreateOrUpdateStaticSiteResponder

func (client StaticSitesClient) CreateOrUpdateStaticSiteResponder(resp *http.Response) (result StaticSiteARMResource, err error)

CreateOrUpdateStaticSiteResponder handles the response to the CreateOrUpdateStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateOrUpdateStaticSiteSender

func (client StaticSitesClient) CreateOrUpdateStaticSiteSender(req *http.Request) (future StaticSitesCreateOrUpdateStaticSiteFuture, err error)

CreateOrUpdateStaticSiteSender sends the CreateOrUpdateStaticSite request. The method will close the http.Response Body if it receives an error.

func (client StaticSitesClient) CreateUserRolesInvitationLink(ctx context.Context, resourceGroupName string, name string, staticSiteUserRolesInvitationEnvelope StaticSiteUserInvitationRequestResource) (result StaticSiteUserInvitationResponseResource, err error)

CreateUserRolesInvitationLink description for Creates an invitation link for a user with the role Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) CreateUserRolesInvitationLinkPreparer

func (client StaticSitesClient) CreateUserRolesInvitationLinkPreparer(ctx context.Context, resourceGroupName string, name string, staticSiteUserRolesInvitationEnvelope StaticSiteUserInvitationRequestResource) (*http.Request, error)

CreateUserRolesInvitationLinkPreparer prepares the CreateUserRolesInvitationLink request.

func (StaticSitesClient) CreateUserRolesInvitationLinkResponder

func (client StaticSitesClient) CreateUserRolesInvitationLinkResponder(resp *http.Response) (result StaticSiteUserInvitationResponseResource, err error)

CreateUserRolesInvitationLinkResponder handles the response to the CreateUserRolesInvitationLink request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateUserRolesInvitationLinkSender

func (client StaticSitesClient) CreateUserRolesInvitationLinkSender(req *http.Request) (*http.Response, error)

CreateUserRolesInvitationLinkSender sends the CreateUserRolesInvitationLink request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateZipDeploymentForStaticSite

func (client StaticSitesClient) CreateZipDeploymentForStaticSite(ctx context.Context, resourceGroupName string, name string, staticSiteZipDeploymentEnvelope StaticSiteZipDeploymentARMResource) (result StaticSitesCreateZipDeploymentForStaticSiteFuture, err error)

CreateZipDeploymentForStaticSite description for Deploys zipped content to a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. staticSiteZipDeploymentEnvelope - a JSON representation of the StaticSiteZipDeployment properties. See example.

func (StaticSitesClient) CreateZipDeploymentForStaticSiteBuild

func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, environmentName string, staticSiteZipDeploymentEnvelope StaticSiteZipDeploymentARMResource) (result StaticSitesCreateZipDeploymentForStaticSiteBuildFuture, err error)

CreateZipDeploymentForStaticSiteBuild description for Deploys zipped content to a specific environment of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - name of the environment. staticSiteZipDeploymentEnvelope - a JSON representation of the StaticSiteZipDeployment properties. See example.

func (StaticSitesClient) CreateZipDeploymentForStaticSiteBuildPreparer

func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string, staticSiteZipDeploymentEnvelope StaticSiteZipDeploymentARMResource) (*http.Request, error)

CreateZipDeploymentForStaticSiteBuildPreparer prepares the CreateZipDeploymentForStaticSiteBuild request.

func (StaticSitesClient) CreateZipDeploymentForStaticSiteBuildResponder

func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuildResponder(resp *http.Response) (result autorest.Response, err error)

CreateZipDeploymentForStaticSiteBuildResponder handles the response to the CreateZipDeploymentForStaticSiteBuild request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateZipDeploymentForStaticSiteBuildSender

func (client StaticSitesClient) CreateZipDeploymentForStaticSiteBuildSender(req *http.Request) (future StaticSitesCreateZipDeploymentForStaticSiteBuildFuture, err error)

CreateZipDeploymentForStaticSiteBuildSender sends the CreateZipDeploymentForStaticSiteBuild request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) CreateZipDeploymentForStaticSitePreparer

func (client StaticSitesClient) CreateZipDeploymentForStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, staticSiteZipDeploymentEnvelope StaticSiteZipDeploymentARMResource) (*http.Request, error)

CreateZipDeploymentForStaticSitePreparer prepares the CreateZipDeploymentForStaticSite request.

func (StaticSitesClient) CreateZipDeploymentForStaticSiteResponder

func (client StaticSitesClient) CreateZipDeploymentForStaticSiteResponder(resp *http.Response) (result autorest.Response, err error)

CreateZipDeploymentForStaticSiteResponder handles the response to the CreateZipDeploymentForStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) CreateZipDeploymentForStaticSiteSender

func (client StaticSitesClient) CreateZipDeploymentForStaticSiteSender(req *http.Request) (future StaticSitesCreateZipDeploymentForStaticSiteFuture, err error)

CreateZipDeploymentForStaticSiteSender sends the CreateZipDeploymentForStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DeletePrivateEndpointConnection

func (client StaticSitesClient) DeletePrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (result StaticSitesDeletePrivateEndpointConnectionFuture, err error)

DeletePrivateEndpointConnection description for Deletes a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. privateEndpointConnectionName - name of the private endpoint connection.

func (StaticSitesClient) DeletePrivateEndpointConnectionPreparer

func (client StaticSitesClient) DeletePrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (*http.Request, error)

DeletePrivateEndpointConnectionPreparer prepares the DeletePrivateEndpointConnection request.

func (StaticSitesClient) DeletePrivateEndpointConnectionResponder

func (client StaticSitesClient) DeletePrivateEndpointConnectionResponder(resp *http.Response) (result SetObject, err error)

DeletePrivateEndpointConnectionResponder handles the response to the DeletePrivateEndpointConnection request. The method always closes the http.Response Body.

func (StaticSitesClient) DeletePrivateEndpointConnectionSender

func (client StaticSitesClient) DeletePrivateEndpointConnectionSender(req *http.Request) (future StaticSitesDeletePrivateEndpointConnectionFuture, err error)

DeletePrivateEndpointConnectionSender sends the DeletePrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DeleteStaticSite

func (client StaticSitesClient) DeleteStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSitesDeleteStaticSiteFuture, err error)

DeleteStaticSite description for Deletes a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site to delete.

func (StaticSitesClient) DeleteStaticSiteBuild

func (client StaticSitesClient) DeleteStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StaticSitesDeleteStaticSiteBuildFuture, err error)

DeleteStaticSiteBuild description for Deletes a static site build. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier.

func (StaticSitesClient) DeleteStaticSiteBuildPreparer

func (client StaticSitesClient) DeleteStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string) (*http.Request, error)

DeleteStaticSiteBuildPreparer prepares the DeleteStaticSiteBuild request.

func (StaticSitesClient) DeleteStaticSiteBuildResponder

func (client StaticSitesClient) DeleteStaticSiteBuildResponder(resp *http.Response) (result autorest.Response, err error)

DeleteStaticSiteBuildResponder handles the response to the DeleteStaticSiteBuild request. The method always closes the http.Response Body.

func (StaticSitesClient) DeleteStaticSiteBuildSender

func (client StaticSitesClient) DeleteStaticSiteBuildSender(req *http.Request) (future StaticSitesDeleteStaticSiteBuildFuture, err error)

DeleteStaticSiteBuildSender sends the DeleteStaticSiteBuild request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DeleteStaticSiteCustomDomain

func (client StaticSitesClient) DeleteStaticSiteCustomDomain(ctx context.Context, resourceGroupName string, name string, domainName string) (result StaticSitesDeleteStaticSiteCustomDomainFuture, err error)

DeleteStaticSiteCustomDomain description for Deletes a custom domain. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. domainName - the custom domain to delete.

func (StaticSitesClient) DeleteStaticSiteCustomDomainPreparer

func (client StaticSitesClient) DeleteStaticSiteCustomDomainPreparer(ctx context.Context, resourceGroupName string, name string, domainName string) (*http.Request, error)

DeleteStaticSiteCustomDomainPreparer prepares the DeleteStaticSiteCustomDomain request.

func (StaticSitesClient) DeleteStaticSiteCustomDomainResponder

func (client StaticSitesClient) DeleteStaticSiteCustomDomainResponder(resp *http.Response) (result autorest.Response, err error)

DeleteStaticSiteCustomDomainResponder handles the response to the DeleteStaticSiteCustomDomain request. The method always closes the http.Response Body.

func (StaticSitesClient) DeleteStaticSiteCustomDomainSender

func (client StaticSitesClient) DeleteStaticSiteCustomDomainSender(req *http.Request) (future StaticSitesDeleteStaticSiteCustomDomainFuture, err error)

DeleteStaticSiteCustomDomainSender sends the DeleteStaticSiteCustomDomain request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DeleteStaticSitePreparer

func (client StaticSitesClient) DeleteStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

DeleteStaticSitePreparer prepares the DeleteStaticSite request.

func (StaticSitesClient) DeleteStaticSiteResponder

func (client StaticSitesClient) DeleteStaticSiteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteStaticSiteResponder handles the response to the DeleteStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) DeleteStaticSiteSender

func (client StaticSitesClient) DeleteStaticSiteSender(req *http.Request) (future StaticSitesDeleteStaticSiteFuture, err error)

DeleteStaticSiteSender sends the DeleteStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DeleteStaticSiteUser

func (client StaticSitesClient) DeleteStaticSiteUser(ctx context.Context, resourceGroupName string, name string, authprovider string, userid string) (result autorest.Response, err error)

DeleteStaticSiteUser description for Deletes the user entry from the static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the staticsite. authprovider - the auth provider for this user. userid - the user id of the user.

func (StaticSitesClient) DeleteStaticSiteUserPreparer

func (client StaticSitesClient) DeleteStaticSiteUserPreparer(ctx context.Context, resourceGroupName string, name string, authprovider string, userid string) (*http.Request, error)

DeleteStaticSiteUserPreparer prepares the DeleteStaticSiteUser request.

func (StaticSitesClient) DeleteStaticSiteUserResponder

func (client StaticSitesClient) DeleteStaticSiteUserResponder(resp *http.Response) (result autorest.Response, err error)

DeleteStaticSiteUserResponder handles the response to the DeleteStaticSiteUser request. The method always closes the http.Response Body.

func (StaticSitesClient) DeleteStaticSiteUserSender

func (client StaticSitesClient) DeleteStaticSiteUserSender(req *http.Request) (*http.Response, error)

DeleteStaticSiteUserSender sends the DeleteStaticSiteUser request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DetachStaticSite

func (client StaticSitesClient) DetachStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSitesDetachStaticSiteFuture, err error)

DetachStaticSite description for Detaches a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site to detach.

func (StaticSitesClient) DetachStaticSitePreparer

func (client StaticSitesClient) DetachStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

DetachStaticSitePreparer prepares the DetachStaticSite request.

func (StaticSitesClient) DetachStaticSiteResponder

func (client StaticSitesClient) DetachStaticSiteResponder(resp *http.Response) (result autorest.Response, err error)

DetachStaticSiteResponder handles the response to the DetachStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) DetachStaticSiteSender

func (client StaticSitesClient) DetachStaticSiteSender(req *http.Request) (future StaticSitesDetachStaticSiteFuture, err error)

DetachStaticSiteSender sends the DetachStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSite

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSite(ctx context.Context, resourceGroupName string, name string, functionAppName string) (result autorest.Response, err error)

DetachUserProvidedFunctionAppFromStaticSite description for Detach the user provided function app from the static site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. functionAppName - name of the function app registered with the static site.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuild

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, environmentName string, functionAppName string) (result autorest.Response, err error)

DetachUserProvidedFunctionAppFromStaticSiteBuild description for Detach the user provided function app from the static site build Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier. functionAppName - name of the function app registered with the static site build.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildPreparer

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string, functionAppName string) (*http.Request, error)

DetachUserProvidedFunctionAppFromStaticSiteBuildPreparer prepares the DetachUserProvidedFunctionAppFromStaticSiteBuild request.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildResponder

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildResponder(resp *http.Response) (result autorest.Response, err error)

DetachUserProvidedFunctionAppFromStaticSiteBuildResponder handles the response to the DetachUserProvidedFunctionAppFromStaticSiteBuild request. The method always closes the http.Response Body.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildSender

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteBuildSender(req *http.Request) (*http.Response, error)

DetachUserProvidedFunctionAppFromStaticSiteBuildSender sends the DetachUserProvidedFunctionAppFromStaticSiteBuild request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSitePreparer

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, functionAppName string) (*http.Request, error)

DetachUserProvidedFunctionAppFromStaticSitePreparer prepares the DetachUserProvidedFunctionAppFromStaticSite request.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteResponder

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteResponder(resp *http.Response) (result autorest.Response, err error)

DetachUserProvidedFunctionAppFromStaticSiteResponder handles the response to the DetachUserProvidedFunctionAppFromStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteSender

func (client StaticSitesClient) DetachUserProvidedFunctionAppFromStaticSiteSender(req *http.Request) (*http.Response, error)

DetachUserProvidedFunctionAppFromStaticSiteSender sends the DetachUserProvidedFunctionAppFromStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetPrivateEndpointConnection

func (client StaticSitesClient) GetPrivateEndpointConnection(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnection description for Gets a private endpoint connection Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. privateEndpointConnectionName - name of the private endpoint connection.

func (StaticSitesClient) GetPrivateEndpointConnectionList

func (client StaticSitesClient) GetPrivateEndpointConnectionList(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionPage, err error)

GetPrivateEndpointConnectionList description for Gets the list of private endpoint connections associated with a static site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) GetPrivateEndpointConnectionListComplete

func (client StaticSitesClient) GetPrivateEndpointConnectionListComplete(ctx context.Context, resourceGroupName string, name string) (result PrivateEndpointConnectionCollectionIterator, err error)

GetPrivateEndpointConnectionListComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) GetPrivateEndpointConnectionListPreparer

func (client StaticSitesClient) GetPrivateEndpointConnectionListPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPrivateEndpointConnectionListPreparer prepares the GetPrivateEndpointConnectionList request.

func (StaticSitesClient) GetPrivateEndpointConnectionListResponder

func (client StaticSitesClient) GetPrivateEndpointConnectionListResponder(resp *http.Response) (result PrivateEndpointConnectionCollection, err error)

GetPrivateEndpointConnectionListResponder handles the response to the GetPrivateEndpointConnectionList request. The method always closes the http.Response Body.

func (StaticSitesClient) GetPrivateEndpointConnectionListSender

func (client StaticSitesClient) GetPrivateEndpointConnectionListSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionListSender sends the GetPrivateEndpointConnectionList request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetPrivateEndpointConnectionPreparer

func (client StaticSitesClient) GetPrivateEndpointConnectionPreparer(ctx context.Context, resourceGroupName string, name string, privateEndpointConnectionName string) (*http.Request, error)

GetPrivateEndpointConnectionPreparer prepares the GetPrivateEndpointConnection request.

func (StaticSitesClient) GetPrivateEndpointConnectionResponder

func (client StaticSitesClient) GetPrivateEndpointConnectionResponder(resp *http.Response) (result RemotePrivateEndpointConnectionARMResource, err error)

GetPrivateEndpointConnectionResponder handles the response to the GetPrivateEndpointConnection request. The method always closes the http.Response Body.

func (StaticSitesClient) GetPrivateEndpointConnectionSender

func (client StaticSitesClient) GetPrivateEndpointConnectionSender(req *http.Request) (*http.Response, error)

GetPrivateEndpointConnectionSender sends the GetPrivateEndpointConnection request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetPrivateLinkResources

func (client StaticSitesClient) GetPrivateLinkResources(ctx context.Context, resourceGroupName string, name string) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResources description for Gets the private link resources Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the site.

func (StaticSitesClient) GetPrivateLinkResourcesPreparer

func (client StaticSitesClient) GetPrivateLinkResourcesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetPrivateLinkResourcesPreparer prepares the GetPrivateLinkResources request.

func (StaticSitesClient) GetPrivateLinkResourcesResponder

func (client StaticSitesClient) GetPrivateLinkResourcesResponder(resp *http.Response) (result PrivateLinkResourcesWrapper, err error)

GetPrivateLinkResourcesResponder handles the response to the GetPrivateLinkResources request. The method always closes the http.Response Body.

func (StaticSitesClient) GetPrivateLinkResourcesSender

func (client StaticSitesClient) GetPrivateLinkResourcesSender(req *http.Request) (*http.Response, error)

GetPrivateLinkResourcesSender sends the GetPrivateLinkResources request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetStaticSite

func (client StaticSitesClient) GetStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSiteARMResource, err error)

GetStaticSite description for Gets the details of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) GetStaticSiteBuild

func (client StaticSitesClient) GetStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StaticSiteBuildARMResource, err error)

GetStaticSiteBuild description for Gets the details of a static site build. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier.

func (StaticSitesClient) GetStaticSiteBuildPreparer

func (client StaticSitesClient) GetStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string) (*http.Request, error)

GetStaticSiteBuildPreparer prepares the GetStaticSiteBuild request.

func (StaticSitesClient) GetStaticSiteBuildResponder

func (client StaticSitesClient) GetStaticSiteBuildResponder(resp *http.Response) (result StaticSiteBuildARMResource, err error)

GetStaticSiteBuildResponder handles the response to the GetStaticSiteBuild request. The method always closes the http.Response Body.

func (StaticSitesClient) GetStaticSiteBuildSender

func (client StaticSitesClient) GetStaticSiteBuildSender(req *http.Request) (*http.Response, error)

GetStaticSiteBuildSender sends the GetStaticSiteBuild request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetStaticSiteBuilds

func (client StaticSitesClient) GetStaticSiteBuilds(ctx context.Context, resourceGroupName string, name string) (result StaticSiteBuildCollectionPage, err error)

GetStaticSiteBuilds description for Gets all static site builds for a particular static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) GetStaticSiteBuildsComplete

func (client StaticSitesClient) GetStaticSiteBuildsComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteBuildCollectionIterator, err error)

GetStaticSiteBuildsComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) GetStaticSiteBuildsPreparer

func (client StaticSitesClient) GetStaticSiteBuildsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetStaticSiteBuildsPreparer prepares the GetStaticSiteBuilds request.

func (StaticSitesClient) GetStaticSiteBuildsResponder

func (client StaticSitesClient) GetStaticSiteBuildsResponder(resp *http.Response) (result StaticSiteBuildCollection, err error)

GetStaticSiteBuildsResponder handles the response to the GetStaticSiteBuilds request. The method always closes the http.Response Body.

func (StaticSitesClient) GetStaticSiteBuildsSender

func (client StaticSitesClient) GetStaticSiteBuildsSender(req *http.Request) (*http.Response, error)

GetStaticSiteBuildsSender sends the GetStaticSiteBuilds request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetStaticSiteCustomDomain

func (client StaticSitesClient) GetStaticSiteCustomDomain(ctx context.Context, resourceGroupName string, name string, domainName string) (result StaticSiteCustomDomainOverviewARMResource, err error)

GetStaticSiteCustomDomain description for Gets an existing custom domain for a particular static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site resource to search in. domainName - the custom domain name.

func (StaticSitesClient) GetStaticSiteCustomDomainPreparer

func (client StaticSitesClient) GetStaticSiteCustomDomainPreparer(ctx context.Context, resourceGroupName string, name string, domainName string) (*http.Request, error)

GetStaticSiteCustomDomainPreparer prepares the GetStaticSiteCustomDomain request.

func (StaticSitesClient) GetStaticSiteCustomDomainResponder

func (client StaticSitesClient) GetStaticSiteCustomDomainResponder(resp *http.Response) (result StaticSiteCustomDomainOverviewARMResource, err error)

GetStaticSiteCustomDomainResponder handles the response to the GetStaticSiteCustomDomain request. The method always closes the http.Response Body.

func (StaticSitesClient) GetStaticSiteCustomDomainSender

func (client StaticSitesClient) GetStaticSiteCustomDomainSender(req *http.Request) (*http.Response, error)

GetStaticSiteCustomDomainSender sends the GetStaticSiteCustomDomain request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetStaticSitePreparer

func (client StaticSitesClient) GetStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetStaticSitePreparer prepares the GetStaticSite request.

func (StaticSitesClient) GetStaticSiteResponder

func (client StaticSitesClient) GetStaticSiteResponder(resp *http.Response) (result StaticSiteARMResource, err error)

GetStaticSiteResponder handles the response to the GetStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) GetStaticSiteSender

func (client StaticSitesClient) GetStaticSiteSender(req *http.Request) (*http.Response, error)

GetStaticSiteSender sends the GetStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetStaticSitesByResourceGroup

func (client StaticSitesClient) GetStaticSitesByResourceGroup(ctx context.Context, resourceGroupName string) (result StaticSiteCollectionPage, err error)

GetStaticSitesByResourceGroup description for Gets all static sites in the specified resource group. Parameters: resourceGroupName - name of the resource group to which the resource belongs.

func (StaticSitesClient) GetStaticSitesByResourceGroupComplete

func (client StaticSitesClient) GetStaticSitesByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result StaticSiteCollectionIterator, err error)

GetStaticSitesByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) GetStaticSitesByResourceGroupPreparer

func (client StaticSitesClient) GetStaticSitesByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

GetStaticSitesByResourceGroupPreparer prepares the GetStaticSitesByResourceGroup request.

func (StaticSitesClient) GetStaticSitesByResourceGroupResponder

func (client StaticSitesClient) GetStaticSitesByResourceGroupResponder(resp *http.Response) (result StaticSiteCollection, err error)

GetStaticSitesByResourceGroupResponder handles the response to the GetStaticSitesByResourceGroup request. The method always closes the http.Response Body.

func (StaticSitesClient) GetStaticSitesByResourceGroupSender

func (client StaticSitesClient) GetStaticSitesByResourceGroupSender(req *http.Request) (*http.Response, error)

GetStaticSitesByResourceGroupSender sends the GetStaticSitesByResourceGroup request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSite

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSite(ctx context.Context, resourceGroupName string, name string, functionAppName string) (result StaticSiteUserProvidedFunctionAppARMResource, err error)

GetUserProvidedFunctionAppForStaticSite description for Gets the details of the user provided function app registered with a static site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. functionAppName - name of the function app registered with the static site.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuild

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, environmentName string, functionAppName string) (result StaticSiteUserProvidedFunctionAppARMResource, err error)

GetUserProvidedFunctionAppForStaticSiteBuild description for Gets the details of the user provided function app registered with a static site build Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier. functionAppName - name of the function app registered with the static site build.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildPreparer

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string, functionAppName string) (*http.Request, error)

GetUserProvidedFunctionAppForStaticSiteBuildPreparer prepares the GetUserProvidedFunctionAppForStaticSiteBuild request.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildResponder

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error)

GetUserProvidedFunctionAppForStaticSiteBuildResponder handles the response to the GetUserProvidedFunctionAppForStaticSiteBuild request. The method always closes the http.Response Body.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildSender

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteBuildSender(req *http.Request) (*http.Response, error)

GetUserProvidedFunctionAppForStaticSiteBuildSender sends the GetUserProvidedFunctionAppForStaticSiteBuild request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSitePreparer

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, functionAppName string) (*http.Request, error)

GetUserProvidedFunctionAppForStaticSitePreparer prepares the GetUserProvidedFunctionAppForStaticSite request.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteResponder

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error)

GetUserProvidedFunctionAppForStaticSiteResponder handles the response to the GetUserProvidedFunctionAppForStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteSender

func (client StaticSitesClient) GetUserProvidedFunctionAppForStaticSiteSender(req *http.Request) (*http.Response, error)

GetUserProvidedFunctionAppForStaticSiteSender sends the GetUserProvidedFunctionAppForStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSite

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSite(ctx context.Context, resourceGroupName string, name string) (result StaticSiteUserProvidedFunctionAppsCollectionPage, err error)

GetUserProvidedFunctionAppsForStaticSite description for Gets the details of the user provided function apps registered with a static site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuild

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StaticSiteUserProvidedFunctionAppsCollectionPage, err error)

GetUserProvidedFunctionAppsForStaticSiteBuild description for Gets the details of the user provided function apps registered with a static site build Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildComplete

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildComplete(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StaticSiteUserProvidedFunctionAppsCollectionIterator, err error)

GetUserProvidedFunctionAppsForStaticSiteBuildComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildPreparer

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string) (*http.Request, error)

GetUserProvidedFunctionAppsForStaticSiteBuildPreparer prepares the GetUserProvidedFunctionAppsForStaticSiteBuild request.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildResponder

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppsCollection, err error)

GetUserProvidedFunctionAppsForStaticSiteBuildResponder handles the response to the GetUserProvidedFunctionAppsForStaticSiteBuild request. The method always closes the http.Response Body.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildSender

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteBuildSender(req *http.Request) (*http.Response, error)

GetUserProvidedFunctionAppsForStaticSiteBuildSender sends the GetUserProvidedFunctionAppsForStaticSiteBuild request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteComplete

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteUserProvidedFunctionAppsCollectionIterator, err error)

GetUserProvidedFunctionAppsForStaticSiteComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSitePreparer

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

GetUserProvidedFunctionAppsForStaticSitePreparer prepares the GetUserProvidedFunctionAppsForStaticSite request.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteResponder

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppsCollection, err error)

GetUserProvidedFunctionAppsForStaticSiteResponder handles the response to the GetUserProvidedFunctionAppsForStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteSender

func (client StaticSitesClient) GetUserProvidedFunctionAppsForStaticSiteSender(req *http.Request) (*http.Response, error)

GetUserProvidedFunctionAppsForStaticSiteSender sends the GetUserProvidedFunctionAppsForStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) List

func (client StaticSitesClient) List(ctx context.Context) (result StaticSiteCollectionPage, err error)

List description for Get all Static Sites for a subscription.

func (StaticSitesClient) ListComplete

func (client StaticSitesClient) ListComplete(ctx context.Context) (result StaticSiteCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) ListPreparer

func (client StaticSitesClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (StaticSitesClient) ListResponder

func (client StaticSitesClient) ListResponder(resp *http.Response) (result StaticSiteCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (StaticSitesClient) ListSender

func (client StaticSitesClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteAppSettings

func (client StaticSitesClient) ListStaticSiteAppSettings(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error)

ListStaticSiteAppSettings description for Gets the application settings of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) ListStaticSiteAppSettingsPreparer

func (client StaticSitesClient) ListStaticSiteAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListStaticSiteAppSettingsPreparer prepares the ListStaticSiteAppSettings request.

func (StaticSitesClient) ListStaticSiteAppSettingsResponder

func (client StaticSitesClient) ListStaticSiteAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

ListStaticSiteAppSettingsResponder handles the response to the ListStaticSiteAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteAppSettingsSender

func (client StaticSitesClient) ListStaticSiteAppSettingsSender(req *http.Request) (*http.Response, error)

ListStaticSiteAppSettingsSender sends the ListStaticSiteAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteBuildAppSettings

func (client StaticSitesClient) ListStaticSiteBuildAppSettings(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StringDictionary, err error)

ListStaticSiteBuildAppSettings description for Gets the application settings of a static site build. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier.

func (StaticSitesClient) ListStaticSiteBuildAppSettingsPreparer

func (client StaticSitesClient) ListStaticSiteBuildAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string) (*http.Request, error)

ListStaticSiteBuildAppSettingsPreparer prepares the ListStaticSiteBuildAppSettings request.

func (StaticSitesClient) ListStaticSiteBuildAppSettingsResponder

func (client StaticSitesClient) ListStaticSiteBuildAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

ListStaticSiteBuildAppSettingsResponder handles the response to the ListStaticSiteBuildAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteBuildAppSettingsSender

func (client StaticSitesClient) ListStaticSiteBuildAppSettingsSender(req *http.Request) (*http.Response, error)

ListStaticSiteBuildAppSettingsSender sends the ListStaticSiteBuildAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteBuildFunctionAppSettings

func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettings(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StringDictionary, err error)

ListStaticSiteBuildFunctionAppSettings description for Gets the application settings of a static site build. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier.

func (StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsPreparer

func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string) (*http.Request, error)

ListStaticSiteBuildFunctionAppSettingsPreparer prepares the ListStaticSiteBuildFunctionAppSettings request.

func (StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsResponder

func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

ListStaticSiteBuildFunctionAppSettingsResponder handles the response to the ListStaticSiteBuildFunctionAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsSender

func (client StaticSitesClient) ListStaticSiteBuildFunctionAppSettingsSender(req *http.Request) (*http.Response, error)

ListStaticSiteBuildFunctionAppSettingsSender sends the ListStaticSiteBuildFunctionAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteBuildFunctions

func (client StaticSitesClient) ListStaticSiteBuildFunctions(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StaticSiteFunctionOverviewCollectionPage, err error)

ListStaticSiteBuildFunctions description for Gets the functions of a particular static site build. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier.

func (StaticSitesClient) ListStaticSiteBuildFunctionsComplete

func (client StaticSitesClient) ListStaticSiteBuildFunctionsComplete(ctx context.Context, resourceGroupName string, name string, environmentName string) (result StaticSiteFunctionOverviewCollectionIterator, err error)

ListStaticSiteBuildFunctionsComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) ListStaticSiteBuildFunctionsPreparer

func (client StaticSitesClient) ListStaticSiteBuildFunctionsPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string) (*http.Request, error)

ListStaticSiteBuildFunctionsPreparer prepares the ListStaticSiteBuildFunctions request.

func (StaticSitesClient) ListStaticSiteBuildFunctionsResponder

func (client StaticSitesClient) ListStaticSiteBuildFunctionsResponder(resp *http.Response) (result StaticSiteFunctionOverviewCollection, err error)

ListStaticSiteBuildFunctionsResponder handles the response to the ListStaticSiteBuildFunctions request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteBuildFunctionsSender

func (client StaticSitesClient) ListStaticSiteBuildFunctionsSender(req *http.Request) (*http.Response, error)

ListStaticSiteBuildFunctionsSender sends the ListStaticSiteBuildFunctions request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteConfiguredRoles

func (client StaticSitesClient) ListStaticSiteConfiguredRoles(ctx context.Context, resourceGroupName string, name string) (result StringList, err error)

ListStaticSiteConfiguredRoles description for Lists the roles configured for the static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) ListStaticSiteConfiguredRolesPreparer

func (client StaticSitesClient) ListStaticSiteConfiguredRolesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListStaticSiteConfiguredRolesPreparer prepares the ListStaticSiteConfiguredRoles request.

func (StaticSitesClient) ListStaticSiteConfiguredRolesResponder

func (client StaticSitesClient) ListStaticSiteConfiguredRolesResponder(resp *http.Response) (result StringList, err error)

ListStaticSiteConfiguredRolesResponder handles the response to the ListStaticSiteConfiguredRoles request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteConfiguredRolesSender

func (client StaticSitesClient) ListStaticSiteConfiguredRolesSender(req *http.Request) (*http.Response, error)

ListStaticSiteConfiguredRolesSender sends the ListStaticSiteConfiguredRoles request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteCustomDomains

func (client StaticSitesClient) ListStaticSiteCustomDomains(ctx context.Context, resourceGroupName string, name string) (result StaticSiteCustomDomainOverviewCollectionPage, err error)

ListStaticSiteCustomDomains description for Gets all static site custom domains for a particular static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site resource to search in.

func (StaticSitesClient) ListStaticSiteCustomDomainsComplete

func (client StaticSitesClient) ListStaticSiteCustomDomainsComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteCustomDomainOverviewCollectionIterator, err error)

ListStaticSiteCustomDomainsComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) ListStaticSiteCustomDomainsPreparer

func (client StaticSitesClient) ListStaticSiteCustomDomainsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListStaticSiteCustomDomainsPreparer prepares the ListStaticSiteCustomDomains request.

func (StaticSitesClient) ListStaticSiteCustomDomainsResponder

func (client StaticSitesClient) ListStaticSiteCustomDomainsResponder(resp *http.Response) (result StaticSiteCustomDomainOverviewCollection, err error)

ListStaticSiteCustomDomainsResponder handles the response to the ListStaticSiteCustomDomains request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteCustomDomainsSender

func (client StaticSitesClient) ListStaticSiteCustomDomainsSender(req *http.Request) (*http.Response, error)

ListStaticSiteCustomDomainsSender sends the ListStaticSiteCustomDomains request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteFunctionAppSettings

func (client StaticSitesClient) ListStaticSiteFunctionAppSettings(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error)

ListStaticSiteFunctionAppSettings description for Gets the application settings of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) ListStaticSiteFunctionAppSettingsPreparer

func (client StaticSitesClient) ListStaticSiteFunctionAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListStaticSiteFunctionAppSettingsPreparer prepares the ListStaticSiteFunctionAppSettings request.

func (StaticSitesClient) ListStaticSiteFunctionAppSettingsResponder

func (client StaticSitesClient) ListStaticSiteFunctionAppSettingsResponder(resp *http.Response) (result StringDictionary, err error)

ListStaticSiteFunctionAppSettingsResponder handles the response to the ListStaticSiteFunctionAppSettings request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteFunctionAppSettingsSender

func (client StaticSitesClient) ListStaticSiteFunctionAppSettingsSender(req *http.Request) (*http.Response, error)

ListStaticSiteFunctionAppSettingsSender sends the ListStaticSiteFunctionAppSettings request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteFunctions

func (client StaticSitesClient) ListStaticSiteFunctions(ctx context.Context, resourceGroupName string, name string) (result StaticSiteFunctionOverviewCollectionPage, err error)

ListStaticSiteFunctions description for Gets the functions of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) ListStaticSiteFunctionsComplete

func (client StaticSitesClient) ListStaticSiteFunctionsComplete(ctx context.Context, resourceGroupName string, name string) (result StaticSiteFunctionOverviewCollectionIterator, err error)

ListStaticSiteFunctionsComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) ListStaticSiteFunctionsPreparer

func (client StaticSitesClient) ListStaticSiteFunctionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListStaticSiteFunctionsPreparer prepares the ListStaticSiteFunctions request.

func (StaticSitesClient) ListStaticSiteFunctionsResponder

func (client StaticSitesClient) ListStaticSiteFunctionsResponder(resp *http.Response) (result StaticSiteFunctionOverviewCollection, err error)

ListStaticSiteFunctionsResponder handles the response to the ListStaticSiteFunctions request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteFunctionsSender

func (client StaticSitesClient) ListStaticSiteFunctionsSender(req *http.Request) (*http.Response, error)

ListStaticSiteFunctionsSender sends the ListStaticSiteFunctions request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteSecrets

func (client StaticSitesClient) ListStaticSiteSecrets(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error)

ListStaticSiteSecrets description for Lists the secrets for an existing static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) ListStaticSiteSecretsPreparer

func (client StaticSitesClient) ListStaticSiteSecretsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error)

ListStaticSiteSecretsPreparer prepares the ListStaticSiteSecrets request.

func (StaticSitesClient) ListStaticSiteSecretsResponder

func (client StaticSitesClient) ListStaticSiteSecretsResponder(resp *http.Response) (result StringDictionary, err error)

ListStaticSiteSecretsResponder handles the response to the ListStaticSiteSecrets request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteSecretsSender

func (client StaticSitesClient) ListStaticSiteSecretsSender(req *http.Request) (*http.Response, error)

ListStaticSiteSecretsSender sends the ListStaticSiteSecrets request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ListStaticSiteUsers

func (client StaticSitesClient) ListStaticSiteUsers(ctx context.Context, resourceGroupName string, name string, authprovider string) (result StaticSiteUserCollectionPage, err error)

ListStaticSiteUsers description for Gets the list of users of a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. authprovider - the auth provider for the users.

func (StaticSitesClient) ListStaticSiteUsersComplete

func (client StaticSitesClient) ListStaticSiteUsersComplete(ctx context.Context, resourceGroupName string, name string, authprovider string) (result StaticSiteUserCollectionIterator, err error)

ListStaticSiteUsersComplete enumerates all values, automatically crossing page boundaries as required.

func (StaticSitesClient) ListStaticSiteUsersPreparer

func (client StaticSitesClient) ListStaticSiteUsersPreparer(ctx context.Context, resourceGroupName string, name string, authprovider string) (*http.Request, error)

ListStaticSiteUsersPreparer prepares the ListStaticSiteUsers request.

func (StaticSitesClient) ListStaticSiteUsersResponder

func (client StaticSitesClient) ListStaticSiteUsersResponder(resp *http.Response) (result StaticSiteUserCollection, err error)

ListStaticSiteUsersResponder handles the response to the ListStaticSiteUsers request. The method always closes the http.Response Body.

func (StaticSitesClient) ListStaticSiteUsersSender

func (client StaticSitesClient) ListStaticSiteUsersSender(req *http.Request) (*http.Response, error)

ListStaticSiteUsersSender sends the ListStaticSiteUsers request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) PreviewWorkflow

func (client StaticSitesClient) PreviewWorkflow(ctx context.Context, location string, staticSitesWorkflowPreviewRequest StaticSitesWorkflowPreviewRequest) (result StaticSitesWorkflowPreview, err error)

PreviewWorkflow description for Generates a preview workflow file for the static site Parameters: location - location where you plan to create the static site. staticSitesWorkflowPreviewRequest - a JSON representation of the StaticSitesWorkflowPreviewRequest properties. See example.

func (StaticSitesClient) PreviewWorkflowPreparer

func (client StaticSitesClient) PreviewWorkflowPreparer(ctx context.Context, location string, staticSitesWorkflowPreviewRequest StaticSitesWorkflowPreviewRequest) (*http.Request, error)

PreviewWorkflowPreparer prepares the PreviewWorkflow request.

func (StaticSitesClient) PreviewWorkflowResponder

func (client StaticSitesClient) PreviewWorkflowResponder(resp *http.Response) (result StaticSitesWorkflowPreview, err error)

PreviewWorkflowResponder handles the response to the PreviewWorkflow request. The method always closes the http.Response Body.

func (StaticSitesClient) PreviewWorkflowSender

func (client StaticSitesClient) PreviewWorkflowSender(req *http.Request) (*http.Response, error)

PreviewWorkflowSender sends the PreviewWorkflow request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSite

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSite(ctx context.Context, resourceGroupName string, name string, functionAppName string, staticSiteUserProvidedFunctionEnvelope StaticSiteUserProvidedFunctionAppARMResource, isForced *bool) (result StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture, err error)

RegisterUserProvidedFunctionAppWithStaticSite description for Register a user provided function app with a static site Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. functionAppName - name of the function app to register with the static site. staticSiteUserProvidedFunctionEnvelope - a JSON representation of the user provided function app properties. See example. isForced - specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuild

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuild(ctx context.Context, resourceGroupName string, name string, environmentName string, functionAppName string, staticSiteUserProvidedFunctionEnvelope StaticSiteUserProvidedFunctionAppARMResource, isForced *bool) (result StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture, err error)

RegisterUserProvidedFunctionAppWithStaticSiteBuild description for Register a user provided function app with a static site build Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. environmentName - the stage site identifier. functionAppName - name of the function app to register with the static site build. staticSiteUserProvidedFunctionEnvelope - a JSON representation of the user provided function app properties. See example. isForced - specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildPreparer

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildPreparer(ctx context.Context, resourceGroupName string, name string, environmentName string, functionAppName string, staticSiteUserProvidedFunctionEnvelope StaticSiteUserProvidedFunctionAppARMResource, isForced *bool) (*http.Request, error)

RegisterUserProvidedFunctionAppWithStaticSiteBuildPreparer prepares the RegisterUserProvidedFunctionAppWithStaticSiteBuild request.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildResponder

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error)

RegisterUserProvidedFunctionAppWithStaticSiteBuildResponder handles the response to the RegisterUserProvidedFunctionAppWithStaticSiteBuild request. The method always closes the http.Response Body.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildSender

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteBuildSender(req *http.Request) (future StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture, err error)

RegisterUserProvidedFunctionAppWithStaticSiteBuildSender sends the RegisterUserProvidedFunctionAppWithStaticSiteBuild request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSitePreparer

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, functionAppName string, staticSiteUserProvidedFunctionEnvelope StaticSiteUserProvidedFunctionAppARMResource, isForced *bool) (*http.Request, error)

RegisterUserProvidedFunctionAppWithStaticSitePreparer prepares the RegisterUserProvidedFunctionAppWithStaticSite request.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteResponder

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteResponder(resp *http.Response) (result StaticSiteUserProvidedFunctionAppARMResource, err error)

RegisterUserProvidedFunctionAppWithStaticSiteResponder handles the response to the RegisterUserProvidedFunctionAppWithStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteSender

func (client StaticSitesClient) RegisterUserProvidedFunctionAppWithStaticSiteSender(req *http.Request) (future StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture, err error)

RegisterUserProvidedFunctionAppWithStaticSiteSender sends the RegisterUserProvidedFunctionAppWithStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ResetStaticSiteAPIKey

func (client StaticSitesClient) ResetStaticSiteAPIKey(ctx context.Context, resourceGroupName string, name string, resetPropertiesEnvelope StaticSiteResetPropertiesARMResource) (result autorest.Response, err error)

ResetStaticSiteAPIKey description for Resets the api key for an existing static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site.

func (StaticSitesClient) ResetStaticSiteAPIKeyPreparer

func (client StaticSitesClient) ResetStaticSiteAPIKeyPreparer(ctx context.Context, resourceGroupName string, name string, resetPropertiesEnvelope StaticSiteResetPropertiesARMResource) (*http.Request, error)

ResetStaticSiteAPIKeyPreparer prepares the ResetStaticSiteAPIKey request.

func (StaticSitesClient) ResetStaticSiteAPIKeyResponder

func (client StaticSitesClient) ResetStaticSiteAPIKeyResponder(resp *http.Response) (result autorest.Response, err error)

ResetStaticSiteAPIKeyResponder handles the response to the ResetStaticSiteAPIKey request. The method always closes the http.Response Body.

func (StaticSitesClient) ResetStaticSiteAPIKeySender

func (client StaticSitesClient) ResetStaticSiteAPIKeySender(req *http.Request) (*http.Response, error)

ResetStaticSiteAPIKeySender sends the ResetStaticSiteAPIKey request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) UpdateStaticSite

func (client StaticSitesClient) UpdateStaticSite(ctx context.Context, resourceGroupName string, name string, staticSiteEnvelope StaticSitePatchResource) (result StaticSiteARMResource, err error)

UpdateStaticSite description for Creates a new static site in an existing resource group, or updates an existing static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site to create or update. staticSiteEnvelope - a JSON representation of the staticsite properties. See example.

func (StaticSitesClient) UpdateStaticSitePreparer

func (client StaticSitesClient) UpdateStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, staticSiteEnvelope StaticSitePatchResource) (*http.Request, error)

UpdateStaticSitePreparer prepares the UpdateStaticSite request.

func (StaticSitesClient) UpdateStaticSiteResponder

func (client StaticSitesClient) UpdateStaticSiteResponder(resp *http.Response) (result StaticSiteARMResource, err error)

UpdateStaticSiteResponder handles the response to the UpdateStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) UpdateStaticSiteSender

func (client StaticSitesClient) UpdateStaticSiteSender(req *http.Request) (*http.Response, error)

UpdateStaticSiteSender sends the UpdateStaticSite request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) UpdateStaticSiteUser

func (client StaticSitesClient) UpdateStaticSiteUser(ctx context.Context, resourceGroupName string, name string, authprovider string, userid string, staticSiteUserEnvelope StaticSiteUserARMResource) (result StaticSiteUserARMResource, err error)

UpdateStaticSiteUser description for Updates a user entry with the listed roles Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. authprovider - the auth provider for this user. userid - the user id of the user. staticSiteUserEnvelope - a JSON representation of the StaticSiteUser properties. See example.

func (StaticSitesClient) UpdateStaticSiteUserPreparer

func (client StaticSitesClient) UpdateStaticSiteUserPreparer(ctx context.Context, resourceGroupName string, name string, authprovider string, userid string, staticSiteUserEnvelope StaticSiteUserARMResource) (*http.Request, error)

UpdateStaticSiteUserPreparer prepares the UpdateStaticSiteUser request.

func (StaticSitesClient) UpdateStaticSiteUserResponder

func (client StaticSitesClient) UpdateStaticSiteUserResponder(resp *http.Response) (result StaticSiteUserARMResource, err error)

UpdateStaticSiteUserResponder handles the response to the UpdateStaticSiteUser request. The method always closes the http.Response Body.

func (StaticSitesClient) UpdateStaticSiteUserSender

func (client StaticSitesClient) UpdateStaticSiteUserSender(req *http.Request) (*http.Response, error)

UpdateStaticSiteUserSender sends the UpdateStaticSiteUser request. The method will close the http.Response Body if it receives an error.

func (StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSite

func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSite(ctx context.Context, resourceGroupName string, name string, domainName string, staticSiteCustomDomainRequestPropertiesEnvelope StaticSiteCustomDomainRequestPropertiesARMResource) (result StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture, err error)

ValidateCustomDomainCanBeAddedToStaticSite description for Validates a particular custom domain can be added to a static site. Parameters: resourceGroupName - name of the resource group to which the resource belongs. name - name of the static site. domainName - the custom domain to validate. staticSiteCustomDomainRequestPropertiesEnvelope - a JSON representation of the static site custom domain request properties. See example.

func (StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSitePreparer

func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSitePreparer(ctx context.Context, resourceGroupName string, name string, domainName string, staticSiteCustomDomainRequestPropertiesEnvelope StaticSiteCustomDomainRequestPropertiesARMResource) (*http.Request, error)

ValidateCustomDomainCanBeAddedToStaticSitePreparer prepares the ValidateCustomDomainCanBeAddedToStaticSite request.

func (StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSiteResponder

func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSiteResponder(resp *http.Response) (result autorest.Response, err error)

ValidateCustomDomainCanBeAddedToStaticSiteResponder handles the response to the ValidateCustomDomainCanBeAddedToStaticSite request. The method always closes the http.Response Body.

func (StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSiteSender

func (client StaticSitesClient) ValidateCustomDomainCanBeAddedToStaticSiteSender(req *http.Request) (future StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture, err error)

ValidateCustomDomainCanBeAddedToStaticSiteSender sends the ValidateCustomDomainCanBeAddedToStaticSite request. The method will close the http.Response Body if it receives an error.

type StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture

type StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (StaticSiteCustomDomainOverviewARMResource, error)
}

StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesCreateOrUpdateStaticSiteCustomDomainFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesCreateOrUpdateStaticSiteFuture

type StaticSitesCreateOrUpdateStaticSiteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (StaticSiteARMResource, error)
}

StaticSitesCreateOrUpdateStaticSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesCreateOrUpdateStaticSiteFuture) UnmarshalJSON

func (future *StaticSitesCreateOrUpdateStaticSiteFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesCreateZipDeploymentForStaticSiteBuildFuture

type StaticSitesCreateZipDeploymentForStaticSiteBuildFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (autorest.Response, error)
}

StaticSitesCreateZipDeploymentForStaticSiteBuildFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesCreateZipDeploymentForStaticSiteBuildFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesCreateZipDeploymentForStaticSiteFuture

type StaticSitesCreateZipDeploymentForStaticSiteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (autorest.Response, error)
}

StaticSitesCreateZipDeploymentForStaticSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesCreateZipDeploymentForStaticSiteFuture) UnmarshalJSON

func (future *StaticSitesCreateZipDeploymentForStaticSiteFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesDeletePrivateEndpointConnectionFuture

type StaticSitesDeletePrivateEndpointConnectionFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (SetObject, error)
}

StaticSitesDeletePrivateEndpointConnectionFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesDeletePrivateEndpointConnectionFuture) UnmarshalJSON

func (future *StaticSitesDeletePrivateEndpointConnectionFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesDeleteStaticSiteBuildFuture

type StaticSitesDeleteStaticSiteBuildFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (autorest.Response, error)
}

StaticSitesDeleteStaticSiteBuildFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesDeleteStaticSiteBuildFuture) UnmarshalJSON

func (future *StaticSitesDeleteStaticSiteBuildFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesDeleteStaticSiteCustomDomainFuture

type StaticSitesDeleteStaticSiteCustomDomainFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (autorest.Response, error)
}

StaticSitesDeleteStaticSiteCustomDomainFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesDeleteStaticSiteCustomDomainFuture) UnmarshalJSON

func (future *StaticSitesDeleteStaticSiteCustomDomainFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesDeleteStaticSiteFuture

type StaticSitesDeleteStaticSiteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (autorest.Response, error)
}

StaticSitesDeleteStaticSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesDeleteStaticSiteFuture) UnmarshalJSON

func (future *StaticSitesDeleteStaticSiteFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesDetachStaticSiteFuture

type StaticSitesDetachStaticSiteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (autorest.Response, error)
}

StaticSitesDetachStaticSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesDetachStaticSiteFuture) UnmarshalJSON

func (future *StaticSitesDetachStaticSiteFuture) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture

type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (StaticSiteUserProvidedFunctionAppARMResource, error)
}

StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture

type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (StaticSiteUserProvidedFunctionAppARMResource, error)
}

StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture

type StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture struct {
	azure.FutureAPI
	// Result returns the result of the asynchronous operation.
	// If the operation has not completed it will return an error.
	Result func(StaticSitesClient) (autorest.Response, error)
}

StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation.

func (*StaticSitesValidateCustomDomainCanBeAddedToStaticSiteFuture) UnmarshalJSON

UnmarshalJSON is the custom unmarshaller for CreateFuture.

type StaticSitesWorkflowPreview

type StaticSitesWorkflowPreview struct {
	autorest.Response `json:"-"`
	// StaticSitesWorkflowPreviewProperties - StaticSitesWorkflowPreview resource specific properties
	*StaticSitesWorkflowPreviewProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSitesWorkflowPreview preview for the Static Site Workflow to be generated

func (StaticSitesWorkflowPreview) MarshalJSON

func (sswp StaticSitesWorkflowPreview) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSitesWorkflowPreview.

func (*StaticSitesWorkflowPreview) UnmarshalJSON

func (sswp *StaticSitesWorkflowPreview) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSitesWorkflowPreview struct.

type StaticSitesWorkflowPreviewProperties

type StaticSitesWorkflowPreviewProperties struct {
	// Path - READ-ONLY; The path for the workflow file to be generated
	Path *string `json:"path,omitempty"`
	// Contents - READ-ONLY; The contents for the workflow file to be generated
	Contents *string `json:"contents,omitempty"`
}

StaticSitesWorkflowPreviewProperties staticSitesWorkflowPreview resource specific properties

func (StaticSitesWorkflowPreviewProperties) MarshalJSON

func (sswp StaticSitesWorkflowPreviewProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSitesWorkflowPreviewProperties.

type StaticSitesWorkflowPreviewRequest

type StaticSitesWorkflowPreviewRequest struct {
	// StaticSitesWorkflowPreviewRequestProperties - StaticSitesWorkflowPreviewRequest resource specific properties
	*StaticSitesWorkflowPreviewRequestProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StaticSitesWorkflowPreviewRequest request entity for previewing the Static Site workflow

func (StaticSitesWorkflowPreviewRequest) MarshalJSON

func (sswpr StaticSitesWorkflowPreviewRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StaticSitesWorkflowPreviewRequest.

func (*StaticSitesWorkflowPreviewRequest) UnmarshalJSON

func (sswpr *StaticSitesWorkflowPreviewRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StaticSitesWorkflowPreviewRequest struct.

type StaticSitesWorkflowPreviewRequestProperties

type StaticSitesWorkflowPreviewRequestProperties struct {
	// RepositoryURL - URL for the repository of the static site.
	RepositoryURL *string `json:"repositoryUrl,omitempty"`
	// Branch - The target branch in the repository.
	Branch *string `json:"branch,omitempty"`
	// BuildProperties - Build properties to configure on the repository.
	BuildProperties *StaticSiteBuildProperties `json:"buildProperties,omitempty"`
}

StaticSitesWorkflowPreviewRequestProperties staticSitesWorkflowPreviewRequest resource specific properties

type Status

type Status struct {
	// Message - Descriptive message.
	Message *string `json:"message,omitempty"`
	// StatusID - Level of the most severe insight generated by the detector. Possible values include: 'InsightStatusCritical', 'InsightStatusWarning', 'InsightStatusInfo', 'InsightStatusSuccess', 'InsightStatusNone'
	StatusID InsightStatus `json:"statusId,omitempty"`
}

Status identify the status of the most severe insight generated by the detector.

type StatusCodesBasedTrigger

type StatusCodesBasedTrigger struct {
	// Status - HTTP status code.
	Status *int32 `json:"status,omitempty"`
	// SubStatus - Request Sub Status.
	SubStatus *int32 `json:"subStatus,omitempty"`
	// Win32Status - Win32 error code.
	Win32Status *int32 `json:"win32Status,omitempty"`
	// Count - Request Count.
	Count *int32 `json:"count,omitempty"`
	// TimeInterval - Time interval.
	TimeInterval *string `json:"timeInterval,omitempty"`
	// Path - Request Path
	Path *string `json:"path,omitempty"`
}

StatusCodesBasedTrigger trigger based on status code.

type StatusCodesRangeBasedTrigger

type StatusCodesRangeBasedTrigger struct {
	// StatusCodes - HTTP status code.
	StatusCodes *string `json:"statusCodes,omitempty"`
	Path        *string `json:"path,omitempty"`
	// Count - Request Count.
	Count *int32 `json:"count,omitempty"`
	// TimeInterval - Time interval.
	TimeInterval *string `json:"timeInterval,omitempty"`
}

StatusCodesRangeBasedTrigger trigger based on range of status codes.

type StatusOptions

type StatusOptions string

StatusOptions enumerates the values for status options.

const (
	// StatusOptionsCreating ...
	StatusOptionsCreating StatusOptions = "Creating"
	// StatusOptionsPending ...
	StatusOptionsPending StatusOptions = "Pending"
	// StatusOptionsReady ...
	StatusOptionsReady StatusOptions = "Ready"
)

func PossibleStatusOptionsValues

func PossibleStatusOptionsValues() []StatusOptions

PossibleStatusOptionsValues returns an array of possible values for the StatusOptions const type.

type StorageMigrationOptions

type StorageMigrationOptions struct {
	// StorageMigrationOptionsProperties - StorageMigrationOptions resource specific properties
	*StorageMigrationOptionsProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StorageMigrationOptions options for app content migration.

func (StorageMigrationOptions) MarshalJSON

func (smo StorageMigrationOptions) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StorageMigrationOptions.

func (*StorageMigrationOptions) UnmarshalJSON

func (smo *StorageMigrationOptions) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StorageMigrationOptions struct.

type StorageMigrationOptionsProperties

type StorageMigrationOptionsProperties struct {
	// AzurefilesConnectionString - AzureFiles connection string.
	AzurefilesConnectionString *string `json:"azurefilesConnectionString,omitempty"`
	// AzurefilesShare - AzureFiles share.
	AzurefilesShare *string `json:"azurefilesShare,omitempty"`
	// SwitchSiteAfterMigration - <code>true</code>if the app should be switched over; otherwise, <code>false</code>.
	SwitchSiteAfterMigration *bool `json:"switchSiteAfterMigration,omitempty"`
	// BlockWriteAccessToSite - <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.
	BlockWriteAccessToSite *bool `json:"blockWriteAccessToSite,omitempty"`
}

StorageMigrationOptionsProperties storageMigrationOptions resource specific properties

type StorageMigrationResponse

type StorageMigrationResponse struct {
	autorest.Response `json:"-"`
	// StorageMigrationResponseProperties - StorageMigrationResponse resource specific properties
	*StorageMigrationResponseProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StorageMigrationResponse response for a migration of app content request.

func (StorageMigrationResponse) MarshalJSON

func (smr StorageMigrationResponse) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StorageMigrationResponse.

func (*StorageMigrationResponse) UnmarshalJSON

func (smr *StorageMigrationResponse) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for StorageMigrationResponse struct.

type StorageMigrationResponseProperties

type StorageMigrationResponseProperties struct {
	// OperationID - READ-ONLY; When server starts the migration process, it will return an operation ID identifying that particular migration operation.
	OperationID *string `json:"operationId,omitempty"`
}

StorageMigrationResponseProperties storageMigrationResponse resource specific properties

func (StorageMigrationResponseProperties) MarshalJSON

func (smr StorageMigrationResponseProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StorageMigrationResponseProperties.

type StorageType

type StorageType string

StorageType enumerates the values for storage type.

const (
	// StorageTypeLocalNode ...
	StorageTypeLocalNode StorageType = "LocalNode"
	// StorageTypeNetworkFileSystem ...
	StorageTypeNetworkFileSystem StorageType = "NetworkFileSystem"
)

func PossibleStorageTypeValues

func PossibleStorageTypeValues() []StorageType

PossibleStorageTypeValues returns an array of possible values for the StorageType const type.

type String

type String struct {
	autorest.Response `json:"-"`
	Value             *string `json:"value,omitempty"`
}

String ...

type StringDictionary

type StringDictionary struct {
	autorest.Response `json:"-"`
	// Properties - Settings.
	Properties map[string]*string `json:"properties"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StringDictionary string dictionary resource.

func (StringDictionary) MarshalJSON

func (sd StringDictionary) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StringDictionary.

type StringList

type StringList struct {
	autorest.Response `json:"-"`
	// Properties - List of string resources.
	Properties *[]string `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

StringList string list resource.

func (StringList) MarshalJSON

func (sl StringList) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for StringList.

type SupportTopic

type SupportTopic struct {
	// ID - READ-ONLY; Support Topic Id
	ID *string `json:"id,omitempty"`
	// PesID - READ-ONLY; Unique resource Id
	PesID *string `json:"pesId,omitempty"`
}

SupportTopic defines a unique Support Topic

func (SupportTopic) MarshalJSON

func (st SupportTopic) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SupportTopic.

type SupportedTLSVersions

type SupportedTLSVersions string

SupportedTLSVersions enumerates the values for supported tls versions.

const (
	// SupportedTLSVersionsOneFullStopOne ...
	SupportedTLSVersionsOneFullStopOne SupportedTLSVersions = "1.1"
	// SupportedTLSVersionsOneFullStopTwo ...
	SupportedTLSVersionsOneFullStopTwo SupportedTLSVersions = "1.2"
	// SupportedTLSVersionsOneFullStopZero ...
	SupportedTLSVersionsOneFullStopZero SupportedTLSVersions = "1.0"
)

func PossibleSupportedTLSVersionsValues

func PossibleSupportedTLSVersionsValues() []SupportedTLSVersions

PossibleSupportedTLSVersionsValues returns an array of possible values for the SupportedTLSVersions const type.

type SwiftVirtualNetwork

type SwiftVirtualNetwork struct {
	autorest.Response `json:"-"`
	// SwiftVirtualNetworkProperties - SwiftVirtualNetwork resource specific properties
	*SwiftVirtualNetworkProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

SwiftVirtualNetwork swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.

func (SwiftVirtualNetwork) MarshalJSON

func (svn SwiftVirtualNetwork) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for SwiftVirtualNetwork.

func (*SwiftVirtualNetwork) UnmarshalJSON

func (svn *SwiftVirtualNetwork) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for SwiftVirtualNetwork struct.

type SwiftVirtualNetworkProperties

type SwiftVirtualNetworkProperties struct {
	// SubnetResourceID - The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceID *string `json:"subnetResourceId,omitempty"`
	// SwiftSupported - A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported *bool `json:"swiftSupported,omitempty"`
}

SwiftVirtualNetworkProperties swiftVirtualNetwork resource specific properties

type TldLegalAgreement

type TldLegalAgreement struct {
	// AgreementKey - Unique identifier for the agreement.
	AgreementKey *string `json:"agreementKey,omitempty"`
	// Title - Agreement title.
	Title *string `json:"title,omitempty"`
	// Content - Agreement details.
	Content *string `json:"content,omitempty"`
	// URL - URL where a copy of the agreement details is hosted.
	URL *string `json:"url,omitempty"`
}

TldLegalAgreement legal agreement for a top level domain.

type TldLegalAgreementCollection

type TldLegalAgreementCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]TldLegalAgreement `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

TldLegalAgreementCollection collection of top-level domain legal agreements.

func (TldLegalAgreementCollection) IsEmpty

func (tlac TldLegalAgreementCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (TldLegalAgreementCollection) MarshalJSON

func (tlac TldLegalAgreementCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TldLegalAgreementCollection.

type TldLegalAgreementCollectionIterator

type TldLegalAgreementCollectionIterator struct {
	// contains filtered or unexported fields
}

TldLegalAgreementCollectionIterator provides access to a complete listing of TldLegalAgreement values.

func NewTldLegalAgreementCollectionIterator

func NewTldLegalAgreementCollectionIterator(page TldLegalAgreementCollectionPage) TldLegalAgreementCollectionIterator

Creates a new instance of the TldLegalAgreementCollectionIterator type.

func (*TldLegalAgreementCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TldLegalAgreementCollectionIterator) NextWithContext

func (iter *TldLegalAgreementCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (TldLegalAgreementCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (TldLegalAgreementCollectionIterator) Response

Response returns the raw server response from the last page request.

func (TldLegalAgreementCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type TldLegalAgreementCollectionPage

type TldLegalAgreementCollectionPage struct {
	// contains filtered or unexported fields
}

TldLegalAgreementCollectionPage contains a page of TldLegalAgreement values.

func NewTldLegalAgreementCollectionPage

Creates a new instance of the TldLegalAgreementCollectionPage type.

func (*TldLegalAgreementCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TldLegalAgreementCollectionPage) NextWithContext

func (page *TldLegalAgreementCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (TldLegalAgreementCollectionPage) NotDone

func (page TldLegalAgreementCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (TldLegalAgreementCollectionPage) Response

Response returns the raw server response from the last page request.

func (TldLegalAgreementCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type TokenStore

type TokenStore struct {
	// Enabled - <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// TokenRefreshExtensionHours - The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours *float64 `json:"tokenRefreshExtensionHours,omitempty"`
	// FileSystem - The configuration settings of the storage of the tokens if a file system is used.
	FileSystem *FileSystemTokenStore `json:"fileSystem,omitempty"`
	// AzureBlobStorage - The configuration settings of the storage of the tokens if blob storage is used.
	AzureBlobStorage *BlobStorageTokenStore `json:"azureBlobStorage,omitempty"`
}

TokenStore the configuration settings of the token store.

type TopLevelDomain

type TopLevelDomain struct {
	autorest.Response `json:"-"`
	// TopLevelDomainProperties - TopLevelDomain resource specific properties
	*TopLevelDomainProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

TopLevelDomain a top level domain object.

func (TopLevelDomain) MarshalJSON

func (tld TopLevelDomain) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TopLevelDomain.

func (*TopLevelDomain) UnmarshalJSON

func (tld *TopLevelDomain) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for TopLevelDomain struct.

type TopLevelDomainAgreementOption

type TopLevelDomainAgreementOption struct {
	// IncludePrivacy - If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.
	IncludePrivacy *bool `json:"includePrivacy,omitempty"`
	// ForTransfer - If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.
	ForTransfer *bool `json:"forTransfer,omitempty"`
}

TopLevelDomainAgreementOption options for retrieving the list of top level domain legal agreements.

type TopLevelDomainCollection

type TopLevelDomainCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]TopLevelDomain `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

TopLevelDomainCollection collection of Top-level domains.

func (TopLevelDomainCollection) IsEmpty

func (tldc TopLevelDomainCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (TopLevelDomainCollection) MarshalJSON

func (tldc TopLevelDomainCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TopLevelDomainCollection.

type TopLevelDomainCollectionIterator

type TopLevelDomainCollectionIterator struct {
	// contains filtered or unexported fields
}

TopLevelDomainCollectionIterator provides access to a complete listing of TopLevelDomain values.

func NewTopLevelDomainCollectionIterator

func NewTopLevelDomainCollectionIterator(page TopLevelDomainCollectionPage) TopLevelDomainCollectionIterator

Creates a new instance of the TopLevelDomainCollectionIterator type.

func (*TopLevelDomainCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TopLevelDomainCollectionIterator) NextWithContext

func (iter *TopLevelDomainCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (TopLevelDomainCollectionIterator) NotDone

func (iter TopLevelDomainCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (TopLevelDomainCollectionIterator) Response

Response returns the raw server response from the last page request.

func (TopLevelDomainCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type TopLevelDomainCollectionPage

type TopLevelDomainCollectionPage struct {
	// contains filtered or unexported fields
}

TopLevelDomainCollectionPage contains a page of TopLevelDomain values.

func NewTopLevelDomainCollectionPage

Creates a new instance of the TopLevelDomainCollectionPage type.

func (*TopLevelDomainCollectionPage) Next

func (page *TopLevelDomainCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TopLevelDomainCollectionPage) NextWithContext

func (page *TopLevelDomainCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (TopLevelDomainCollectionPage) NotDone

func (page TopLevelDomainCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (TopLevelDomainCollectionPage) Response

Response returns the raw server response from the last page request.

func (TopLevelDomainCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type TopLevelDomainProperties

type TopLevelDomainProperties struct {
	// Privacy - If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.
	Privacy *bool `json:"privacy,omitempty"`
}

TopLevelDomainProperties topLevelDomain resource specific properties

type TopLevelDomainsClient

type TopLevelDomainsClient struct {
	BaseClient
}

TopLevelDomainsClient is the webSite Management Client

func NewTopLevelDomainsClient

func NewTopLevelDomainsClient(subscriptionID string) TopLevelDomainsClient

NewTopLevelDomainsClient creates an instance of the TopLevelDomainsClient client.

func NewTopLevelDomainsClientWithBaseURI

func NewTopLevelDomainsClientWithBaseURI(baseURI string, subscriptionID string) TopLevelDomainsClient

NewTopLevelDomainsClientWithBaseURI creates an instance of the TopLevelDomainsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (TopLevelDomainsClient) Get

func (client TopLevelDomainsClient) Get(ctx context.Context, name string) (result TopLevelDomain, err error)

Get description for Get details of a top-level domain. Parameters: name - name of the top-level domain.

func (TopLevelDomainsClient) GetPreparer

func (client TopLevelDomainsClient) GetPreparer(ctx context.Context, name string) (*http.Request, error)

GetPreparer prepares the Get request.

func (TopLevelDomainsClient) GetResponder

func (client TopLevelDomainsClient) GetResponder(resp *http.Response) (result TopLevelDomain, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (TopLevelDomainsClient) GetSender

func (client TopLevelDomainsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (TopLevelDomainsClient) List

List description for Get all top-level domains supported for registration.

func (TopLevelDomainsClient) ListAgreements

func (client TopLevelDomainsClient) ListAgreements(ctx context.Context, name string, agreementOption TopLevelDomainAgreementOption) (result TldLegalAgreementCollectionPage, err error)

ListAgreements description for Gets all legal agreements that user needs to accept before purchasing a domain. Parameters: name - name of the top-level domain. agreementOption - domain agreement options.

func (TopLevelDomainsClient) ListAgreementsComplete

func (client TopLevelDomainsClient) ListAgreementsComplete(ctx context.Context, name string, agreementOption TopLevelDomainAgreementOption) (result TldLegalAgreementCollectionIterator, err error)

ListAgreementsComplete enumerates all values, automatically crossing page boundaries as required.

func (TopLevelDomainsClient) ListAgreementsPreparer

func (client TopLevelDomainsClient) ListAgreementsPreparer(ctx context.Context, name string, agreementOption TopLevelDomainAgreementOption) (*http.Request, error)

ListAgreementsPreparer prepares the ListAgreements request.

func (TopLevelDomainsClient) ListAgreementsResponder

func (client TopLevelDomainsClient) ListAgreementsResponder(resp *http.Response) (result TldLegalAgreementCollection, err error)

ListAgreementsResponder handles the response to the ListAgreements request. The method always closes the http.Response Body.

func (TopLevelDomainsClient) ListAgreementsSender

func (client TopLevelDomainsClient) ListAgreementsSender(req *http.Request) (*http.Response, error)

ListAgreementsSender sends the ListAgreements request. The method will close the http.Response Body if it receives an error.

func (TopLevelDomainsClient) ListComplete

func (client TopLevelDomainsClient) ListComplete(ctx context.Context) (result TopLevelDomainCollectionIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (TopLevelDomainsClient) ListPreparer

func (client TopLevelDomainsClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (TopLevelDomainsClient) ListResponder

func (client TopLevelDomainsClient) ListResponder(resp *http.Response) (result TopLevelDomainCollection, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (TopLevelDomainsClient) ListSender

func (client TopLevelDomainsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type TriggerTypes

type TriggerTypes string

TriggerTypes enumerates the values for trigger types.

const (
	// TriggerTypesHTTPTrigger ...
	TriggerTypesHTTPTrigger TriggerTypes = "HttpTrigger"
	// TriggerTypesUnknown ...
	TriggerTypesUnknown TriggerTypes = "Unknown"
)

func PossibleTriggerTypesValues

func PossibleTriggerTypesValues() []TriggerTypes

PossibleTriggerTypesValues returns an array of possible values for the TriggerTypes const type.

type TriggeredJobHistory

type TriggeredJobHistory struct {
	autorest.Response `json:"-"`
	// TriggeredJobHistoryProperties - TriggeredJobHistory resource specific properties
	*TriggeredJobHistoryProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

TriggeredJobHistory triggered Web Job History. List of Triggered Web Job Run Information elements.

func (TriggeredJobHistory) MarshalJSON

func (tjh TriggeredJobHistory) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TriggeredJobHistory.

func (*TriggeredJobHistory) UnmarshalJSON

func (tjh *TriggeredJobHistory) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for TriggeredJobHistory struct.

type TriggeredJobHistoryCollection

type TriggeredJobHistoryCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]TriggeredJobHistory `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

TriggeredJobHistoryCollection collection of Kudu continuous web job information elements.

func (TriggeredJobHistoryCollection) IsEmpty

func (tjhc TriggeredJobHistoryCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (TriggeredJobHistoryCollection) MarshalJSON

func (tjhc TriggeredJobHistoryCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TriggeredJobHistoryCollection.

type TriggeredJobHistoryCollectionIterator

type TriggeredJobHistoryCollectionIterator struct {
	// contains filtered or unexported fields
}

TriggeredJobHistoryCollectionIterator provides access to a complete listing of TriggeredJobHistory values.

func NewTriggeredJobHistoryCollectionIterator

func NewTriggeredJobHistoryCollectionIterator(page TriggeredJobHistoryCollectionPage) TriggeredJobHistoryCollectionIterator

Creates a new instance of the TriggeredJobHistoryCollectionIterator type.

func (*TriggeredJobHistoryCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TriggeredJobHistoryCollectionIterator) NextWithContext

func (iter *TriggeredJobHistoryCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (TriggeredJobHistoryCollectionIterator) NotDone

NotDone returns true if the enumeration should be started or is not yet complete.

func (TriggeredJobHistoryCollectionIterator) Response

Response returns the raw server response from the last page request.

func (TriggeredJobHistoryCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type TriggeredJobHistoryCollectionPage

type TriggeredJobHistoryCollectionPage struct {
	// contains filtered or unexported fields
}

TriggeredJobHistoryCollectionPage contains a page of TriggeredJobHistory values.

func NewTriggeredJobHistoryCollectionPage

Creates a new instance of the TriggeredJobHistoryCollectionPage type.

func (*TriggeredJobHistoryCollectionPage) Next

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TriggeredJobHistoryCollectionPage) NextWithContext

func (page *TriggeredJobHistoryCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (TriggeredJobHistoryCollectionPage) NotDone

func (page TriggeredJobHistoryCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (TriggeredJobHistoryCollectionPage) Response

Response returns the raw server response from the last page request.

func (TriggeredJobHistoryCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type TriggeredJobHistoryProperties

type TriggeredJobHistoryProperties struct {
	// Runs - List of triggered web job runs.
	Runs *[]TriggeredJobRun `json:"runs,omitempty"`
}

TriggeredJobHistoryProperties triggeredJobHistory resource specific properties

type TriggeredJobRun

type TriggeredJobRun struct {
	// WebJobID - Job ID.
	WebJobID *string `json:"web_job_id,omitempty"`
	// WebJobName - Job name.
	WebJobName *string `json:"web_job_name,omitempty"`
	// Status - Job status. Possible values include: 'TriggeredWebJobStatusSuccess', 'TriggeredWebJobStatusFailed', 'TriggeredWebJobStatusError'
	Status TriggeredWebJobStatus `json:"status,omitempty"`
	// StartTime - Start time.
	StartTime *date.Time `json:"start_time,omitempty"`
	// EndTime - End time.
	EndTime *date.Time `json:"end_time,omitempty"`
	// Duration - Job duration.
	Duration *string `json:"duration,omitempty"`
	// OutputURL - Output URL.
	OutputURL *string `json:"output_url,omitempty"`
	// ErrorURL - Error URL.
	ErrorURL *string `json:"error_url,omitempty"`
	// URL - Job URL.
	URL *string `json:"url,omitempty"`
	// JobName - Job name.
	JobName *string `json:"job_name,omitempty"`
	// Trigger - Job trigger.
	Trigger *string `json:"trigger,omitempty"`
}

TriggeredJobRun triggered Web Job Run Information.

type TriggeredWebJob

type TriggeredWebJob struct {
	autorest.Response `json:"-"`
	// TriggeredWebJobProperties - TriggeredWebJob resource specific properties
	*TriggeredWebJobProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

TriggeredWebJob triggered Web Job Information.

func (TriggeredWebJob) MarshalJSON

func (twj TriggeredWebJob) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TriggeredWebJob.

func (*TriggeredWebJob) UnmarshalJSON

func (twj *TriggeredWebJob) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for TriggeredWebJob struct.

type TriggeredWebJobCollection

type TriggeredWebJobCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]TriggeredWebJob `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

TriggeredWebJobCollection collection of Kudu continuous web job information elements.

func (TriggeredWebJobCollection) IsEmpty

func (twjc TriggeredWebJobCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (TriggeredWebJobCollection) MarshalJSON

func (twjc TriggeredWebJobCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TriggeredWebJobCollection.

type TriggeredWebJobCollectionIterator

type TriggeredWebJobCollectionIterator struct {
	// contains filtered or unexported fields
}

TriggeredWebJobCollectionIterator provides access to a complete listing of TriggeredWebJob values.

func NewTriggeredWebJobCollectionIterator

func NewTriggeredWebJobCollectionIterator(page TriggeredWebJobCollectionPage) TriggeredWebJobCollectionIterator

Creates a new instance of the TriggeredWebJobCollectionIterator type.

func (*TriggeredWebJobCollectionIterator) Next

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TriggeredWebJobCollectionIterator) NextWithContext

func (iter *TriggeredWebJobCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (TriggeredWebJobCollectionIterator) NotDone

func (iter TriggeredWebJobCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (TriggeredWebJobCollectionIterator) Response

Response returns the raw server response from the last page request.

func (TriggeredWebJobCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type TriggeredWebJobCollectionPage

type TriggeredWebJobCollectionPage struct {
	// contains filtered or unexported fields
}

TriggeredWebJobCollectionPage contains a page of TriggeredWebJob values.

func NewTriggeredWebJobCollectionPage

Creates a new instance of the TriggeredWebJobCollectionPage type.

func (*TriggeredWebJobCollectionPage) Next

func (page *TriggeredWebJobCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*TriggeredWebJobCollectionPage) NextWithContext

func (page *TriggeredWebJobCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (TriggeredWebJobCollectionPage) NotDone

func (page TriggeredWebJobCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (TriggeredWebJobCollectionPage) Response

Response returns the raw server response from the last page request.

func (TriggeredWebJobCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type TriggeredWebJobProperties

type TriggeredWebJobProperties struct {
	// LatestRun - Latest job run information.
	LatestRun *TriggeredJobRun `json:"latest_run,omitempty"`
	// HistoryURL - History URL.
	HistoryURL *string `json:"history_url,omitempty"`
	// SchedulerLogsURL - Scheduler Logs URL.
	SchedulerLogsURL *string `json:"scheduler_logs_url,omitempty"`
	// RunCommand - Run command.
	RunCommand *string `json:"run_command,omitempty"`
	// URL - Job URL.
	URL *string `json:"url,omitempty"`
	// ExtraInfoURL - Extra Info URL.
	ExtraInfoURL *string `json:"extra_info_url,omitempty"`
	// WebJobType - Job type. Possible values include: 'JobTypeContinuous', 'JobTypeTriggered'
	WebJobType JobType `json:"web_job_type,omitempty"`
	// Error - Error information.
	Error *string `json:"error,omitempty"`
	// UsingSdk - Using SDK?
	UsingSdk *bool `json:"using_sdk,omitempty"`
	// Settings - Job settings.
	Settings map[string]interface{} `json:"settings"`
}

TriggeredWebJobProperties triggeredWebJob resource specific properties

func (TriggeredWebJobProperties) MarshalJSON

func (twj TriggeredWebJobProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for TriggeredWebJobProperties.

type TriggeredWebJobStatus

type TriggeredWebJobStatus string

TriggeredWebJobStatus enumerates the values for triggered web job status.

const (
	// TriggeredWebJobStatusError ...
	TriggeredWebJobStatusError TriggeredWebJobStatus = "Error"
	// TriggeredWebJobStatusFailed ...
	TriggeredWebJobStatusFailed TriggeredWebJobStatus = "Failed"
	// TriggeredWebJobStatusSuccess ...
	TriggeredWebJobStatusSuccess TriggeredWebJobStatus = "Success"
)

func PossibleTriggeredWebJobStatusValues

func PossibleTriggeredWebJobStatusValues() []TriggeredWebJobStatus

PossibleTriggeredWebJobStatusValues returns an array of possible values for the TriggeredWebJobStatus const type.

type Twitter

type Twitter struct {
	// TwitterProperties - Twitter resource specific properties
	*TwitterProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Twitter the configuration settings of the Twitter provider.

func (Twitter) MarshalJSON

func (t Twitter) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Twitter.

func (*Twitter) UnmarshalJSON

func (t *Twitter) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Twitter struct.

type TwitterProperties

type TwitterProperties struct {
	// Enabled - <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.
	Enabled *bool `json:"enabled,omitempty"`
	// Registration - The configuration settings of the app registration for the Twitter provider.
	Registration *TwitterRegistration `json:"registration,omitempty"`
}

TwitterProperties twitter resource specific properties

type TwitterRegistration

type TwitterRegistration struct {
	// ConsumerKey - The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	ConsumerKey *string `json:"consumerKey,omitempty"`
	// ConsumerSecretSettingName - The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
	// application used for sign-in.
	ConsumerSecretSettingName *string `json:"consumerSecretSettingName,omitempty"`
}

TwitterRegistration the configuration settings of the app registration for the Twitter provider.

type UnauthenticatedClientAction

type UnauthenticatedClientAction string

UnauthenticatedClientAction enumerates the values for unauthenticated client action.

const (
	// UnauthenticatedClientActionAllowAnonymous ...
	UnauthenticatedClientActionAllowAnonymous UnauthenticatedClientAction = "AllowAnonymous"
	// UnauthenticatedClientActionRedirectToLoginPage ...
	UnauthenticatedClientActionRedirectToLoginPage UnauthenticatedClientAction = "RedirectToLoginPage"
)

func PossibleUnauthenticatedClientActionValues

func PossibleUnauthenticatedClientActionValues() []UnauthenticatedClientAction

PossibleUnauthenticatedClientActionValues returns an array of possible values for the UnauthenticatedClientAction const type.

type UnauthenticatedClientActionV2

type UnauthenticatedClientActionV2 string

UnauthenticatedClientActionV2 enumerates the values for unauthenticated client action v2.

const (
	// UnauthenticatedClientActionV2AllowAnonymous ...
	UnauthenticatedClientActionV2AllowAnonymous UnauthenticatedClientActionV2 = "AllowAnonymous"
	// UnauthenticatedClientActionV2RedirectToLoginPage ...
	UnauthenticatedClientActionV2RedirectToLoginPage UnauthenticatedClientActionV2 = "RedirectToLoginPage"
	// UnauthenticatedClientActionV2Return401 ...
	UnauthenticatedClientActionV2Return401 UnauthenticatedClientActionV2 = "Return401"
	// UnauthenticatedClientActionV2Return403 ...
	UnauthenticatedClientActionV2Return403 UnauthenticatedClientActionV2 = "Return403"
)

func PossibleUnauthenticatedClientActionV2Values

func PossibleUnauthenticatedClientActionV2Values() []UnauthenticatedClientActionV2

PossibleUnauthenticatedClientActionV2Values returns an array of possible values for the UnauthenticatedClientActionV2 const type.

type Usage

type Usage struct {
	// UsageProperties - Usage resource specific properties
	*UsageProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

Usage usage of the quota resource.

func (Usage) MarshalJSON

func (u Usage) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Usage.

func (*Usage) UnmarshalJSON

func (u *Usage) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Usage struct.

type UsageCollection

type UsageCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]Usage `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

UsageCollection collection of usages.

func (UsageCollection) IsEmpty

func (uc UsageCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (UsageCollection) MarshalJSON

func (uc UsageCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for UsageCollection.

type UsageCollectionIterator

type UsageCollectionIterator struct {
	// contains filtered or unexported fields
}

UsageCollectionIterator provides access to a complete listing of Usage values.

func NewUsageCollectionIterator

func NewUsageCollectionIterator(page UsageCollectionPage) UsageCollectionIterator

Creates a new instance of the UsageCollectionIterator type.

func (*UsageCollectionIterator) Next

func (iter *UsageCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*UsageCollectionIterator) NextWithContext

func (iter *UsageCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (UsageCollectionIterator) NotDone

func (iter UsageCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (UsageCollectionIterator) Response

func (iter UsageCollectionIterator) Response() UsageCollection

Response returns the raw server response from the last page request.

func (UsageCollectionIterator) Value

func (iter UsageCollectionIterator) Value() Usage

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type UsageCollectionPage

type UsageCollectionPage struct {
	// contains filtered or unexported fields
}

UsageCollectionPage contains a page of Usage values.

func NewUsageCollectionPage

func NewUsageCollectionPage(cur UsageCollection, getNextPage func(context.Context, UsageCollection) (UsageCollection, error)) UsageCollectionPage

Creates a new instance of the UsageCollectionPage type.

func (*UsageCollectionPage) Next

func (page *UsageCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*UsageCollectionPage) NextWithContext

func (page *UsageCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (UsageCollectionPage) NotDone

func (page UsageCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (UsageCollectionPage) Response

func (page UsageCollectionPage) Response() UsageCollection

Response returns the raw server response from the last page request.

func (UsageCollectionPage) Values

func (page UsageCollectionPage) Values() []Usage

Values returns the slice of values for the current page or nil if there are no values.

type UsageProperties

type UsageProperties struct {
	// DisplayName - READ-ONLY; Friendly name shown in the UI.
	DisplayName *string `json:"displayName,omitempty"`
	// ResourceName - READ-ONLY; Name of the quota resource.
	ResourceName *string `json:"resourceName,omitempty"`
	// Unit - READ-ONLY; Units of measurement for the quota resource.
	Unit *string `json:"unit,omitempty"`
	// CurrentValue - READ-ONLY; The current value of the resource counter.
	CurrentValue *int64 `json:"currentValue,omitempty"`
	// Limit - READ-ONLY; The resource limit.
	Limit *int64 `json:"limit,omitempty"`
	// NextResetTime - READ-ONLY; Next reset time for the resource counter.
	NextResetTime *date.Time `json:"nextResetTime,omitempty"`
	// ComputeMode - READ-ONLY; Compute mode used for this usage. Possible values include: 'ComputeModeOptionsShared', 'ComputeModeOptionsDedicated', 'ComputeModeOptionsDynamic'
	ComputeMode ComputeModeOptions `json:"computeMode,omitempty"`
	// SiteMode - READ-ONLY; Site mode used for this usage.
	SiteMode *string `json:"siteMode,omitempty"`
}

UsageProperties usage resource specific properties

func (UsageProperties) MarshalJSON

func (u UsageProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for UsageProperties.

type UsageState

type UsageState string

UsageState enumerates the values for usage state.

const (
	// UsageStateExceeded ...
	UsageStateExceeded UsageState = "Exceeded"
	// UsageStateNormal ...
	UsageStateNormal UsageState = "Normal"
)

func PossibleUsageStateValues

func PossibleUsageStateValues() []UsageState

PossibleUsageStateValues returns an array of possible values for the UsageState const type.

type User

type User struct {
	autorest.Response `json:"-"`
	// UserProperties - User resource specific properties
	*UserProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

User user credentials used for publishing activity.

func (User) MarshalJSON

func (u User) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for User.

func (*User) UnmarshalJSON

func (u *User) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for User struct.

type UserAssignedIdentity

type UserAssignedIdentity struct {
	// PrincipalID - READ-ONLY; Principal Id of user assigned identity
	PrincipalID *string `json:"principalId,omitempty"`
	// ClientID - READ-ONLY; Client Id of user assigned identity
	ClientID *string `json:"clientId,omitempty"`
}

UserAssignedIdentity user Assigned identity.

func (UserAssignedIdentity) MarshalJSON

func (uai UserAssignedIdentity) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for UserAssignedIdentity.

type UserProperties

type UserProperties struct {
	// PublishingUserName - Username used for publishing.
	PublishingUserName *string `json:"publishingUserName,omitempty"`
	// PublishingPassword - Password used for publishing.
	PublishingPassword *string `json:"publishingPassword,omitempty"`
	// PublishingPasswordHash - Password hash used for publishing.
	PublishingPasswordHash *string `json:"publishingPasswordHash,omitempty"`
	// PublishingPasswordHashSalt - Password hash salt used for publishing.
	PublishingPasswordHashSalt *string `json:"publishingPasswordHashSalt,omitempty"`
	// ScmURI - Url of SCM site.
	ScmURI *string `json:"scmUri,omitempty"`
}

UserProperties user resource specific properties

type ValidateProperties

type ValidateProperties struct {
	// ServerFarmID - ARM resource ID of an App Service plan that would host the app.
	ServerFarmID *string `json:"serverFarmId,omitempty"`
	// SkuName - Name of the target SKU for the App Service plan.
	SkuName *string `json:"skuName,omitempty"`
	// NeedLinuxWorkers - <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>.
	NeedLinuxWorkers *bool `json:"needLinuxWorkers,omitempty"`
	// IsSpot - <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>.
	IsSpot *bool `json:"isSpot,omitempty"`
	// Capacity - Target capacity of the App Service plan (number of VMs).
	Capacity *int32 `json:"capacity,omitempty"`
	// HostingEnvironment - Name of App Service Environment where app or App Service plan should be created.
	HostingEnvironment *string `json:"hostingEnvironment,omitempty"`
	// IsXenon - <code>true</code> if App Service plan is running as a windows container
	IsXenon *bool `json:"isXenon,omitempty"`
	// ContainerRegistryBaseURL - Base URL of the container registry
	ContainerRegistryBaseURL *string `json:"containerRegistryBaseUrl,omitempty"`
	// ContainerRegistryUsername - Username for to access the container registry
	ContainerRegistryUsername *string `json:"containerRegistryUsername,omitempty"`
	// ContainerRegistryPassword - Password for to access the container registry
	ContainerRegistryPassword *string `json:"containerRegistryPassword,omitempty"`
	// ContainerImageRepository - Repository name (image name)
	ContainerImageRepository *string `json:"containerImageRepository,omitempty"`
	// ContainerImageTag - Image tag
	ContainerImageTag *string `json:"containerImageTag,omitempty"`
	// ContainerImagePlatform - Platform (windows or linux)
	ContainerImagePlatform *string `json:"containerImagePlatform,omitempty"`
	// AppServiceEnvironment - App Service Environment Properties
	AppServiceEnvironment *AppServiceEnvironment `json:"appServiceEnvironment,omitempty"`
}

ValidateProperties app properties used for validation.

type ValidateRequest

type ValidateRequest struct {
	// Name - Resource name to verify.
	Name *string `json:"name,omitempty"`
	// Type - Resource type used for verification. Possible values include: 'ValidateResourceTypesServerFarm', 'ValidateResourceTypesSite', 'ValidateResourceTypesMicrosoftWebhostingEnvironments'
	Type ValidateResourceTypes `json:"type,omitempty"`
	// Location - Expected location of the resource.
	Location *string `json:"location,omitempty"`
	// ValidateProperties - Properties of the resource to validate.
	*ValidateProperties `json:"properties,omitempty"`
}

ValidateRequest resource validation request content.

func (ValidateRequest) MarshalJSON

func (vr ValidateRequest) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ValidateRequest.

func (*ValidateRequest) UnmarshalJSON

func (vr *ValidateRequest) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ValidateRequest struct.

type ValidateResourceTypes

type ValidateResourceTypes string

ValidateResourceTypes enumerates the values for validate resource types.

const (
	// ValidateResourceTypesMicrosoftWebhostingEnvironments ...
	ValidateResourceTypesMicrosoftWebhostingEnvironments ValidateResourceTypes = "Microsoft.Web/hostingEnvironments"
	// ValidateResourceTypesServerFarm ...
	ValidateResourceTypesServerFarm ValidateResourceTypes = "ServerFarm"
	// ValidateResourceTypesSite ...
	ValidateResourceTypesSite ValidateResourceTypes = "Site"
)

func PossibleValidateResourceTypesValues

func PossibleValidateResourceTypesValues() []ValidateResourceTypes

PossibleValidateResourceTypesValues returns an array of possible values for the ValidateResourceTypes const type.

type ValidateResponse

type ValidateResponse struct {
	autorest.Response `json:"-"`
	// Status - Result of validation.
	Status *string `json:"status,omitempty"`
	// Error - Error details for the case when validation fails.
	Error *ValidateResponseError `json:"error,omitempty"`
}

ValidateResponse describes the result of resource validation.

type ValidateResponseError

type ValidateResponseError struct {
	// Code - Validation error code.
	Code *string `json:"code,omitempty"`
	// Message - Validation error message.
	Message *string `json:"message,omitempty"`
}

ValidateResponseError error details for when validation fails.

type VirtualApplication

type VirtualApplication struct {
	// VirtualPath - Virtual path.
	VirtualPath *string `json:"virtualPath,omitempty"`
	// PhysicalPath - Physical path.
	PhysicalPath *string `json:"physicalPath,omitempty"`
	// PreloadEnabled - <code>true</code> if preloading is enabled; otherwise, <code>false</code>.
	PreloadEnabled *bool `json:"preloadEnabled,omitempty"`
	// VirtualDirectories - Virtual directories for virtual application.
	VirtualDirectories *[]VirtualDirectory `json:"virtualDirectories,omitempty"`
}

VirtualApplication virtual application in an app.

type VirtualDirectory

type VirtualDirectory struct {
	// VirtualPath - Path to virtual application.
	VirtualPath *string `json:"virtualPath,omitempty"`
	// PhysicalPath - Physical path.
	PhysicalPath *string `json:"physicalPath,omitempty"`
}

VirtualDirectory directory for virtual application.

type VirtualIPMapping

type VirtualIPMapping struct {
	// VirtualIP - Virtual IP address.
	VirtualIP *string `json:"virtualIP,omitempty"`
	// InternalHTTPPort - Internal HTTP port.
	InternalHTTPPort *int32 `json:"internalHttpPort,omitempty"`
	// InternalHTTPSPort - Internal HTTPS port.
	InternalHTTPSPort *int32 `json:"internalHttpsPort,omitempty"`
	// InUse - Is virtual IP mapping in use.
	InUse *bool `json:"inUse,omitempty"`
	// ServiceName - name of the service that virtual IP is assigned to
	ServiceName *string `json:"serviceName,omitempty"`
}

VirtualIPMapping virtual IP mapping.

type VirtualNetworkProfile

type VirtualNetworkProfile struct {
	// ID - Resource id of the Virtual Network.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Name of the Virtual Network (read-only).
	Name *string `json:"name,omitempty"`
	// Type - READ-ONLY; Resource type of the Virtual Network (read-only).
	Type *string `json:"type,omitempty"`
	// Subnet - Subnet within the Virtual Network.
	Subnet *string `json:"subnet,omitempty"`
}

VirtualNetworkProfile specification for using a Virtual Network.

func (VirtualNetworkProfile) MarshalJSON

func (vnp VirtualNetworkProfile) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VirtualNetworkProfile.

type VnetGateway

type VnetGateway struct {
	autorest.Response `json:"-"`
	// VnetGatewayProperties - VnetGateway resource specific properties
	*VnetGatewayProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

VnetGateway the Virtual Network gateway contract. This is used to give the Virtual Network gateway access to the VPN package.

func (VnetGateway) MarshalJSON

func (vg VnetGateway) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VnetGateway.

func (*VnetGateway) UnmarshalJSON

func (vg *VnetGateway) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for VnetGateway struct.

type VnetGatewayProperties

type VnetGatewayProperties struct {
	// VnetName - The Virtual Network name.
	VnetName *string `json:"vnetName,omitempty"`
	// VpnPackageURI - The URI where the VPN package can be downloaded.
	VpnPackageURI *string `json:"vpnPackageUri,omitempty"`
}

VnetGatewayProperties vnetGateway resource specific properties

type VnetInfo

type VnetInfo struct {
	// VnetResourceID - The Virtual Network's resource ID.
	VnetResourceID *string `json:"vnetResourceId,omitempty"`
	// CertThumbprint - READ-ONLY; The client certificate thumbprint.
	CertThumbprint *string `json:"certThumbprint,omitempty"`
	// CertBlob - A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob *string `json:"certBlob,omitempty"`
	// Routes - READ-ONLY; The routes that this Virtual Network connection uses.
	Routes *[]VnetRoute `json:"routes,omitempty"`
	// ResyncRequired - READ-ONLY; <code>true</code> if a resync is required; otherwise, <code>false</code>.
	ResyncRequired *bool `json:"resyncRequired,omitempty"`
	// DNSServers - DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DNSServers *string `json:"dnsServers,omitempty"`
	// IsSwift - Flag that is used to denote if this is VNET injection
	IsSwift *bool `json:"isSwift,omitempty"`
}

VnetInfo virtual Network information contract.

func (VnetInfo) MarshalJSON

func (vi VnetInfo) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VnetInfo.

type VnetInfoResource

type VnetInfoResource struct {
	autorest.Response `json:"-"`
	// VnetInfo - Core resource properties
	*VnetInfo `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

VnetInfoResource virtual Network information ARM resource.

func (VnetInfoResource) MarshalJSON

func (vir VnetInfoResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VnetInfoResource.

func (*VnetInfoResource) UnmarshalJSON

func (vir *VnetInfoResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for VnetInfoResource struct.

type VnetParameters

type VnetParameters struct {
	// VnetParametersProperties - VnetParameters resource specific properties
	*VnetParametersProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

VnetParameters the required set of inputs to validate a VNET

func (VnetParameters) MarshalJSON

func (vp VnetParameters) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VnetParameters.

func (*VnetParameters) UnmarshalJSON

func (vp *VnetParameters) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for VnetParameters struct.

type VnetParametersProperties

type VnetParametersProperties struct {
	// VnetResourceGroup - The Resource Group of the VNET to be validated
	VnetResourceGroup *string `json:"vnetResourceGroup,omitempty"`
	// VnetName - The name of the VNET to be validated
	VnetName *string `json:"vnetName,omitempty"`
	// VnetSubnetName - The subnet name to be validated
	VnetSubnetName *string `json:"vnetSubnetName,omitempty"`
	// SubnetResourceID - The ARM Resource ID of the subnet to validate
	SubnetResourceID *string `json:"subnetResourceId,omitempty"`
}

VnetParametersProperties vnetParameters resource specific properties

type VnetRoute

type VnetRoute struct {
	autorest.Response `json:"-"`
	// VnetRouteProperties - VnetRoute resource specific properties
	*VnetRouteProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

VnetRoute virtual Network route contract used to pass routing information for a Virtual Network.

func (VnetRoute) MarshalJSON

func (vr VnetRoute) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VnetRoute.

func (*VnetRoute) UnmarshalJSON

func (vr *VnetRoute) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for VnetRoute struct.

type VnetRouteProperties

type VnetRouteProperties struct {
	// StartAddress - The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
	StartAddress *string `json:"startAddress,omitempty"`
	// EndAddress - The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
	EndAddress *string `json:"endAddress,omitempty"`
	// RouteType - The type of route this is:
	// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
	// INHERITED - Routes inherited from the real Virtual Network routes
	// STATIC - Static route set on the app only
	// These values will be used for syncing an app's routes with those from a Virtual Network. Possible values include: 'RouteTypeDEFAULT', 'RouteTypeINHERITED', 'RouteTypeSTATIC'
	RouteType RouteType `json:"routeType,omitempty"`
}

VnetRouteProperties vnetRoute resource specific properties

type VnetValidationFailureDetails

type VnetValidationFailureDetails struct {
	autorest.Response `json:"-"`
	// VnetValidationFailureDetailsProperties - VnetValidationFailureDetails resource specific properties
	*VnetValidationFailureDetailsProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

VnetValidationFailureDetails a class that describes the reason for a validation failure.

func (VnetValidationFailureDetails) MarshalJSON

func (vvfd VnetValidationFailureDetails) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VnetValidationFailureDetails.

func (*VnetValidationFailureDetails) UnmarshalJSON

func (vvfd *VnetValidationFailureDetails) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for VnetValidationFailureDetails struct.

type VnetValidationFailureDetailsProperties

type VnetValidationFailureDetailsProperties struct {
	// Message - Text describing the validation outcome.
	Message *string `json:"message,omitempty"`
	// Failed - A flag describing whether or not validation failed.
	Failed *bool `json:"failed,omitempty"`
	// FailedTests - A list of tests that failed in the validation.
	FailedTests *[]VnetValidationTestFailure `json:"failedTests,omitempty"`
	// Warnings - A list of warnings generated during validation.
	Warnings *[]VnetValidationTestFailure `json:"warnings,omitempty"`
}

VnetValidationFailureDetailsProperties vnetValidationFailureDetails resource specific properties

type VnetValidationTestFailure

type VnetValidationTestFailure struct {
	// VnetValidationTestFailureProperties - VnetValidationTestFailure resource specific properties
	*VnetValidationTestFailureProperties `json:"properties,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

VnetValidationTestFailure a class that describes a test that failed during NSG and UDR validation.

func (VnetValidationTestFailure) MarshalJSON

func (vvtf VnetValidationTestFailure) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for VnetValidationTestFailure.

func (*VnetValidationTestFailure) UnmarshalJSON

func (vvtf *VnetValidationTestFailure) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for VnetValidationTestFailure struct.

type VnetValidationTestFailureProperties

type VnetValidationTestFailureProperties struct {
	// TestName - The name of the test that failed.
	TestName *string `json:"testName,omitempty"`
	// Details - The details of what caused the failure, e.g. the blocking rule name, etc.
	Details *string `json:"details,omitempty"`
}

VnetValidationTestFailureProperties vnetValidationTestFailure resource specific properties

type WindowsJavaContainerSettings

type WindowsJavaContainerSettings struct {
	// JavaContainer - READ-ONLY; Java container (runtime only).
	JavaContainer *string `json:"javaContainer,omitempty"`
	// JavaContainerVersion - READ-ONLY; Java container version (runtime only).
	JavaContainerVersion *string `json:"javaContainerVersion,omitempty"`
	// IsPreview - READ-ONLY; <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
	IsPreview *bool `json:"isPreview,omitempty"`
	// IsDeprecated - READ-ONLY; <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
	IsDeprecated *bool `json:"isDeprecated,omitempty"`
	// IsHidden - READ-ONLY; <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
	IsHidden *bool `json:"isHidden,omitempty"`
	// EndOfLifeDate - READ-ONLY; End-of-life date for the minor version.
	EndOfLifeDate *date.Time `json:"endOfLifeDate,omitempty"`
	// IsAutoUpdate - READ-ONLY; <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.
	IsAutoUpdate *bool `json:"isAutoUpdate,omitempty"`
	// IsEarlyAccess - READ-ONLY; <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.
	IsEarlyAccess *bool `json:"isEarlyAccess,omitempty"`
}

WindowsJavaContainerSettings windows Java Container settings.

func (WindowsJavaContainerSettings) MarshalJSON

func (wjcs WindowsJavaContainerSettings) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for WindowsJavaContainerSettings.

type WorkerPool

type WorkerPool struct {
	// WorkerSizeID - Worker size ID for referencing this worker pool.
	WorkerSizeID *int32 `json:"workerSizeId,omitempty"`
	// ComputeMode - Shared or dedicated app hosting. Possible values include: 'ComputeModeOptionsShared', 'ComputeModeOptionsDedicated', 'ComputeModeOptionsDynamic'
	ComputeMode ComputeModeOptions `json:"computeMode,omitempty"`
	// WorkerSize - VM size of the worker pool instances.
	WorkerSize *string `json:"workerSize,omitempty"`
	// WorkerCount - Number of instances in the worker pool.
	WorkerCount *int32 `json:"workerCount,omitempty"`
	// InstanceNames - READ-ONLY; Names of all instances in the worker pool (read only).
	InstanceNames *[]string `json:"instanceNames,omitempty"`
}

WorkerPool worker pool of an App Service Environment.

func (WorkerPool) MarshalJSON

func (wp WorkerPool) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for WorkerPool.

type WorkerPoolCollection

type WorkerPoolCollection struct {
	autorest.Response `json:"-"`
	// Value - Collection of resources.
	Value *[]WorkerPoolResource `json:"value,omitempty"`
	// NextLink - READ-ONLY; Link to next page of resources.
	NextLink *string `json:"nextLink,omitempty"`
}

WorkerPoolCollection collection of worker pools.

func (WorkerPoolCollection) IsEmpty

func (wpc WorkerPoolCollection) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (WorkerPoolCollection) MarshalJSON

func (wpc WorkerPoolCollection) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for WorkerPoolCollection.

type WorkerPoolCollectionIterator

type WorkerPoolCollectionIterator struct {
	// contains filtered or unexported fields
}

WorkerPoolCollectionIterator provides access to a complete listing of WorkerPoolResource values.

func NewWorkerPoolCollectionIterator

func NewWorkerPoolCollectionIterator(page WorkerPoolCollectionPage) WorkerPoolCollectionIterator

Creates a new instance of the WorkerPoolCollectionIterator type.

func (*WorkerPoolCollectionIterator) Next

func (iter *WorkerPoolCollectionIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*WorkerPoolCollectionIterator) NextWithContext

func (iter *WorkerPoolCollectionIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (WorkerPoolCollectionIterator) NotDone

func (iter WorkerPoolCollectionIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (WorkerPoolCollectionIterator) Response

Response returns the raw server response from the last page request.

func (WorkerPoolCollectionIterator) Value

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type WorkerPoolCollectionPage

type WorkerPoolCollectionPage struct {
	// contains filtered or unexported fields
}

WorkerPoolCollectionPage contains a page of WorkerPoolResource values.

func NewWorkerPoolCollectionPage

func NewWorkerPoolCollectionPage(cur WorkerPoolCollection, getNextPage func(context.Context, WorkerPoolCollection) (WorkerPoolCollection, error)) WorkerPoolCollectionPage

Creates a new instance of the WorkerPoolCollectionPage type.

func (*WorkerPoolCollectionPage) Next

func (page *WorkerPoolCollectionPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*WorkerPoolCollectionPage) NextWithContext

func (page *WorkerPoolCollectionPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (WorkerPoolCollectionPage) NotDone

func (page WorkerPoolCollectionPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (WorkerPoolCollectionPage) Response

Response returns the raw server response from the last page request.

func (WorkerPoolCollectionPage) Values

Values returns the slice of values for the current page or nil if there are no values.

type WorkerPoolResource

type WorkerPoolResource struct {
	autorest.Response `json:"-"`
	// WorkerPool - Core resource properties
	*WorkerPool `json:"properties,omitempty"`
	Sku         *SkuDescription `json:"sku,omitempty"`
	// ID - READ-ONLY; Resource Id.
	ID *string `json:"id,omitempty"`
	// Name - READ-ONLY; Resource Name.
	Name *string `json:"name,omitempty"`
	// Kind - Kind of resource.
	Kind *string `json:"kind,omitempty"`
	// Type - READ-ONLY; Resource type.
	Type *string `json:"type,omitempty"`
}

WorkerPoolResource worker pool of an App Service Environment ARM resource.

func (WorkerPoolResource) MarshalJSON

func (wpr WorkerPoolResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for WorkerPoolResource.

func (*WorkerPoolResource) UnmarshalJSON

func (wpr *WorkerPoolResource) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for WorkerPoolResource struct.

type WorkerSizeOptions

type WorkerSizeOptions string

WorkerSizeOptions enumerates the values for worker size options.

const (
	// WorkerSizeOptionsD1 ...
	WorkerSizeOptionsD1 WorkerSizeOptions = "D1"
	// WorkerSizeOptionsD2 ...
	WorkerSizeOptionsD2 WorkerSizeOptions = "D2"
	// WorkerSizeOptionsD3 ...
	WorkerSizeOptionsD3 WorkerSizeOptions = "D3"
	// WorkerSizeOptionsDefault ...
	WorkerSizeOptionsDefault WorkerSizeOptions = "Default"
	// WorkerSizeOptionsLarge ...
	WorkerSizeOptionsLarge WorkerSizeOptions = "Large"
	// WorkerSizeOptionsLargeV3 ...
	WorkerSizeOptionsLargeV3 WorkerSizeOptions = "LargeV3"
	// WorkerSizeOptionsMedium ...
	WorkerSizeOptionsMedium WorkerSizeOptions = "Medium"
	// WorkerSizeOptionsMediumV3 ...
	WorkerSizeOptionsMediumV3 WorkerSizeOptions = "MediumV3"
	// WorkerSizeOptionsNestedSmall ...
	WorkerSizeOptionsNestedSmall WorkerSizeOptions = "NestedSmall"
	// WorkerSizeOptionsNestedSmallLinux ...
	WorkerSizeOptionsNestedSmallLinux WorkerSizeOptions = "NestedSmallLinux"
	// WorkerSizeOptionsSmall ...
	WorkerSizeOptionsSmall WorkerSizeOptions = "Small"
	// WorkerSizeOptionsSmallV3 ...
	WorkerSizeOptionsSmallV3 WorkerSizeOptions = "SmallV3"
)

func PossibleWorkerSizeOptionsValues

func PossibleWorkerSizeOptionsValues() []WorkerSizeOptions

PossibleWorkerSizeOptionsValues returns an array of possible values for the WorkerSizeOptions const type.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL