Microsoft.Media (stable:2021-05-01)

2025/05/26 • 16 deleted methods

Operations_List (removed)
Description Lists all the Media Services operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Media/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties:
{
serviceSpecification:
{
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
}
,
]
,
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: enum ,
aggregationType: enum ,
lockAggregationType: enum ,
supportedAggregationTypes:
[
string ,
]
,
dimensions:
[
{
name: string ,
displayName: string ,
toBeExportedForShoebox: boolean ,
}
,
]
,
enableRegionalMdmAccount: boolean ,
sourceMdmAccount: string ,
sourceMdmNamespace: string ,
supportedTimeGrainTypes:
[
string ,
]
,
}
,
]
,
}
,
}
,
isDataAction: boolean ,
actionType: enum ,
}
,
]
,
@odata.nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
Mediaservices_List (removed)
Description List Media Services accounts in the resource group
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: 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 ,
]
,
}
,
}
Mediaservices_Get (removed)
Description Get the details of a Media Services account
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: 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 ,
]
,
}
,
}
Mediaservices_CreateOrUpdate (removed)
Description Creates or updates a Media Services account
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
parameters:
{
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: 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 ,
]
,
}
,
}
Mediaservices_Delete (removed)
Description Deletes a Media Services account
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
Mediaservices_Update (removed)
Description Updates an existing Media Services account
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
parameters:
{
tags: object ,
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: 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 ,
]
,
}
,
}
Mediaservices_SyncStorageKeys (removed)
Description Synchronizes storage account keys for a storage account associated with the Media Service account.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/syncStorageKeys
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
parameters:
{
id: string ,
}
,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
Mediaservices_ListEdgePolicies (removed)
Description List the media edge policies associated with the Media Services account.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/listEdgePolicies
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
parameters:
{
deviceId: string ,
}
,
api-version: string ,
}

⚐ Response (200)

{
usageDataCollectionPolicy:
{
dataCollectionFrequency: string ,
dataReportingFrequency: string ,
maxAllowedUnreportedUsageDuration: string ,
eventHubDetails:
{
name: string ,
namespace: string ,
token: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
PrivateLinkResources_List (removed)
Description Get list of group IDs.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
PrivateLinkResources_Get (removed)
Description Get group ID.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateLinkResources/{name}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
name: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
PrivateEndpointConnections_List (removed)
Description Get all private endpoint connections.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
PrivateEndpointConnections_Get (removed)
Description Get private endpoint connection.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
name: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
PrivateEndpointConnections_CreateOrUpdate (removed)
Description Update private endpoint connection.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
name: string ,
parameters:
{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
PrivateEndpointConnections_Delete (removed)
Description Delete private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateEndpointConnections/{name}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
name: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
Locations_CheckNameAvailability (removed)
Description Checks whether the Media Service resource name is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/checkNameAvailability
{
subscriptionId: string ,
locationName: string ,
parameters:
{
name: string ,
type: string ,
}
,
api-version: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
Mediaservices_ListBySubscription (removed)
Description List Media Services accounts in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Media/mediaservices
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
mediaServiceId: string ,
storageAccounts:
[
{
id: string ,
type: enum ,
}
,
]
,
storageAuthentication: enum ,
encryption:
{
type: enum ,
keyVaultProperties:
{
keyIdentifier: string ,
currentKeyIdentifier: string ,
}
,
}
,
keyDelivery:
{
accessControl:
{
defaultAction: enum ,
ipAllowList:
[
string ,
]
,
}
,
}
,
}
,
identity:
{
type: enum ,
principalId: string ,
tenantId: 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 ,
]
,
}
,
}