共用方式為


ActiveDefaultSecurityAdminRule Class

Definition

Network default admin rule.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Default")]
public class ActiveDefaultSecurityAdminRule : Microsoft.Azure.Management.Network.Models.ActiveBaseSecurityAdminRule
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Default")>]
type ActiveDefaultSecurityAdminRule = class
    inherit ActiveBaseSecurityAdminRule
Public Class ActiveDefaultSecurityAdminRule
Inherits ActiveBaseSecurityAdminRule
Inheritance
ActiveDefaultSecurityAdminRule
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ActiveDefaultSecurityAdminRule()

Initializes a new instance of the ActiveDefaultSecurityAdminRule class.

ActiveDefaultSecurityAdminRule(String, Nullable<DateTime>, String, String, String, IList<NetworkManagerSecurityGroupItem>, IList<ConfigurationGroup>, String, String, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String, Nullable<Int32>, String, String)

Initializes a new instance of the ActiveDefaultSecurityAdminRule class.

Properties

Access

Gets indicates the access allowed for this particular rule. Possible values include: 'Allow', 'Deny', 'AlwaysAllow'

CommitTime

Gets or sets deployment time string.

(Inherited from ActiveBaseSecurityAdminRule)
ConfigurationDescription

Gets or sets a description of the security admin configuration.

(Inherited from ActiveBaseSecurityAdminRule)
Description

Gets a description for this rule. Restricted to 140 chars.

DestinationPortRanges

Gets the destination port ranges.

Destinations

Gets the destination address prefixes. CIDR or destination IP ranges.

Direction

Gets indicates if the traffic matched against the rule in inbound or outbound. Possible values include: 'Inbound', 'Outbound'

Flag

Gets or sets default rule flag.

Id

Gets or sets resource ID.

(Inherited from ActiveBaseSecurityAdminRule)
Priority

Gets 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

Gets network protocol this rule applies to. Possible values include: 'Tcp', 'Udp', 'Icmp', 'Esp', 'Any', 'Ah'

ProvisioningState

Gets the provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Region

Gets or sets deployment region.

(Inherited from ActiveBaseSecurityAdminRule)
RuleCollectionAppliesToGroups

Gets or sets groups for rule collection

(Inherited from ActiveBaseSecurityAdminRule)
RuleCollectionDescription

Gets or sets a description of the rule collection.

(Inherited from ActiveBaseSecurityAdminRule)
RuleGroups

Gets or sets effective configuration groups.

(Inherited from ActiveBaseSecurityAdminRule)
SourcePortRanges

Gets the source port ranges.

Sources

Gets the CIDR or source IP ranges.

Applies to