ClustersOperationsExtensions.UpdateAsync Method

Definition

Updates properties of a Cluster.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Cluster> UpdateAsync (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName, Microsoft.Azure.Management.BatchAI.Models.ScaleSettings scaleSettings = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.ScaleSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Cluster>
<Extension()>
Public Function UpdateAsync (operations As IClustersOperations, resourceGroupName As String, workspaceName As String, clusterName As String, Optional scaleSettings As ScaleSettings = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

workspaceName
String

The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

clusterName
String

The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

scaleSettings
ScaleSettings

Scale settings. Desired scale settings for the cluster. Batch AI service supports manual and auto scale clusters.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to