FirewallRuleCreateParameters Class

Definition

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