DnsResolverDomainListPatchProperties 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 updatable properties of a DNS resolver domain list.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.DnsResolverDomainListPatchPropertiesTypeConverter))]
public class DnsResolverDomainListPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainListPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.DnsResolverDomainListPatchPropertiesTypeConverter))>]
type DnsResolverDomainListPatchProperties = class
interface IDnsResolverDomainListPatchProperties
interface IJsonSerializable
Public Class DnsResolverDomainListPatchProperties
Implements IDnsResolverDomainListPatchProperties
- Inheritance
-
DnsResolverDomainListPatchProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DnsResolverDomainListPatchProperties() |
Creates an new DnsResolverDomainListPatchProperties instance. |
Properties
| Name | Description |
|---|---|
| Domain |
The domains in the domain list. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsResolverDomainListPatchProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsResolverDomainListPatchProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainListPatchProperties. |
| FromJsonString(String) |
Creates a new instance of DnsResolverDomainListPatchProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsResolverDomainListPatchProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |