次の方法で共有


AlertsManagementExtensions.GetSmartGroupAsync メソッド

定義

特定のスマート グループに関連する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • 操作IdSmartGroups_GetById
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.SmartGroupResource>> GetSmartGroupAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Guid smartGroupId, System.Threading.CancellationToken cancellationToken = default);
static member GetSmartGroupAsync : Azure.ResourceManager.Resources.SubscriptionResource * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.SmartGroupResource>>
<Extension()>
Public Function GetSmartGroupAsync (subscriptionResource As SubscriptionResource, smartGroupId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SmartGroupResource))

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

smartGroupId
Guid

スマート グループの一意の ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象