Table of Contents

Class AzureStorageAccountNetworkSettings

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

Represents the network settings for an Azure storage account.

public class AzureStorageAccountNetworkSettings : GlobalSerializableClassicBase
Inheritance
AzureStorageAccountNetworkSettings

Constructors

AzureStorageAccountNetworkSettings()

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

public AzureStorageAccountNetworkSettings()

Properties

AllowStorageLogging

Gets or sets whether to allow read access to storage logging from any network.

public BooleanOption AllowStorageLogging { get; set; }

Property Value

BooleanOption

AllowStorageMetrics

Gets or sets whether to allow read access to storage metrics from any network.

public BooleanOption AllowStorageMetrics { get; set; }

Property Value

BooleanOption

AllowTrustedAzureServices

Gets or sets whether to allow Azure services on the trusted services list to access this storage account.

public BooleanOption AllowTrustedAzureServices { get; set; }

Property Value

BooleanOption

AllowedAddresses

Gets or sets the allowed IP addresses and ranges.

public SerializableStringCollection AllowedAddresses { get; set; }

Property Value

SerializableStringCollection

AllowedVirtualNetworkIdentifiers

Gets or sets the identifiers of the allowed virtual networks.

public SerializableStringCollection AllowedVirtualNetworkIdentifiers { get; set; }

Property Value

SerializableStringCollection

AllowedVirtualNetworkNames

Gets or sets the names of the allowed virtual networks.

public SerializableStringCollection AllowedVirtualNetworkNames { get; set; }

Property Value

SerializableStringCollection

PublicNetworkAccessType

Gets or sets the public network access type.

public AzureStorageAccountPublicNetworkAccessType PublicNetworkAccessType { get; set; }

Property Value

AzureStorageAccountPublicNetworkAccessType

PublicNetworkAccessTypeString

Gets the public network access type as a human readable string.

public string PublicNetworkAccessTypeString { get; set; }

Property Value

string

PublishInternetEndpoints

Gets or sets whether Internet endpoints are published. This only applies when the routing choice is set to Internet routing.

public BooleanOption PublishInternetEndpoints { get; set; }

Property Value

BooleanOption

PublishMicrosoftEndpoints

Gets or sets whether Microsoft endpoints are published. This only applies when the routing choice is set to Internet routing.

public BooleanOption PublishMicrosoftEndpoints { get; set; }

Property Value

BooleanOption

RoutingChoice

Gets or sets the routing choice for the storage account.

public AzureStorageAccountRoutingChoice RoutingChoice { get; set; }

Property Value

AzureStorageAccountRoutingChoice

RoutingChoiceString

Gets the routing choice as a human readable string.

public string RoutingChoiceString { get; set; }

Property Value

string