WebSiteSlotResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Class representing a WebSiteSlot along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a WebSiteSlotResource from an instance of ArmClient using the GetWebSiteSlotResource method. Otherwise you can get one from its parent resource WebSiteResource using the GetWebSiteSlot method.
public class WebSiteSlotResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>
type WebSiteSlotResource = class
inherit ArmResource
interface IJsonModel<WebSiteData>
interface IPersistableModel<WebSiteData>
Public Class WebSiteSlotResource
Inherits ArmResource
Implements IJsonModel(Of WebSiteData), IPersistableModel(Of WebSiteData)
- Inheritance
- Implements
Constructors
WebSiteSlotResource() |
Initializes a new instance of the WebSiteSlotResource class for mocking. |
Fields
ResourceType |
Gets the resource type for the operations. |
Properties
Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmResource) |
Data |
Gets the data representing this Feature. |
Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmResource) |
Endpoint |
Gets the base uri for this resource client. (Inherited from ArmResource) |
HasData |
Gets whether or not the current instance has data. |
Id |
Gets the resource identifier. (Inherited from ArmResource) |
Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmResource) |
Methods
AnalyzeCustomHostnameSlot(String, CancellationToken) |
Description for Analyze a custom hostname.
|
AnalyzeCustomHostnameSlotAsync(String, CancellationToken) |
Description for Analyze a custom hostname.
|
ApplySlotConfigurationSlot(CsmSlotEntity, CancellationToken) |
Description for Applies the configuration settings from the target slot onto the current slot.
|
ApplySlotConfigurationSlotAsync(CsmSlotEntity, CancellationToken) |
Description for Applies the configuration settings from the target slot onto the current slot.
|
BackupSlot(WebAppBackupInfo, CancellationToken) |
Description for Creates a backup of an app.
|
BackupSlotAsync(WebAppBackupInfo, CancellationToken) |
Description for Creates a backup of an app.
|
CanUseTagResource(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
CanUseTagResourceAsync(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
CreateOrUpdateHostSecretSlot(String, String, WebAppKeyInfo, CancellationToken) |
Description for Add or update a host level secret.
|
CreateOrUpdateHostSecretSlotAsync(String, String, WebAppKeyInfo, CancellationToken) |
Description for Add or update a host level secret.
|
CreateResourceIdentifier(String, String, String, String) |
Generate the resource identifier of a WebSiteSlotResource instance. |
Delete(WaitUntil, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
DeleteAsync(WaitUntil, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
DeleteBackupConfigurationSlot(CancellationToken) |
Description for Deletes the backup configuration of an app.
|
DeleteBackupConfigurationSlotAsync(CancellationToken) |
Description for Deletes the backup configuration of an app.
|
DeleteHostSecretSlot(String, String, CancellationToken) |
Description for Delete a host level secret.
|
DeleteHostSecretSlotAsync(String, String, CancellationToken) |
Description for Delete a host level secret.
|
DeployWorkflowArtifactsSlot(WorkflowArtifacts, CancellationToken) |
Description for Creates the artifacts for web site, or a deployment slot.
|
DeployWorkflowArtifactsSlotAsync(WorkflowArtifacts, CancellationToken) |
Description for Creates the artifacts for web site, or a deployment slot.
|
DiscoverBackupSlot(RestoreRequestInfo, CancellationToken) |
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.
|
DiscoverBackupSlotAsync(RestoreRequestInfo, CancellationToken) |
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.
|
GenerateNewSitePublishingPasswordSlot(CancellationToken) |
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
GenerateNewSitePublishingPasswordSlotAsync(CancellationToken) |
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
Get(CancellationToken) |
Description for Gets the details of a web, mobile, or API app.
|
GetAllConfigurationSlotData(CancellationToken) |
Description for List the configurations of an app
|
GetAllConfigurationSlotDataAsync(CancellationToken) |
Description for List the configurations of an app
|
GetAllPremierAddOnSlotData(CancellationToken) |
Description for Gets the premier add-ons of an app.
|
GetAllPremierAddOnSlotDataAsync(CancellationToken) |
Description for Gets the premier add-ons of an app.
|
GetAllRelayServiceConnectionSlotData(CancellationToken) |
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
GetAllRelayServiceConnectionSlotDataAsync(CancellationToken) |
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
GetAllSiteBackupSlotData(CancellationToken) |
Description for Gets existing backups of an app.
|
GetAllSiteBackupSlotDataAsync(CancellationToken) |
Description for Gets existing backups of an app.
|
GetApplicationSettingsSlot(CancellationToken) |
Description for Gets the application settings of an app.
|
GetApplicationSettingsSlotAsync(CancellationToken) |
Description for Gets the application settings of an app.
|
GetAsync(CancellationToken) |
Description for Gets the details of a web, mobile, or API app.
|
GetAuthSettingsSlot(CancellationToken) |
Description for Gets the Authentication/Authorization settings of an app.
|
GetAuthSettingsSlotAsync(CancellationToken) |
Description for Gets the Authentication/Authorization settings of an app.
|
GetAuthSettingsV2Slot(CancellationToken) |
Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
GetAuthSettingsV2SlotAsync(CancellationToken) |
Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
GetAuthSettingsV2WithoutSecretsSlot(CancellationToken) |
Gets site's Authentication / Authorization settings for apps via the V2 format
|
GetAuthSettingsV2WithoutSecretsSlotAsync(CancellationToken) |
Gets site's Authentication / Authorization settings for apps via the V2 format
|
GetAvailableLocations(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
GetAvailableLocationsAsync(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
GetAzureStorageAccountsSlot(CancellationToken) |
Description for Gets the Azure storage account configurations of an app.
|
GetAzureStorageAccountsSlotAsync(CancellationToken) |
Description for Gets the Azure storage account configurations of an app.
|
GetBackupConfigurationSlot(CancellationToken) |
Description for Gets the backup configuration of an app.
|
GetBackupConfigurationSlotAsync(CancellationToken) |
Description for Gets the backup configuration of an app.
|
GetConnectionStringsSlot(CancellationToken) |
Description for Gets the connection strings of an app.
|
GetConnectionStringsSlotAsync(CancellationToken) |
Description for Gets the connection strings of an app.
|
GetContainerLogsZipSlot(CancellationToken) |
Description for Gets the ZIP archived docker log files for the given site
|
GetContainerLogsZipSlotAsync(CancellationToken) |
Description for Gets the ZIP archived docker log files for the given site
|
GetFunctionsAdminTokenSlot(CancellationToken) |
Description for Fetch a short lived token that can be exchanged for a master key.
|
GetFunctionsAdminTokenSlotAsync(CancellationToken) |
Description for Fetch a short lived token that can be exchanged for a master key.
|
GetHostKeysSlot(CancellationToken) |
Description for Get host secrets for a function app.
|
GetHostKeysSlotAsync(CancellationToken) |
Description for Get host secrets for a function app.
|
GetHybridConnectionsSlot(CancellationToken) |
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
GetHybridConnectionsSlotAsync(CancellationToken) |
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
GetLogsSiteSlotConfig() |
Gets an object representing a LogsSiteSlotConfigResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetManagementLock(String, CancellationToken) |
Get a management lock by scope.
|
GetManagementLockAsync(String, CancellationToken) |
Get a management lock by scope.
|
GetManagementLocks() |
Gets a collection of ManagementLockResources in the ArmResource. (Inherited from ArmResource) |
GetMetadataSlot(CancellationToken) |
Description for Gets the metadata of an app.
|
GetMetadataSlotAsync(CancellationToken) |
Description for Gets the metadata of an app.
|
GetMigrateMySqlStatus() |
Gets an object representing a MigrateMySqlStatusResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetNetworkFeature(String, CancellationToken) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|
GetNetworkFeatureAsync(String, CancellationToken) |
Description for Gets all network features used by the app (or deployment slot, if specified).
|
GetNetworkFeatures() |
Gets a collection of NetworkFeatureResources in the WebSiteSlot. |
GetNetworkTraceOperationSlot(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetNetworkTraceOperationSlotAsync(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetNetworkTraceOperationSlotV2(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetNetworkTraceOperationSlotV2Async(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetNetworkTracesSlot(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetNetworkTracesSlotAsync(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetNetworkTracesSlotV2(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetNetworkTracesSlotV2Async(String, CancellationToken) |
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
GetPerfMonCountersSlot(String, CancellationToken) |
Description for Gets perfmon counters for web app.
|
GetPerfMonCountersSlotAsync(String, CancellationToken) |
Description for Gets perfmon counters for web app.
|
GetPolicyAssignment(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
GetPolicyAssignmentAsync(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
GetPolicyAssignments() |
Gets a collection of PolicyAssignmentResources in the ArmResource. (Inherited from ArmResource) |
GetPrivateLinkResourcesSlot(CancellationToken) |
Description for Gets the private link resources
|
GetPrivateLinkResourcesSlotAsync(CancellationToken) |
Description for Gets the private link resources
|
GetPublishingCredentialsSlot(WaitUntil, CancellationToken) |
Description for Gets the Git/FTP publishing credentials of an app.
|
GetPublishingCredentialsSlotAsync(WaitUntil, CancellationToken) |
Description for Gets the Git/FTP publishing credentials of an app.
|
GetPublishingProfileXmlWithSecretsSlot(CsmPublishingProfile, CancellationToken) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
GetPublishingProfileXmlWithSecretsSlotAsync(CsmPublishingProfile, CancellationToken) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
GetScmSiteSlotBasicPublishingCredentialsPolicy() |
Gets an object representing a ScmSiteSlotBasicPublishingCredentialsPolicyResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetSitePhpErrorLogFlagSlot(CancellationToken) |
Description for Gets web app's event logs.
|
GetSitePhpErrorLogFlagSlotAsync(CancellationToken) |
Description for Gets web app's event logs.
|
GetSitePushSettingsSlot(CancellationToken) |
Description for Gets the Push settings associated with web app.
|
GetSitePushSettingsSlotAsync(CancellationToken) |
Description for Gets the Push settings associated with web app.
|
GetSiteSlotBackup(String, CancellationToken) |
Description for Gets a backup of an app by its ID.
|
GetSiteSlotBackupAsync(String, CancellationToken) |
Description for Gets a backup of an app by its ID.
|
GetSiteSlotBackups() |
Gets a collection of SiteSlotBackupResources in the WebSiteSlot. |
GetSiteSlotDeployment(String, CancellationToken) |
Description for Get a deployment by its ID for an app, or a deployment slot.
|
GetSiteSlotDeploymentAsync(String, CancellationToken) |
Description for Get a deployment by its ID for an app, or a deployment slot.
|
GetSiteSlotDeployments() |
Gets a collection of SiteSlotDeploymentResources in the WebSiteSlot. |
GetSiteSlotDetector(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, CancellationToken) |
Description for Get site detector response
|
GetSiteSlotDetectorAsync(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, CancellationToken) |
Description for Get site detector response
|
GetSiteSlotDetectors() |
Gets a collection of SiteSlotDetectorResources in the WebSiteSlot. |
GetSiteSlotDiagnostic(String, CancellationToken) |
Description for Get Diagnostics Category
|
GetSiteSlotDiagnosticAsync(String, CancellationToken) |
Description for Get Diagnostics Category
|
GetSiteSlotDiagnostics() |
Gets a collection of SiteSlotDiagnosticResources in the WebSiteSlot. |
GetSiteSlotDomainOwnershipIdentifier(String, CancellationToken) |
Description for Get domain ownership identifier for web app.
|
GetSiteSlotDomainOwnershipIdentifierAsync(String, CancellationToken) |
Description for Get domain ownership identifier for web app.
|
GetSiteSlotDomainOwnershipIdentifiers() |
Gets a collection of SiteSlotDomainOwnershipIdentifierResources in the WebSiteSlot. |
GetSiteSlotExtension() |
Gets an object representing a SiteSlotExtensionResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetSiteSlotFunction(String, CancellationToken) |
Description for Get function information by its ID for web site, or a deployment slot.
|
GetSiteSlotFunctionAsync(String, CancellationToken) |
Description for Get function information by its ID for web site, or a deployment slot.
|
GetSiteSlotFunctions() |
Gets a collection of SiteSlotFunctionResources in the WebSiteSlot. |
GetSiteSlotHostNameBinding(String, CancellationToken) |
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
GetSiteSlotHostNameBindingAsync(String, CancellationToken) |
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
GetSiteSlotHostNameBindings() |
Gets a collection of SiteSlotHostNameBindingResources in the WebSiteSlot. |
GetSiteSlotHybridConnectionNamespaceRelay(String, String, CancellationToken) |
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
GetSiteSlotHybridConnectionNamespaceRelayAsync(String, String, CancellationToken) |
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
GetSiteSlotHybridConnectionNamespaceRelays() |
Gets a collection of SiteSlotHybridConnectionNamespaceRelayResources in the WebSiteSlot. |
GetSiteSlotInstance(String, CancellationToken) |
Description for Gets all scale-out instances of an app.
|
GetSiteSlotInstanceAsync(String, CancellationToken) |
Description for Gets all scale-out instances of an app.
|
GetSiteSlotInstances() |
Gets a collection of SiteSlotInstanceResources in the WebSiteSlot. |
GetSiteSlotNetworkConfig() |
Gets an object representing a SiteSlotNetworkConfigResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetSiteSlotPrivateEndpointConnection(String, CancellationToken) |
Description for Gets a private endpoint connection
|
GetSiteSlotPrivateEndpointConnectionAsync(String, CancellationToken) |
Description for Gets a private endpoint connection
|
GetSiteSlotPrivateEndpointConnections() |
Gets a collection of SiteSlotPrivateEndpointConnectionResources in the WebSiteSlot. |
GetSiteSlotProcess(String, CancellationToken) |
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
GetSiteSlotProcessAsync(String, CancellationToken) |
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
GetSiteSlotProcesses() |
Gets a collection of SiteSlotProcessResources in the WebSiteSlot. |
GetSiteSlotSiteContainer(String, CancellationToken) |
Gets a site container of a site, or a deployment slot.
|
GetSiteSlotSiteContainerAsync(String, CancellationToken) |
Gets a site container of a site, or a deployment slot.
|
GetSiteSlotSiteContainers() |
Gets a collection of SiteSlotSiteContainerResources in the WebSiteSlot. |
GetSiteSlotVirtualNetworkConnection(String, CancellationToken) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
GetSiteSlotVirtualNetworkConnectionAsync(String, CancellationToken) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
GetSiteSlotVirtualNetworkConnections() |
Gets a collection of SiteSlotVirtualNetworkConnectionResources in the WebSiteSlot. |
GetSiteSlotWorkflow(String, CancellationToken) |
Get workflow information by its ID for web site, or a deployment slot.
|
GetSiteSlotWorkflowAsync(String, CancellationToken) |
Get workflow information by its ID for web site, or a deployment slot.
|
GetSiteSlotWorkflows() |
Gets a collection of SiteSlotWorkflowResources in the WebSiteSlot. |
GetSlotDifferencesSlot(CsmSlotEntity, CancellationToken) |
Description for Get the difference in configuration settings between two web app slots.
|
GetSlotDifferencesSlotAsync(CsmSlotEntity, CancellationToken) |
Description for Get the difference in configuration settings between two web app slots.
|
GetSlotSiteDeploymentStatusesSlot(CancellationToken) |
List deployment statuses for an app (or deployment slot, if specified).
|
GetSlotSiteDeploymentStatusesSlotAsync(CancellationToken) |
List deployment statuses for an app (or deployment slot, if specified).
|
GetSlotSiteDeploymentStatusSlot(WaitUntil, String, CancellationToken) |
Gets the deployment status for an app (or deployment slot, if specified).
|
GetSlotSiteDeploymentStatusSlotAsync(WaitUntil, String, CancellationToken) |
Gets the deployment status for an app (or deployment slot, if specified).
|
GetSlotSnapshots(CancellationToken) |
Description for Returns all Snapshots to the user.
|
GetSlotSnapshotsAsync(CancellationToken) |
Description for Returns all Snapshots to the user.
|
GetSlotSnapshotsFromDRSecondary(CancellationToken) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
GetSlotSnapshotsFromDRSecondaryAsync(CancellationToken) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
GetSyncFunctionTriggersSlot(CancellationToken) |
Description for This is to allow calling via powershell and ARM template.
|
GetSyncFunctionTriggersSlotAsync(CancellationToken) |
Description for This is to allow calling via powershell and ARM template.
|
GetSyncStatusSlot(CancellationToken) |
Description for This is to allow calling via powershell and ARM template.
|
GetSyncStatusSlotAsync(CancellationToken) |
Description for This is to allow calling via powershell and ARM template.
|
GetTagResource() |
Gets an object representing a TagResource along with the instance operations that can be performed on it in the ArmResource. (Inherited from ArmResource) |
GetUsagesSlot(String, CancellationToken) |
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
GetUsagesSlotAsync(String, CancellationToken) |
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
GetWebSiteContainerLogsSlot(CancellationToken) |
Description for Gets the last lines of docker logs for the given site
|
GetWebSiteContainerLogsSlotAsync(CancellationToken) |
Description for Gets the last lines of docker logs for the given site
|
GetWebSiteSlotConfig() |
Gets an object representing a WebSiteSlotConfigResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetWebSiteSlotConfigAppSetting(String, CancellationToken) |
Description for Gets the config reference and status of an app
|
GetWebSiteSlotConfigAppSettingAsync(String, CancellationToken) |
Description for Gets the config reference and status of an app
|
GetWebSiteSlotConfigAppSettings() |
Gets a collection of WebSiteSlotConfigAppSettingResources in the WebSiteSlot. |
GetWebSiteSlotConfigConnectionString(String, CancellationToken) |
Description for Gets the config reference and status of an app
|
GetWebSiteSlotConfigConnectionStringAsync(String, CancellationToken) |
Description for Gets the config reference and status of an app
|
GetWebSiteSlotConfigConnectionStrings() |
Gets a collection of WebSiteSlotConfigConnectionStringResources in the WebSiteSlot. |
GetWebSiteSlotContinuousWebJob(String, CancellationToken) |
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
GetWebSiteSlotContinuousWebJobAsync(String, CancellationToken) |
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
GetWebSiteSlotContinuousWebJobs() |
Gets a collection of WebSiteSlotContinuousWebJobResources in the WebSiteSlot. |
GetWebSiteSlotExtension(String, CancellationToken) |
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
GetWebSiteSlotExtensionAsync(String, CancellationToken) |
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
GetWebSiteSlotExtensions() |
Gets a collection of WebSiteSlotExtensionResources in the WebSiteSlot. |
GetWebSiteSlotFtpPublishingCredentialsPolicy() |
Gets an object representing a WebSiteSlotFtpPublishingCredentialsPolicyResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetWebSiteSlotHybridConnection(String, CancellationToken) |
Description for Gets a hybrid connection configuration by its name.
|
GetWebSiteSlotHybridConnectionAsync(String, CancellationToken) |
Description for Gets a hybrid connection configuration by its name.
|
GetWebSiteSlotHybridConnections() |
Gets a collection of WebSiteSlotHybridConnectionResources in the WebSiteSlot. |
GetWebSiteSlotPremierAddOn(String, CancellationToken) |
Description for Gets a named add-on of an app.
|
GetWebSiteSlotPremierAddOnAsync(String, CancellationToken) |
Description for Gets a named add-on of an app.
|
GetWebSiteSlotPremierAddOns() |
Gets a collection of WebSiteSlotPremierAddOnResources in the WebSiteSlot. |
GetWebSiteSlotPrivateAccess() |
Gets an object representing a WebSiteSlotPrivateAccessResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetWebSiteSlotPublicCertificate(String, CancellationToken) |
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
GetWebSiteSlotPublicCertificateAsync(String, CancellationToken) |
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
GetWebSiteSlotPublicCertificates() |
Gets a collection of WebSiteSlotPublicCertificateResources in the WebSiteSlot. |
GetWebSiteSlotResourceHealthMetadata() |
Gets an object representing a WebSiteSlotResourceHealthMetadataResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetWebSiteSlotSourceControl() |
Gets an object representing a WebSiteSlotSourceControlResource along with the instance operations that can be performed on it in the WebSiteSlot. |
GetWebSiteSlotTriggeredWebJob(String, CancellationToken) |
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
GetWebSiteSlotTriggeredWebJobAsync(String, CancellationToken) |
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
GetWebSiteSlotTriggeredWebJobs() |
Gets a collection of WebSiteSlotTriggeredWebJobResources in the WebSiteSlot. |
GetWebSiteSlotWebJob(String, CancellationToken) |
Description for Get webjob information for an app, or a deployment slot.
|
GetWebSiteSlotWebJobAsync(String, CancellationToken) |
Description for Get webjob information for an app, or a deployment slot.
|
GetWebSiteSlotWebJobs() |
Gets a collection of WebSiteSlotWebJobResources in the WebSiteSlot. |
GetWebSiteTriggeredwebJob(String, CancellationToken) |
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
GetWebSiteTriggeredwebJobAsync(String, CancellationToken) |
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
GetWebSiteTriggeredwebJobs() |
Gets a collection of WebSiteTriggeredwebJobResources in the WebSiteSlot. |
GetWorkflowsConnectionsSlot(CancellationToken) |
Lists logic app's connections for web site, or a deployment slot.
|
GetWorkflowsConnectionsSlotAsync(CancellationToken) |
Lists logic app's connections for web site, or a deployment slot.
|
IsCloneableSlot(CancellationToken) |
Description for Shows whether an app can be cloned to another resource group or subscription.
|
IsCloneableSlotAsync(CancellationToken) |
Description for Shows whether an app can be cloned to another resource group or subscription.
|
ResetSlotConfigurationSlot(CancellationToken) |
Description for Resets the configuration settings of the current slot if they were previously modified by calling the API with POST.
|
ResetSlotConfigurationSlotAsync(CancellationToken) |
Description for Resets the configuration settings of the current slot if they were previously modified by calling the API with POST.
|
RestartSlot(Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Description for Restarts an app (or deployment slot, if specified).
|
RestartSlotAsync(Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Description for Restarts an app (or deployment slot, if specified).
|
RestoreFromBackupBlobSlot(WaitUntil, RestoreRequestInfo, CancellationToken) |
Description for Restores an app from a backup blob in Azure Storage.
|
RestoreFromBackupBlobSlotAsync(WaitUntil, RestoreRequestInfo, CancellationToken) |
Description for Restores an app from a backup blob in Azure Storage.
|
RestoreFromDeletedAppSlot(WaitUntil, DeletedAppRestoreContent, CancellationToken) |
Description for Restores a deleted web app to this web app.
|
RestoreFromDeletedAppSlotAsync(WaitUntil, DeletedAppRestoreContent, CancellationToken) |
Description for Restores a deleted web app to this web app.
|
RestoreSnapshotSlot(WaitUntil, SnapshotRestoreRequest, CancellationToken) |
Description for Restores a web app from a snapshot.
|
RestoreSnapshotSlotAsync(WaitUntil, SnapshotRestoreRequest, CancellationToken) |
Description for Restores a web app from a snapshot.
|
StartNetworkTraceSlot(WaitUntil, Nullable<Int32>, Nullable<Int32>, String, CancellationToken) |
Description for Start capturing network packets for the site.
|
StartNetworkTraceSlotAsync(WaitUntil, Nullable<Int32>, Nullable<Int32>, String, CancellationToken) |
Description for Start capturing network packets for the site.
|
StartSlot(CancellationToken) |
Description for Starts an app (or deployment slot, if specified).
|
StartSlotAsync(CancellationToken) |
Description for Starts an app (or deployment slot, if specified).
|
StartWebSiteNetworkTraceOperationSlot(WaitUntil, Nullable<Int32>, Nullable<Int32>, String, CancellationToken) |
Description for Start capturing network packets for the site.
|
StartWebSiteNetworkTraceOperationSlotAsync(WaitUntil, Nullable<Int32>, Nullable<Int32>, String, CancellationToken) |
Description for Start capturing network packets for the site.
|
StartWebSiteNetworkTraceSlot(Nullable<Int32>, Nullable<Int32>, String, CancellationToken) |
Description for Start capturing network packets for the site (To be deprecated).
|
StartWebSiteNetworkTraceSlotAsync(Nullable<Int32>, Nullable<Int32>, String, CancellationToken) |
Description for Start capturing network packets for the site (To be deprecated).
|
StopNetworkTraceSlot(CancellationToken) |
Description for Stop ongoing capturing network packets for the site.
|
StopNetworkTraceSlotAsync(CancellationToken) |
Description for Stop ongoing capturing network packets for the site.
|
StopSlot(CancellationToken) |
Description for Stops an app (or deployment slot, if specified).
|
StopSlotAsync(CancellationToken) |
Description for Stops an app (or deployment slot, if specified).
|
StopWebSiteNetworkTraceSlot(CancellationToken) |
Description for Stop ongoing capturing network packets for the site.
|
StopWebSiteNetworkTraceSlotAsync(CancellationToken) |
Description for Stop ongoing capturing network packets for the site.
|
SwapSlot(WaitUntil, CsmSlotEntity, CancellationToken) |
Description for Swaps two deployment slots of an app.
|
SwapSlotAsync(WaitUntil, CsmSlotEntity, CancellationToken) |
Description for Swaps two deployment slots of an app.
|
SyncFunctionsSlot(CancellationToken) |
Description for Syncs function trigger metadata to the management database
|
SyncFunctionsSlotAsync(CancellationToken) |
Description for Syncs function trigger metadata to the management database
|
SyncFunctionTriggersSlot(CancellationToken) |
Description for Syncs function trigger metadata to the management database
|
SyncFunctionTriggersSlotAsync(CancellationToken) |
Description for Syncs function trigger metadata to the management database
|
SyncRepositorySlot(CancellationToken) |
Description for Sync web app repository.
|
SyncRepositorySlotAsync(CancellationToken) |
Description for Sync web app repository.
|
TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmResource) |
Update(SitePatchInfo, CancellationToken) |
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
UpdateApplicationSettingsSlot(AppServiceConfigurationDictionary, CancellationToken) |
Description for Replaces the application settings of an app.
|
UpdateApplicationSettingsSlotAsync(AppServiceConfigurationDictionary, CancellationToken) |
Description for Replaces the application settings of an app.
|
UpdateAsync(SitePatchInfo, CancellationToken) |
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
UpdateAuthSettingsSlot(SiteAuthSettings, CancellationToken) |
Description for Updates the Authentication / Authorization settings associated with web app.
|
UpdateAuthSettingsSlotAsync(SiteAuthSettings, CancellationToken) |
Description for Updates the Authentication / Authorization settings associated with web app.
|
UpdateAuthSettingsV2Slot(SiteAuthSettingsV2, CancellationToken) |
Description for Updates site's Authentication / Authorization settings for apps via the V2 format
|
UpdateAuthSettingsV2SlotAsync(SiteAuthSettingsV2, CancellationToken) |
Description for Updates site's Authentication / Authorization settings for apps via the V2 format
|
UpdateAzureStorageAccountsSlot(AzureStoragePropertyDictionary, CancellationToken) |
Description for Updates the Azure storage account configurations of an app.
|
UpdateAzureStorageAccountsSlotAsync(AzureStoragePropertyDictionary, CancellationToken) |
Description for Updates the Azure storage account configurations of an app.
|
UpdateBackupConfigurationSlot(WebAppBackupInfo, CancellationToken) |
Description for Updates the backup configuration of an app.
|
UpdateBackupConfigurationSlotAsync(WebAppBackupInfo, CancellationToken) |
Description for Updates the backup configuration of an app.
|
UpdateConnectionStringsSlot(ConnectionStringDictionary, CancellationToken) |
Description for Replaces the connection strings of an app.
|
UpdateConnectionStringsSlotAsync(ConnectionStringDictionary, CancellationToken) |
Description for Replaces the connection strings of an app.
|
UpdateMetadataSlot(AppServiceConfigurationDictionary, CancellationToken) |
Description for Replaces the metadata of an app.
|
UpdateMetadataSlotAsync(AppServiceConfigurationDictionary, CancellationToken) |
Description for Replaces the metadata of an app.
|
UpdateSitePushSettingsSlot(WebAppPushSettings, CancellationToken) |
Description for Updates the Push settings associated with web app.
|
UpdateSitePushSettingsSlotAsync(WebAppPushSettings, CancellationToken) |
Description for Updates the Push settings associated with web app.
|
Explicit Interface Implementations
IJsonModel<WebSiteData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WebSiteData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WebSiteData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WebSiteData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WebSiteData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Extension Methods
GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
GetAuthorizationRoleDefinitions(ArmResource) |
Gets a collection of AuthorizationRoleDefinitionResources in the ArmResource. MockingTo mock this method, please mock GetAuthorizationRoleDefinitions() instead. |
GetDenyAssignment(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
GetDenyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
GetDenyAssignments(ArmResource) |
Gets a collection of DenyAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetDenyAssignments() instead. |
GetRoleAssignment(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
GetRoleAssignments(ArmResource) |
Gets a collection of RoleAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignments() instead. |
GetRoleAssignmentSchedule(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
GetRoleAssignmentScheduleInstances(ArmResource) |
Gets a collection of RoleAssignmentScheduleInstanceResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleInstances() instead. |
GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
GetRoleAssignmentScheduleRequests(ArmResource) |
Gets a collection of RoleAssignmentScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests() instead. |
GetRoleAssignmentSchedules(ArmResource) |
Gets a collection of RoleAssignmentScheduleResources in the ArmResource. MockingTo mock this method, please mock GetRoleAssignmentSchedules() instead. |
GetRoleEligibilitySchedule(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
GetRoleEligibilityScheduleInstances(ArmResource) |
Gets a collection of RoleEligibilityScheduleInstanceResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilityScheduleInstances() instead. |
GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
GetRoleEligibilityScheduleRequests(ArmResource) |
Gets a collection of RoleEligibilityScheduleRequestResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilityScheduleRequests() instead. |
GetRoleEligibilitySchedules(ArmResource) |
Gets a collection of RoleEligibilityScheduleResources in the ArmResource. MockingTo mock this method, please mock GetRoleEligibilitySchedules() instead. |
GetRoleManagementPolicies(ArmResource) |
Gets a collection of RoleManagementPolicyResources in the ArmResource. MockingTo mock this method, please mock GetRoleManagementPolicies() instead. |
GetRoleManagementPolicy(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
GetRoleManagementPolicyAssignments(ArmResource) |
Gets a collection of RoleManagementPolicyAssignmentResources in the ArmResource. MockingTo mock this method, please mock GetRoleManagementPolicyAssignments() instead. |
GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
GetSystemAssignedIdentity(ArmResource) |
Gets an object representing a SystemAssignedIdentityResource along with the instance operations that can be performed on it in the ArmResource. MockingTo mock this method, please mock GetSystemAssignedIdentity() instead. |
GetLinkerResource(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResourceAsync(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResources(ArmResource) |
Gets a collection of LinkerResources in the ArmResource. MockingTo mock this method, please mock GetLinkerResources() instead. |
Applies to
Azure SDK for .NET