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

StreamingPolicy 构造函数

定义

重载

StreamingPolicy()

初始化 StreamingPolicy 类的新实例。

StreamingPolicy(String, String, String, DateTime, String, EnvelopeEncryption, CommonEncryptionCenc, CommonEncryptionCbcs, NoEncryption, SystemData)

初始化 StreamingPolicy 类的新实例。

StreamingPolicy()

初始化 StreamingPolicy 类的新实例。

public StreamingPolicy ();
Public Sub New ()

适用于

StreamingPolicy(String, String, String, DateTime, String, EnvelopeEncryption, CommonEncryptionCenc, CommonEncryptionCbcs, NoEncryption, SystemData)

初始化 StreamingPolicy 类的新实例。

public StreamingPolicy (string id = default, string name = default, string type = default, DateTime created = default, string defaultContentKeyPolicyName = default, Microsoft.Azure.Management.Media.Models.EnvelopeEncryption envelopeEncryption = default, Microsoft.Azure.Management.Media.Models.CommonEncryptionCenc commonEncryptionCenc = default, Microsoft.Azure.Management.Media.Models.CommonEncryptionCbcs commonEncryptionCbcs = default, Microsoft.Azure.Management.Media.Models.NoEncryption noEncryption = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.StreamingPolicy : string * string * string * DateTime * string * Microsoft.Azure.Management.Media.Models.EnvelopeEncryption * Microsoft.Azure.Management.Media.Models.CommonEncryptionCenc * Microsoft.Azure.Management.Media.Models.CommonEncryptionCbcs * Microsoft.Azure.Management.Media.Models.NoEncryption * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.StreamingPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional created As DateTime = Nothing, Optional defaultContentKeyPolicyName As String = Nothing, Optional envelopeEncryption As EnvelopeEncryption = Nothing, Optional commonEncryptionCenc As CommonEncryptionCenc = Nothing, Optional commonEncryptionCbcs As CommonEncryptionCbcs = Nothing, Optional noEncryption As NoEncryption = Nothing, Optional systemData As SystemData = Nothing)

参数

id
String

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

created
DateTime

流式处理策略的创建时间

defaultContentKeyPolicyName
String

当前流式处理策略使用的默认 ContentKey

envelopeEncryption
EnvelopeEncryption

EnvelopeEncryption 的配置

commonEncryptionCenc
CommonEncryptionCenc

CommonEncryptionCenc 的配置

commonEncryptionCbcs
CommonEncryptionCbcs

CommonEncryptionCbcs 的配置

noEncryption
NoEncryption

NoEncryption 的配置

systemData
SystemData

与此资源相关的系统元数据。

适用于