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