Lingua

MachineLearningOnlineDeploymentResource.Get(CancellationToken) Method

Definition

Get Inference Deployment Deployment.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}.
  • Operation Id. : OnlineDeployments_Get.
  • Default Api Version. : 2026-07-01.
  • Resource. : MachineLearningOnlineDeploymentResource.
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningOnlineDeploymentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to