次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate メソッド

定義

オーバーロード

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

プライベート エンドポイント接続の状態を、指定された名前で更新します。

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

プライベート エンドポイント接続の状態を、指定された名前で更新します。

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

プライベート エンドポイント接続の状態を、指定された名前で更新します。

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

DigitalTwinsInstance を含むリソース グループの名前。

resourceName
String

DigitalTwinsInstance の名前。

privateEndpointConnectionName
String

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

properties
ConnectionProperties

接続プロパティ。

戻り値

適用対象

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

プライベート エンドポイント接続の状態を、指定された名前で更新します。

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

DigitalTwinsInstance を含むリソース グループの名前。

resourceName
String

DigitalTwinsInstance の名前。

privateEndpointConnectionName
String

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

properties
PrivateEndpointConnectionProperties

接続プロパティ。

戻り値

適用対象