Streaming Locators - Get
ストリーミング ロケーターを取得する
Media Services アカウントでストリーミング ロケーターの詳細を取得する
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}?api-version=2022-08-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
account
|
path | True |
string |
Media Services アカウント名。 |
resource
|
path | True |
string |
Azure サブスクリプション内のリソース グループの名前。 |
streaming
|
path | True |
string |
ストリーミング ロケーター名。 |
subscription
|
path | True |
string |
Microsoft Azure サブスクリプションの一意識別子。 |
api-version
|
query | True |
string |
クライアント要求で使用される API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
詳細なエラー情報。 |
例
Get a Streaming Locator by name
要求のサンプル
応答のサンプル
{
"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": []
}
}
定義
名前 | 説明 |
---|---|
created |
リソースを作成した ID の種類。 |
Error |
リソース管理エラーの追加情報。 |
Error |
エラーの詳細。 |
Error |
エラー応答 |
Streaming |
ストリーミング ロケーター リソース |
Streaming |
ストリーミング ロケーターのコンテンツ キーのクラス |
Streaming |
コンテンツ キーの暗号化の種類 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
Track |
プロパティ条件の操作を追跡する |
Track |
1 つのトラック プロパティ条件を指定するクラス |
Track |
プロパティの種類を追跡する |
Track |
トラックを選択するクラス |
createdByType
リソースを作成した ID の種類。
名前 | 型 | 説明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
ErrorDetail
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
エラーの詳細です。 |
|
message |
string |
エラー メッセージ。 |
target |
string |
エラーのターゲット。 |
ErrorResponse
エラー応答
名前 | 型 | 説明 |
---|---|---|
error |
error オブジェクト。 |
StreamingLocator
ストリーミング ロケーター リソース
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
リソースの名前 |
properties.alternativeMediaId |
string |
このストリーミング ロケーターの代替メディア ID |
properties.assetName |
string |
資産名 |
properties.contentKeys |
このストリーミング ロケーターで使用される ContentKey。 |
|
properties.created |
string |
ストリーミング ロケーターの作成時刻。 |
properties.defaultContentKeyPolicyName |
string |
このストリーミング ロケーターで使用される既定の ContentKeyPolicy の名前。 |
properties.endTime |
string |
ストリーミング ロケーターの終了時刻。 |
properties.filters |
string[] |
このストリーミング ロケーターに適用される資産またはアカウント フィルターの一覧 |
properties.startTime |
string |
ストリーミング ロケーターの開始時刻。 |
properties.streamingLocatorId |
string |
ストリーミング ロケーターの StreamingLocatorId。 |
properties.streamingPolicyName |
string |
このストリーミング ロケーターで使用されるストリーミング ポリシーの名前。 作成したストリーミング ポリシーの名前を指定するか、定義済みのストリーミング ポリシーのいずれかを指定します。 利用できる定義済みのストリーミング ポリシーは次のとおりです。'Predefined_DownloadOnly'、'Predefined_ClearStreamingOnly'、'Predefined_DownloadAndClearStreaming'、'Predefined_ClearKey'、'Predefined_MultiDrmCencStreaming' および 'Predefined_MultiDrmStreaming' |
systemData |
このリソースに関連するシステム メタデータ。 |
|
type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
StreamingLocatorContentKey
ストリーミング ロケーターのコンテンツ キーのクラス
名前 | 型 | 説明 |
---|---|---|
id |
string |
コンテンツ キーの ID |
labelReferenceInStreamingPolicy |
string |
ストリーミング ポリシーで指定されているコンテンツ キーのラベル |
policyName |
string |
コンテンツ キーで使用される ContentKeyPolicy |
tracks |
このコンテンツ キーを使用するトラック |
|
type |
コンテンツ キーの暗号化の種類 |
|
value |
string |
コンテンツ キーの値 |
StreamingLocatorContentKeyType
コンテンツ キーの暗号化の種類
名前 | 型 | 説明 |
---|---|---|
CommonEncryptionCbcs |
string |
CBCS を使用した一般的な暗号化 |
CommonEncryptionCenc |
string |
CENC を使用した一般的な暗号化 |
EnvelopeEncryption |
string |
エンベロープ暗号化 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |
TrackPropertyCompareOperation
プロパティ条件の操作を追跡する
名前 | 型 | 説明 |
---|---|---|
Equal |
string |
等号演算 |
Unknown |
string |
不明なトラック プロパティの比較操作 |
TrackPropertyCondition
1 つのトラック プロパティ条件を指定するクラス
名前 | 型 | 説明 |
---|---|---|
operation |
プロパティ条件の操作を追跡する |
|
property |
プロパティの種類を追跡する |
|
value |
string |
プロパティ値を追跡する |
TrackPropertyType
プロパティの種類を追跡する
名前 | 型 | 説明 |
---|---|---|
FourCC |
string |
FourCC を追跡する |
Unknown |
string |
不明なトラック プロパティ |
TrackSelection
トラックを選択するクラス
名前 | 型 | 説明 |
---|---|---|
trackSelections |
TrackSelections は、トラックを指定できるトラック プロパティ条件リストです |