AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters 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 Studio function.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParametersTypeConverter))]
public class AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParametersTypeConverter))>]
type AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters = class
interface IAzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters
interface IJsonSerializable
interface IFunctionRetrieveDefaultDefinitionParameters
interface IValidates
Public Class AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters
Implements IAzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters, IValidates
- Inheritance
-
AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters
- Attributes
- Implements
Constructors
AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters() |
Creates an new AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters instance. |
Properties
BindingRetrievalPropertyExecuteEndpoint |
The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs |
BindingRetrievalPropertyUdfType |
The function type. |
BindingType |
Indicates the function binding type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters. |
FromJsonString(String) |
Creates a new instance of AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |