次の方法で共有


AuthenticationTokenSettings コンストラクター

定義

オーバーロード

AuthenticationTokenSettings()

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

AuthenticationTokenSettings(IList<AccessScope>)

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

AuthenticationTokenSettings()

ソース:
AuthenticationTokenSettings.cs

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

public AuthenticationTokenSettings();
Public Sub New ()

適用対象

AuthenticationTokenSettings(IList<AccessScope>)

ソース:
AuthenticationTokenSettings.cs

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

public AuthenticationTokenSettings(System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.AccessScope> access = default);
new Microsoft.Azure.Batch.Protocol.Models.AuthenticationTokenSettings : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.AccessScope> -> Microsoft.Azure.Batch.Protocol.Models.AuthenticationTokenSettings
Public Sub New (Optional access As IList(Of AccessScope) = Nothing)

パラメーター

access
IList<AccessScope>

トークンがアクセスを許可する Batch リソース。

適用対象