Package-level declarations

Types

Link copied to clipboard
data class ConnectionDetailsResponse(val groupId: String, val id: String, val linkIdentifier: String, val memberName: String, val privateIpAddress: String)

Private endpoint connection proxy object properties.

Link copied to clipboard
data class DiagnosticStoragePropertiesResponse(val authenticationType: String, val connectionString: String? = null, val resourceId: String)

Customer-initiated diagnostic log collection storage properties

Link copied to clipboard
data class GetAccountResult(val hostName: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Device Update account details.

Link copied to clipboard
data class GetInstanceResult(val accountName: String, val diagnosticStorageProperties: DiagnosticStoragePropertiesResponse? = null, val enableDiagnostics: Boolean? = null, val id: String, val iotHubs: List<IotHubSettingsResponse>? = null, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Device Update instance details.

Link copied to clipboard
data class GetPrivateEndpointConnectionProxyResult(val eTag: String, val id: String, val name: String, val provisioningState: String, val remotePrivateEndpoint: RemotePrivateEndpointResponse? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String)

Private endpoint connection proxy details.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val groupIds: List<String>? = null, 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
data class GroupConnectivityInformationResponse(val customerVisibleFqdns: List<String>? = null, val groupId: String, val internalFqdn: String, val memberName: String, val privateLinkServiceArmRegion: String? = null, val redirectMapId: String? = null)

Group connectivity details.

Link copied to clipboard
data class IotHubSettingsResponse(val eventHubConnectionString: String? = null, val ioTHubConnectionString: String? = null, val resourceId: String)

Device Update account integration with IoT Hub settings.

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val groupIds: List<String>? = null, 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
data class PrivateEndpointResponse(val id: String)

The Private Endpoint resource.

Link copied to clipboard
data class PrivateLinkServiceConnectionResponse(val groupIds: List<String>? = null, val name: String? = null, val requestMessage: String? = null)

Private link service connection details.

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 PrivateLinkServiceProxyResponse(val groupConnectivityInformation: List<GroupConnectivityInformationResponse>? = null, val id: String? = null, val remotePrivateEndpointConnection: PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection? = null, val remotePrivateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null)

Private link service proxy details.

Remote private endpoint connection details.

Link copied to clipboard
data class RemotePrivateEndpointResponse(val connectionDetails: List<ConnectionDetailsResponse>? = null, val id: String? = null, val immutableResourceId: String? = null, val immutableSubscriptionId: String? = null, val location: String? = null, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceProxies: List<PrivateLinkServiceProxyResponse>? = null, val vnetTrafficTag: String? = null)

Remote private endpoint details.

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.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties