AzureML.PowerShell.RemoveWebServiceEndpoint.ProcessRecord C# (CSharp) Method

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void
        protected override void ProcessRecord()
        {            
            string rawOutcome = string.Empty;
            Sdk.RemoveWebServiceEndpoint(GetWorkspaceSetting(), WebServiceId, EndpointName);
            WriteObject(string.Format("Web service endpoint \"{0}\" was successfully removed.", EndpointName));
        }
    }
RemoveWebServiceEndpoint