Share via


VirtualNetworkProperties Class

Definition

Describes the properties of a Virtual Network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualNetworkPropertiesTypeConverter))]
public class VirtualNetworkProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualNetworkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualNetworkPropertiesTypeConverter))>]
type VirtualNetworkProperties = class
    interface IVirtualNetworkProperties
    interface IJsonSerializable
Public Class VirtualNetworkProperties
Implements IVirtualNetworkProperties
Inheritance
VirtualNetworkProperties
Attributes
Implements

Constructors

VirtualNetworkProperties()

Creates an new VirtualNetworkProperties instance.

Properties

CustomResourceName

Gets the name of the corresponding resource in Kubernetes.

InventoryItemId

Gets or sets the inventory Item ID for the virtual network.

MoName

Gets or sets the vCenter Managed Object name for the virtual network.

MoRefId

Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network.

ProvisioningState

Gets the provisioning state.

Statuses

The resource status information.

Uuid

Gets or sets a unique identifier for this resource.

VCenterId

Gets or sets the ARM Id of the vCenter resource in which this template resides.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualNetworkProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to