DiagnosticsStorageAccountConfig 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 storage account information for storing Service Fabric diagnostic logs.
public class DiagnosticsStorageAccountConfig
public class DiagnosticsStorageAccountConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.Models.DiagnosticsStorageAccountConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.Models.DiagnosticsStorageAccountConfig>
type DiagnosticsStorageAccountConfig = class
type DiagnosticsStorageAccountConfig = class
interface IJsonModel<DiagnosticsStorageAccountConfig>
interface IPersistableModel<DiagnosticsStorageAccountConfig>
Public Class DiagnosticsStorageAccountConfig
Public Class DiagnosticsStorageAccountConfig
Implements IJsonModel(Of DiagnosticsStorageAccountConfig), IPersistableModel(Of DiagnosticsStorageAccountConfig)
- Inheritance
-
DiagnosticsStorageAccountConfig
- Implements
Constructors
DiagnosticsStorageAccountConfig(String, String, Uri, Uri, Uri) |
Initializes a new instance of DiagnosticsStorageAccountConfig. |
Properties
BlobEndpoint |
The blob endpoint of the azure storage account. |
ProtectedAccountKeyName |
The protected diagnostics storage key name. |
ProtectedAccountKeyName2 |
The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other. |
QueueEndpoint |
The queue endpoint of the azure storage account. |
StorageAccountName |
The Azure storage account name. |
TableEndpoint |
The table endpoint of the azure storage account. |
Explicit Interface Implementations
IJsonModel<DiagnosticsStorageAccountConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DiagnosticsStorageAccountConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DiagnosticsStorageAccountConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DiagnosticsStorageAccountConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DiagnosticsStorageAccountConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET