次の方法で共有


WebTestsOperationsExtensions.CreateOrUpdate メソッド

定義

Application Insights Web テスト定義を作成または更新します。

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest CreateOrUpdate (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string resourceGroupName, string webTestName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest webTestDefinition);
static member CreateOrUpdate : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest
<Extension()>
Public Function CreateOrUpdate (operations As IWebTestsOperations, resourceGroupName As String, webTestName As String, webTestDefinition As WebTest) As WebTest

パラメーター

operations
IWebTestsOperations

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

resourceGroupName
String

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

webTestName
String

Application Insights Webtest リソースの名前。

webTestDefinition
WebTest

Application Insights Web テスト定義を作成または更新するために指定する必要があるプロパティ。

戻り値

適用対象