你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccountUpdateParameters 类

更新存储帐户属性时可以提供的参数。

继承
azure.mgmt.storage._serialization.Model
StorageAccountUpdateParameters

构造函数

StorageAccountUpdateParameters(*, sku: _models.Sku | None = None, tags: Dict[str, str] | None = None, identity: _models.Identity | None = None, kind: str | _models.Kind | None = None, custom_domain: _models.CustomDomain | None = None, encryption: _models.Encryption | None = None, access_tier: str | _models.AccessTier | None = None, azure_files_identity_based_authentication: _models.AzureFilesIdentityBasedAuthentication | None = None, enable_https_traffic_only: bool | None = None, network_rule_set: _models.NetworkRuleSet | None = None, large_file_shares_state: str | _models.LargeFileSharesState | None = None, routing_preference: _models.RoutingPreference | None = None, allow_blob_public_access: bool | None = None, minimum_tls_version: str | _models.MinimumTlsVersion | None = None, allow_shared_key_access: bool | None = None, **kwargs)

变量

sku
Sku

获取或设置 SKU 名称。 请注意,SKU 名称不能更新为Standard_ZRS、Premium_LRS或Premium_ZRS,也不能将这些 SKU 名称的帐户更新为任何其他值。

tags
dict[str, str]

获取或设置描述资源的键值对的列表。 在查看此资源和为此资源分组(跨资源组)时,可以使用这些标记。 最多可以为一个资源提供 15 个标记。 每个标记必须具有长度不超过 128 个字符的键和长度不超过 256 个字符的值。

identity
Identity

资源的标识。

kind
strKind

可选。 指示存储帐户的类型。 目前只有服务器支持的 StorageV2 值。 已知值为:“Storage”、“StorageV2”、“BlobStorage”、“FileStorage”和“BlockBlobStorage”。

custom_domain
CustomDomain

用户分配给存储帐户的自定义域。 Name 是 CNAME 源。 目前每个存储帐户仅支持一个自定义域。 若要清除现有自定义域,请对自定义域名属性使用空字符串。

encryption
Encryption

提供帐户上的加密设置。 默认设置未加密。

access_tier
strAccessTier

对于类型 = BlobStorage 的存储帐户是必需的。 用于计费的访问层。 已知值为:“Hot”和“Cool”。

azure_files_identity_based_authentication
AzureFilesIdentityBasedAuthentication

为Azure 文件存储提供基于标识的身份验证设置。

enable_https_traffic_only
bool

仅当设置为 true 时,才允许将 https 流量发送到存储服务。

network_rule_set
NetworkRuleSet

网络规则集。

large_file_shares_state
strLargeFileSharesState

如果设置为 Enabled,则允许大型文件共享。 启用后,无法禁用它。 已知值为:“Disabled”和“Enabled”。

routing_preference
RoutingPreference

维护用户选择用于数据传输的网络路由的相关信息。

allow_blob_public_access
bool

允许或禁止对存储帐户中所有 Blob 或容器的公共访问。 此属性的默认解释为 true。

minimum_tls_version
strMinimumTlsVersion

设置对存储的请求所允许的最低 TLS 版本。 此属性的默认解释为 TLS 1.0。 已知值为:“TLS1_0”、“TLS1_1”和“TLS1_2”。

allow_shared_key_access
bool

指示存储帐户是否允许通过共享密钥通过帐户访问密钥授权请求。 如果为 false,则必须使用 Azure Active Directory (Azure AD) 授权所有请求(包括共享访问签名)。 默认值为 null,等效于 true。