C# Class DeployToAzure.Management.DeploymentConfiguration

Inheritance: IDeploymentConfiguration
Afficher le fichier Open project: mg-alfa-dev/DeployToAzure Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
MakeCreateDeploymentMessage ( ) : string
MakeUpgradeDeploymentMessage ( ) : string

Method Details

MakeCreateDeploymentMessage() public méthode

public MakeCreateDeploymentMessage ( ) : string
Résultat string

MakeUpgradeDeploymentMessage() public méthode

public MakeUpgradeDeploymentMessage ( ) : string
Résultat string

Property Details

BlobPathToDeploy public_oe property

public string BlobPathToDeploy
Résultat string

CertFileName public_oe property

public string CertFileName
Résultat string

CertPassword public_oe property

public string CertPassword
Résultat string

ChangeVMSize public_oe property

public string ChangeVMSize
Résultat string

DeploymentLabel public_oe property

public string DeploymentLabel
Résultat string

DeploymentName public_oe property

public string DeploymentName
Résultat string

DeploymentSlotUri public_oe property

public DeploymentSlotUri,DeployToAzure.Management DeploymentSlotUri
Résultat DeploymentSlotUri

Force public_oe property

public bool Force
Résultat bool

MaxRetries public_oe property

public int MaxRetries
Résultat int

PackageFileName public_oe property

public string PackageFileName
Résultat string

RetryIntervalInSeconds public_oe property

public int RetryIntervalInSeconds
Résultat int

RoleName public_oe property

public string RoleName
Résultat string

ServiceConfiguration public_oe property

public string ServiceConfiguration
Résultat string

StorageAccountKey public_oe property

public string StorageAccountKey
Résultat string

StorageAccountName public_oe property

public string StorageAccountName
Résultat string