DestinationsSpec 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.
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>
type DestinationsSpec = class
interface IJsonModel<DestinationsSpec>
interface IPersistableModel<DestinationsSpec>
Public Class DestinationsSpec
Implements IJsonModel(Of DestinationsSpec), IPersistableModel(Of 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
Azure SDK for .NET