RegisteredServersOperationsExtensions.GetAsync 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í.
Obtiene un servidor registrado determinado.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.RegisteredServer> GetAsync (this Microsoft.Azure.Management.StorageSync.IRegisteredServersOperations operations, string resourceGroupName, string storageSyncServiceName, string serverId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StorageSync.IRegisteredServersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.RegisteredServer>
<Extension()>
Public Function GetAsync (operations As IRegisteredServersOperations, resourceGroupName As String, storageSyncServiceName As String, serverId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RegisteredServer)
Parámetros
- operations
- IRegisteredServersOperations
El grupo de operaciones de este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- storageSyncServiceName
- String
Nombre del recurso del servicio de sincronización de almacenamiento.
- serverId
- String
GUID que identifica el servidor local.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET