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 NetworkRuleSet resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkRuleSet : Microsoft.Azure.Management.ServiceBus.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkRuleSet = class
inherit ProxyResource
Public Class NetworkRuleSet
Inherits ProxyResource
- Inheritance
- 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. Possible values include: 'Enabled', 'Disabled' |
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
Azure SDK for .NET