List Active Connectivity Configuration Result
data class ListActiveConnectivityConfigurationResult(val skipToken: String? = null, val value: List<ActiveConnectivityConfigurationResponse>? = null)
Result of the request to list active connectivity configurations. It contains a list of active connectivity configurations and a skiptoken to get the next set of results.
Constructors
Link copied to clipboard
constructor(skipToken: String? = null, value: List<ActiveConnectivityConfigurationResponse>? = null)