GetAzureVMImage() 공개 메소드

public GetAzureVMImage ( string imageName = null ) : Collection
imageName string
리턴 Collection
예제 #1
0
 public void GetAzureVMImage()
 {
     ServiceManagementCmdletTestHelper vmPowershellCmdlets = new ServiceManagementCmdletTestHelper();
     vmPowershellCmdlets.GetAzureVMImage();
 }