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