Class AccountNetworkRulesArgs
Inherited Members
Namespace: Pulumi.Azure.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountNetworkRulesArgs : ResourceArgs
Constructors
View SourceAccountNetworkRulesArgs()
Declaration
public AccountNetworkRulesArgs()
Properties
View SourceBypasses
Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None.
Declaration
public InputList<string> Bypasses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DefaultAction
Specifies the default action of allow or deny when no other rules match. Valid options are Deny or Allow.
Declaration
public Input<string> DefaultAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpRules
List of public IP or IP ranges in CIDR Format. Only IPV4 addresses are allowed. Private IP address ranges (as defined in RFC 1918) are not allowed.
Declaration
public InputList<string> IpRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ResourceGroupName
The name of the resource group in which to create the storage account. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountName
Specifies the name of the storage account. Changing this forces a new resource to be created. This must be unique across the entire Azure service, not just within the resource group.
Declaration
public Input<string> StorageAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VirtualNetworkSubnetIds
A list of virtual network subnet ids to to secure the storage account.
Declaration
public InputList<string> VirtualNetworkSubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |