Share via


AppPlatformServiceResource.GetAppPlatformConfigurationServiceAsync Method

Definition

Get the Application Configuration Service and its properties.

  • 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.Response<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>> GetAppPlatformConfigurationServiceAsync (string configurationServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformConfigurationServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>>
override this.GetAppPlatformConfigurationServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>>
Public Overridable Function GetAppPlatformConfigurationServiceAsync (configurationServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformConfigurationServiceResource))

Parameters

configurationServiceName
String

The name of Application Configuration Service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

configurationServiceName is null.

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

Applies to