AppPlatformConfigurationServiceCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • Operation Id: ConfigurationServices_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformConfigurationServiceResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>> GetIfExistsAsync (string configurationServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>>
Public Overridable Function GetIfExistsAsync (configurationServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AppPlatformConfigurationServiceResource))

Parameters

configurationServiceName
String

The name of Application Configuration Service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

configurationServiceName is null.

Applies to