GetVirtualNetworkResult

data class GetVirtualNetworkResult(val extendedLocation: ExtendedLocationResponse, val id: String, val inventoryItemId: String? = null, val location: String, val name: String, val networkName: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String? = null, val vmmServerId: String? = null)

The VirtualNetworks resource definition.

Constructors

Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse, id: String, inventoryItemId: String? = null, location: String, name: String, networkName: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String? = null, vmmServerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The extended location.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val inventoryItemId: String? = null

Gets or sets the inventory Item ID for the resource.

Link copied to clipboard

Gets or sets the location.

Link copied to clipboard

Resource Name

Link copied to clipboard

Name of the virtual network in vmmServer.

Link copied to clipboard

Gets or sets the provisioning state.

Link copied to clipboard

The system data.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource Type

Link copied to clipboard
val uuid: String? = null

Unique ID of the virtual network.

Link copied to clipboard
val vmmServerId: String? = null

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