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.