Sprog

MachineLearningOnlineEndpointResource.GetMachineLearningOnlineDeployment Method

Definition

Get Inference Deployment Deployment.

public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource> GetMachineLearningOnlineDeployment(string deploymentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningOnlineDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>
override this.GetMachineLearningOnlineDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>
Public Overridable Function GetMachineLearningOnlineDeployment (deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningOnlineDeploymentResource)

Parameters

deploymentName
String

Inference Endpoint Deployment name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

deploymentName is null.

deploymentName is an empty string, and was expected to be non-empty.

Applies to