次の方法で共有


AssetsOperationsExtensions.Update メソッド

定義

アセットの更新

public static Microsoft.Azure.Management.Media.Models.Asset Update (this Microsoft.Azure.Management.Media.IAssetsOperations operations, string resourceGroupName, string accountName, string assetName, Microsoft.Azure.Management.Media.Models.Asset parameters);
static member Update : Microsoft.Azure.Management.Media.IAssetsOperations * string * string * string * Microsoft.Azure.Management.Media.Models.Asset -> Microsoft.Azure.Management.Media.Models.Asset
<Extension()>
Public Function Update (operations As IAssetsOperations, resourceGroupName As String, accountName As String, assetName As String, parameters As Asset) As Asset

パラメーター

operations
IAssetsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

accountName
String

Media Services アカウント名。

assetName
String

資産名。

parameters
Asset

要求パラメーター

戻り値

注釈

Media Services アカウント内の既存の資産を更新する

適用対象