Get Virtual Network Retrieve Result
data class GetVirtualNetworkRetrieveResult(val azureApiVersion: String, val extendedLocation: VirtualNetworksResponseExtendedLocation? = null, val id: String, val location: String, val name: String, val properties: VirtualNetworksPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The virtualNetworks resource definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: VirtualNetworksResponseExtendedLocation? = null, id: String, location: String, name: String, properties: VirtualNetworksPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)