次の方法で共有


PrivateEndpointConnectionOperationsExtensions.Update メソッド

定義

既存のプライベート エンドポイント接続のプロパティを更新します。

public static Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection Update(this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
static member Update : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection
<Extension()>
Public Function Update (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing) As PrivateEndpointConnection

パラメーター

operations
IPrivateEndpointConnectionOperations

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

resourceGroupName
String

Batch アカウントを含むリソース グループの名前。

accountName
String

Batch アカウントの名前。

privateEndpointConnectionName
String

プライベート エンドポイント接続名。 これは、アカウント内で一意である必要があります。

ifMatch
String

更新するプライベート エンドポイント接続の状態 (ETag) バージョン。 操作を無条件に適用するには、この値を省略するか、"*" に設定できます。

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

プライベート エンドポイント接続のプライベート リンク サービス接続状態。

戻り値

適用対象