Show / Hide Table of Contents

Class RegistryNetworkRuleSetIpRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegistryNetworkRuleSetIpRuleArgs
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.ContainerService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class RegistryNetworkRuleSetIpRuleArgs : ResourceArgs

Constructors

View Source

RegistryNetworkRuleSetIpRuleArgs()

Declaration
public RegistryNetworkRuleSetIpRuleArgs()

Properties

View Source

Action

The behaviour for requests matching this rule. At this time the only supported value is Allow

Declaration
public Input<string> Action { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpRange

The CIDR block from which requests will match the rule.

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