FirewallRuleCreateOrUpdateParameters 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
FirewallRuleCreateOrUpdateParameters() |
Initializes a new instance of the FirewallRuleCreateOrUpdateParameters class. |
FirewallRuleCreateOrUpdateParameters(FirewallRuleCreateOrUpdateProperties) |
Initializes a new instance of the FirewallRuleCreateOrUpdateParameters class with required arguments. |
FirewallRuleCreateOrUpdateParameters()
Initializes a new instance of the FirewallRuleCreateOrUpdateParameters class.
public FirewallRuleCreateOrUpdateParameters ();
Public Sub New ()
Applies to
FirewallRuleCreateOrUpdateParameters(FirewallRuleCreateOrUpdateProperties)
Initializes a new instance of the FirewallRuleCreateOrUpdateParameters class with required arguments.
public FirewallRuleCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleCreateOrUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleCreateOrUpdateParameters
Public Sub New (properties As FirewallRuleCreateOrUpdateProperties)
Parameters
- properties
- FirewallRuleCreateOrUpdateProperties