Compartilhar via


ElasticTagRuleCollection Class

Definition

A class representing a collection of ElasticTagRuleResource and their operations. Each ElasticTagRuleResource in the collection will belong to the same instance of ElasticMonitorResource. To get an ElasticTagRuleCollection instance call the GetElasticTagRules method from an instance of ElasticMonitorResource.

public class ElasticTagRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Elastic.ElasticTagRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Elastic.ElasticTagRuleResource>
type ElasticTagRuleCollection = class
    inherit ArmCollection
    interface seq<ElasticTagRuleResource>
    interface IEnumerable
    interface IAsyncEnumerable<ElasticTagRuleResource>
Public Class ElasticTagRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ElasticTagRuleResource), IEnumerable(Of ElasticTagRuleResource)
Inheritance
ElasticTagRuleCollection
Implements

Constructors

ElasticTagRuleCollection()

Initializes a new instance of the ElasticTagRuleCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, ElasticTagRuleData, CancellationToken)

Create or update a tag rule set for a given monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
CreateOrUpdateAsync(WaitUntil, String, ElasticTagRuleData, CancellationToken)

Create or update a tag rule set for a given monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_Get
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_Get
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
Get(String, CancellationToken)

Get a tag rule set for a given monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_Get
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
GetAll(CancellationToken)

List the tag rules for a given monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules
  • Operation Id: TagRules_List
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
GetAllAsync(CancellationToken)

List the tag rules for a given monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules
  • Operation Id: TagRules_List
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
GetAsync(String, CancellationToken)

Get a tag rule set for a given monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_Get
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_Get
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/tagRules/{ruleSetName}
  • Operation Id: TagRules_Get
  • Default Api Version: 2024-03-01
  • Resource: ElasticTagRuleResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ElasticTagRuleResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ElasticTagRuleResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to