C# Class Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.PersistentVMs.NewAzureVMCommand

Inheritance: IaaSDeploymentManagementCmdletBase
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
NewAzureVMCommand ( ) : System
NewAzureVMCommand ( IServiceManagement channel ) : System
NewAzureVMProcess ( ) : void

Méthodes protégées

Méthode Description
DoesCloudServiceExist ( string serviceName ) : bool
ProcessRecord ( ) : void
ValidateParameters ( ) : void

Method Details

DoesCloudServiceExist() protected méthode

protected DoesCloudServiceExist ( string serviceName ) : bool
serviceName string
Résultat bool

NewAzureVMCommand() public méthode

public NewAzureVMCommand ( ) : System
Résultat System

NewAzureVMCommand() public méthode

public NewAzureVMCommand ( IServiceManagement channel ) : System
channel IServiceManagement
Résultat System

NewAzureVMProcess() public méthode

public NewAzureVMProcess ( ) : void
Résultat void

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void

ValidateParameters() protected méthode

protected ValidateParameters ( ) : void
Résultat void