AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters() |
Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class. |
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters(String, Nullable<UdfType>) |
Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class. |
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters()
Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class.
public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters ();
Public Sub New ()
Applies to
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters(String, Nullable<UdfType>)
Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class.
public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters (string executeEndpoint = default, Microsoft.Azure.Management.StreamAnalytics.Models.UdfType? udfType = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters : string * Nullable<Microsoft.Azure.Management.StreamAnalytics.Models.UdfType> -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
Public Sub New (Optional executeEndpoint As String = Nothing, Optional udfType As Nullable(Of UdfType) = Nothing)
Parameters
- executeEndpoint
- String
The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
Applies to
Azure SDK for .NET