Get Graph Resource Graph Result
data class GetGraphResourceGraphResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val options: GraphResourceGetPropertiesResponseOptions? = null, val resource: GraphResourceGetPropertiesResponseResource? = null, val tags: Map<String, String>? = null, val type: String)
An Azure Cosmos DB Graph resource.
Constructors
Link copied to clipboard
constructor(id: String, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, options: GraphResourceGetPropertiesResponseOptions? = null, resource: GraphResourceGetPropertiesResponseResource? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Identity for the resource.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".