Поделиться через


HealthModelEntityCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CloudHealth/healthmodels/{healthModelName}/entities/{entityName}
  • Operation Id: Entity_Get
  • Default Api Version: 2025-05-01-preview
  • Resource: HealthModelEntityResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CloudHealth.HealthModelEntityResource>> GetIfExistsAsync(string entityName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CloudHealth.HealthModelEntityResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CloudHealth.HealthModelEntityResource>>
Public Overridable Function GetIfExistsAsync (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(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 an empty string, and was expected to be non-empty.

entityName is null.

Applies to