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

MediaServiceUpdate 类

定义

媒体服务帐户更新。

[Microsoft.Rest.Serialization.JsonTransformation]
public class MediaServiceUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MediaServiceUpdate = class
Public Class MediaServiceUpdate
继承
MediaServiceUpdate
属性

构造函数

MediaServiceUpdate()

初始化 MediaServiceUpdate 类的新实例。

MediaServiceUpdate(IDictionary<String,String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity)

初始化 MediaServiceUpdate 类的新实例。

属性

Encryption

获取或设置帐户加密属性。

Identity

获取或设置媒体服务帐户的托管标识。

KeyDelivery

获取或设置媒体服务帐户的密钥传递属性。

MediaServiceId

获取媒体服务帐户 ID。

PublicNetworkAccess

获取或设置媒体服务帐户下的资源是否允许公用网络访问。 可能的值包括:“Enabled”、“Disabled”

StorageAccounts

获取或设置此资源的存储帐户。

StorageAuthentication

获取或设置可能的值,包括:“System”、“ManagedIdentity”

Tags

获取或设置资源标记。

方法

Validate()

验证 对象。

适用于