WorkloadNetworkDnsZoneProperties 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 Zone Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDnsZonePropertiesTypeConverter))]
public class WorkloadNetworkDnsZoneProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkDnsZoneProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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.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() |