Language

ModelDeploymentCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/aiManagers/{aiManagerName}/namespaces/{namespaceName}/modelDeployments/{modelDeploymentName}.
  • Operation Id. : ModelDeployments_Get.
  • Default Api Version. : 2026-09-02-preview.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ContainerServiceAIManager.ModelDeploymentResource>> GetIfExistsAsync(string modelDeploymentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ContainerServiceAIManager.ModelDeploymentResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ContainerServiceAIManager.ModelDeploymentResource>>
Public Overridable Function GetIfExistsAsync (modelDeploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ModelDeploymentResource))

Parameters

modelDeploymentName
String

The name of the model deployment resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

modelDeploymentName is null.

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

Applies to