Routing Storage Container Properties Args
data class RoutingStorageContainerPropertiesArgs(val authenticationType: Output<Either<String, AuthenticationType>>? = null, val batchFrequencyInSeconds: Output<Int>? = null, val connectionString: Output<String>? = null, val containerName: Output<String>, val encoding: Output<String>? = null, val endpointUri: Output<String>? = null, val fileNameFormat: Output<String>? = null, val id: Output<String>? = null, val maxChunkSizeInBytes: Output<Int>? = null, val name: Output<String>, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<RoutingStorageContainerPropertiesArgs>
The properties related to a storage container endpoint.
Constructors
Link copied to clipboard
fun RoutingStorageContainerPropertiesArgs(authenticationType: Output<Either<String, AuthenticationType>>? = null, batchFrequencyInSeconds: Output<Int>? = null, connectionString: Output<String>? = null, containerName: Output<String>, encoding: Output<String>? = null, endpointUri: Output<String>? = null, fileNameFormat: Output<String>? = null, id: Output<String>? = null, maxChunkSizeInBytes: Output<Int>? = null, name: Output<String>, resourceGroup: Output<String>? = null, subscriptionId: Output<String>? = null)