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

SetEndPoint() public method

public SetEndPoint ( string vmName, string serviceName, AzureEndPointConfigInfo endPointConfig ) : void
vmName string
serviceName string
endPointConfig AzureEndPointConfigInfo
return void
        public void SetEndPoint(string vmName, string serviceName, AzureEndPointConfigInfo endPointConfig)
        {
            endPointConfig.Vm = GetAzureVM(vmName, serviceName).VM;

            UpdateAzureVM(vmName, serviceName, SetAzureEndPoint(endPointConfig));
        }
ServiceManagementCmdletTestHelper