次の方法で共有


DefaultKey コンストラクター

定義

オーバーロード

DefaultKey()

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

DefaultKey(String, String)

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

DefaultKey()

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

public DefaultKey ();
Public Sub New ()

適用対象

DefaultKey(String, String)

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

public DefaultKey (string label = default, string policyName = default);
new Microsoft.Azure.Management.Media.Models.DefaultKey : string * string -> Microsoft.Azure.Management.Media.Models.DefaultKey
Public Sub New (Optional label As String = Nothing, Optional policyName As String = Nothing)

パラメーター

label
String

ラベルは、ストリーミング ロケーターの作成時にコンテンツ キーを指定するために使用できます

policyName
String

既定のキーで使用されるポリシー

適用対象