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