次の方法で共有


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

定義

エンティティのエンティティ ID を作成します。

public EntityId (string entityName, string entityKey);
new Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId : string * string -> Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId
Public Sub New (entityName As String, entityKey As String)

パラメーター

entityName
String

エンティティのこのクラスの名前。

entityKey
String

エンティティ キー。

適用対象