Show / Hide Table of Contents

Class AccountNetworkRulesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountNetworkRulesArgs
Inherited Members
ResourceArgs.Empty
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 Source

AccountNetworkRulesArgs()

Declaration
public AccountNetworkRulesArgs()

Properties

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 InputList<string> Bypasses { get; set; }
Property Value
Type Description
InputList<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 Input<string> DefaultAction { get; set; }
Property Value
Type Description
Input<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 InputList<string> IpRules { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

VirtualNetworkSubnetIds

A list of resource ids for subnets.

Declaration
public InputList<string> VirtualNetworkSubnetIds { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.