BackupLongTermRetentionPolicyInner 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
BackupLongTermRetentionPolicyInner() |
Initializes a new instance of the BackupLongTermRetentionPolicyInner class. |
BackupLongTermRetentionPolicyInner(BackupLongTermRetentionPolicyState, String, String, String, String, String) |
Initializes a new instance of the BackupLongTermRetentionPolicyInner class. |
BackupLongTermRetentionPolicyInner()
Initializes a new instance of the BackupLongTermRetentionPolicyInner class.
public BackupLongTermRetentionPolicyInner ();
Public Sub New ()
Applies to
BackupLongTermRetentionPolicyInner(BackupLongTermRetentionPolicyState, String, String, String, String, String)
Initializes a new instance of the BackupLongTermRetentionPolicyInner class.
public BackupLongTermRetentionPolicyInner (Microsoft.Azure.Management.Sql.Fluent.Models.BackupLongTermRetentionPolicyState state, string recoveryServicesBackupPolicyResourceId, string id = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.BackupLongTermRetentionPolicyInner : Microsoft.Azure.Management.Sql.Fluent.Models.BackupLongTermRetentionPolicyState * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.BackupLongTermRetentionPolicyInner
Public Sub New (state As BackupLongTermRetentionPolicyState, recoveryServicesBackupPolicyResourceId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)
Parameters
The status of the backup long term retention policy. Possible values include: 'Disabled', 'Enabled'
- recoveryServicesBackupPolicyResourceId
- String
The azure recovery services backup protection policy resource id
- id
- String
- name
- String
- type
- String
- location
- String
The geo-location where the resource lives
Applies to
Azure SDK for .NET