Share via


ArmCosmosDBModelFactory.ExtendedRestorableGremlinGraphResourceInfo Method

Definition

Overloads

ExtendedRestorableGremlinGraphResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String)

Initializes a new instance of ExtendedRestorableGremlinGraphResourceInfo.

ExtendedRestorableGremlinGraphResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String, String, String)

Initializes a new instance of ExtendedRestorableGremlinGraphResourceInfo.

ExtendedRestorableGremlinGraphResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String)

Source:
ArmCosmosDBModelFactory.cs

Initializes a new instance of ExtendedRestorableGremlinGraphResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinGraphResourceInfo ExtendedRestorableGremlinGraphResourceInfo (string rid = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType? operationType = default, string eventTimestamp = default, string graphName = default, string graphId = default);
static member ExtendedRestorableGremlinGraphResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinGraphResourceInfo
Public Shared Function ExtendedRestorableGremlinGraphResourceInfo (Optional rid As String = Nothing, Optional operationType As Nullable(Of CosmosDBOperationType) = Nothing, Optional eventTimestamp As String = Nothing, Optional graphName As String = Nothing, Optional graphId As String = Nothing) As ExtendedRestorableGremlinGraphResourceInfo

Parameters

rid
String

A system generated property. A unique identifier.

operationType
Nullable<CosmosDBOperationType>

The operation type of this graph event.

eventTimestamp
String

The time when this graph event happened.

graphName
String

The name of this Gremlin graph.

graphId
String

The resource ID of this Gremlin graph.

Returns

A new ExtendedRestorableGremlinGraphResourceInfo instance for mocking.

Applies to

ExtendedRestorableGremlinGraphResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String, String, String)

Source:
ArmCosmosDBModelFactory.cs

Initializes a new instance of ExtendedRestorableGremlinGraphResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinGraphResourceInfo ExtendedRestorableGremlinGraphResourceInfo (string rid = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType? operationType = default, string canUndelete = default, string canUndeleteReason = default, string eventTimestamp = default, string graphName = default, string graphId = default);
static member ExtendedRestorableGremlinGraphResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinGraphResourceInfo
Public Shared Function ExtendedRestorableGremlinGraphResourceInfo (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 graphName As String = Nothing, Optional graphId As String = Nothing) As ExtendedRestorableGremlinGraphResourceInfo

Parameters

rid
String

A system generated property. A unique identifier.

operationType
Nullable<CosmosDBOperationType>

The operation type of this graph event.

canUndelete
String

A state of this graph to identify if this graph is restorable in same account.

canUndeleteReason
String

The reason why this graph can not be restored in same account.

eventTimestamp
String

The time when this graph event happened.

graphName
String

The name of this Gremlin graph.

graphId
String

The resource ID of this Gremlin graph.

Returns

A new ExtendedRestorableGremlinGraphResourceInfo instance for mocking.

Applies to