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


HealthModelAuthenticationSettingCollection Class

Definition

A class representing a collection of HealthModelAuthenticationSettingResource and their operations. Each HealthModelAuthenticationSettingResource in the collection will belong to the same instance of HealthModelResource. To get a HealthModelAuthenticationSettingCollection instance call the GetHealthModelAuthenticationSettings method from an instance of HealthModelResource.

public class HealthModelAuthenticationSettingCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.CloudHealth.HealthModelAuthenticationSettingResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CloudHealth.HealthModelAuthenticationSettingResource>
type HealthModelAuthenticationSettingCollection = class
    inherit ArmCollection
    interface seq<HealthModelAuthenticationSettingResource>
    interface IEnumerable
    interface IAsyncEnumerable<HealthModelAuthenticationSettingResource>
Public Class HealthModelAuthenticationSettingCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of HealthModelAuthenticationSettingResource), IEnumerable(Of HealthModelAuthenticationSettingResource)
Inheritance
HealthModelAuthenticationSettingCollection
Implements

Constructors

HealthModelAuthenticationSettingCollection()

Initializes a new instance of the HealthModelAuthenticationSettingCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, HealthModelAuthenticationSettingData, CancellationToken)

Create a AuthenticationSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CloudHealth/healthmodels/{healthModelName}/authenticationsettings/{authenticationSettingName}
  • Operation Id: AuthenticationSetting_CreateOrUpdate
  • Default Api Version: 2025-05-01-preview
  • Resource: HealthModelAuthenticationSettingResource
CreateOrUpdateAsync(WaitUntil, String, HealthModelAuthenticationSettingData, CancellationToken)

Create a AuthenticationSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CloudHealth/healthmodels/{healthModelName}/authenticationsettings/{authenticationSettingName}
  • Operation Id: AuthenticationSetting_CreateOrUpdate
  • Default Api Version: 2025-05-01-preview
  • Resource: HealthModelAuthenticationSettingResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • 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
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • 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
Get(String, CancellationToken)

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
GetAll(CancellationToken)

List AuthenticationSetting resources by HealthModel

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CloudHealth/healthmodels/{healthModelName}/authenticationsettings
  • Operation Id: AuthenticationSetting_ListByHealthModel
  • Default Api Version: 2025-05-01-preview
  • Resource: HealthModelAuthenticationSettingResource
GetAllAsync(CancellationToken)

List AuthenticationSetting resources by HealthModel

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CloudHealth/healthmodels/{healthModelName}/authenticationsettings
  • Operation Id: AuthenticationSetting_ListByHealthModel
  • Default Api Version: 2025-05-01-preview
  • Resource: HealthModelAuthenticationSettingResource
GetAsync(String, CancellationToken)

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
GetIfExists(String, CancellationToken)

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
GetIfExistsAsync(String, CancellationToken)

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
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<HealthModelAuthenticationSettingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HealthModelAuthenticationSettingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to