次の方法で共有


ChannelsOperationsExtensions.GetAsync メソッド

定義

チャネルを取得します。

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

パラメーター

operations
IChannelsOperations

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

resourceGroupName
String

パートナー サブスクリプション内のリソース グループの名前。

partnerNamespaceName
String

パートナー名前空間の名前。

channelName
String

チャネルの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

チャネルのプロパティを取得します。

適用対象