ITemplateSpecsOperations Interface

Definition

TemplateSpecsOperations operations.

public interface ITemplateSpecsOperations
type ITemplateSpecsOperations = interface
Public Interface ITemplateSpecsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, TemplateSpec, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Template Spec.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Template Spec with a given name.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Template Specs within the specified resource group.

ListByResourceGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Template Specs within the specified resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Template Specs within the specified subscriptions.

ListBySubscriptionWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Template Specs within the specified subscriptions.

UpdateWithHttpMessagesAsync(String, String, TemplateSpecUpdateModel, Dictionary<String,List<String>>, CancellationToken)

Updates Template Spec tags with specified values.

Extension 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