FirewallRuleCreateParameters 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.
Represents the parameters for the Create Firewall Rule operation.
public class FirewallRuleCreateParameters
type FirewallRuleCreateParameters = class
Public Class FirewallRuleCreateParameters
- Inheritance
-
FirewallRuleCreateParameters
Constructors
FirewallRuleCreateParameters() |
Initializes a new instance of the FirewallRuleCreateParameters class. |
FirewallRuleCreateParameters(String, String, String) |
Initializes a new instance of the FirewallRuleCreateParameters class with required arguments. |
Properties
EndIPAddress |
Required. Gets or sets the ending IP address for the new Firewall Rule. |
Name |
Required. Gets or sets the name for the new Firewall Rule. |
StartIPAddress |
Required. Gets or sets the beginning IP address for the new Firewall Rule. |
Applies to
Azure SDK for .NET