AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters Class
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.
The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParametersTypeConverter))]
public class AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParametersTypeConverter))>]
type AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters = class
interface IAzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters
interface IJsonSerializable
interface IFunctionRetrieveDefaultDefinitionParameters
interface IValidates
Public Class AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters
Implements IAzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters, IValidates
- Inheritance
-
AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters
- Attributes
- Implements
Constructors
AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters() |
Creates an new AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters instance. |
Properties
BindingRetrievalPropertyEndpoint |
The Request-Response execute endpoint of the Azure Machine Learning web service. |
BindingRetrievalPropertyUdfType |
The function type. |
BindingType |
Indicates the function binding type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters. |
FromJsonString(String) |
Creates a new instance of AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |