Assets - Create Or Update
資産を作成または更新する
Media Services アカウントで資産を作成または更新します
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}?api-version=2022-08-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
account
|
path | True |
string |
Media Services アカウント名。 |
asset
|
path | True |
string |
資産名。 |
resource
|
path | True |
string |
Azure サブスクリプション内のリソース グループの名前。 |
subscription
|
path | True |
string |
Microsoft Azure サブスクリプションの一意識別子。 |
api-version
|
query | True |
string |
クライアント要求で使用される API のバージョン。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
properties.alternateId |
string |
アセットの代替 ID。 |
properties.container |
string |
アセットの BLOB コンテナーの名前。 |
properties.description |
string |
アセットの説明。 |
properties.storageAccountName |
string |
ストレージ アカウントの名前。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
|
201 Created |
作成済み |
|
Other Status Codes |
詳細なエラー情報。 |
例
Create an Asset
要求のサンプル
PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaServices/contosomedia/assets/ClimbingMountLogan?api-version=2022-08-01
{
"properties": {
"description": "A documentary showing the ascent of Mount Logan",
"storageAccountName": "storage0"
}
}
応答のサンプル
{
"name": "ClimbingMountLogan",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountLogan",
"type": "Microsoft.Media/mediaservices/assets",
"properties": {
"assetId": "09194258-36ba-4403-abb3-68780e6bc545",
"created": "2018-08-08T18:29:26.08Z",
"lastModified": "2018-08-08T18:29:26.08Z",
"description": "A documentary showing the ascent of Mount Logan",
"container": "asset-09194258-36ba-4403-abb3-68780e6bc545",
"storageAccountName": "storage0",
"storageEncryptionFormat": "None"
}
}
{
"name": "ClimbingMountLogan",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountLogan",
"type": "Microsoft.Media/mediaservices/assets",
"properties": {
"assetId": "09194258-36ba-4403-abb3-68780e6bc545",
"created": "2018-08-08T18:29:26.08Z",
"lastModified": "2018-08-08T18:29:26.107Z",
"description": "A documentary showing the ascent of Mount Logan",
"container": "asset-09194258-36ba-4403-abb3-68780e6bc545",
"storageAccountName": "storage0",
"storageEncryptionFormat": "None"
}
}
定義
名前 | 説明 |
---|---|
Asset |
資産。 |
Asset |
アセットの暗号化形式。 None または MediaStorageEncryption のいずれか。 |
created |
リソースを作成した ID の種類。 |
Error |
リソース管理エラーの追加情報。 |
Error |
エラーの詳細。 |
Error |
エラー応答 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
Asset
資産。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
リソースの名前 |
properties.alternateId |
string |
アセットの代替 ID。 |
properties.assetId |
string |
アセット ID。 |
properties.container |
string |
アセットの BLOB コンテナーの名前。 |
properties.created |
string |
アセットの作成日。 |
properties.description |
string |
アセットの説明。 |
properties.lastModified |
string |
アセットの最終変更日。 |
properties.storageAccountName |
string |
ストレージ アカウントの名前。 |
properties.storageEncryptionFormat |
アセットの暗号化形式。 None または MediaStorageEncryption のいずれか。 |
|
systemData |
このリソースに関連するシステム メタデータ。 |
|
type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
AssetStorageEncryptionFormat
アセットの暗号化形式。 None または MediaStorageEncryption のいずれか。
名前 | 型 | 説明 |
---|---|---|
MediaStorageClientEncryption |
string |
資産は Media Services クライアント側の暗号化で暗号化されます。 |
None |
string |
資産では、クライアント側のストレージ暗号化は使用されません (これは、新しい資産に対して許可される唯一の値です)。 |
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 オブジェクト。 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |