Share via


DestinationsSpec Class

Definition

Specification of destinations that can be used in data flows.

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

Constructors

DestinationsSpec()

Initializes a new instance of DestinationsSpec.

Properties

AzureMonitorMetricsName

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.

EventHubs

List of Event Hubs destinations.

EventHubsDirect

List of Event Hubs Direct destinations.

LogAnalytics

List of Log Analytics destinations.

MonitoringAccounts

List of monitoring account destinations.

StorageAccounts

List of storage accounts destinations.

StorageBlobsDirect

List of Storage Blob Direct destinations. To be used only for sending data directly to store from the agent.

StorageTablesDirect

List of Storage Table Direct destinations.

Explicit Interface Implementations

IJsonModel<DestinationsSpec>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DestinationsSpec>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DestinationsSpec>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DestinationsSpec>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DestinationsSpec>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to