List Effective Virtual Network By Network Manager Result
data class ListEffectiveVirtualNetworkByNetworkManagerResult(val skipToken: String? = null, val value: List<EffectiveVirtualNetworkResponse>? = null)
Result of the request to list Effective Virtual Network. It contains a list of groups and a URL link to get the next set of results.
Constructors
Link copied to clipboard
fun ListEffectiveVirtualNetworkByNetworkManagerResult(skipToken: String? = null, value: List<EffectiveVirtualNetworkResponse>? = null)