WorkloadNetworkDnsService Class

Definition

NSX DNS Service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDnsServiceTypeConverter))]
public class WorkloadNetworkDnsService : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkDnsService, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDnsServiceTypeConverter))>]
type WorkloadNetworkDnsService = class
    interface IWorkloadNetworkDnsService
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class WorkloadNetworkDnsService
Implements IValidates, IWorkloadNetworkDnsService
Inheritance
WorkloadNetworkDnsService
Attributes
Implements

Constructors

WorkloadNetworkDnsService()

Creates an new WorkloadNetworkDnsService instance.

Properties

DefaultDnsZone

Default DNS zone of the DNS Service.

DisplayName

Display name of the DNS Service.

DnsServiceIP

DNS service IP of the DNS Service.

FqdnZone

FQDN zones of the DNS Service.

Id

Resource ID.

LogLevel

DNS Service log level.

Name

Resource name.

ProvisioningState

The provisioning state

ResourceGroupName

Gets the resource group name

Revision

NSX revision number.

Status

DNS Service status.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkDnsService.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkDnsService.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkDnsService into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to