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

Inheritance: IaaSDeploymentManagementCmdletBase
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description
CreateNetworkConfigurationSet Model.NetworkConfigurationSet
CreatePersistenVMRole Management.Compute.Models.Role
GetWinRmConfiguration Model.WindowsProvisioningConfigurationSet.WinRmConfiguration

Méthodes publiques

Méthode Description
NewAzureVMProcess ( ) : void

Méthodes protégées

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

Private Methods

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

Method Details

DoesCloudServiceExist() protected méthode

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

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