HealthModelAuthenticationSettingCollection.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a AuthenticationSetting
- 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.Response<Azure.ResourceManager.CloudHealth.HealthModelAuthenticationSettingResource>> GetAsync(string authenticationSettingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CloudHealth.HealthModelAuthenticationSettingResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CloudHealth.HealthModelAuthenticationSettingResource>>
Public Overridable Function GetAsync (authenticationSettingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(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.