AppPlatformServiceResource.GetAppPlatformServiceRegistryAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtenga el Registro de servicio y sus propiedades.
- Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries/{serviceRegistryName}
- IdServiceRegistries_Get de operaciones
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))
Parámetros
- serviceRegistryName
- String
Nombre del Registro de servicios.
- cancellationToken
- CancellationToken
Token de cancelación que se va a usar.
Devoluciones
Excepciones
serviceRegistryName
es una cadena vacía y se esperaba que no estuviera vacía.
serviceRegistryName
es null.