Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ServiceManagementCmdletTestHelper.AddAzureVhdStop C# (CSharp) 메소드

AddAzureVhdStop() 공개 메소드

public AddAzureVhdStop ( Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.IaasCmdletInfo.AddAzureVhdCmdletInfo cmdletInfo, int ms ) : string
cmdletInfo Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.IaasCmdletInfo.AddAzureVhdCmdletInfo
ms int
리턴 string
        public string AddAzureVhdStop(AddAzureVhdCmdletInfo cmdletInfo, int ms)
        {
            WindowsAzurePowershellCmdlet azurePowershellCmdlet = new WindowsAzurePowershellCmdlet(cmdletInfo);
            return azurePowershellCmdlet.RunAndStop(ms).ToString();
        }
ServiceManagementCmdletTestHelper