Aracılığıyla paylaş


GeoBackupPolicyCreateOrUpdateParameters Constructors

Definition

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

Applies to