TemplateSpecsOperationsExtensions.ListBySubscription メソッド

定義

指定したサブスクリプション内のすべてのテンプレート スペックを一覧表示します。

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

パラメーター

operations
ITemplateSpecsOperations

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

expand
String

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

戻り値

適用対象