Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ServiceManagementCmdletTestHelper.UpdateAzureVMImage C# (CSharp) Méthode

UpdateAzureVMImage() public méthode

public UpdateAzureVMImage ( string imageName, string label ) : OSImageContext
imageName string
label string
Résultat OSImageContext
        public OSImageContext UpdateAzureVMImage(string imageName, string label)
        {
            UpdateAzureVMImageCmdletInfo updateAzureVMImageCmdlet = new UpdateAzureVMImageCmdletInfo(imageName, label);
            return OSImageContextRun(new WindowsAzurePowershellCmdlet(updateAzureVMImageCmdlet));
        }
ServiceManagementCmdletTestHelper