Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
data class GetCloudConnectorResult(val accountId: String? = null, val cloudType: String? = null, val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Cloud Connector resource.
Link copied to clipboard
Resource reference properties.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.