次の方法で共有


VideosOperationsExtensions.Delete メソッド

定義

既存のビデオ リソースとその基になるデータを削除します。

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

パラメーター

operations
IVideosOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

Azure Video Analyzer アカウント名。

videoName
String

ビデオ名。

注釈

既存のビデオ リソースとその基になるデータを削除します。 この操作は元に戻すことができません。

適用対象