C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.Services.CreateDeploymentCommand

Used to a create a deployment for a web or worker role given some specific deployment parameters
상속: ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateDeploymentCommand System

보호된 메소드들

메소드 설명
CreatePayload ( ) : string

The Xml payload that is created and sent to the Fabric with the create deployment parameters

비공개 메소드들

메소드 설명
CreateDeploymentCommand ( string serviceName, string deploymentName, string packageUri, string config, DeploymentSlot slot, bool startDeployment = true, bool treatWarningsAsErrors = false ) : System

Constructs a command to create a deployment to a particular cloud service

메소드 상세

CreatePayload() 보호된 메소드

The Xml payload that is created and sent to the Fabric with the create deployment parameters
protected CreatePayload ( ) : string
리턴 string