List Network Manager Effective Connectivity Configurations Result
data class ListNetworkManagerEffectiveConnectivityConfigurationsResult(val skipToken: String? = null, val value: List<EffectiveConnectivityConfigurationResponse>? = null)
Result of the request to list networkManagerEffectiveConnectivityConfiguration. It contains a list of groups and a skiptoken to get the next set of results.
Constructors
Link copied to clipboard
constructor(skipToken: String? = null, value: List<EffectiveConnectivityConfigurationResponse>? = null)