Get Virtual Network Result
data class GetVirtualNetworkResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The extended location.
Link copied to clipboard
Gets or sets the inventory Item ID for the resource.
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
ARM Id of the vmmServer resource in which this resource resides.