SecurityUserRule 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 security user rule.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecurityUserRule : Microsoft.Azure.Management.Network.Models.ChildResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecurityUserRule = class
inherit ChildResource
Public Class SecurityUserRule
Inherits ChildResource
- Inheritance
- Attributes
Constructors
SecurityUserRule() |
Initializes a new instance of the SecurityUserRule class. |
SecurityUserRule(String, String, String, String, SystemData, String, String, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String, String) |
Initializes a new instance of the SecurityUserRule class. |
Properties
Description |
Gets or sets a description for this rule. |
DestinationPortRanges |
Gets or sets the destination port ranges. |
Destinations |
Gets or sets the destination address prefixes. CIDR or destination IP ranges. |
Direction |
Gets or sets indicates if the traffic matched against the rule in inbound or outbound. Possible values include: 'Inbound', 'Outbound' |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. (Inherited from ChildResource) |
Id |
Gets resource ID. (Inherited from ChildResource) |
Name |
Gets resource name. (Inherited from ChildResource) |
Protocol |
Gets or sets network protocol this rule applies to. Possible values include: 'Tcp', 'Udp', 'Icmp', 'Esp', 'Any', 'Ah' |
ProvisioningState |
Gets the provisioning state of the security configuration user rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
ResourceGuid |
Gets unique identifier for this resource. |
SourcePortRanges |
Gets or sets the source port ranges. |
Sources |
Gets or sets the CIDR or source IP ranges. |
SystemData |
Gets the system metadata related to this resource. |
Type |
Gets resource type. (Inherited from ChildResource) |