Compartilhar via


ArmCosmosDBModelFactory.ExtendedRestorableGremlinGraphResourceInfo Método

Definição

Inicializa uma nova instância de 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

Parâmetros

rid
String

Uma propriedade gerada pelo sistema. Um identificador exclusivo.

operationType
Nullable<CosmosDBOperationType>

O tipo de operação desse evento de grafo.

eventTimestamp
String

A hora em que esse evento de grafo ocorreu.

graphName
String

O nome deste grafo gremlin.

graphId
String

A ID do recurso deste grafo do Gremlin.

Retornos

Uma nova ExtendedRestorableGremlinGraphResourceInfo instância para simulação.

Aplica-se a