DiagnosticsStorageAccountConfig Class

Definition

The storage account information for storing Service Fabric diagnostic logs.

public class DiagnosticsStorageAccountConfig
type DiagnosticsStorageAccountConfig = class
Public Class DiagnosticsStorageAccountConfig
Inheritance
DiagnosticsStorageAccountConfig

Constructors

DiagnosticsStorageAccountConfig()

Initializes a new instance of the DiagnosticsStorageAccountConfig class.

DiagnosticsStorageAccountConfig(String, String, String, String, String, String)

Initializes a new instance of the DiagnosticsStorageAccountConfig class.

Properties

BlobEndpoint

Gets or sets the blob endpoint of the azure storage account.

ProtectedAccountKeyName

Gets or sets the protected diagnostics storage key name.

ProtectedAccountKeyName2

Gets or sets 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

Gets or sets the queue endpoint of the azure storage account.

StorageAccountName

Gets or sets the Azure storage account name.

TableEndpoint

Gets or sets the table endpoint of the azure storage account.

Methods

Validate()

Validate the object.

Applies to