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
AllowStorageMetrics
Gets or sets whether to allow read access to storage metrics from any network.
public BooleanOption AllowStorageMetrics { get; set; }
Property Value
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
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
PublicNetworkAccessTypeString
Gets the public network access type as a human readable string.
public string PublicNetworkAccessTypeString { get; set; }
Property Value
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
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
RoutingChoice
Gets or sets the routing choice for the storage account.
public AzureStorageAccountRoutingChoice RoutingChoice { get; set; }
Property Value
RoutingChoiceString
Gets the routing choice as a human readable string.
public string RoutingChoiceString { get; set; }