Share via


NetworkRuleSetInner Class

Definition

Description of NetworkRuleSet resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkRuleSetInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkRuleSetInner = class
    inherit Resource
Public Class NetworkRuleSetInner
Inherits Resource
Inheritance
NetworkRuleSetInner
Attributes

Constructors

NetworkRuleSetInner()

Initializes a new instance of the NetworkRuleSetInner class.

NetworkRuleSetInner(String, String, String, DefaultAction, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>)

Initializes a new instance of the NetworkRuleSetInner class.

Properties

DefaultAction

Gets or sets default Action for Network Rule Set. Possible values include: 'Allow', 'Deny'

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
IpRules

Gets or sets list of IpRules

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VirtualNetworkRules

Gets or sets list VirtualNetwork Rules

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to