다음을 통해 공유


IWebDeployment 인터페이스

정의

사용자가 웹 배포(MSDeploy)를 통해 웹앱에 배포할 수 있도록 하는 클라이언트 쪽 표현입니다.

public interface IWebDeployment : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.AppService.Fluent.IWebDeployment>
type IWebDeployment = interface
    interface IBeta
    interface IExecutable<IWebDeployment>
    interface IIndexable
    interface IHasParent<IWebAppBase>
Public Interface IWebDeployment
Implements IBeta, IExecutable(Of IWebDeployment), IHasParent(Of IWebAppBase)
구현

속성

Complete

배포 작업이 완료되었는지 여부를 가져옵니다.

Deployer

배포자의 사용자 이름을 가져옵니다.

EndTime

배포 작업의 종료 시간을 가져옵니다.

Key

사용자가 웹 배포(MSDeploy)를 통해 웹앱에 배포할 수 있도록 하는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IIndexable)
Parent

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

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

배포 작업의 시작 시간을 가져옵니다.

메서드

Execute()

요청을 실행합니다.

(다음에서 상속됨 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

요청을 비동기적으로 실행합니다.

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

적용 대상