GetCacheResult

data class GetCacheResult(val connectionString: String, val description: String? = null, val id: String, val name: String, val resourceId: String? = null, val type: String, val useFromLocation: String)

Cache details.

Constructors

Link copied to clipboard
constructor(connectionString: String, description: String? = null, id: String, name: String, resourceId: String? = null, type: String, useFromLocation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Runtime connection string to cache

Link copied to clipboard
val description: String? = null

Cache description

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
val resourceId: String? = null

Original uri of entity in external system cache points to

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Location identifier to use cache from (should be either 'default' or valid Azure region identifier)