WorkloadNetworkDnsServiceProperties 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.
NSX DNS Service Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDnsServicePropertiesTypeConverter))]
public class WorkloadNetworkDnsServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkDnsServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDnsServicePropertiesTypeConverter))>]
type WorkloadNetworkDnsServiceProperties = class
interface IWorkloadNetworkDnsServiceProperties
interface IJsonSerializable
Public Class WorkloadNetworkDnsServiceProperties
Implements IWorkloadNetworkDnsServiceProperties
- Inheritance
-
WorkloadNetworkDnsServiceProperties
- Attributes
- Implements
Constructors
WorkloadNetworkDnsServiceProperties() |
Creates an new WorkloadNetworkDnsServiceProperties 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. |
LogLevel |
DNS Service log level. |
ProvisioningState |
The provisioning state |
Revision |
NSX revision number. |
Status |
DNS Service status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkloadNetworkDnsServiceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkloadNetworkDnsServiceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkDnsServiceProperties. |
FromJsonString(String) |
Creates a new instance of WorkloadNetworkDnsServiceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkloadNetworkDnsServiceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |