ArmCosmosDBModelFactory.ExtendedRestorableTableResourceInfo Method
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
ExtendedRestorableTableResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String) |
Initializes a new instance of ExtendedRestorableTableResourceInfo. |
ExtendedRestorableTableResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String, String, String) |
Initializes a new instance of ExtendedRestorableTableResourceInfo. |
ExtendedRestorableTableResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String)
- Source:
- ArmCosmosDBModelFactory.cs
Initializes a new instance of ExtendedRestorableTableResourceInfo.
public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableTableResourceInfo ExtendedRestorableTableResourceInfo (string rid = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType? operationType = default, string eventTimestamp = default, string tableName = default, string tableId = default);
static member ExtendedRestorableTableResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableTableResourceInfo
Public Shared Function ExtendedRestorableTableResourceInfo (Optional rid As String = Nothing, Optional operationType As Nullable(Of CosmosDBOperationType) = Nothing, Optional eventTimestamp As String = Nothing, Optional tableName As String = Nothing, Optional tableId As String = Nothing) As ExtendedRestorableTableResourceInfo
Parameters
- rid
- String
A system generated property. A unique identifier.
- operationType
- Nullable<CosmosDBOperationType>
The operation type of this table event.
- eventTimestamp
- String
The time when this table event happened.
- tableName
- String
The name of this Table.
- tableId
- String
The resource ID of this Table.
Returns
A new ExtendedRestorableTableResourceInfo instance for mocking.
Applies to
ExtendedRestorableTableResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String, String, String)
- Source:
- ArmCosmosDBModelFactory.cs
Initializes a new instance of ExtendedRestorableTableResourceInfo.
public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableTableResourceInfo ExtendedRestorableTableResourceInfo (string rid = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType? operationType = default, string canUndelete = default, string canUndeleteReason = default, string eventTimestamp = default, string tableName = default, string tableId = default);
static member ExtendedRestorableTableResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableTableResourceInfo
Public Shared Function ExtendedRestorableTableResourceInfo (Optional rid As String = Nothing, Optional operationType As Nullable(Of CosmosDBOperationType) = Nothing, Optional canUndelete As String = Nothing, Optional canUndeleteReason As String = Nothing, Optional eventTimestamp As String = Nothing, Optional tableName As String = Nothing, Optional tableId As String = Nothing) As ExtendedRestorableTableResourceInfo
Parameters
- rid
- String
A system generated property. A unique identifier.
- operationType
- Nullable<CosmosDBOperationType>
The operation type of this table event.
- canUndelete
- String
A state of this table to identify if this table is restorable in same account.
- canUndeleteReason
- String
The reason why this table can not be restored in same account.
- eventTimestamp
- String
The time when this table event happened.
- tableName
- String
The name of this Table.
- tableId
- String
The resource ID of this Table.
Returns
A new ExtendedRestorableTableResourceInfo instance for mocking.