Udostępnij za pośrednictwem


IDeploymentSlots Interfejs

Definicja

Punkt wejścia dla interfejsu API zarządzania miejscami wdrożenia aplikacji internetowej platformy 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)
Implementuje

Właściwości

Manager

Pobiera typ klienta menedżera tego typu zasobu.

(Odziedziczone po IHasManager<ManagerT>)
Parent

Pobiera element nadrzędny tego zasobu podrzędnego.

(Odziedziczone po IHasParent<ParentT>)

Metody

Define(String)

Punkt wejścia dla interfejsu API zarządzania miejscami wdrożenia aplikacji internetowej platformy Azure.

(Odziedziczone po ISupportsCreating<T>)
DeleteById(String)

Usuwa zasób z platformy Azure, identyfikując go przy użyciu identyfikatora zasobu.

(Odziedziczone po ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Usuwa zasób z platformy Azure, identyfikując go przy użyciu identyfikatora zasobu.

(Odziedziczone po ISupportsDeletingById)
DeleteByName(String)

Usuwa zasób z platformy Azure, identyfikując go według jego nazwy zasobu.

(Odziedziczone po ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Usuwa zasób asynchronicznie z platformy Azure, identyfikując go według nazwy zasobu.

(Odziedziczone po ISupportsDeletingByName)
GetById(String)

Pobiera informacje o zasobie z platformy Azure na podstawie identyfikatora zasobu.

(Odziedziczone po ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Pobiera informacje o zasobie z platformy Azure na podstawie identyfikatora zasobu.

(Odziedziczone po ISupportsGettingById<T>)
GetByName(String)

Pobiera informacje o zasobie z platformy Azure na podstawie nazwy zasobu w bieżącej grupie zasobów.

(Odziedziczone po ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Pobiera informacje o zasobie z platformy Azure na podstawie nazwy zasobu w bieżącej grupie zasobów.

(Odziedziczone po ISupportsGettingByName<T>)
List()

Wyświetla listę wszystkich zasobów określonego typu w aktualnie wybranej subskrypcji.

(Odziedziczone po ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Wyświetla listę wszystkich zasobów określonego typu w aktualnie wybranej subskrypcji.

(Odziedziczone po ISupportsListing<T>)

Dotyczy