DataCollectionRuleIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleIdentityTypeConverter))]
public class DataCollectionRuleIdentity : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRuleIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleIdentityTypeConverter))>]
type DataCollectionRuleIdentity = class
    interface IDataCollectionRuleIdentity
    interface IJsonSerializable
Public Class DataCollectionRuleIdentity
Implements IDataCollectionRuleIdentity
Inheritance
DataCollectionRuleIdentity
Attributes
Implements

Constructors

DataCollectionRuleIdentity()

Creates an new DataCollectionRuleIdentity instance.

Properties

AssociationName

The name of the association. The name is case insensitive.

DataCollectionEndpointName

The name of the data collection endpoint. The name is case insensitive.

DataCollectionRuleName

The name of the data collection rule. The name is case insensitive.

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

ResourceUri

The identifier of the resource.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionRuleIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionRuleIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRuleIdentity.

FromJsonString(String)

Creates a new instance of DataCollectionRuleIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionRuleIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to