次の方法で共有


VideoAnalyzersOperationsExtensions.BeginCreateOrUpdate メソッド

定義

Video Analyzer アカウントを作成または更新する

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

パラメーター

operations
IVideoAnalyzersOperations

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

resourceGroupName
String

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

accountName
String

Video Analyzer アカウント名。

parameters
VideoAnalyzerAccount

要求パラメーター

戻り値

注釈

Video Analyzer アカウントのインスタンスを作成または更新する

適用対象