Get Managed Network Result
data class GetManagedNetworkResult(val connectivity: ConnectivityCollectionResponse, val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val scope: ScopeResponse? = null, val tags: Map<String, String>? = null, val type: String)
The Managed Network resource
Constructors
Link copied to clipboard
fun GetManagedNetworkResult(connectivity: ConnectivityCollectionResponse, etag: String, id: String, location: String, name: String, provisioningState: String, scope: ScopeResponse? = null, tags: Map<String, String>? = null, type: String)