Share via


IdentityBasedRestoreDetails Constructors

Definition

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.

Applies to