Get Cloud Connection Result
data class GetCloudConnectionResult(val cloudConnector: ResourceReferenceResponse? = null, val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val remoteResourceId: String? = null, val sharedKey: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualHub: ResourceReferenceResponse? = null)
Resource which represents the managed network connection between Azure Gateways and remote cloud gateways.
Constructors
Link copied to clipboard
fun GetCloudConnectionResult(cloudConnector: ResourceReferenceResponse? = null, etag: String, id: String, location: String, name: String, provisioningState: String, remoteResourceId: String? = null, sharedKey: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualHub: ResourceReferenceResponse? = null)