DataCollectionRuleAssociation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of association of a data collection rule with a monitored Azure resource.
public class DataCollectionRuleAssociation
type DataCollectionRuleAssociation = class
Public Class DataCollectionRuleAssociation
- Inheritance
-
DataCollectionRuleAssociation
Constructors
DataCollectionRuleAssociation() |
Initializes a new instance of the DataCollectionRuleAssociation class. |
DataCollectionRuleAssociation(String, String, String, String, DataCollectionRuleAssociationMetadata) |
Initializes a new instance of the DataCollectionRuleAssociation class. |
Properties
DataCollectionEndpointId |
Gets or sets the resource ID of the data collection endpoint that is to be associated. |
DataCollectionRuleId |
Gets or sets the resource ID of the data collection rule that is to be associated. |
Description |
Gets or sets description of the association. |
Metadata |
Gets metadata about the resource |
ProvisioningState |
Gets the resource provisioning state. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed' |
Applies to
Azure SDK for .NET