Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ServiceManagementCmdletTestHelper.SetAzureDeployment C# (CSharp) Method

SetAzureDeployment() public method

public SetAzureDeployment ( string option, string serviceName, string packagePath, string newStatus, string configName, string slot, string mode, string label, string roleName, bool force ) : ManagementOperationContext
option string
serviceName string
packagePath string
newStatus string
configName string
slot string
mode string
label string
roleName string
force bool
return ManagementOperationContext
        public ManagementOperationContext SetAzureDeployment(string option, string serviceName, string packagePath, string newStatus, string configName, string slot, string mode, string label, string roleName, bool force)
        {
            return SetAzureDeployment(new SetAzureDeploymentCmdletInfo(option, serviceName, packagePath, newStatus, configName, slot, mode, label, roleName, force));
        }

Same methods

ServiceManagementCmdletTestHelper::SetAzureDeployment ( SetAzureDeploymentCmdletInfo cmdletInfo ) : ManagementOperationContext
ServiceManagementCmdletTestHelper