Package-level declarations
Types
Link copied to clipboard
data class AccountPropertiesResponseEndpoints(val catalog: String, val guardian: String, val scan: String)
The URIs that are the public endpoints of the account.
Link copied to clipboard
data class AccountPropertiesResponseManagedResources(val eventHubNamespace: String, val resourceGroup: String, val storageAccount: String)
Gets the resource identifiers of the managed resources.
Link copied to clipboard
Link copied to clipboard
Gets or sets the Sku.
Link copied to clipboard
Link copied to clipboard
data class GetAccountResult(val cloudConnectors: CloudConnectorsResponse? = null, val createdAt: String, val createdBy: String, val createdByObjectId: String, val endpoints: AccountPropertiesResponseEndpoints, val friendlyName: String, val id: String, val identity: IdentityResponse? = null, val location: String? = null, val managedResourceGroupName: String? = null, val managedResources: AccountPropertiesResponseManagedResources, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: AccountResponseSku, val systemData: AccountPropertiesResponseSystemData, val tags: Map<String, String>? = null, val type: String)
Account resource
Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)
A private endpoint connection class.
Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)
The Managed Identity of the resource
Link copied to clipboard
data class ListAccountKeysResult(val atlasKafkaPrimaryEndpoint: String? = null, val atlasKafkaSecondaryEndpoint: String? = null)
The Account access keys.
Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)
A private endpoint connection class.
Link copied to clipboard
A private endpoint class.
Link copied to clipboard
data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)
The private link service connection state.