BackupLongTermRetentionVaultInner 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
BackupLongTermRetentionVaultInner() |
Initializes a new instance of the BackupLongTermRetentionVaultInner class. |
BackupLongTermRetentionVaultInner(String, String, String, String, String) |
Initializes a new instance of the BackupLongTermRetentionVaultInner class. |
BackupLongTermRetentionVaultInner()
Initializes a new instance of the BackupLongTermRetentionVaultInner class.
public BackupLongTermRetentionVaultInner ();
Public Sub New ()
Applies to
BackupLongTermRetentionVaultInner(String, String, String, String, String)
Initializes a new instance of the BackupLongTermRetentionVaultInner class.
public BackupLongTermRetentionVaultInner (string recoveryServicesVaultResourceId, string id = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.BackupLongTermRetentionVaultInner : string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.BackupLongTermRetentionVaultInner
Public Sub New (recoveryServicesVaultResourceId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)
Parameters
- recoveryServicesVaultResourceId
- String
The azure recovery services vault resource id
- id
- String
- name
- String
- type
- String
- location
- String
The geo-location where the resource lives
Applies to
Azure SDK for .NET