Description | : Runs the input conditions against input object metadata properties and designates matched objects in response. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "StorageTasks_PreviewActions", "$parameters": [ { "#name": "location", "Description": { "new": "Represents an Azure geography region where supported resource providers live.", "old": "The location to perform preview of the actions." } } ] }
⚼ Request
POST:
/subscriptions/{subscriptionId}/providers/Microsoft.StorageActions/locations/{location}/previewActions
{
api-version:
string
,
subscriptionId:
string
,
location:
string
,
parameters:
}
{
,
properties:
}
{
,
container:
{
,
name:
string
,
metadata:
}
[
]
,
{
,
key:
string
,
value:
string
,
}
blobs:
[
]
,
{
,
name:
string
,
properties:
[
]
,
{
,
key:
string
,
value:
string
,
}
metadata:
[
]
,
{
,
key:
string
,
value:
string
,
}
tags:
[
]
,
{
,
key:
string
,
value:
string
,
}
matchedBlock:
enum
,
}
action:
}
{
,
if:
{
,
condition:
string
,
}
elseBlockExists:
boolean
,
}
⚐ Response (200)
{
properties:
}
{
,
container:
{
,
name:
string
,
metadata:
}
[
]
,
{
,
key:
string
,
value:
string
,
}
blobs:
[
]
,
{
,
name:
string
,
properties:
[
]
,
{
,
key:
string
,
value:
string
,
}
metadata:
[
]
,
{
,
key:
string
,
value:
string
,
}
tags:
[
]
,
{
,
key:
string
,
value:
string
,
}
matchedBlock:
enum
,
}
action:
}
{
,
if:
{
,
condition:
string
,
}
elseBlockExists:
boolean
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}