/// <summary> /// Updates the configuration of a node type of a given managed cluster. /// </summary> /// <remarks> /// Update the configuration of a node type of a given managed cluster. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='resourceGroupName'> /// The name of the resource group. /// </param> /// <param name='clusterName'> /// The name of the cluster resource. /// </param> /// <param name='nodeTypeName'> /// The name of the node type. /// </param> /// <param name='parameters'> /// The parameters to update the node type configuration. /// </param> public static NodeType BeginUpdate(this INodeTypesOperations operations, string resourceGroupName, string clusterName, string nodeTypeName, NodeTypeUpdateParameters parameters) { return(operations.BeginUpdateAsync(resourceGroupName, clusterName, nodeTypeName, parameters).GetAwaiter().GetResult()); }