Class AccountNetworkRules
Inheritance
System.Object
AccountNetworkRules
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountNetworkRules
Fields
View SourceBypasses
Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are
any combination of Logging, Metrics, AzureServices, or None.
Declaration
public readonly ImmutableArray<string> Bypasses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
DefaultAction
Specifies the default action of allow or deny when no other rules match. Valid options are Deny or Allow.
Declaration
public readonly string DefaultAction
Field Value
| Type | Description |
|---|---|
| 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 readonly ImmutableArray<string> IpRules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
VirtualNetworkSubnetIds
A list of resource ids for subnets.
Declaration
public readonly ImmutableArray<string> VirtualNetworkSubnetIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |