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