Share via


DataCollectionRulePrivateLinkScopedResourceInfo Class

Definition

The DataCollectionRulePrivateLinkScopedResourceInfo.

public class DataCollectionRulePrivateLinkScopedResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.DataCollectionRulePrivateLinkScopedResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.DataCollectionRulePrivateLinkScopedResourceInfo>
public class DataCollectionRulePrivateLinkScopedResourceInfo
type DataCollectionRulePrivateLinkScopedResourceInfo = class
    interface IJsonModel<DataCollectionRulePrivateLinkScopedResourceInfo>
    interface IPersistableModel<DataCollectionRulePrivateLinkScopedResourceInfo>
type DataCollectionRulePrivateLinkScopedResourceInfo = class
Public Class DataCollectionRulePrivateLinkScopedResourceInfo
Implements IJsonModel(Of DataCollectionRulePrivateLinkScopedResourceInfo), IPersistableModel(Of DataCollectionRulePrivateLinkScopedResourceInfo)
Public Class DataCollectionRulePrivateLinkScopedResourceInfo
Inheritance
DataCollectionRulePrivateLinkScopedResourceInfo
Implements

Properties

ResourceId

The resourceId of the Azure Monitor Private Link Scope Scoped Resource through which this DCE is associated with a Azure Monitor Private Link Scope.

ScopeId

The immutableId of the Azure Monitor Private Link Scope Resource to which the association is.

Explicit Interface Implementations

IJsonModel<DataCollectionRulePrivateLinkScopedResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataCollectionRulePrivateLinkScopedResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataCollectionRulePrivateLinkScopedResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataCollectionRulePrivateLinkScopedResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataCollectionRulePrivateLinkScopedResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to