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
Показать файл Открыть проект Примеры использования класса

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