Parameter | Description |
---|---|
Limit | The amount of the results to be returned. |
Prefix | Filter by a given prefix. |
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Marker | Paginate by the returning NextMarker pagination token. |
{
"EnumerationResults": {
"Containers": {
"Container": {
"Name": "<string>",
"Properties": {
"LeaseState": "<string>",
"DenyEncryptionScopeOverride": "<string>",
"HasImmutabilityPolicy": "<string>",
"HasLegalHold": "<string>",
"Last-Modified": "<string>",
"LeaseStatus": "<string>",
"ImmutableStorageWithVersioningEnabled": "<string>",
"Etag": "<string>",
"DefaultEncryptionScope": "<string>"
}
}
},
"NextMarker": "<string>",
"-ServiceEndpoint": "<string>",
"Prefix": "<string>"
}
}
Was this page helpful?