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.Models.IdentityBasedRestoreDetails : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET