IDeploymentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync Method

Definition

Update the state of specified deployments associated with the Cognitive Services account.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.CognitiveServices.Models.Deployment>> BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string deploymentName, Microsoft.Azure.Management.CognitiveServices.Models.Deployment deployment, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Deployment * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.CognitiveServices.Models.Deployment>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, deploymentName As String, deployment As Deployment, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Deployment))

Parameters

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of Cognitive Services account.

deploymentName
String

The name of the deployment associated with the Cognitive Services Account

deployment
Deployment

The deployment properties.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to