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