C# Class DeployToAzure.Management.DeploymentConfiguration

Inheritance: IDeploymentConfiguration
Datei anzeigen Open project: mg-alfa-dev/DeployToAzure Class Usage Examples

Public Properties

Property Type Description
BlobPathToDeploy string
CertFileName string
CertPassword string
ChangeVMSize string
DeploymentLabel string
DeploymentName string
DeploymentSlotUri DeploymentSlotUri
Force bool
MaxRetries int
PackageFileName string
RetryIntervalInSeconds int
RoleName string
ServiceConfiguration string
StorageAccountKey string
StorageAccountName string

Public Methods

Method Description
MakeCreateDeploymentMessage ( ) : string
MakeUpgradeDeploymentMessage ( ) : string

Method Details

MakeCreateDeploymentMessage() public method

public MakeCreateDeploymentMessage ( ) : string
return string

MakeUpgradeDeploymentMessage() public method

public MakeUpgradeDeploymentMessage ( ) : string
return string

Property Details

BlobPathToDeploy public_oe property

public string BlobPathToDeploy
return string

CertFileName public_oe property

public string CertFileName
return string

CertPassword public_oe property

public string CertPassword
return string

ChangeVMSize public_oe property

public string ChangeVMSize
return string

DeploymentLabel public_oe property

public string DeploymentLabel
return string

DeploymentName public_oe property

public string DeploymentName
return string

DeploymentSlotUri public_oe property

public DeploymentSlotUri,DeployToAzure.Management DeploymentSlotUri
return DeploymentSlotUri

Force public_oe property

public bool Force
return bool

MaxRetries public_oe property

public int MaxRetries
return int

PackageFileName public_oe property

public string PackageFileName
return string

RetryIntervalInSeconds public_oe property

public int RetryIntervalInSeconds
return int

RoleName public_oe property

public string RoleName
return string

ServiceConfiguration public_oe property

public string ServiceConfiguration
return string

StorageAccountKey public_oe property

public string StorageAccountKey
return string

StorageAccountName public_oe property

public string StorageAccountName
return string