C# Class DeployToAzure.Program

Afficher le fichier Open project: mg-alfa-dev/DeployToAzure

Private Methods

Méthode Description
ChangeVmSize ( string tempPackageFilePath, string newVmSize ) : void
DeleteBlob ( string packageUrl, string storageAccountName, string storageAccountKey ) : void
DeployBlobs ( string blobPathToDeploy, string storageAccountName, string storageAccountKey ) : void
Main ( string args ) : int
UploadBlob ( string packageFileName, string packageUrl, string storageAccountName, string storageAccountKey ) : void
Usage ( ) : void
ValidateVmSize ( string newVmSize ) : bool