Microsoft.Media (preview:2022-05-01)

2025/05/26 • 11 deleted methods

Transforms_List (removed)
Description Lists the Transforms in the account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
$filter: string ,
$orderby: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
created: string ,
description: string ,
lastModified: string ,
outputs:
[
{
onError: enum ,
relativePriority: enum ,
preset:
{
@odata.type: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
@odata.nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Transforms_Get (removed)
Description Gets a Transform.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
created: string ,
description: string ,
lastModified: string ,
outputs:
[
{
onError: enum ,
relativePriority: enum ,
preset:
{
@odata.type: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Transforms_CreateOrUpdate (removed)
Description Creates or updates a new Transform.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
parameters:
{
properties:
{
created: string ,
description: string ,
lastModified: string ,
outputs:
[
{
onError: enum ,
relativePriority: enum ,
preset:
{
@odata.type: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
created: string ,
description: string ,
lastModified: string ,
outputs:
[
{
onError: enum ,
relativePriority: enum ,
preset:
{
@odata.type: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
created: string ,
description: string ,
lastModified: string ,
outputs:
[
{
onError: enum ,
relativePriority: enum ,
preset:
{
@odata.type: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Transforms_Delete (removed)
Description Deletes a Transform.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Transforms_Update (removed)
Description Updates a Transform.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
parameters:
{
properties:
{
created: string ,
description: string ,
lastModified: string ,
outputs:
[
{
onError: enum ,
relativePriority: enum ,
preset:
{
@odata.type: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
created: string ,
description: string ,
lastModified: string ,
outputs:
[
{
onError: enum ,
relativePriority: enum ,
preset:
{
@odata.type: string ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Jobs_List (removed)
Description Lists all of the Jobs for the Transform.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
api-version: string ,
$filter: string ,
$orderby: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
created: string ,
state: enum ,
description: string ,
input:
{
@odata.type: string ,
}
,
lastModified: string ,
outputs:
[
{
@odata.type: string ,
error:
{
code: enum ,
message: string ,
category: enum ,
retry: enum ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
presetOverride:
{
@odata.type: string ,
}
,
state: enum ,
progress: integer ,
label: string ,
startTime: string ,
endTime: string ,
}
,
]
,
priority: enum ,
correlationData: object ,
startTime: string ,
endTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
@odata.nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Jobs_Get (removed)
Description Gets a Job.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
jobName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
created: string ,
state: enum ,
description: string ,
input:
{
@odata.type: string ,
}
,
lastModified: string ,
outputs:
[
{
@odata.type: string ,
error:
{
code: enum ,
message: string ,
category: enum ,
retry: enum ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
presetOverride:
{
@odata.type: string ,
}
,
state: enum ,
progress: integer ,
label: string ,
startTime: string ,
endTime: string ,
}
,
]
,
priority: enum ,
correlationData: object ,
startTime: string ,
endTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Jobs_Create (removed)
Description Creates a Job.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
jobName: string ,
parameters:
{
properties:
{
created: string ,
state: enum ,
description: string ,
input:
{
@odata.type: string ,
}
,
lastModified: string ,
outputs:
[
{
@odata.type: string ,
error:
{
code: enum ,
message: string ,
category: enum ,
retry: enum ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
presetOverride:
{
@odata.type: string ,
}
,
state: enum ,
progress: integer ,
label: string ,
startTime: string ,
endTime: string ,
}
,
]
,
priority: enum ,
correlationData: object ,
startTime: string ,
endTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (201)

{
properties:
{
created: string ,
state: enum ,
description: string ,
input:
{
@odata.type: string ,
}
,
lastModified: string ,
outputs:
[
{
@odata.type: string ,
error:
{
code: enum ,
message: string ,
category: enum ,
retry: enum ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
presetOverride:
{
@odata.type: string ,
}
,
state: enum ,
progress: integer ,
label: string ,
startTime: string ,
endTime: string ,
}
,
]
,
priority: enum ,
correlationData: object ,
startTime: string ,
endTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Jobs_Delete (removed)
Description Deletes a Job.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
jobName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Jobs_Update (removed)
Description Update is only supported for description and priority. Updating Priority will take effect when the Job state is Queued or Scheduled and depending on the timing the priority update may be ignored.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
jobName: string ,
parameters:
{
properties:
{
created: string ,
state: enum ,
description: string ,
input:
{
@odata.type: string ,
}
,
lastModified: string ,
outputs:
[
{
@odata.type: string ,
error:
{
code: enum ,
message: string ,
category: enum ,
retry: enum ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
presetOverride:
{
@odata.type: string ,
}
,
state: enum ,
progress: integer ,
label: string ,
startTime: string ,
endTime: string ,
}
,
]
,
priority: enum ,
correlationData: object ,
startTime: string ,
endTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
created: string ,
state: enum ,
description: string ,
input:
{
@odata.type: string ,
}
,
lastModified: string ,
outputs:
[
{
@odata.type: string ,
error:
{
code: enum ,
message: string ,
category: enum ,
retry: enum ,
details:
[
{
code: string ,
message: string ,
}
,
]
,
}
,
presetOverride:
{
@odata.type: string ,
}
,
state: enum ,
progress: integer ,
label: string ,
startTime: string ,
endTime: string ,
}
,
]
,
priority: enum ,
correlationData: object ,
startTime: string ,
endTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Jobs_CancelJob (removed)
Description Cancel a Job.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}/cancelJob
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
transformName: string ,
jobName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}