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

Inheritance: IaaSDeploymentManagementCmdletBase
Mostrar archivo Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NewAzureVMCommand ( ) : System
NewAzureVMCommand ( IServiceManagement channel ) : System
NewAzureVMProcess ( ) : void

Protected Methods

Method Description
DoesCloudServiceExist ( string serviceName ) : bool
ProcessRecord ( ) : void
ValidateParameters ( ) : void

Method Details

DoesCloudServiceExist() protected method

protected DoesCloudServiceExist ( string serviceName ) : bool
serviceName string
return bool

NewAzureVMCommand() public method

public NewAzureVMCommand ( ) : System
return System

NewAzureVMCommand() public method

public NewAzureVMCommand ( IServiceManagement channel ) : System
channel IServiceManagement
return System

NewAzureVMProcess() public method

public NewAzureVMProcess ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

ValidateParameters() protected method

protected ValidateParameters ( ) : void
return void