Share via


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

サービス名前空間の PrivateEndpointConnections を作成または更新します。 https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName, Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

privateEndpointConnectionName
String

PrivateEndpointConnection 名

parameters
PrivateEndpointConnection

PrivateEndPoint 接続の状態を名前空間リソースに更新するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象