TemplateSpecsOperationsExtensions.ListByResourceGroupAsync メソッド

定義

指定したリソース グループ内のすべてのテンプレート スペックを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec>> ListByResourceGroupAsync (this Microsoft.Azure.Management.ResourceManager.ITemplateSpecsOperations operations, string resourceGroupName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.ResourceManager.ITemplateSpecsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As ITemplateSpecsOperations, resourceGroupName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TemplateSpec))

パラメーター

operations
ITemplateSpecsOperations

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

resourceGroupName
String

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

expand
String

応答で追加のテンプレート スペックの詳細を拡張できます。 省略可能。 使用可能な値は次のとおりです: 'versions'

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象