TemplateSpecCollection.GetAllAsync 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 resource group.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Resources/templateSpecs
- Operation Id: TemplateSpecs_ListByResourceGroup
- Default Api Version: 2021-05-01
- Resource: TemplateSpecResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.TemplateSpecResource> GetAllAsync (Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.TemplateSpecResource>
override this.GetAllAsync : Nullable<Azure.ResourceManager.Resources.Models.TemplateSpecExpandKind> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.TemplateSpecResource>
Public Overridable Function GetAllAsync (Optional expand As Nullable(Of TemplateSpecExpandKind) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TemplateSpecResource)
Parameters
- expand
- Nullable<TemplateSpecExpandKind>
Allows for expansion of additional Template Spec details in the response. Optional.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of TemplateSpecResource that may take multiple service requests to iterate over.