TemplateSpecsOperationsExtensions.ListBySubscriptionAsync メソッド

定義

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

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

パラメーター

operations
ITemplateSpecsOperations

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

expand
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象