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
Dfs
Gets or sets the DFS endpoint.
public string Dfs { get; set; }
Property Value
File
Gets or sets the file endpoint.
public string File { get; set; }
Property Value
HasValues
Gets whether any endpoints have values.
[Browsable(false)]
public bool HasValues { get; }
Property Value
Queue
Gets or sets the queue endpoint.
public string Queue { get; set; }
Property Value
Table
Gets or sets the table endpoint.
public string Table { get; set; }
Property Value
Web
Gets or sets the web endpoint.
public string Web { get; set; }