ClustersOperationsExtensions.Update Method

Definition

Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition.

public static Microsoft.Azure.Management.StreamAnalytics.Models.Cluster Update (this Microsoft.Azure.Management.StreamAnalytics.IClustersOperations operations, Microsoft.Azure.Management.StreamAnalytics.Models.Cluster cluster, string resourceGroupName, string clusterName, string ifMatch = default);
static member Update : Microsoft.Azure.Management.StreamAnalytics.IClustersOperations * Microsoft.Azure.Management.StreamAnalytics.Models.Cluster * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.Cluster
<Extension()>
Public Function Update (operations As IClustersOperations, cluster As Cluster, resourceGroupName As String, clusterName As String, Optional ifMatch As String = Nothing) As Cluster

Parameters

operations
IClustersOperations

The operations group for this extension method.

cluster
Cluster

The properties specified here will overwrite the corresponding properties in the existing cluster (ie. Those properties will be updated).

resourceGroupName
String

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

clusterName
String

The name of the cluster.

ifMatch
String

The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

Returns

Applies to