ภาษา

MachineLearningWorkspaceResource.GetMachineLearningOnlineEndpoint Method

Definition

Get Online Endpoint.

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

Parameters

endpointName
String

Online Endpoint name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName is null.

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

Applies to