次の方法で共有


NamedValueOperationsExtensions.CreateOrUpdate メソッド

定義

名前付きの値を作成または更新します。

public static Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId, Microsoft.Azure.Management.ApiManagement.Models.NamedValueCreateContract parameters, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.INamedValueOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.NamedValueCreateContract * string -> Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract
<Extension()>
Public Function CreateOrUpdate (operations As INamedValueOperations, resourceGroupName As String, serviceName As String, namedValueId As String, parameters As NamedValueCreateContract, Optional ifMatch As String = Nothing) As NamedValueContract

パラメーター

operations
INamedValueOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

namedValueId
String

NamedValue の識別子。

parameters
NamedValueCreateContract

パラメーターを作成します。

ifMatch
String

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

戻り値

適用対象