TemplateSpecVersionsOperationsExtensions.List Method

Definition

Lists all the Template Spec versions in the specified Template Spec.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersion> List (this Microsoft.Azure.Management.ResourceManager.ITemplateSpecVersionsOperations operations, string resourceGroupName, string templateSpecName);
static member List : Microsoft.Azure.Management.ResourceManager.ITemplateSpecVersionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersion>
<Extension()>
Public Function List (operations As ITemplateSpecVersionsOperations, resourceGroupName As String, templateSpecName As String) As IPage(Of TemplateSpecVersion)

Parameters

operations
ITemplateSpecVersionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

templateSpecName
String

Name of the Template Spec.

Returns

Applies to