OperationalizationClusters class 
Class representing a OperationalizationClusters.
Constructors
| Operationalization | Create a OperationalizationClusters. | 
Methods
Constructor Details
		OperationalizationClusters(MachineLearningComputeManagementClientContext)
	      
	Create a OperationalizationClusters.
new OperationalizationClusters(client: MachineLearningComputeManagementClientContext)Parameters
Reference to the service client.
Method Details
		beginCreateOrUpdate(string, string, OperationalizationCluster, RequestOptionsBase)
	     
	Create or update an operationalization cluster.
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: RequestOptionsBase): Promise<LROPoller>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- parameters
- OperationalizationCluster
Parameters supplied to create or update an Operationalization cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
		beginDeleteMethod(string, string, OperationalizationClustersBeginDeleteMethodOptionalParams)
	        
	Deletes the specified cluster.
function beginDeleteMethod(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersBeginDeleteMethodOptionalParams): Promise<LROPoller>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
The optional parameters
Returns
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
		beginUpdateSystemServices(string, string, RequestOptionsBase)
	     
	Updates system services in a cluster.
function beginUpdateSystemServices(resourceGroupName: string, clusterName: string, options?: RequestOptionsBase): Promise<LROPoller>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
		checkSystemServicesUpdatesAvailable(string, string, RequestOptionsBase)
	      
	Checks if updates are available for system services in the cluster.
function checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options?: RequestOptionsBase): Promise<OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>
		checkSystemServicesUpdatesAvailable(string, string, RequestOptionsBase, ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>)
	            
	function checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options: RequestOptionsBase, callback: ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
The callback
		checkSystemServicesUpdatesAvailable(string, string, ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>)
	          
	function checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, callback: ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
The callback
		createOrUpdate(string, string, OperationalizationCluster, RequestOptionsBase)
	    
	Create or update an operationalization cluster.
function createOrUpdate(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: RequestOptionsBase): Promise<OperationalizationClustersCreateOrUpdateResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- parameters
- OperationalizationCluster
Parameters supplied to create or update an Operationalization cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.OperationalizationClustersCreateOrUpdateResponse>
		deleteMethod(string, string, OperationalizationClustersDeleteMethodOptionalParams)
	      
	Deletes the specified cluster.
function deleteMethod(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersDeleteMethodOptionalParams): Promise<OperationalizationClustersDeleteResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
The optional parameters
Returns
Promise<Models.OperationalizationClustersDeleteResponse>
		get(string, string, RequestOptionsBase)
	  
	Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.
function get(resourceGroupName: string, clusterName: string, options?: RequestOptionsBase): Promise<OperationalizationClustersGetResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.OperationalizationClustersGetResponse>
		get(string, string, RequestOptionsBase, ServiceCallback<OperationalizationCluster>)
	    
	function get(resourceGroupName: string, clusterName: string, options: RequestOptionsBase, callback: ServiceCallback<OperationalizationCluster>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
		get(string, string, ServiceCallback<OperationalizationCluster>)
	  
	function get(resourceGroupName: string, clusterName: string, callback: ServiceCallback<OperationalizationCluster>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- callback
The callback
		listByResourceGroup(string, OperationalizationClustersListByResourceGroupOptionalParams)
	        
	Gets the clusters in the specified resource group.
function listByResourceGroup(resourceGroupName: string, options?: OperationalizationClustersListByResourceGroupOptionalParams): Promise<OperationalizationClustersListByResourceGroupResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
The optional parameters
Returns
Promise<Models.OperationalizationClustersListByResourceGroupResponse>
		listByResourceGroup(string, OperationalizationClustersListByResourceGroupOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
	            
	function listByResourceGroup(resourceGroupName: string, options: OperationalizationClustersListByResourceGroupOptionalParams, callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
The optional parameters
The callback
		listByResourceGroup(string, ServiceCallback<PaginatedOperationalizationClustersList>)
	      
	function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
The callback
		listByResourceGroupNext(string, OperationalizationClustersListByResourceGroupNextOptionalParams)
	          
	Gets the clusters in the specified resource group.
function listByResourceGroupNext(nextPageLink: string, options?: OperationalizationClustersListByResourceGroupNextOptionalParams): Promise<OperationalizationClustersListByResourceGroupNextResponse>Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
The optional parameters
Returns
Promise<Models.OperationalizationClustersListByResourceGroupNextResponse>
		listByResourceGroupNext(string, OperationalizationClustersListByResourceGroupNextOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
	              
	function listByResourceGroupNext(nextPageLink: string, options: OperationalizationClustersListByResourceGroupNextOptionalParams, callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
		listByResourceGroupNext(string, ServiceCallback<PaginatedOperationalizationClustersList>)
	       
	function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
The callback
		listBySubscriptionId(OperationalizationClustersListBySubscriptionIdOptionalParams)
	       
	Gets the operationalization clusters in the specified subscription.
function listBySubscriptionId(options?: OperationalizationClustersListBySubscriptionIdOptionalParams): Promise<OperationalizationClustersListBySubscriptionIdResponse>Parameters
The optional parameters
Returns
Promise<Models.OperationalizationClustersListBySubscriptionIdResponse>
		listBySubscriptionId(OperationalizationClustersListBySubscriptionIdOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
	           
	function listBySubscriptionId(options: OperationalizationClustersListBySubscriptionIdOptionalParams, callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
The optional parameters
The callback
		listBySubscriptionId(ServiceCallback<PaginatedOperationalizationClustersList>)
	      
	function listBySubscriptionId(callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
The callback
		listBySubscriptionIdNext(string, OperationalizationClustersListBySubscriptionIdNextOptionalParams)
	        
	Gets the operationalization clusters in the specified subscription.
function listBySubscriptionIdNext(nextPageLink: string, options?: OperationalizationClustersListBySubscriptionIdNextOptionalParams): Promise<OperationalizationClustersListBySubscriptionIdNextResponse>Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
The optional parameters
Returns
Promise<Models.OperationalizationClustersListBySubscriptionIdNextResponse>
		listBySubscriptionIdNext(string, OperationalizationClustersListBySubscriptionIdNextOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
	            
	function listBySubscriptionIdNext(nextPageLink: string, options: OperationalizationClustersListBySubscriptionIdNextOptionalParams, callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
		listBySubscriptionIdNext(string, ServiceCallback<PaginatedOperationalizationClustersList>)
	      
	function listBySubscriptionIdNext(nextPageLink: string, callback: ServiceCallback<PaginatedOperationalizationClustersList>)Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
The callback
		listKeys(string, string, RequestOptionsBase)
	   
	Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a long running operation because it fetches keys from dependencies.
function listKeys(resourceGroupName: string, clusterName: string, options?: RequestOptionsBase): Promise<OperationalizationClustersListKeysResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.OperationalizationClustersListKeysResponse>
		listKeys(string, string, RequestOptionsBase, ServiceCallback<OperationalizationClusterCredentials>)
	      
	function listKeys(resourceGroupName: string, clusterName: string, options: RequestOptionsBase, callback: ServiceCallback<OperationalizationClusterCredentials>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
The callback
		listKeys(string, string, ServiceCallback<OperationalizationClusterCredentials>)
	    
	function listKeys(resourceGroupName: string, clusterName: string, callback: ServiceCallback<OperationalizationClusterCredentials>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
The callback
		update(string, string, OperationalizationClusterUpdateParameters, RequestOptionsBase)
	     
	The PATCH operation can be used to update only the tags for a cluster. Use PUT operation to update other properties.
function update(resourceGroupName: string, clusterName: string, parameters: OperationalizationClusterUpdateParameters, options?: RequestOptionsBase): Promise<OperationalizationClustersUpdateResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- parameters
- OperationalizationClusterUpdateParameters
The parameters supplied to patch the cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.OperationalizationClustersUpdateResponse>
		update(string, string, OperationalizationClusterUpdateParameters, RequestOptionsBase, ServiceCallback<OperationalizationCluster>)
	       
	function update(resourceGroupName: string, clusterName: string, parameters: OperationalizationClusterUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<OperationalizationCluster>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- parameters
- OperationalizationClusterUpdateParameters
The parameters supplied to patch the cluster.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
		update(string, string, OperationalizationClusterUpdateParameters, ServiceCallback<OperationalizationCluster>)
	     
	function update(resourceGroupName: string, clusterName: string, parameters: OperationalizationClusterUpdateParameters, callback: ServiceCallback<OperationalizationCluster>)Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- parameters
- OperationalizationClusterUpdateParameters
The parameters supplied to patch the cluster.
- callback
The callback
		updateSystemServices(string, string, RequestOptionsBase)
	    
	Updates system services in a cluster.
function updateSystemServices(resourceGroupName: string, clusterName: string, options?: RequestOptionsBase): Promise<OperationalizationClustersUpdateSystemServicesResponse>Parameters
- resourceGroupName
- 
				string 
Name of the resource group in which the cluster is located.
- clusterName
- 
				string 
The name of the cluster.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.OperationalizationClustersUpdateSystemServicesResponse>