次の方法で共有


ManagedIdentityTokenSource(String, ManagedIdentityOptions) コンストラクター

定義

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

public ManagedIdentityTokenSource (string resource, Microsoft.Azure.WebJobs.Extensions.DurableTask.ManagedIdentityOptions options = default);
new Microsoft.Azure.WebJobs.Extensions.DurableTask.ManagedIdentityTokenSource : string * Microsoft.Azure.WebJobs.Extensions.DurableTask.ManagedIdentityOptions -> Microsoft.Azure.WebJobs.Extensions.DurableTask.ManagedIdentityTokenSource
Public Sub New (resource As String, Optional options As ManagedIdentityOptions = Nothing)

パラメーター

resource
String

呼び出される Web API の Azure Active Directory リソース識別子。 たとえば、https://management.core.windows.net/.default または https://graph.microsoft.com/.default です。

options
ManagedIdentityOptions

認証時に使用するオプションの Azure 資格情報オプション。

適用対象