MachineLearningComputeExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.MachineLearningCompute.
public static class MachineLearningComputeExtensions
type MachineLearningComputeExtensions = class
Public Module MachineLearningComputeExtensions
- Inheritance
-
MachineLearningComputeExtensions
Methods
GetAvailableOperationsMachineLearningComputes(TenantResource, CancellationToken) |
Gets all available operations.
|
GetAvailableOperationsMachineLearningComputesAsync(TenantResource, CancellationToken) |
Gets all available operations.
|
GetOperationalizationCluster(ResourceGroupResource, String, CancellationToken) |
Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.
|
GetOperationalizationClusterAsync(ResourceGroupResource, String, CancellationToken) |
Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.
|
GetOperationalizationClusterResource(ArmClient, ResourceIdentifier) |
Gets an object representing an OperationalizationClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an OperationalizationClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetOperationalizationClusterResource(ResourceIdentifier) instead. |
GetOperationalizationClusters(ResourceGroupResource) |
Gets a collection of OperationalizationClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetOperationalizationClusters() instead. |
GetOperationalizationClusters(SubscriptionResource, String, CancellationToken) |
Gets the operationalization clusters in the specified subscription.
|
GetOperationalizationClustersAsync(SubscriptionResource, String, CancellationToken) |
Gets the operationalization clusters in the specified subscription.
|
Applies to
Azure SDK for .NET