TemplateSpecsOperationsExtensions Class

Definition

Extension methods for TemplateSpecsOperations.

public static class TemplateSpecsOperationsExtensions
type TemplateSpecsOperationsExtensions = class
Public Module TemplateSpecsOperationsExtensions
Inheritance
TemplateSpecsOperationsExtensions

Methods

CreateOrUpdate(ITemplateSpecsOperations, String, String, TemplateSpec)

Creates or updates a Template Spec.

CreateOrUpdateAsync(ITemplateSpecsOperations, String, String, TemplateSpec, CancellationToken)

Creates or updates a Template Spec.

Delete(ITemplateSpecsOperations, String, String)

Deletes a Template Spec by name. When operation completes, status code 200 returned without content.

DeleteAsync(ITemplateSpecsOperations, String, String, CancellationToken)

Deletes a Template Spec by name. When operation completes, status code 200 returned without content.

Get(ITemplateSpecsOperations, String, String, String)

Gets a Template Spec with a given name.

GetAsync(ITemplateSpecsOperations, String, String, String, CancellationToken)

Gets a Template Spec with a given name.

ListByResourceGroup(ITemplateSpecsOperations, String, String)

Lists all the Template Specs within the specified resource group.

ListByResourceGroupAsync(ITemplateSpecsOperations, String, String, CancellationToken)

Lists all the Template Specs within the specified resource group.

ListByResourceGroupNext(ITemplateSpecsOperations, String)

Lists all the Template Specs within the specified resource group.

ListByResourceGroupNextAsync(ITemplateSpecsOperations, String, CancellationToken)

Lists all the Template Specs within the specified resource group.

ListBySubscription(ITemplateSpecsOperations, String)

Lists all the Template Specs within the specified subscriptions.

ListBySubscriptionAsync(ITemplateSpecsOperations, String, CancellationToken)

Lists all the Template Specs within the specified subscriptions.

ListBySubscriptionNext(ITemplateSpecsOperations, String)

Lists all the Template Specs within the specified subscriptions.

ListBySubscriptionNextAsync(ITemplateSpecsOperations, String, CancellationToken)

Lists all the Template Specs within the specified subscriptions.

Update(ITemplateSpecsOperations, String, String, TemplateSpecUpdateModel)

Updates Template Spec tags with specified values.

UpdateAsync(ITemplateSpecsOperations, String, String, TemplateSpecUpdateModel, CancellationToken)

Updates Template Spec tags with specified values.

Applies to