Freigeben über


AppPlatformServiceResource.GetAppPlatformServiceRegistryAsync Methode

Definition

Rufen Sie die Dienstregistrierung und ihre Eigenschaften ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries/{serviceRegistryName}
  • Vorgang IdServiceRegistries_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>> GetAppPlatformServiceRegistryAsync (string serviceRegistryName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformServiceRegistryAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>>
override this.GetAppPlatformServiceRegistryAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>>
Public Overridable Function GetAppPlatformServiceRegistryAsync (serviceRegistryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformServiceRegistryResource))

Parameter

serviceRegistryName
String

Der Name von Service Registry.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

serviceRegistryName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

serviceRegistryName ist NULL.

Gilt für: