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