Udostępnij przez


FqdnEndpointsProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FqdnEndpointsPropertiesTypeConverter))]
public class FqdnEndpointsProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnEndpointsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FqdnEndpointsPropertiesTypeConverter))>]
type FqdnEndpointsProperties = class
    interface IFqdnEndpointsProperties
    interface IJsonSerializable
Public Class FqdnEndpointsProperties
Implements IFqdnEndpointsProperties
Inheritance
FqdnEndpointsProperties
Attributes
Implements

Constructors

Name Description
FqdnEndpointsProperties()

Creates an new FqdnEndpointsProperties instance.

Properties

Name Description
Category
Endpoint

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FqdnEndpointsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FqdnEndpointsProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnEndpointsProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FqdnEndpointsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to