Condividi tramite


ArmElasticModelFactory.ElasticTagRuleData Method

Definition

Initializes a new instance of ElasticTagRuleData.

public static Azure.ResourceManager.Elastic.ElasticTagRuleData ElasticTagRuleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Elastic.Models.ElasticTagRuleProperties properties = default);
static member ElasticTagRuleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Elastic.Models.ElasticTagRuleProperties -> Azure.ResourceManager.Elastic.ElasticTagRuleData
Public Shared Function ElasticTagRuleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As ElasticTagRuleProperties = Nothing) As ElasticTagRuleData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

properties
ElasticTagRuleProperties

Properties of the monitoring tag rules.

Returns

A new ElasticTagRuleData instance for mocking.

Applies to