Share via


RestorableGremlinGraphPropertiesResource Constructors

Definition

Overloads

RestorableGremlinGraphPropertiesResource()

Initializes a new instance of the RestorableGremlinGraphPropertiesResource class.

RestorableGremlinGraphPropertiesResource(String, String, String, String, String, String, String)

Initializes a new instance of the RestorableGremlinGraphPropertiesResource class.

RestorableGremlinGraphPropertiesResource()

Initializes a new instance of the RestorableGremlinGraphPropertiesResource class.

public RestorableGremlinGraphPropertiesResource ();
Public Sub New ()

Applies to

RestorableGremlinGraphPropertiesResource(String, String, String, String, String, String, String)

Initializes a new instance of the RestorableGremlinGraphPropertiesResource class.

public RestorableGremlinGraphPropertiesResource (string rid = default, string operationType = default, string canUndelete = default, string canUndeleteReason = default, string eventTimestamp = default, string ownerId = default, string ownerResourceId = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphPropertiesResource : string * string * string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphPropertiesResource
Public Sub New (Optional rid As String = Nothing, Optional operationType As String = Nothing, Optional canUndelete As String = Nothing, Optional canUndeleteReason As String = Nothing, Optional eventTimestamp As String = Nothing, Optional ownerId As String = Nothing, Optional ownerResourceId As String = Nothing)

Parameters

rid
String

A system generated property. A unique identifier.

operationType
String

The operation type of this graph event. Possible values include: 'Create', 'Replace', 'Delete', 'Recreate', 'SystemOperation'

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.

ownerId
String

The name of this Gremlin graph.

ownerResourceId
String

The resource ID of this Gremlin graph.

Applies to