C# 클래스 Microsoft.WindowsAzure.Commands.ServiceManagement.Helpers.PersistentVMHelper

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ConvertCustomDataFileToBase64 ( string fileName ) : string
GetPublicIPName ( Microsoft vmRole ) : string
GetRoleNames ( IList roleInstanceList, string roleName ) : RoleNamesCollection
LoadStateFromFile ( string filePath ) : PersistentVM
MapConfigurationSets ( IList configurationSets ) : Collection
MapConfigurationSets ( Collection configurationSets ) : IList
MapVMImageInput ( Microsoft.WindowsAzure.Commands.ServiceManagement.Model vmImageInput ) : Microsoft.WindowsAzure.Management.Compute.Models.VMImageInput
SaveStateToFile ( PersistentVM role, string filePath ) : void

메소드 상세

ConvertCustomDataFileToBase64() 공개 정적인 메소드

public static ConvertCustomDataFileToBase64 ( string fileName ) : string
fileName string
리턴 string

GetPublicIPName() 공개 정적인 메소드

public static GetPublicIPName ( Microsoft vmRole ) : string
vmRole Microsoft
리턴 string

GetRoleNames() 공개 정적인 메소드

public static GetRoleNames ( IList roleInstanceList, string roleName ) : RoleNamesCollection
roleInstanceList IList
roleName string
리턴 RoleNamesCollection

LoadStateFromFile() 공개 정적인 메소드

public static LoadStateFromFile ( string filePath ) : PersistentVM
filePath string
리턴 Microsoft.WindowsAzure.Commands.ServiceManagement.Model.PersistentVM

MapConfigurationSets() 공개 정적인 메소드

public static MapConfigurationSets ( IList configurationSets ) : Collection
configurationSets IList
리턴 Collection

MapConfigurationSets() 공개 정적인 메소드

public static MapConfigurationSets ( Collection configurationSets ) : IList
configurationSets Collection
리턴 IList

MapVMImageInput() 공개 정적인 메소드

public static MapVMImageInput ( Microsoft.WindowsAzure.Commands.ServiceManagement.Model vmImageInput ) : Microsoft.WindowsAzure.Management.Compute.Models.VMImageInput
vmImageInput Microsoft.WindowsAzure.Commands.ServiceManagement.Model
리턴 Microsoft.WindowsAzure.Management.Compute.Models.VMImageInput

SaveStateToFile() 공개 정적인 메소드

public static SaveStateToFile ( PersistentVM role, string filePath ) : void
role Microsoft.WindowsAzure.Commands.ServiceManagement.Model.PersistentVM
filePath string
리턴 void