Storage Endpoint Properties Args
data class StorageEndpointPropertiesArgs(val authenticationType: Output<Either<String, AuthenticationType>>? = null, val connectionString: Output<String>, val containerName: Output<String>, val identity: Output<ManagedIdentityArgs>? = null, val sasTtlAsIso8601: Output<String>? = null) : ConvertibleToJava<StorageEndpointPropertiesArgs>
The properties of the Azure Storage endpoint for file upload.
Constructors
Link copied to clipboard
fun StorageEndpointPropertiesArgs(authenticationType: Output<Either<String, AuthenticationType>>? = null, connectionString: Output<String>, containerName: Output<String>, identity: Output<ManagedIdentityArgs>? = null, sasTtlAsIso8601: Output<String>? = null)