TemplateSpecsOperationsExtensions.ListByResourceGroup メソッド

定義

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

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

パラメーター

operations
ITemplateSpecsOperations

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

resourceGroupName
String

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

expand
String

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

戻り値

適用対象