StoragePoliciesListResponseBody
This is a response body class for an operation.
Properties
array of
StoragePoliciesSummary
value
Optional
Commonly used Information about the storage policies.
JSON Example
{
"value": [
{
"description": "string",
"name": "string",
"policy": "string"
}
]
}