次の方法で共有


PrivateEndpointConnectionOperationsExtensions.BeginCreateOrUpdate メソッド

定義

新しいプライベート エンドポイント接続を作成するか、既存の接続を更新します。

public static Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection BeginCreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string serviceName, string privateEndpointConnectionName, Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequest privateEndpointConnectionRequest);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequest -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, serviceName As String, privateEndpointConnectionName As String, privateEndpointConnectionRequest As PrivateEndpointConnectionRequest) As PrivateEndpointConnection

パラメーター

operations
IPrivateEndpointConnectionOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

privateEndpointConnectionName
String

プライベート エンドポイント接続の名前。

privateEndpointConnectionRequest
PrivateEndpointConnectionRequest

戻り値

適用対象