Class AccountNetworkRulesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage.Inputs
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> |
VirtualNetworkSubnetIds
A list of resource ids for subnets.
Declaration
public InputList<string> VirtualNetworkSubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |