Get Network Result
data class GetNetworkResult(val id: String, val location: String, val name: String, val properties: NetworkResourcePropertiesResponse, val tags: Map<String, String>? = null, val type: String)
This type describes a network resource.
Constructors
Link copied to clipboard
fun GetNetworkResult(id: String, location: String, name: String, properties: NetworkResourcePropertiesResponse, tags: Map<String, String>? = null, type: String)