Partilhar via


AppPlatformServiceResource.GetAppPlatformConfigurationService Método

Definição

Obtenha o Serviço de Configuração de Aplicativos e suas propriedades.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • IdConfigurationServices_Get de operação
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource> GetAppPlatformConfigurationService (string configurationServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformConfigurationService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
override this.GetAppPlatformConfigurationService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
Public Overridable Function GetAppPlatformConfigurationService (configurationServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformConfigurationServiceResource)

Parâmetros

configurationServiceName
String

O nome do Serviço de Configuração de Aplicativo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

configurationServiceName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

configurationServiceName é nulo.

Aplica-se a