Compartilhar via


IDeploymentSlots Interface

Definição

Ponto de entrada para a API de gerenciamento de slots de implantação de aplicativo Web do Azure.

public interface IDeploymentSlots : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebApp>
type IDeploymentSlots = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IDeploymentSlot>
    interface ISupportsGettingByName<IDeploymentSlot>
    interface ISupportsGettingById<IDeploymentSlot>
    interface ISupportsDeletingById
    interface ISupportsDeletingByName
    interface IHasManager<IAppServiceManager>
    interface IHasParent<IWebApp>
Public Interface IDeploymentSlots
Implements IBeta, IHasManager(Of IAppServiceManager), IHasParent(Of IWebApp), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IDeploymentSlot), ISupportsGettingByName(Of IDeploymentSlot), ISupportsListing(Of IDeploymentSlot)
Implementações

Propriedades

Manager

Obtém o tipo de cliente do gerente desse tipo de recurso.

(Herdado de IHasManager<ManagerT>)
Parent

Obtém o pai desse recurso filho.

(Herdado de IHasParent<ParentT>)

Métodos

Define(String)

Ponto de entrada para a API de gerenciamento de slots de implantação de aplicativo Web do Azure.

(Herdado de ISupportsCreating<T>)
DeleteById(String)

Exclui um recurso do Azure, identificando-o por sua ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Exclui um recurso do Azure, identificando-o por sua ID de recurso.

(Herdado de ISupportsDeletingById)
DeleteByName(String)

Exclui um recurso do Azure, identificando-o pelo nome do recurso.

(Herdado de ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Exclui um recurso de forma assíncrona do Azure, identificando-o pelo nome do recurso.

(Herdado de ISupportsDeletingByName)
GetById(String)

Obtém as informações sobre um recurso do Azure com base na ID do recurso.

(Herdado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtém as informações sobre um recurso do Azure com base na ID do recurso.

(Herdado de ISupportsGettingById<T>)
GetByName(String)

Obtém as informações sobre um recurso do Azure com base no nome do recurso no grupo de recursos atual.

(Herdado de ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Obtém as informações sobre um recurso do Azure com base no nome do recurso no grupo de recursos atual.

(Herdado de ISupportsGettingByName<T>)
List()

Lista todos os recursos do tipo especificado na assinatura selecionada no momento.

(Herdado de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lista todos os recursos do tipo especificado na assinatura selecionada no momento.

(Herdado de ISupportsListing<T>)

Aplica-se a