BackupStatusRequest 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
BackupStatusRequest() |
Initializes a new instance of the BackupStatusRequest class. |
BackupStatusRequest(String, String, String) |
Initializes a new instance of the BackupStatusRequest class. |
BackupStatusRequest()
Initializes a new instance of the BackupStatusRequest class.
public BackupStatusRequest ();
Public Sub New ()
Applies to
BackupStatusRequest(String, String, String)
Initializes a new instance of the BackupStatusRequest class.
public BackupStatusRequest (string resourceType = default, string resourceId = default, string poLogicalName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusRequest : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusRequest
Public Sub New (Optional resourceType As String = Nothing, Optional resourceId As String = Nothing, Optional poLogicalName As String = Nothing)
Parameters
- resourceType
- String
Container Type - VM, SQLPaaS, DPM, AzureFileShare. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
- resourceId
- String
Entire ARM resource id of the resource
- poLogicalName
- String
Protectable Item Logical Name
Applies to
Azure SDK for .NET