Cache interface
A cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md
- Extends
Properties
| cache |
The size of this Cache, in GB. |
| directory |
Specifies Directory Services settings of the cache. |
| encryption |
Specifies encryption settings of the cache. |
| health | Health of the cache. |
| identity | The identity of the cache, if configured. |
| location | Region name string. |
| mount |
Array of IPv4 addresses that can be used by clients mounting this cache. |
| network |
Specifies network settings of the cache. |
| priming |
Specifies the priming jobs defined in the cache. |
| provisioning |
ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property |
| security |
Specifies security settings of the cache. |
| sku | SKU for the cache. |
| space |
Specifies the space allocation percentage for each storage target in the cache. |
| subnet | Subnet used for the cache. |
| tags | Resource tags. |
| upgrade |
Upgrade settings of the cache. |
| upgrade |
Upgrade status of the cache. |
| zones | Availability zones for resources. This field should only contain a single element in the array. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
cacheSizeGB
The size of this Cache, in GB.
cacheSizeGB?: number
Property Value
number
directoryServicesSettings
Specifies Directory Services settings of the cache.
directoryServicesSettings?: CacheDirectorySettings
Property Value
encryptionSettings
Specifies encryption settings of the cache.
encryptionSettings?: CacheEncryptionSettings
Property Value
health
identity
location
Region name string.
location?: string
Property Value
string
mountAddresses
Array of IPv4 addresses that can be used by clients mounting this cache.
mountAddresses?: string[]
Property Value
string[]
networkSettings
Specifies network settings of the cache.
networkSettings?: CacheNetworkSettings
Property Value
primingJobs
Specifies the priming jobs defined in the cache.
primingJobs?: PrimingJob[]
Property Value
provisioningState
ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property
provisioningState?: string
Property Value
string
securitySettings
Specifies security settings of the cache.
securitySettings?: CacheSecuritySettings
Property Value
sku
spaceAllocation
Specifies the space allocation percentage for each storage target in the cache.
spaceAllocation?: StorageTargetSpaceAllocation[]
Property Value
subnet
Subnet used for the cache.
subnet?: string
Property Value
string
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
upgradeSettings
Upgrade settings of the cache.
upgradeSettings?: CacheUpgradeSettings
Property Value
upgradeStatus
zones
Availability zones for resources. This field should only contain a single element in the array.
zones?: string[]
Property Value
string[]
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type