次の方法で共有


PrivateEndpointsOperationsExtensions.CreateOrUpdate メソッド

定義

指定したリソース グループ内のプライベート エンドポイントを作成または更新します。

public static Microsoft.Azure.Management.Network.Models.PrivateEndpoint CreateOrUpdate (this Microsoft.Azure.Management.Network.IPrivateEndpointsOperations operations, string resourceGroupName, string privateEndpointName, Microsoft.Azure.Management.Network.Models.PrivateEndpoint parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IPrivateEndpointsOperations * string * string * Microsoft.Azure.Management.Network.Models.PrivateEndpoint -> Microsoft.Azure.Management.Network.Models.PrivateEndpoint
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointsOperations, resourceGroupName As String, privateEndpointName As String, parameters As PrivateEndpoint) As PrivateEndpoint

パラメーター

operations
IPrivateEndpointsOperations

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

resourceGroupName
String

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

privateEndpointName
String

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

parameters
PrivateEndpoint

プライベート エンドポイントの作成または更新操作に指定されたパラメーター。

戻り値

適用対象