DataCollectionRuleStorageBlobDestination 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.
The DataCollectionRuleStorageBlobDestination.
public class DataCollectionRuleStorageBlobDestination : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.DataCollectionRuleStorageBlobDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.DataCollectionRuleStorageBlobDestination>
type DataCollectionRuleStorageBlobDestination = class
interface IJsonModel<DataCollectionRuleStorageBlobDestination>
interface IPersistableModel<DataCollectionRuleStorageBlobDestination>
Public Class DataCollectionRuleStorageBlobDestination
Implements IJsonModel(Of DataCollectionRuleStorageBlobDestination), IPersistableModel(Of DataCollectionRuleStorageBlobDestination)
- Inheritance
-
DataCollectionRuleStorageBlobDestination
- Implements
Constructors
DataCollectionRuleStorageBlobDestination() |
Initializes a new instance of DataCollectionRuleStorageBlobDestination. |
Properties
ContainerName |
The container name of the Storage Blob. |
Name |
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule. |
StorageAccountResourceId |
The resource ID of the storage account. |
Explicit Interface Implementations
IJsonModel<DataCollectionRuleStorageBlobDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataCollectionRuleStorageBlobDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataCollectionRuleStorageBlobDestination>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataCollectionRuleStorageBlobDestination>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataCollectionRuleStorageBlobDestination>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET