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
constructor(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)
Properties
Link copied to clipboard
The cloud connector which discovered the remote resource.
Link copied to clipboard
The provisioning state of the cloud collection resource.
Link copied to clipboard
Identifier for the remote cloud resource
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The virtualHub to which the cloud connection belongs.