PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName, Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

privateEndpointConnectionName
String

PrivateEndpointConnection 名

parameters
PrivateEndpointConnection

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

戻り値

適用対象