AIServicesStorage

data class AIServicesStorage(val identityClientId: String? = null, val storageAccountId: String)

Constructors

Link copied to clipboard
constructor(identityClientId: String? = null, storageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID of the Managed Identity associated with the Storage Account.

Link copied to clipboard

The ID of the Storage Account.