Partilhar via


AzureMachineLearningServiceFunctionBindingRetrievalProperties Class

Definition

The binding retrieval properties associated with an Azure Machine learning web service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceFunctionBindingRetrievalPropertiesTypeConverter))]
public class AzureMachineLearningServiceFunctionBindingRetrievalProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceFunctionBindingRetrievalProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceFunctionBindingRetrievalPropertiesTypeConverter))>]
type AzureMachineLearningServiceFunctionBindingRetrievalProperties = class
    interface IAzureMachineLearningServiceFunctionBindingRetrievalProperties
    interface IJsonSerializable
Public Class AzureMachineLearningServiceFunctionBindingRetrievalProperties
Implements IAzureMachineLearningServiceFunctionBindingRetrievalProperties
Inheritance
AzureMachineLearningServiceFunctionBindingRetrievalProperties
Attributes
Implements

Constructors

AzureMachineLearningServiceFunctionBindingRetrievalProperties()

Creates an new AzureMachineLearningServiceFunctionBindingRetrievalProperties instance.

Properties

Endpoint

The Request-Response execute endpoint of the Azure Machine Learning web service.

UdfType

The function type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMachineLearningServiceFunctionBindingRetrievalProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMachineLearningServiceFunctionBindingRetrievalProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceFunctionBindingRetrievalProperties.

FromJsonString(String)

Creates a new instance of AzureMachineLearningServiceFunctionBindingRetrievalProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMachineLearningServiceFunctionBindingRetrievalProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to