次の方法で共有


ActionGroupsOperationsExtensions.GetAsync メソッド

定義

アクション グループを取得します。

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

パラメーター

operations
IActionGroupsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

actionGroupName
String

アクション グループの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象