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