VirtualNetworkLinkSubResourceProperties 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.
The reference to the virtual network link that associates between the DNS forwarding ruleset and virtual network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.VirtualNetworkLinkSubResourcePropertiesTypeConverter))]
public class VirtualNetworkLinkSubResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IVirtualNetworkLinkSubResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.VirtualNetworkLinkSubResourcePropertiesTypeConverter))>]
type VirtualNetworkLinkSubResourceProperties = class
interface IVirtualNetworkLinkSubResourceProperties
interface IJsonSerializable
Public Class VirtualNetworkLinkSubResourceProperties
Implements IVirtualNetworkLinkSubResourceProperties
- Inheritance
-
VirtualNetworkLinkSubResourceProperties
- Attributes
- Implements
Constructors
VirtualNetworkLinkSubResourceProperties() |
Creates an new VirtualNetworkLinkSubResourceProperties instance. |
Properties
VirtualNetworkLinkId |
Resource ID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkLinkSubResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkLinkSubResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IVirtualNetworkLinkSubResourceProperties. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkLinkSubResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkLinkSubResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |