Batch Account Args
constructor(accountName: Output<String>? = null, allowedAuthenticationModes: Output<List<AuthenticationMode>>? = null, autoStorage: Output<AutoStorageBasePropertiesArgs>? = null, encryption: Output<EncryptionPropertiesArgs>? = null, identity: Output<BatchAccountIdentityArgs>? = null, keyVaultReference: Output<KeyVaultReferenceArgs>? = null, location: Output<String>? = null, networkProfile: Output<NetworkProfileArgs>? = null, poolAllocationMode: Output<PoolAllocationMode>? = null, publicNetworkAccess: Output<PublicNetworkAccessType>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)