다음을 통해 공유


IDeploymentSlots 인터페이스

정의

Azure 웹앱 배포 슬롯 관리 API의 진입점입니다.

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)
구현

속성

Manager

이 리소스 유형의 관리자 클라이언트 유형을 가져옵니다.

(다음에서 상속됨 IHasManager<ManagerT>)
Parent

이 자식 리소스의 부모를 가져옵니다.

(다음에서 상속됨 IHasParent<ParentT>)

메서드

Define(String)

Azure 웹앱 배포 슬롯 관리 API의 진입점입니다.

(다음에서 상속됨 ISupportsCreating<T>)
DeleteById(String)

Azure에서 리소스를 삭제하여 해당 리소스 ID로 식별합니다.

(다음에서 상속됨 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure에서 리소스를 삭제하여 해당 리소스 ID로 식별합니다.

(다음에서 상속됨 ISupportsDeletingById)
DeleteByName(String)

Azure에서 리소스를 삭제하여 리소스 이름으로 식별합니다.

(다음에서 상속됨 ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Azure에서 리소스를 비동기적으로 삭제하여 리소스 이름으로 식별합니다.

(다음에서 상속됨 ISupportsDeletingByName)
GetById(String)

리소스 ID를 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

(다음에서 상속됨 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

리소스 ID를 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

(다음에서 상속됨 ISupportsGettingById<T>)
GetByName(String)

현재 리소스 그룹 내의 리소스 이름을 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

(다음에서 상속됨 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

현재 리소스 그룹 내의 리소스 이름을 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

(다음에서 상속됨 ISupportsGettingByName<T>)
List()

현재 선택한 구독에서 지정된 형식의 모든 리소스를 나열합니다.

(다음에서 상속됨 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

현재 선택한 구독에서 지정된 형식의 모든 리소스를 나열합니다.

(다음에서 상속됨 ISupportsListing<T>)

적용 대상