Package-level declarations

Types

Link copied to clipboard
data class DatastoreResponse(val adxClusterResourceId: String? = null, val kustoClusterDisplayName: String? = null, val kustoClusterUri: String, val kustoDataIngestionUri: String, val kustoDatabaseName: String, val kustoManagementUrl: String, val kustoOfferingType: String)

The properties of a data store.

Link copied to clipboard
data class GetAlertRuleResourceResult(val alertRuleResourceId: String, val alertRuleTemplateId: String, val alertRuleTemplateVersion: String, val createdWithProperties: String, val creationTime: String, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Link copied to clipboard
data class GetSharedPrivateLinkResourceResult(val dnsZone: String? = null, val groupId: String, val id: String, val name: String, val privateLinkResourceId: String, val provisioningState: String, val requestMessage: String, val status: String, val systemData: SystemDataResponse, val type: String)

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Link copied to clipboard
data class GetTargetResult(val connectionServerName: String, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val targetAuthenticationType: String, val targetType: String, val targetVault: VaultSecretResponse? = null, val type: String)

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Link copied to clipboard
data class GetWatcherResult(val datastore: DatastoreResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val provisioningState: String, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The DatabaseWatcherProviderHub resource.

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 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

Link copied to clipboard
data class VaultSecretResponse(val akvResourceId: String? = null, val akvTargetPassword: String? = null, val akvTargetUser: String? = null)

The vault specific details required if using SQL authentication to connect to a target.