Class GremlinDatabaseGetResultsInner
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
An Azure Cosmos DB Gremlin database.
public class GremlinDatabaseGetResultsInner : ARMResourcePropertiesInner
- Inheritance
-
GremlinDatabaseGetResultsInner
Constructors
GremlinDatabaseGetResultsInner()
Initializes a new instance of the GremlinDatabaseGetResultsInner class.
public GremlinDatabaseGetResultsInner()
GremlinDatabaseGetResultsInner(string, string, string, string, IDictionary<string, string>, GremlinDatabaseGetPropertiesResource)
Initializes a new instance of the GremlinDatabaseGetResultsInner class.
public GremlinDatabaseGetResultsInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, GremlinDatabaseGetPropertiesResource resource = null)
Parameters
location
stringid
stringname
stringtype
stringtags
IDictionary<string, string>resource
GremlinDatabaseGetPropertiesResource
Properties
Resource
public GremlinDatabaseGetPropertiesResource Resource { get; set; }
Property Value
Methods
Validate()
Validate the object.
public override void Validate()
Exceptions
- Microsoft.Rest.ValidationException
Thrown if validation fails