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

MediaServiceUpdate 类

媒体服务帐户更新。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.media._serialization.Model
MediaServiceUpdate

构造函数

MediaServiceUpdate(*, tags: Dict[str, str] | None = None, identity: _models.MediaServiceIdentity | None = None, storage_accounts: List[_models.StorageAccount] | None = None, storage_authentication: str | _models.StorageAuthentication | None = None, encryption: _models.AccountEncryption | None = None, key_delivery: _models.KeyDelivery | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, **kwargs)

变量

tags
dict[str, str]

资源标记。

identity
MediaServiceIdentity

媒体服务的托管标识帐户。

media_service_id
str

媒体服务帐户 ID。

storage_accounts
list[StorageAccount]

此资源的存储帐户。

storage_authentication
strStorageAuthentication

已知值为:“System”和“ManagedIdentity”。

encryption
AccountEncryption

帐户加密属性。

key_delivery
KeyDelivery

媒体服务帐户的密钥传递属性。

public_network_access
strPublicNetworkAccess

媒体服务帐户下的资源是否允许公用网络访问。 已知值为:“Enabled”和“Disabled”。

provisioning_state
strProvisioningState

媒体服务帐户的预配状态。 已知值为:“Failed”、“InProgress”和“Succeeded”。

private_endpoint_connections
list[PrivateEndpointConnection]

为媒体服务帐户创建的专用终结点连接。