次の方法で共有


ApiManagementServiceOperationsExtensions.CreateOrUpdate メソッド

定義

API Management サービスを作成または更新します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

public static Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource
<Extension()>
Public Function CreateOrUpdate (operations As IApiManagementServiceOperations, resourceGroupName As String, serviceName As String, parameters As ApiManagementServiceResource) As ApiManagementServiceResource

パラメーター

operations
IApiManagementServiceOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

parameters
ApiManagementServiceResource

CreateOrUpdate API Management サービス操作に指定されたパラメーター。

戻り値

適用対象