TemplateSpecsOperationsExtensions.ListBySubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET