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 primingJobs: List<PrimingJobResponse>, val provisioningState: String, val securitySettings: CacheSecuritySettingsResponse? = null, val sku: CacheResponseSku? = null, val spaceAllocation: List<StorageTargetSpaceAllocationResponse>, val subnet: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val upgradeSettings: CacheUpgradeSettingsResponse? = null, val upgradeStatus: CacheUpgradeStatusResponse, val zones: List<String>? = 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
fun GetCacheResult(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, primingJobs: List<PrimingJobResponse>, provisioningState: String, securitySettings: CacheSecuritySettingsResponse? = null, sku: CacheResponseSku? = null, spaceAllocation: List<StorageTargetSpaceAllocationResponse>, subnet: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, upgradeSettings: CacheUpgradeSettingsResponse? = null, upgradeStatus: CacheUpgradeStatusResponse, zones: List<String>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard