InboundSecurityRules 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.
Properties of the Inbound Security Rules resource.
public class InboundSecurityRules
type InboundSecurityRules = class
Public Class InboundSecurityRules
- Inheritance
-
InboundSecurityRules
Constructors
InboundSecurityRules() |
Initializes a new instance of the InboundSecurityRules class. |
InboundSecurityRules(String, String, Nullable<Int32>) |
Initializes a new instance of the InboundSecurityRules class. |
Properties
DestinationPortRange |
Gets or sets NVA port ranges to be opened up. One needs to provide specific ports. |
Protocol |
Gets or sets protocol. This should be either TCP or UDP. Possible values include: 'TCP', 'UDP' |
SourceAddressPrefix |
Gets or sets the CIDR or source IP range. Only /30, /31 and /32 Ip ranges are allowed. |
Methods
Validate() |
Validate the object. |