Get Connectivity Configuration Result
data class GetConnectivityConfigurationResult(val appliesToGroups: List<ConnectivityGroupItemResponse>, val connectivityTopology: String, val deleteExistingPeering: String? = null, val description: String? = null, val etag: String, val hubs: List<HubResponse>? = null, val id: String, val isGlobal: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val systemData: SystemDataResponse, val type: String)
The network manager connectivity configuration resource
Constructors
Link copied to clipboard
fun GetConnectivityConfigurationResult(appliesToGroups: List<ConnectivityGroupItemResponse>, connectivityTopology: String, deleteExistingPeering: String? = null, description: String? = null, etag: String, hubs: List<HubResponse>? = null, id: String, isGlobal: String? = null, name: String, provisioningState: String, resourceGuid: String, systemData: SystemDataResponse, type: String)