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

Inheritance: IaaSDeploymentManagementCmdletBase
Mostra file Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
CreateNetworkConfigurationSet Model.NetworkConfigurationSet
CreatePersistenVMRole Management.Compute.Models.Role
GetWinRmConfiguration Model.WindowsProvisioningConfigurationSet.WinRmConfiguration

Public Methods

Method Description
NewAzureVMProcess ( ) : void

Protected Methods

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

Private Methods

Method Description
CreateNetworkConfigurationSet ( ) : Model.NetworkConfigurationSet
CreatePersistenVMRole ( Microsoft.WindowsAzure.Storage.CloudStorageAccount currentStorage ) : Management.Compute.Models.Role
GetWinRmConfiguration ( ) : Model.WindowsProvisioningConfigurationSet.WinRmConfiguration

Method Details

DoesCloudServiceExist() protected method

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

NewAzureVMProcess() public method

public NewAzureVMProcess ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

ValidateParameters() protected method

protected ValidateParameters ( ) : void
return void