Microsoft.Media (preview:2020-02-01)

2025/05/26 • 8 deleted methods

MediaGraphs_List (removed)
Description Lists Media Graphs in the Media Services account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
$top: integer ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
description: string ,
state: enum ,
created: string ,
lastModified: string ,
sources:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
sinks:
[
{
@odata.type: string ,
name: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
}
,
]
,
@odata.nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
MediaGraphs_Get (removed)
Description Get the details of a Media Graph in the Media Services account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
mediaGraphName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
state: enum ,
created: string ,
lastModified: string ,
sources:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
sinks:
[
{
@odata.type: string ,
name: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
MediaGraphs_CreateOrUpdate (removed)
Description Create or update a Media Graph in the Media Services account.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
mediaGraphName: string ,
parameters:
{
properties:
{
description: string ,
state: enum ,
created: string ,
lastModified: string ,
sources:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
sinks:
[
{
@odata.type: string ,
name: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
state: enum ,
created: string ,
lastModified: string ,
sources:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
sinks:
[
{
@odata.type: string ,
name: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
MediaGraphs_Delete (removed)
Description Deletes a Media Graph in the Media Services account.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
mediaGraphName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
MediaGraphs_Start (removed)
Description Start a Media Graph in the Media Services account.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}/start
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
mediaGraphName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
MediaGraphs_Stop (removed)
Description Stop a Media Graph in the Media Services account.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}/stop
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
mediaGraphName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
OperationsStatus_Get (removed)
Description Get the operation status of a Media Graph in the media services account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}/operationsStatus/{operationId}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
mediaGraphName: string ,
operationId: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
status: string ,
error:
{
code: string ,
message: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
OperationResults_Get (removed)
Description Get the operation result of a Media Graph in the Media Services account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/mediaGraphs/{mediaGraphName}/operationResults/{operationId}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
mediaGraphName: string ,
operationId: string ,
api-version: string ,
}

⚐ Response (200)

{
$schema: object ,
}