FqdnEndpointsProperties 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.
[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
FqdnEndpointsProperties() |
Creates an new FqdnEndpointsProperties instance. |
Properties
Category | |
Endpoint |
Methods
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() |