DataCollectionRuleAssociationData 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.
A class representing the DataCollectionRuleAssociation data model. Definition of generic ARM proxy resource.
public class DataCollectionRuleAssociationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData>
type DataCollectionRuleAssociationData = class
inherit ResourceData
interface IJsonModel<DataCollectionRuleAssociationData>
interface IPersistableModel<DataCollectionRuleAssociationData>
Public Class DataCollectionRuleAssociationData
Inherits ResourceData
Implements IJsonModel(Of DataCollectionRuleAssociationData), IPersistableModel(Of DataCollectionRuleAssociationData)
- Inheritance
- Implements
Constructors
DataCollectionRuleAssociationData() |
Initializes a new instance of DataCollectionRuleAssociationData. |
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. |
ETag |
Resource entity tag (ETag). |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Metadata |
Metadata about the resource. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The resource provisioning state. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<DataCollectionRuleAssociationData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataCollectionRuleAssociationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataCollectionRuleAssociationData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataCollectionRuleAssociationData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataCollectionRuleAssociationData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET