AzureML.ManagementSDK.SetAPIEndpoints C# (CSharp) Method

SetAPIEndpoints() private method

private SetAPIEndpoints ( string key, string postfix ) : void
key string
postfix string
return void
        private void SetAPIEndpoints(string key, string postfix)
        {
            StudioApi = string.Format(_studioApiBaseURL, key, postfix);
            WebServiceApi = string.Format(_webServiceApiBaseUrl, key, postfix);
        }