StorageAccountArgs

constructor(accessTier: Output<AccessTier>? = null, accountName: Output<String>? = null, allowBlobPublicAccess: Output<Boolean>? = null, allowCrossTenantReplication: Output<Boolean>? = null, allowSharedKeyAccess: Output<Boolean>? = null, allowedCopyScope: Output<Either<String, AllowedCopyScope>>? = null, azureFilesIdentityBasedAuthentication: Output<AzureFilesIdentityBasedAuthenticationArgs>? = null, customDomain: Output<CustomDomainArgs>? = null, defaultToOAuthAuthentication: Output<Boolean>? = null, dnsEndpointType: Output<Either<String, DnsEndpointType>>? = null, enableExtendedGroups: Output<Boolean>? = null, enableHttpsTrafficOnly: Output<Boolean>? = null, enableNfsV3: Output<Boolean>? = null, encryption: Output<EncryptionArgs>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, identity: Output<IdentityArgs>? = null, immutableStorageWithVersioning: Output<ImmutableStorageAccountArgs>? = null, isHnsEnabled: Output<Boolean>? = null, isLocalUserEnabled: Output<Boolean>? = null, isSftpEnabled: Output<Boolean>? = null, keyPolicy: Output<KeyPolicyArgs>? = null, kind: Output<Either<String, Kind>>? = null, largeFileSharesState: Output<Either<String, LargeFileSharesState>>? = null, location: Output<String>? = null, minimumTlsVersion: Output<Either<String, MinimumTlsVersion>>? = null, networkRuleSet: Output<NetworkRuleSetArgs>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, routingPreference: Output<RoutingPreferenceArgs>? = null, sasPolicy: Output<SasPolicyArgs>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null)