PSRestorableGremlinGraphGetResult Constructors

Definition

Overloads

PSRestorableGremlinGraphGetResult()
PSRestorableGremlinGraphGetResult(RestorableGremlinGraphGetResult)

PSRestorableGremlinGraphGetResult()

public PSRestorableGremlinGraphGetResult ();
Public Sub New ()

Applies to

PSRestorableGremlinGraphGetResult(RestorableGremlinGraphGetResult)

public PSRestorableGremlinGraphGetResult (Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphGetResult restorableGremlinGraphGetResult);
new Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult : Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinGraphGetResult -> Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult
Public Sub New (restorableGremlinGraphGetResult As RestorableGremlinGraphGetResult)

Parameters

restorableGremlinGraphGetResult
RestorableGremlinGraphGetResult

Applies to