NetworkRuleSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of topic resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkRuleSet : Microsoft.Azure.Management.EventHub.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkRuleSet = class
inherit Resource
Public Class NetworkRuleSet
Inherits Resource
- Inheritance
- Attributes
Constructors
NetworkRuleSet() |
Initializes a new instance of the NetworkRuleSet class. |
NetworkRuleSet(String, String, String, Nullable<Boolean>, String, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>) |
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 resource ID. (Inherited from Resource) |
IpRules |
Gets or sets list of IpRules |
Name |
Gets resource name. (Inherited from Resource) |
TrustedServiceAccessEnabled |
Gets or sets value that indicates whether Trusted Service Access is Enabled or not. |
Type |
Gets resource type. (Inherited from Resource) |
VirtualNetworkRules |
Gets or sets list VirtualNetwork Rules |