Freigeben über


AppPlatformServiceResource.GetAppPlatformServiceRegistry 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 Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource> GetAppPlatformServiceRegistry (string serviceRegistryName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformServiceRegistry : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
override this.GetAppPlatformServiceRegistry : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformServiceRegistryResource>
Public Overridable Function GetAppPlatformServiceRegistry (serviceRegistryName As String, Optional cancellationToken As CancellationToken = Nothing) As 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: