CustomDnsConfigPropertiesFormat Class

Definition

Contains custom Dns resolution configuration from customer.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CustomDnsConfigPropertiesFormatTypeConverter))]
public class CustomDnsConfigPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CustomDnsConfigPropertiesFormatTypeConverter))>]
type CustomDnsConfigPropertiesFormat = class
    interface ICustomDnsConfigPropertiesFormat
    interface IJsonSerializable
Public Class CustomDnsConfigPropertiesFormat
Implements ICustomDnsConfigPropertiesFormat
Inheritance
CustomDnsConfigPropertiesFormat
Attributes
Implements

Constructors

CustomDnsConfigPropertiesFormat()

Creates an new CustomDnsConfigPropertiesFormat instance.

Properties

Fqdn

Fqdn that resolves to private endpoint ip address.

IPAddress

A list of private ip addresses of the private endpoint.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomDnsConfigPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDnsConfigPropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDnsConfigPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to