Condividi tramite


ContainerAppMaintenanceConfigurationCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/maintenanceConfigurations/{configName}
  • Operation Id: MaintenanceConfigurations_Get
  • Default Api Version: 2025-07-01
  • Resource: ContainerAppMaintenanceConfigurationResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppMaintenanceConfigurationResource>> GetIfExistsAsync(string configName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppMaintenanceConfigurationResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppContainers.ContainerAppMaintenanceConfigurationResource>>
Public Overridable Function GetIfExistsAsync (configName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ContainerAppMaintenanceConfigurationResource))

Parameters

configName
String

The name of the maintenance configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

configName is null.

Applies to