次の方法で共有


IComputePoliciesOperations.UpdateWithHttpMessagesAsync メソッド

定義

オーバーロード

UpdateWithHttpMessagesAsync(String, String, String, ComputePolicy, Dictionary<String,List<String>>, CancellationToken)

指定したコンピューティング ポリシーを更新します。

UpdateWithHttpMessagesAsync(String, String, String, UpdateComputePolicyParameters, Dictionary<String,List<String>>, CancellationToken)

指定したコンピューティング ポリシーを更新します。

UpdateWithHttpMessagesAsync(String, String, String, ComputePolicy, Dictionary<String,List<String>>, CancellationToken)

指定したコンピューティング ポリシーを更新します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>> UpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string computePolicyName, Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy parameters = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, computePolicyName As String, Optional parameters As ComputePolicy = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ComputePolicy))

パラメーター

resourceGroupName
String

Data Lake Analytics アカウントを含む Azure リソース グループの名前。

accountName
String

コンピューティング ポリシーを更新するData Lake Analytics アカウントの名前。

computePolicyName
String

更新するコンピューティング ポリシーの名前。

parameters
ComputePolicy

コンピューティング ポリシーを更新するために指定されたパラメーター。

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

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

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

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

適用対象

UpdateWithHttpMessagesAsync(String, String, String, UpdateComputePolicyParameters, Dictionary<String,List<String>>, CancellationToken)

指定したコンピューティング ポリシーを更新します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>> UpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string computePolicyName, Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyParameters parameters = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, computePolicyName As String, Optional parameters As UpdateComputePolicyParameters = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ComputePolicy))

パラメーター

resourceGroupName
String

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

accountName
String

Data Lake Analytics アカウントの名前。

computePolicyName
String

更新するコンピューティング ポリシーの名前。

parameters
UpdateComputePolicyParameters

コンピューティング ポリシーを更新するために指定されたパラメーター。

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

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

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

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

適用対象