Show / Hide Table of Contents

Class NamespaceNetworkRuleSetState

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

Constructors

View Source

NamespaceNetworkRuleSetState()

Declaration
public NamespaceNetworkRuleSetState()

Properties

View Source

DefaultAction

Specifies the default action for the ServiceBus Namespace Network Rule Set. Possible values are Allow and Deny. Defaults to Deny.

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

IpRules

One or more IP Addresses, or CIDR Blocks which should be able to access the ServiceBus Namespace.

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

NamespaceName

Specifies the ServiceBus Namespace name to which to attach the ServiceBus Namespace Network Rule Set. Changing this forces a new resource to be created.

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

NetworkRules

One or more network_rules blocks as defined below.

Declaration
public InputList<NamespaceNetworkRuleSetNetworkRuleGetArgs> NetworkRules { get; set; }
Property Value
Type Description
InputList<NamespaceNetworkRuleSetNetworkRuleGetArgs>
View Source

ResourceGroupName

Specifies the name of the Resource Group where the ServiceBus Namespace Network Rule Set should exist. Changing this forces a new resource to be created.

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