usage_models
Creates, updates, deletes, gets or lists a usage_models
resource.
Overview
Name | usage_models |
Type | Resource |
Id | azure.storage_cache.usage_models |
Fields
Name | Datatype | Description |
---|---|---|
display | object | Localized information describing this usage model. |
modelName | string | Non-localized keyword name for this usage model. |
targetType | string | The type of Storage Target to which this model is applicable (only nfs3 as of this version). |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Get 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 }}';