ISecurityRulePropertiesFormat Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.SecurityRulePropertiesFormatTypeConverter))]
public interface ISecurityRulePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.SecurityRulePropertiesFormatTypeConverter))>]
type ISecurityRulePropertiesFormat = interface
interface IJsonSerializable
Public Interface ISecurityRulePropertiesFormat
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Access |
The network traffic is allowed or denied. |
Description |
A description for this rule. Restricted to 140 chars. |
DestinationAddressPrefix |
The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. |
DestinationAddressPrefixes |
The destination address prefixes. CIDR or destination IP ranges. |
DestinationApplicationSecurityGroup |
The application security group specified as destination. |
DestinationPortRange |
The destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. |
DestinationPortRanges |
The destination port ranges. |
Direction |
The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic. |
Priority |
The priority of the rule. The value can be between 100 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 security rule resource. |
SourceAddressPrefix |
The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. |
SourceAddressPrefixes |
The CIDR or source IP ranges. |
SourceApplicationSecurityGroup |
The application security group specified as source. |
SourcePortRange |
The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. |
SourcePortRanges |
The source port ranges. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |