次の方法で共有


ApiOperationsExtensions.BeginCreateOrUpdate メソッド

定義

API Management サービス インスタンスの新しい API を作成するか、既存の指定された API を更新します。

public static Microsoft.Azure.Management.ApiManagement.Models.ApiContract BeginCreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IApiOperations operations, string resourceGroupName, string serviceName, string apiId, Microsoft.Azure.Management.ApiManagement.Models.ApiCreateOrUpdateParameter parameters, string ifMatch = default);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IApiOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiCreateOrUpdateParameter * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiContract
<Extension()>
Public Function BeginCreateOrUpdate (operations As IApiOperations, resourceGroupName As String, serviceName As String, apiId As String, parameters As ApiCreateOrUpdateParameter, Optional ifMatch As String = Nothing) As ApiContract

パラメーター

operations
IApiOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

apiId
String

API リビジョン識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。 現在のリビジョン以外のリビジョンには、サフィックスとして ;rev=n があり、n はリビジョン番号です。

parameters
ApiCreateOrUpdateParameter

パラメーターを作成または更新します。

ifMatch
String

エンティティの ETag。 エンティティを作成する場合は必須ではありませんが、エンティティを更新する場合は必須です。

戻り値

適用対象