Description | : Lists all of the available REST API operations of the Microsoft.Search provider. |
Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Search/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
display:
{
,
provider:
string
,
operation:
string
,
resource:
string
,
description:
string
,
}
isDataAction:
boolean
,
origin:
string
,
properties:
}
{
,
serviceSpecification:
}
{
,
metricSpecifications:
[
]
,
{
,
name:
string
,
displayName:
string
,
displayDescription:
string
,
unit:
string
,
aggregationType:
string
,
dimensions:
[
]
,
{
,
name:
string
,
displayName:
string
,
}
availabilities:
}
[
]
,
{
,
timeGrain:
string
,
blobDuration:
string
,
}
logSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
blobDuration:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]
message:
string
,
}