次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

指定された名前のプライベート エンドポイント接続を承認または拒否します。

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

scopeName
String

Azure Monitor PrivateLinkScope リソースの名前。

privateEndpointConnectionName
String

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

戻り値

適用対象