IComputePoliciesOperations.CreateOrUpdateWithHttpMessagesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateOrUpdateWithHttpMessagesAsync(String, String, String, ComputePolicyCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken) |
指定したコンピューティング ポリシーを作成または更新します。 更新中、指定した名前のコンピューティング ポリシーは、この新しいコンピューティング ポリシーに置き換えられます。 アカウントでは、最大で 50 個のポリシーがサポートされます |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, CreateOrUpdateComputePolicyParameters, Dictionary<String,List<String>>, CancellationToken) |
指定したコンピューティング ポリシーを作成または更新します。 更新中、指定した名前のコンピューティング ポリシーは、この新しいコンピューティング ポリシーに置き換えられます。 アカウントでは、最大で 50 個のポリシーがサポートされます |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, ComputePolicyCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)
指定したコンピューティング ポリシーを作成または更新します。 更新中、指定した名前のコンピューティング ポリシーは、この新しいコンピューティング ポリシーに置き換えられます。 アカウントでは、最大で 50 個のポリシーがサポートされます
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string computePolicyName, Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters * 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 CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, computePolicyName As String, parameters As ComputePolicyCreateOrUpdateParameters, 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
- ComputePolicyCreateOrUpdateParameters
コンピューティング ポリシーを作成または更新するために指定されたパラメーター。 ジョブごとの並列処理の最大次数プロパティ、ジョブごとの最小優先度プロパティ、またはその両方が存在する必要があります。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
CreateOrUpdateWithHttpMessagesAsync(String, String, String, CreateOrUpdateComputePolicyParameters, Dictionary<String,List<String>>, CancellationToken)
指定したコンピューティング ポリシーを作成または更新します。 更新中、指定した名前のコンピューティング ポリシーは、この新しいコンピューティング ポリシーに置き換えられます。 アカウントでは、最大で 50 個のポリシーがサポートされます
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string computePolicyName, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateOrUpdateComputePolicyParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateOrUpdateComputePolicyParameters * 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 CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, computePolicyName As String, parameters As CreateOrUpdateComputePolicyParameters, 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
- CreateOrUpdateComputePolicyParameters
コンピューティング ポリシーを作成または更新するために指定されたパラメーター。 ジョブごとの並列処理の最大次数プロパティ、ジョブごとの最小優先度プロパティ、またはその両方が存在する必要があります。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
Azure SDK for .NET