次の方法で共有


AssetsOperationsExtensions.Delete メソッド

定義

アセットを削除します。

public static void Delete(this Microsoft.Azure.Management.Media.IAssetsOperations operations, string resourceGroupName, string accountName, string assetName);
static member Delete : Microsoft.Azure.Management.Media.IAssetsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IAssetsOperations, resourceGroupName As String, accountName As String, assetName As String)

パラメーター

operations
IAssetsOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

assetName
String

資産名。

注釈

Media Services アカウント内の資産を削除します

適用対象