HealthModelEntityCollection.GetAsync(String, CancellationToken) Method

Definition

Get a Entity

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CloudHealth/healthmodels/{healthModelName}/entities/{entityName}.
  • Operation Id. : Entities_Get.
  • Default Api Version. : 2025-05-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CloudHealth.HealthModelEntityResource>> GetAsync(string entityName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CloudHealth.HealthModelEntityResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CloudHealth.HealthModelEntityResource>>
Public Overridable Function GetAsync (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HealthModelEntityResource))

Parameters

entityName
String

Name of the entity. Must be unique within a health model.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

entityName is null.

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

Applies to