Share via


HealthModelAuthenticationSettingCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

authenticationSettingName
String

Name of the authentication setting. Must be unique within a health model.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

authenticationSettingName is null.

Applies to