Operations
Lists all of the available Media Services REST API operations.
GET https://management.azure.com/providers/Microsoft.Media/operations?api-version={api-version}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
subscriptionId
|
path | True |
|
The unique identifier for a Microsoft Azure subscription. |
|
resourceGroupName
|
path | True |
|
Name of the resource group within the Azure subscription. |
|
mediaServiceName
|
path | True |
|
Name of the Media Service.
Regex pattern: |
|
api-version
|
query | True |
|
Version of the API to be used with the client request. The current version is 2015-10-01. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success. Returns a list of operations. |
Examples
OperationsList
Sample Request
GET https://management.azure.com/providers/Microsoft.Media/operations?api-version=2015-10-01
Sample Response
{
"value": [
{
"name": "Microsoft.Media/mediaservices/read",
"display": {
"provider": "Microsoft.Media",
"resource": "MediaService",
"operation": "read"
}
},
{
"name": "Microsoft.Media/mediaservices/write",
"display": {
"provider": "Microsoft.Media",
"resource": "MediaService",
"operation": "write"
}
},
{
"name": "Microsoft.Media/mediaservices/delete",
"display": {
"provider": "Microsoft.Media",
"resource": "MediaService",
"operation": "delete"
}
},
{
"name": "Microsoft.Media/mediaservices/regenerateKey/action",
"display": {
"provider": "Microsoft.Media",
"resource": "MediaService",
"operation": "regenerateKey"
}
},
{
"name": "Microsoft.Media/mediaservices/listKeys/action",
"display": {
"provider": "Microsoft.Media",
"resource": "MediaService",
"operation": "listKeys"
}
},
{
"name": "Microsoft.Media/mediaservices/syncStorageKeys/action",
"display": {
"provider": "Microsoft.Media",
"resource": "MediaService",
"operation": "syncStorageKeys"
}
}
]
}
Definitions
| Operation |
A Media Services REST API operation |
| Operation / display |
The object that represents the operation. |
| OperationListResult |
A Media Services REST API operation
| Name | Type | Description |
|---|---|---|
| display |
The object that represents the operation. |
|
| name |
|
Operation name: {provider}/{resource}/{operation} |
The object that represents the operation.
| Name | Type | Description |
|---|---|---|
| operation |
|
Operation type: Read, write, delete, etc. |
| provider |
|
Service provider: Microsoft.Media |
| resource |
|
Resource on which the operation is performed: Invoice, etc. |
| Name | Type | Description |
|---|---|---|
| nextLink |
|
URL to get the next set of operation list results if there are any. |
| value |
List of Media Services operations supported by the Microsoft.Media resource provider. |