AIServicesStorageArgs

data class AIServicesStorageArgs(val identityClientId: Output<String>? = null, val storageAccountId: Output<String>) : ConvertibleToJava<AIServicesStorageArgs>

Constructors

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

Properties

Link copied to clipboard
val identityClientId: Output<String>? = null

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

Link copied to clipboard

The ID of the Storage Account.

Functions

Link copied to clipboard
open override fun toJava(): AIServicesStorageArgs