Partilhar via


FirewallRuleCreateOrUpdateParameters Constructors

Definition

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

Applies to