次の方法で共有


VerifiedPartnersOperationsExtensions.GetAsync メソッド

定義

確認済みのパートナーを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.VerifiedPartner> GetAsync (this Microsoft.Azure.Management.EventGrid.IVerifiedPartnersOperations operations, string verifiedPartnerName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventGrid.IVerifiedPartnersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.VerifiedPartner>
<Extension()>
Public Function GetAsync (operations As IVerifiedPartnersOperations, verifiedPartnerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VerifiedPartner)

パラメーター

operations
IVerifiedPartnersOperations

この拡張メソッドの操作グループ。

verifiedPartnerName
String

検証済みパートナーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

検証済みパートナーのプロパティを取得します。

適用対象