Share via


VirtualNetworkPropertiesInfraVnetProfile Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesInfraVnetProfileTypeConverter))]
public class VirtualNetworkPropertiesInfraVnetProfile : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesInfraVnetProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesInfraVnetProfileTypeConverter))>]
type VirtualNetworkPropertiesInfraVnetProfile = class
    interface IVirtualNetworkPropertiesInfraVnetProfile
    interface IJsonSerializable
Public Class VirtualNetworkPropertiesInfraVnetProfile
Implements IVirtualNetworkPropertiesInfraVnetProfile
Inheritance
VirtualNetworkPropertiesInfraVnetProfile
Attributes
Implements

Constructors

VirtualNetworkPropertiesInfraVnetProfile()

Creates an new VirtualNetworkPropertiesInfraVnetProfile instance.

Properties

HciMocGroup

Group in MOC(Microsoft On-premises Cloud)

HciMocLocation

Location in MOC(Microsoft On-premises Cloud)

HciMocVnetName

Virtual Network name in MOC(Microsoft On-premises Cloud)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkPropertiesInfraVnetProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkPropertiesInfraVnetProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesInfraVnetProfile.

FromJsonString(String)

Creates a new instance of VirtualNetworkPropertiesInfraVnetProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkPropertiesInfraVnetProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to