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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET