Skip to main content

usage_models

Creates, updates, deletes, gets or lists a usage_models resource.

Overview

Nameusage_models
TypeResource
Idazure.storage_cache.usage_models

Fields

NameDatatypeDescription
displayobjectLocalized information describing this usage model.
modelNamestringNon-localized keyword name for this usage model.
targetTypestringThe type of Storage Target to which this model is applicable (only nfs3 as of this version).

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGet the list of cache usage models available to this subscription.

SELECT examples

Get the list of cache usage models available to this subscription.

SELECT
display,
modelName,
targetType
FROM azure.storage_cache.usage_models
WHERE subscriptionId = '{{ subscriptionId }}';