Table of Contents

Class GremlinGraphGetResultsInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

An Azure Cosmos DB Gremlin graph.

public class GremlinGraphGetResultsInner : ARMResourcePropertiesInner
Inheritance
GremlinGraphGetResultsInner

Constructors

GremlinGraphGetResultsInner()

Initializes a new instance of the GremlinGraphGetResultsInner class.

public GremlinGraphGetResultsInner()

GremlinGraphGetResultsInner(string, string, string, string, IDictionary<string, string>, GremlinGraphGetPropertiesResource)

Initializes a new instance of the GremlinGraphGetResultsInner class.

public GremlinGraphGetResultsInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, GremlinGraphGetPropertiesResource resource = null)

Parameters

location string
id string
name string
type string
tags IDictionary<string, string>
resource GremlinGraphGetPropertiesResource

Properties

Resource

public GremlinGraphGetPropertiesResource Resource { get; set; }

Property Value

GremlinGraphGetPropertiesResource

Methods

Validate()

Validate the object.

public override void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails