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