次の方法で共有


VideoAnalyzersOperationsExtensions.Update メソッド

定義

Video Analyzer アカウントを更新する

public static Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerAccount Update (this Microsoft.Azure.Management.VideoAnalyzer.IVideoAnalyzersOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerUpdate parameters);
static member Update : Microsoft.Azure.Management.VideoAnalyzer.IVideoAnalyzersOperations * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerUpdate -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerAccount
<Extension()>
Public Function Update (operations As IVideoAnalyzersOperations, resourceGroupName As String, accountName As String, parameters As VideoAnalyzerUpdate) As VideoAnalyzerAccount

パラメーター

operations
IVideoAnalyzersOperations

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

resourceGroupName
String

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

accountName
String

Video Analyzer アカウント名。

parameters
VideoAnalyzerUpdate

要求パラメーター

戻り値

注釈

Video Analyzer アカウントの既存のインスタンスを更新する

適用対象