ActiveDefaultSecurityAdminRule 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.
Network default admin rule.
public class ActiveDefaultSecurityAdminRule : Azure.ResourceManager.Network.Models.ActiveBaseSecurityAdminRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ActiveDefaultSecurityAdminRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ActiveDefaultSecurityAdminRule>
public class ActiveDefaultSecurityAdminRule : Azure.ResourceManager.Network.Models.ActiveBaseSecurityAdminRule
type ActiveDefaultSecurityAdminRule = class
inherit ActiveBaseSecurityAdminRule
interface IJsonModel<ActiveDefaultSecurityAdminRule>
interface IPersistableModel<ActiveDefaultSecurityAdminRule>
type ActiveDefaultSecurityAdminRule = class
inherit ActiveBaseSecurityAdminRule
Public Class ActiveDefaultSecurityAdminRule
Inherits ActiveBaseSecurityAdminRule
Implements IJsonModel(Of ActiveDefaultSecurityAdminRule), IPersistableModel(Of ActiveDefaultSecurityAdminRule)
Public Class ActiveDefaultSecurityAdminRule
Inherits ActiveBaseSecurityAdminRule
- Inheritance
- Implements
Properties
Access |
Indicates the access allowed for this particular rule. |
CommitOn |
Deployment time string. (Inherited from ActiveBaseSecurityAdminRule) |
ConfigurationDescription |
A description of the security admin configuration. (Inherited from ActiveBaseSecurityAdminRule) |
Description |
A description for this rule. Restricted to 140 chars. |
DestinationPortRanges |
The destination port ranges. |
Destinations |
The destination address prefixes. CIDR or destination IP ranges. |
Direction |
Indicates if the traffic matched against the rule in inbound or outbound. |
Flag |
Default rule flag. |
Id |
Resource ID. (Inherited from ActiveBaseSecurityAdminRule) |
Priority |
The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. |
Protocol |
Network protocol this rule applies to. |
ProvisioningState |
The provisioning state of the resource. |
Region |
Deployment region. (Inherited from ActiveBaseSecurityAdminRule) |
ResourceGuid |
Unique identifier for this resource. |
RuleCollectionAppliesToGroups |
Groups for rule collection. (Inherited from ActiveBaseSecurityAdminRule) |
RuleCollectionDescription |
A description of the rule collection. (Inherited from ActiveBaseSecurityAdminRule) |
RuleGroups |
Effective configuration groups. (Inherited from ActiveBaseSecurityAdminRule) |
SourcePortRanges |
The source port ranges. |
Sources |
The CIDR or source IP ranges. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET