IDataCollectionRuleAssociation Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleAssociationTypeConverter))]
public interface IDataCollectionRuleAssociation : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleAssociationTypeConverter))>]
type IDataCollectionRuleAssociation = interface
interface IJsonSerializable
Public Interface IDataCollectionRuleAssociation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DataCollectionEndpointId |
The resource ID of the data collection endpoint that is to be associated. |
DataCollectionRuleId |
The resource ID of the data collection rule that is to be associated. |
Description |
Description of the association. |
MetadataProvisionedBy |
Azure offering managing this resource on-behalf-of customer. |
MetadataProvisionedByResourceId |
Resource Id of azure offering managing this resource on-behalf-of customer. |
ProvisioningState |
The resource provisioning state. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |