Show / Hide Table of Contents

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 Source

Bypasses

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>
View Source

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
View Source

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>
View Source

VirtualNetworkSubnetIds

A list of resource ids for subnets.

Declaration
public readonly ImmutableArray<string> VirtualNetworkSubnetIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.