次の方法で共有


ContentKeyPolicy コンストラクター

定義

オーバーロード

ContentKeyPolicy()

ContentKeyPolicy クラスの新しいインスタンスを初期化します。

ContentKeyPolicy(IList<ContentKeyPolicyOption>, String, String, String, Guid, DateTime, DateTime, String, SystemData)

ContentKeyPolicy クラスの新しいインスタンスを初期化します。

ContentKeyPolicy()

ContentKeyPolicy クラスの新しいインスタンスを初期化します。

public ContentKeyPolicy ();
Public Sub New ()

適用対象

ContentKeyPolicy(IList<ContentKeyPolicyOption>, String, String, String, Guid, DateTime, DateTime, String, SystemData)

ContentKeyPolicy クラスの新しいインスタンスを初期化します。

public ContentKeyPolicy (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> options, string id = default, string name = default, string type = default, Guid policyId = default, DateTime created = default, DateTime lastModified = default, string description = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicy : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> * string * string * string * Guid * DateTime * DateTime * string * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicy
Public Sub New (options As IList(Of ContentKeyPolicyOption), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional policyId As Guid = Nothing, Optional created As DateTime = Nothing, Optional lastModified As DateTime = Nothing, Optional description As String = Nothing, Optional systemData As SystemData = Nothing)

パラメーター

options
IList<ContentKeyPolicyOption>

キー ポリシーのオプション。

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

policyId
Guid

従来のポリシー ID。

created
DateTime

ポリシーの作成日

lastModified
DateTime

ポリシーの最終変更日

description
String

ポリシーの説明。

systemData
SystemData

このリソースに関連するシステム メタデータ。

適用対象