Table of Contents

Class AzureStorageAccountEndpoints

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the endpoints used for an Azure storage account.

public class AzureStorageAccountEndpoints : BaseTypeSection
Inheritance
AzureStorageAccountEndpoints

Constructors

AzureStorageAccountEndpoints()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureStorageAccountEndpoints class.

public AzureStorageAccountEndpoints()

Properties

Blob

Gets or sets the blob endpoint.

public string Blob { get; set; }

Property Value

string

Dfs

Gets or sets the DFS endpoint.

public string Dfs { get; set; }

Property Value

string

File

Gets or sets the file endpoint.

public string File { get; set; }

Property Value

string

HasValues

Gets whether any endpoints have values.

[Browsable(false)]
public bool HasValues { get; }

Property Value

bool

Queue

Gets or sets the queue endpoint.

public string Queue { get; set; }

Property Value

string

Table

Gets or sets the table endpoint.

public string Table { get; set; }

Property Value

string

Web

Gets or sets the web endpoint.

public string Web { get; set; }

Property Value

string