GetAzureVMImage() public method

public GetAzureVMImage ( string imageName = null ) : Collection
imageName string
return Collection
Exemplo n.º 1
0
 public void GetAzureVMImage()
 {
     ServiceManagementCmdletTestHelper vmPowershellCmdlets = new ServiceManagementCmdletTestHelper();
     vmPowershellCmdlets.GetAzureVMImage();
 }