IPrivateEndpointConnectionOperations.UpdateWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection,Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionUpdateHeaders>> UpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionUpdateHeaders>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnection, PrivateEndpointConnectionUpdateHeaders))

パラメーター

resourceGroupName
String

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

accountName
String

Batch アカウントの名前。

privateEndpointConnectionName
String

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

ifMatch
String

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

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

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

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象