OperationalizationClusters class

Class representing a OperationalizationClusters.

Constructors

OperationalizationClusters(MachineLearningComputeManagementClientContext)

Create a OperationalizationClusters.

Methods

beginCreateOrUpdate(string, string, OperationalizationCluster, RequestOptionsBase)

Create or update an operationalization cluster.

beginDeleteMethod(string, string, OperationalizationClustersBeginDeleteMethodOptionalParams)

Deletes the specified cluster.

beginUpdateSystemServices(string, string, RequestOptionsBase)

Updates system services in a cluster.

checkSystemServicesUpdatesAvailable(string, string, RequestOptionsBase)

Checks if updates are available for system services in the cluster.

checkSystemServicesUpdatesAvailable(string, string, RequestOptionsBase, ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>)
checkSystemServicesUpdatesAvailable(string, string, ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>)
createOrUpdate(string, string, OperationalizationCluster, RequestOptionsBase)

Create or update an operationalization cluster.

deleteMethod(string, string, OperationalizationClustersDeleteMethodOptionalParams)

Deletes the specified cluster.

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.

get(string, string, RequestOptionsBase, ServiceCallback<OperationalizationCluster>)
get(string, string, ServiceCallback<OperationalizationCluster>)
listByResourceGroup(string, OperationalizationClustersListByResourceGroupOptionalParams)

Gets the clusters in the specified resource group.

listByResourceGroup(string, OperationalizationClustersListByResourceGroupOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
listByResourceGroup(string, ServiceCallback<PaginatedOperationalizationClustersList>)
listByResourceGroupNext(string, OperationalizationClustersListByResourceGroupNextOptionalParams)

Gets the clusters in the specified resource group.

listByResourceGroupNext(string, OperationalizationClustersListByResourceGroupNextOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
listByResourceGroupNext(string, ServiceCallback<PaginatedOperationalizationClustersList>)
listBySubscriptionId(OperationalizationClustersListBySubscriptionIdOptionalParams)

Gets the operationalization clusters in the specified subscription.

listBySubscriptionId(OperationalizationClustersListBySubscriptionIdOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
listBySubscriptionId(ServiceCallback<PaginatedOperationalizationClustersList>)
listBySubscriptionIdNext(string, OperationalizationClustersListBySubscriptionIdNextOptionalParams)

Gets the operationalization clusters in the specified subscription.

listBySubscriptionIdNext(string, OperationalizationClustersListBySubscriptionIdNextOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)
listBySubscriptionIdNext(string, ServiceCallback<PaginatedOperationalizationClustersList>)
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.

listKeys(string, string, RequestOptionsBase, ServiceCallback<OperationalizationClusterCredentials>)
listKeys(string, string, ServiceCallback<OperationalizationClusterCredentials>)
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.

update(string, string, OperationalizationClusterUpdateParameters, RequestOptionsBase, ServiceCallback<OperationalizationCluster>)
update(string, string, OperationalizationClusterUpdateParameters, ServiceCallback<OperationalizationCluster>)
updateSystemServices(string, string, RequestOptionsBase)

Updates system services in a cluster.

Constructor Details

OperationalizationClusters(MachineLearningComputeManagementClientContext)

Create a OperationalizationClusters.

new OperationalizationClusters(client: MachineLearningComputeManagementClientContext)

Parameters

client
MachineLearningComputeManagementClientContext

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.

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

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.

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.

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

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.

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.

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.

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.

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.

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.

listByResourceGroupNext(string, ServiceCallback<PaginatedOperationalizationClustersList>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<PaginatedOperationalizationClustersList>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

listBySubscriptionId(OperationalizationClustersListBySubscriptionIdOptionalParams)

Gets the operationalization clusters in the specified subscription.

function listBySubscriptionId(options?: OperationalizationClustersListBySubscriptionIdOptionalParams): Promise<OperationalizationClustersListBySubscriptionIdResponse>

Parameters

Returns

Promise<Models.OperationalizationClustersListBySubscriptionIdResponse>

listBySubscriptionId(OperationalizationClustersListBySubscriptionIdOptionalParams, ServiceCallback<PaginatedOperationalizationClustersList>)

function listBySubscriptionId(options: OperationalizationClustersListBySubscriptionIdOptionalParams, callback: ServiceCallback<PaginatedOperationalizationClustersList>)

Parameters

listBySubscriptionId(ServiceCallback<PaginatedOperationalizationClustersList>)

function listBySubscriptionId(callback: ServiceCallback<PaginatedOperationalizationClustersList>)

Parameters

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.

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.

listBySubscriptionIdNext(string, ServiceCallback<PaginatedOperationalizationClustersList>)

function listBySubscriptionIdNext(nextPageLink: string, callback: ServiceCallback<PaginatedOperationalizationClustersList>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

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

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.

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

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.

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>