Bagikan melalui


ContainerAppAuthConfigCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Operation Id: ContainerAppsAuthConfigs_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>> GetIfExistsAsync (string authConfigName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>>
Public Overridable Function GetIfExistsAsync (authConfigName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ContainerAppAuthConfigResource))

Parameters

authConfigName
String

Name of the Container App AuthConfig.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

authConfigName is null.

Applies to