StreamingPolicy コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
このリソースに関連するシステム メタデータ。
適用対象
Azure SDK for .NET