Language

InboundEndpointPatch Class

Definition

Describes an inbound endpoint for a DNS resolver for PATCH operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.InboundEndpointPatchTypeConverter))]
public class InboundEndpointPatch : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpointPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.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.Api20230701Preview.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.

Applies to