Azure File Datastore Args
data class AzureFileDatastoreArgs(val accountName: Output<String>, val credentials: Output<Any>, val datastoreType: Output<String>, val description: Output<String>? = null, val endpoint: Output<String>? = null, val fileShareName: Output<String>, val properties: Output<Map<String, String>>? = null, val protocol: Output<String>? = null, val serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureFileDatastoreArgs>
Azure File datastore configuration.
Constructors
Link copied to clipboard
constructor(accountName: Output<String>, credentials: Output<Any>, datastoreType: Output<String>, description: Output<String>? = null, endpoint: Output<String>? = null, fileShareName: Output<String>, properties: Output<Map<String, String>>? = null, protocol: Output<String>? = null, serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Required Storage account name.
Link copied to clipboard
Required Account credentials.
Link copied to clipboard
Enum to determine the datastore contents type. Expected value is 'AzureFile'.
Link copied to clipboard
The asset description text.
Link copied to clipboard
Required The name of the Azure file share that the datastore points to.
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Indicates which identity to use to authenticate service data access to customer's storage.