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