IdentityBasedRestoreDetails 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
IdentityBasedRestoreDetails() |
Initializes a new instance of the IdentityBasedRestoreDetails class. |
IdentityBasedRestoreDetails(String, String) |
Initializes a new instance of the IdentityBasedRestoreDetails class. |
IdentityBasedRestoreDetails()
Initializes a new instance of the IdentityBasedRestoreDetails class.
public IdentityBasedRestoreDetails ();
Public Sub New ()
Applies to
IdentityBasedRestoreDetails(String, String)
Initializes a new instance of the IdentityBasedRestoreDetails class.
public IdentityBasedRestoreDetails (string objectType = default, string targetStorageAccountId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.IdentityBasedRestoreDetails : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.IdentityBasedRestoreDetails
Public Sub New (Optional objectType As String = Nothing, Optional targetStorageAccountId As String = Nothing)
Parameters
- objectType
- String
Gets the class type.
- targetStorageAccountId
- String
Fully qualified ARM ID of the target storage account.