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

Inheritance: Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.IaaSDeploymentManagementCmdletBase
Mostra file Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

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

NewAzureVMProcess() public method

public NewAzureVMProcess ( ) : void
return void

NewQuickVM() public method

public NewQuickVM ( ) : System
return System

NewQuickVM() public method

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

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

ValidateParameters() protected method

protected ValidateParameters ( ) : void
return void