VirtualNetworkPropertiesInfraVnetProfileHci 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.
Infrastructure network profile for HCI platform
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesInfraVnetProfileHciTypeConverter))]
public class VirtualNetworkPropertiesInfraVnetProfileHci : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesInfraVnetProfileHci
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesInfraVnetProfileHciTypeConverter))>]
type VirtualNetworkPropertiesInfraVnetProfileHci = class
interface IVirtualNetworkPropertiesInfraVnetProfileHci
interface IJsonSerializable
Public Class VirtualNetworkPropertiesInfraVnetProfileHci
Implements IVirtualNetworkPropertiesInfraVnetProfileHci
- Inheritance
-
VirtualNetworkPropertiesInfraVnetProfileHci
- Attributes
- Implements
Constructors
VirtualNetworkPropertiesInfraVnetProfileHci() |
Creates an new VirtualNetworkPropertiesInfraVnetProfileHci instance. |
Properties
MocGroup |
Group in MOC(Microsoft On-premises Cloud) |
MocLocation |
Location in MOC(Microsoft On-premises Cloud) |
MocVnetName |
Virtual Network name in MOC(Microsoft On-premises Cloud) |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkPropertiesInfraVnetProfileHci. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkPropertiesInfraVnetProfileHci. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesInfraVnetProfileHci. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkPropertiesInfraVnetProfileHci, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkPropertiesInfraVnetProfileHci into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |