NetworkRuleSet Class

Definition

Description of topic resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkRuleSet : Microsoft.Azure.Management.EventHub.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkRuleSet = class
    inherit ProxyResource
Public Class NetworkRuleSet
Inherits ProxyResource
Inheritance
NetworkRuleSet
Attributes

Constructors

NetworkRuleSet()

Initializes a new instance of the NetworkRuleSet class.

NetworkRuleSet(String, String, String, String, Nullable<Boolean>, String, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>, String, SystemData)

Initializes a new instance of the NetworkRuleSet class.

Properties

DefaultAction

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

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from ProxyResource)
IpRules

Gets or sets list of IpRules

Location

Gets the geo-location where the resource lives

(Inherited from ProxyResource)
Name

Gets the name of the resource

(Inherited from ProxyResource)
PublicNetworkAccess

Gets or sets this determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter'

SystemData

Gets the system meta data relating to this resource.

TrustedServiceAccessEnabled

Gets or sets value that indicates whether Trusted Service Access is Enabled or not.

Type

Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(Inherited from ProxyResource)
VirtualNetworkRules

Gets or sets list VirtualNetwork Rules

Applies to