Account Args
constructor(allowedAuthenticationModes: Output<List<String>>? = null, encryption: Output<AccountEncryptionArgs>? = null, identity: Output<AccountIdentityArgs>? = null, keyVaultReference: Output<AccountKeyVaultReferenceArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, networkProfile: Output<AccountNetworkProfileArgs>? = null, poolAllocationMode: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, storageAccountAuthenticationMode: Output<String>? = null, storageAccountId: Output<String>? = null, storageAccountNodeIdentity: Output<String>? = null, tags: Output<Map<String, String>>? = null)