Streaming Locators - Get
Een streaming-locator ophalen
De details van een streaming-locator ophalen in het Media Services-account
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}?api-version=2022-08-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
account
|
path | True |
string |
De naam van het Media Services-account. |
resource
|
path | True |
string |
De naam van de resourcegroep binnen het Azure-abonnement. |
streaming
|
path | True |
string |
De naam van de streaming-locator. |
subscription
|
path | True |
string |
De unieke id voor een Microsoft Azure-abonnement. |
api-version
|
query | True |
string |
De versie van de API die moet worden gebruikt met de clientaanvraag. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Gedetailleerde foutinformatie. |
Voorbeelden
Get a Streaming Locator by name
Voorbeeldaanvraag
Voorbeeldrespons
{
"name": "clearStreamingLocator",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contosomedia/streamingLocators/clearStreamingLocator",
"type": "Microsoft.Media/mediaservices/streamingLocators",
"properties": {
"assetName": "ClimbingMountRainier",
"created": "2018-08-08T18:29:32.1154071Z",
"endTime": "9999-12-31T23:59:59.9999999Z",
"streamingLocatorId": "7684043b-f6d1-44a7-8bed-8a4aa474c5a4",
"streamingPolicyName": "clearStreamingPolicy",
"contentKeys": []
}
}
Definities
Name | Description |
---|---|
created |
Het type identiteit waarmee de resource is gemaakt. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
De foutdetails. |
Error |
Foutreactie |
Streaming |
Een streaming-locatorresource |
Streaming |
Klasse voor inhoudssleutel in streaming-locator |
Streaming |
Versleutelingstype van inhoudssleutel |
system |
Metagegevens met betrekking tot het maken en laatste wijzigen van de resource. |
Track |
Bewerking eigenschapsvoorwaarde bijhouden |
Track |
Klasse om één voorwaarde voor de eigenschap track op te geven |
Track |
Type eigenschap bijhouden |
Track |
Klas om een nummer te selecteren |
createdByType
Het type identiteit waarmee de resource is gemaakt.
Name | Type | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het type aanvullende informatie. |
ErrorDetail
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
Aanvullende informatie over de fout. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
error |
Het foutobject. |
StreamingLocator
Een streaming-locatorresource
Name | Type | Description |
---|---|---|
id |
string |
Volledig gekwalificeerde resource-id voor de resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
De naam van de resource |
properties.alternativeMediaId |
string |
Alternatieve media-id van deze streaming-locator |
properties.assetName |
string |
Assetnaam |
properties.contentKeys |
De ContentKeys die door deze streaming-locator worden gebruikt. |
|
properties.created |
string |
De aanmaaktijd van de streaming-locator. |
properties.defaultContentKeyPolicyName |
string |
Naam van de standaard ContentKeyPolicy die door deze streaming-locator wordt gebruikt. |
properties.endTime |
string |
De eindtijd van de streaming-locator. |
properties.filters |
string[] |
Een lijst met asset- of accountfilters die van toepassing zijn op deze streaming-locator |
properties.startTime |
string |
De begintijd van de streaming-locator. |
properties.streamingLocatorId |
string |
De StreamingLocatorId van de streaming-locator. |
properties.streamingPolicyName |
string |
Naam van het streamingbeleid dat door deze streaming-locator wordt gebruikt. Geef de naam op van het streamingbeleid dat u hebt gemaakt of gebruik een van de vooraf gedefinieerde beleidsregels voor streaming. De vooraf gedefinieerde streamingbeleidsregels zijn: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_MultiDrmCencStreaming' en 'Predefined_MultiDrmStreaming' |
systemData |
De systeemmetagegevens met betrekking tot deze resource. |
|
type |
string |
Het type resource. Bijvoorbeeld 'Microsoft.Compute/virtualMachines' of 'Microsoft.Storage/storageAccounts' |
StreamingLocatorContentKey
Klasse voor inhoudssleutel in streaming-locator
Name | Type | Description |
---|---|---|
id |
string |
Id van inhoudssleutel |
labelReferenceInStreamingPolicy |
string |
Label van inhoudssleutel zoals opgegeven in het streamingbeleid |
policyName |
string |
ContentKeyPolicy gebruikt door Content Key |
tracks |
Houdt bij welke inhoudssleutel wordt gebruikt |
|
type |
Versleutelingstype van inhoudssleutel |
|
value |
string |
Waarde van inhoudssleutel |
StreamingLocatorContentKeyType
Versleutelingstype van inhoudssleutel
Name | Type | Description |
---|---|---|
CommonEncryptionCbcs |
string |
Algemene versleuteling met CBCS |
CommonEncryptionCenc |
string |
Algemene versleuteling met CENC |
EnvelopeEncryption |
string |
Envelopversleuteling |
systemData
Metagegevens met betrekking tot het maken en laatste wijzigen van de resource.
Name | Type | Description |
---|---|---|
createdAt |
string |
Het tijdstempel van het maken van resources (UTC). |
createdBy |
string |
De identiteit waarmee de resource is gemaakt. |
createdByType |
Het type identiteit waarmee de resource is gemaakt. |
|
lastModifiedAt |
string |
De tijdstempel van de laatste wijziging van de resource (UTC) |
lastModifiedBy |
string |
De identiteit die de resource het laatst heeft gewijzigd. |
lastModifiedByType |
Het type identiteit dat de resource het laatst heeft gewijzigd. |
TrackPropertyCompareOperation
Bewerking eigenschapsvoorwaarde bijhouden
Name | Type | Description |
---|---|---|
Equal |
string |
Gelijke bewerking |
Unknown |
string |
Onbekende vergelijkingsbewerking voor traceereigenschappen |
TrackPropertyCondition
Klasse om één voorwaarde voor de eigenschap track op te geven
Name | Type | Description |
---|---|---|
operation |
Bewerking eigenschapsvoorwaarde bijhouden |
|
property |
Type eigenschap bijhouden |
|
value |
string |
Waarde van eigenschap bijhouden |
TrackPropertyType
Type eigenschap bijhouden
Name | Type | Description |
---|---|---|
FourCC |
string |
FourCC bijhouden |
Unknown |
string |
Onbekende trackeigenschap |
TrackSelection
Klas om een nummer te selecteren
Name | Type | Description |
---|---|---|
trackSelections |
TrackSelections is een lijst met voorwaarden voor trackeigenschappen waarmee track(s) kunnen worden opgegeven |