ResourceHealthMetadataEntityCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.ResourceHealth/metadata/{name}
  • Operation Id: Metadata_GetEntity
public virtual Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ResourceHealthMetadataEntityResource> GetIfExists (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ResourceHealthMetadataEntityResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ResourceHealthMetadataEntityResource>
Public Overridable Function GetIfExists (name As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ResourceHealthMetadataEntityResource)

Parameters

name
String

Name of metadata entity.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

name is null.

Applies to