AzureML.ManagementSDK.SetAPIEndpoints C# (CSharp) Метод

SetAPIEndpoints() приватный Метод

private SetAPIEndpoints ( string key, string postfix ) : void
key string
postfix string
Результат void
        private void SetAPIEndpoints(string key, string postfix)
        {
            StudioApi = string.Format(_studioApiBaseURL, key, postfix);
            WebServiceApi = string.Format(_webServiceApiBaseUrl, key, postfix);
        }