FirewallRuleUpdateParameters Constructors
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.
Overloads
FirewallRuleUpdateParameters() |
Initializes a new instance of the FirewallRuleUpdateParameters class. |
FirewallRuleUpdateParameters(String, String, String) |
Initializes a new instance of the FirewallRuleUpdateParameters class with required arguments. |
FirewallRuleUpdateParameters()
Initializes a new instance of the FirewallRuleUpdateParameters class.
public FirewallRuleUpdateParameters ();
Public Sub New ()
Applies to
FirewallRuleUpdateParameters(String, String, String)
Initializes a new instance of the FirewallRuleUpdateParameters class with required arguments.
public FirewallRuleUpdateParameters (string name, string startIPAddress, string endIPAddress);
new Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters : string * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters
Public Sub New (name As String, startIPAddress As String, endIPAddress As String)
Parameters
- name
- String
- startIPAddress
- String
- endIPAddress
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET