web

package
v0.0.0-...-91fa101 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 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.