TagsOperationsExtensions Class

Definition

Extension methods for TagsOperations.

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

Methods

CreateOrUpdateAsync(ITagsOperations, String, CancellationToken)

Creates a predefined tag name.

CreateOrUpdateAtScopeAsync(ITagsOperations, String, TagsInner, CancellationToken)

Creates or updates the entire set of tags on a resource or subscription.

CreateOrUpdateValueAsync(ITagsOperations, String, String, CancellationToken)

Creates a predefined value for a predefined tag name.

DeleteAsync(ITagsOperations, String, CancellationToken)

Deletes a predefined tag name.

DeleteAtScopeAsync(ITagsOperations, String, CancellationToken)

Deletes the entire set of tags on a resource or subscription.

DeleteValueAsync(ITagsOperations, String, String, CancellationToken)

Deletes a predefined tag value for a predefined tag name.

GetAtScopeAsync(ITagsOperations, String, CancellationToken)

Gets the entire set of tags on a resource or subscription.

ListAsync(ITagsOperations, CancellationToken)

Gets a summary of tag usage under the subscription.

ListNextAsync(ITagsOperations, String, CancellationToken)

Gets a summary of tag usage under the subscription.

UpdateAtScopeAsync(ITagsOperations, String, TagsPatchResource, CancellationToken)

Selectively updates the set of tags on a resource or subscription.

Applies to