TemplateSpecsOperationsExtensions.ListBySubscription Method

Definition

Lists all the Template Specs within the specified subscriptions.

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)

Parameters

operations
ITemplateSpecsOperations

The operations group for this extension method.

expand
String

Allows for expansion of additional Template Spec details in the response. Optional. Possible values include: 'versions'

Returns

Applies to