Get Cache Result
data class GetCacheResult(val cacheSizeGB: Int? = null, val directoryServicesSettings: CacheDirectorySettingsResponse? = null, val encryptionSettings: CacheEncryptionSettingsResponse? = null, val health: CacheHealthResponse, val id: String, val identity: CacheIdentityResponse? = null, val location: String? = null, val mountAddresses: List<String>, val name: String, val networkSettings: CacheNetworkSettingsResponse? = null, val provisioningState: String? = null, val securitySettings: CacheSecuritySettingsResponse? = null, val sku: CacheResponseSku? = null, val subnet: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val upgradeStatus: CacheUpgradeStatusResponse? = null)
A Cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md
Constructors
Link copied to clipboard
constructor(cacheSizeGB: Int? = null, directoryServicesSettings: CacheDirectorySettingsResponse? = null, encryptionSettings: CacheEncryptionSettingsResponse? = null, health: CacheHealthResponse, id: String, identity: CacheIdentityResponse? = null, location: String? = null, mountAddresses: List<String>, name: String, networkSettings: CacheNetworkSettingsResponse? = null, provisioningState: String? = null, securitySettings: CacheSecuritySettingsResponse? = null, sku: CacheResponseSku? = null, subnet: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, upgradeStatus: CacheUpgradeStatusResponse? = null)
Properties
Link copied to clipboard
The size of this Cache, in GB.
Link copied to clipboard
Specifies Directory Services settings of the cache.
Link copied to clipboard
Specifies encryption settings of the cache.
Link copied to clipboard
Health of the Cache.
Link copied to clipboard
The identity of the cache, if configured.
Link copied to clipboard
Array of IP addresses that can be used by clients mounting this Cache.
Link copied to clipboard
Specifies network settings of the cache.
Link copied to clipboard
ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property
Link copied to clipboard
Specifies security settings of the cache.
Link copied to clipboard
SKU for the Cache.
Link copied to clipboard
The system meta data relating to this resource.
Link copied to clipboard
Upgrade status of the Cache.