IFunctionDeploymentSlots 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Azure 함수 앱 배포 슬롯 관리 API의 진입점입니다.
public interface IFunctionDeploymentSlots : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.FunctionDeploymentSlot.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.IFunctionDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.AppService.Fluent.IFunctionDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IFunctionDeploymentSlot>, 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.IFunctionApp>
type IFunctionDeploymentSlots = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsListing<IFunctionDeploymentSlot>
interface ISupportsGettingByName<IFunctionDeploymentSlot>
interface ISupportsGettingById<IFunctionDeploymentSlot>
interface ISupportsDeletingById
interface ISupportsDeletingByName
interface IHasManager<IAppServiceManager>
interface IHasParent<IFunctionApp>
Public Interface IFunctionDeploymentSlots
Implements IBeta, IHasManager(Of IAppServiceManager), IHasParent(Of IFunctionApp), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IFunctionDeploymentSlot), ISupportsGettingByName(Of IFunctionDeploymentSlot), ISupportsListing(Of IFunctionDeploymentSlot)
- 구현
속성
Manager |
이 리소스 유형의 관리자 클라이언트 유형을 가져옵니다. (다음에서 상속됨 IHasManager<ManagerT>) |
Parent |
이 자식 리소스의 부모를 가져옵니다. (다음에서 상속됨 IHasParent<ParentT>) |
메서드
Define(String) |
Azure 함수 앱 배포 슬롯 관리 API의 진입점입니다. (다음에서 상속됨 ISupportsCreating<T>) |
DeleteById(String) |
리소스 ID로 식별하여 Azure에서 리소스를 삭제합니다. (다음에서 상속됨 ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
리소스 ID로 식별하여 Azure에서 리소스를 삭제합니다. (다음에서 상속됨 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>) |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET