Share via


RestorableGremlinGraphGetResult Constructors

Definition

Overloads

RestorableGremlinGraphGetResult()

Initializes a new instance of the RestorableGremlinGraphGetResult class.

RestorableGremlinGraphGetResult(String, String, String, RestorableGremlinGraphPropertiesResource)

Initializes a new instance of the RestorableGremlinGraphGetResult class.

RestorableGremlinGraphGetResult()

Initializes a new instance of the RestorableGremlinGraphGetResult class.

public RestorableGremlinGraphGetResult ();
Public Sub New ()

Applies to

RestorableGremlinGraphGetResult(String, String, String, RestorableGremlinGraphPropertiesResource)

Initializes a new instance of the RestorableGremlinGraphGetResult class.

public RestorableGremlinGraphGetResult (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphPropertiesResource resource = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphGetResult : string * string * string * Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphPropertiesResource -> Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphGetResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional resource As RestorableGremlinGraphPropertiesResource = Nothing)

Parameters

id
String

The unique resource Identifier of the ARM resource.

name
String

The name of the ARM resource.

type
String

The type of Azure resource.

resource
RestorableGremlinGraphPropertiesResource

The resource of an Azure Cosmos DB Gremlin graph event

Applies to