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

SetEndPoint() 공개 메소드

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

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