Package-level declarations
Types
Link copied to clipboard
Information about the SKU of the IoT Central application.
Link copied to clipboard
data class GetAppResult(val applicationId: String, val displayName: String? = null, val id: String, val identity: SystemAssignedServiceIdentityResponse? = null, val location: String, val name: String, val sku: AppSkuInfoResponse, val state: String, val subdomain: String? = null, val tags: Map<String, String>? = null, val template: String? = null, val type: String)
The IoT Central application.
Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
The private endpoint connection resource.
Link copied to clipboard
The private endpoint resource.
Link copied to clipboard
data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)
A collection of information about the state of the connection between service consumer and provider.
Link copied to clipboard
data class SystemAssignedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String)
Managed service identity (either system assigned, or none)
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.