你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkloadNetworkDnsZoneProperties Class

Definition

NSX DNS Zone Properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkDnsZonePropertiesTypeConverter))]
public class WorkloadNetworkDnsZoneProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkDnsZoneProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkDnsZonePropertiesTypeConverter))>]
type WorkloadNetworkDnsZoneProperties = class
    interface IWorkloadNetworkDnsZoneProperties
    interface IJsonSerializable
Public Class WorkloadNetworkDnsZoneProperties
Implements IWorkloadNetworkDnsZoneProperties
Inheritance
WorkloadNetworkDnsZoneProperties
Attributes
Implements

Constructors

WorkloadNetworkDnsZoneProperties()

Creates an new WorkloadNetworkDnsZoneProperties instance.

Properties

DisplayName

Display name of the DNS Zone.

DnsServerIP

DNS Server IP array of the DNS Zone.

DnsService

Number of DNS Services using the DNS zone.

Domain

Domain names of the DNS Zone.

ProvisioningState

The provisioning state

Revision

NSX revision number.

SourceIP

Source IP of the DNS Zone.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkDnsZoneProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkDnsZoneProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkDnsZoneProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkDnsZoneProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to