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
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. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | Resource ID of the cache. NOTE: This property will not be serialized. It can only be populated by the server. |
| 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. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of cache. NOTE: This property will not be serialized. It can only be populated by the server. |
| network |
Specifies network settings of the cache. |
| priming |
Specifies the priming jobs defined in the cache. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property NOTE: This property will not be serialized. It can only be populated by the server. |
| 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. NOTE: This property will not be serialized. It can only be populated by the server. |
| subnet | Subnet used for the cache. |
| system |
The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags. |
| type | Type of the cache; Microsoft.StorageCache/Cache NOTE: This property will not be serialized. It can only be populated by the server. |
| upgrade |
Upgrade settings of the cache. |
| upgrade |
Upgrade status of the cache. NOTE: This property will not be serialized. It can only be populated by the server. |
| zones | Availability zones for resources. This field should only contain a single element in the array. |
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
Health of the cache. NOTE: This property will not be serialized. It can only be populated by the server.
health?: CacheHealth
Property Value
id
Resource ID of the cache. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
identity
location
Region name string.
location?: string
Property Value
string
mountAddresses
Array of IPv4 addresses that can be used by clients mounting this cache. NOTE: This property will not be serialized. It can only be populated by the server.
mountAddresses?: string[]
Property Value
string[]
name
Name of cache. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
networkSettings
Specifies network settings of the cache.
networkSettings?: CacheNetworkSettings
Property Value
primingJobs
Specifies the priming jobs defined in the cache. NOTE: This property will not be serialized. It can only be populated by the server.
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 NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
spaceAllocation?: StorageTargetSpaceAllocation[]
Property Value
subnet
Subnet used for the cache.
subnet?: string
Property Value
string
systemData
The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
Type of the cache; Microsoft.StorageCache/Cache NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
upgradeSettings
Upgrade settings of the cache.
upgradeSettings?: CacheUpgradeSettings
Property Value
upgradeStatus
Upgrade status of the cache. NOTE: This property will not be serialized. It can only be populated by the server.
upgradeStatus?: CacheUpgradeStatus
Property Value
zones
Availability zones for resources. This field should only contain a single element in the array.
zones?: string[]
Property Value
string[]