DnsResolverDomainListProperties 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.
Represents the properties of a DNS resolver domain list.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.DnsResolverDomainListPropertiesTypeConverter))]
public class DnsResolverDomainListProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainListProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.DnsResolverDomainListPropertiesTypeConverter))>]
type DnsResolverDomainListProperties = class
interface IDnsResolverDomainListProperties
interface IJsonSerializable
Public Class DnsResolverDomainListProperties
Implements IDnsResolverDomainListProperties
- Inheritance
-
DnsResolverDomainListProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DnsResolverDomainListProperties() |
Creates an new DnsResolverDomainListProperties instance. |
Properties
| Name | Description |
|---|---|
| Domain |
The domains in the domain list. |
| ProvisioningState |
The current provisioning state of the DNS resolver domain list. This is a read-only property and any attempt to set this value will be ignored. |
| ResourceGuid |
The resourceGuid property of the DNS resolver domain list resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsResolverDomainListProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsResolverDomainListProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainListProperties. |
| FromJsonString(String) |
Creates a new instance of DnsResolverDomainListProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsResolverDomainListProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |