Account Args
constructor(accountName: Output<String>? = null, defaultGroup: Output<String>? = null, encryptionConfig: Output<EncryptionConfigArgs>? = null, encryptionState: Output<EncryptionState>? = null, firewallAllowAzureIps: Output<FirewallAllowAzureIpsState>? = null, firewallRules: Output<List<CreateFirewallRuleWithAccountParametersArgs>>? = null, firewallState: Output<FirewallState>? = null, identity: Output<EncryptionIdentityArgs>? = null, location: Output<String>? = null, newTier: Output<TierType>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, trustedIdProviderState: Output<TrustedIdProviderState>? = null, trustedIdProviders: Output<List<CreateTrustedIdProviderWithAccountParametersArgs>>? = null, virtualNetworkRules: Output<List<CreateVirtualNetworkRuleWithAccountParametersArgs>>? = null)