Package version:

Interface VirtualNetworkProperties

Defines the resource properties.

interface VirtualNetworkProperties {
    inventoryItemId?: string;
    networkName?: string;
    provisioningState?: string;
    uuid?: string;
    vmmServerId?: string;
}

Properties

inventoryItemId?: string

Gets or sets the inventory Item ID for the resource.

networkName?: string

Name of the virtual network in vmmServer. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

uuid?: string

Unique ID of the virtual network.

vmmServerId?: string

ARM Id of the vmmServer resource in which this resource resides.