MachineLearningComputeExtensions.GetAvailableOperationsMachineLearningComputes Method

Definition

Gets all available operations.

  • Request Path: /providers/Microsoft.MachineLearningCompute/operations
  • Operation Id: MachineLearningCompute_ListAvailableOperations
public static Azure.Pageable<Azure.ResourceManager.MachineLearningCompute.Models.ResourceOperation> GetAvailableOperationsMachineLearningComputes (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableOperationsMachineLearningComputes : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearningCompute.Models.ResourceOperation>
<Extension()>
Public Function GetAvailableOperationsMachineLearningComputes (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ResourceOperation)

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ResourceOperation that may take multiple service requests to iterate over.

Exceptions

tenantResource is null.

Applies to