Megosztás a következőn keresztül:


DataCollectionRuleAssociationProxyOnlyResourceProperties Class

Definition

Resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleAssociationProxyOnlyResourcePropertiesTypeConverter))]
public class DataCollectionRuleAssociationProxyOnlyResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionRuleAssociationProxyOnlyResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleAssociationProxyOnlyResourcePropertiesTypeConverter))>]
type DataCollectionRuleAssociationProxyOnlyResourceProperties = class
    interface IDataCollectionRuleAssociationProxyOnlyResourceProperties
    interface IJsonSerializable
    interface IDataCollectionRuleAssociation
    interface IValidates
Public Class DataCollectionRuleAssociationProxyOnlyResourceProperties
Implements IDataCollectionRuleAssociationProxyOnlyResourceProperties, IValidates
Inheritance
DataCollectionRuleAssociationProxyOnlyResourceProperties
Attributes
Implements

Constructors

DataCollectionRuleAssociationProxyOnlyResourceProperties()

Creates an new DataCollectionRuleAssociationProxyOnlyResourceProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionRuleAssociationProxyOnlyResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionRuleAssociationProxyOnlyResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionRuleAssociationProxyOnlyResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to