Lingua

MachineLearningOnlineDeploymentResource.GetSkusAsync Method

Definition

List Inference Endpoint Deployment Skus.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/skus.
  • Operation Id. : OnlineDeployments_ListSkus.
  • Default Api Version. : 2026-07-01.
  • Resource. : MachineLearningOnlineDeploymentResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuDetail> GetSkusAsync(int? count = default, string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSkusAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuDetail>
override this.GetSkusAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuDetail>
Public Overridable Function GetSkusAsync (Optional count As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningSkuDetail)

Parameters

count
Nullable<Int32>

Number of Skus to be retrieved in a page of results.

skip
String

Continuation token for pagination.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to