Compartir a través de


RegisteredServersOperationsExtensions.Get Método

Definición

Obtiene un servidor registrado determinado.

public static Microsoft.Azure.Management.StorageSync.Models.RegisteredServer Get (this Microsoft.Azure.Management.StorageSync.IRegisteredServersOperations operations, string resourceGroupName, string storageSyncServiceName, string serverId);
static member Get : Microsoft.Azure.Management.StorageSync.IRegisteredServersOperations * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.RegisteredServer
<Extension()>
Public Function Get (operations As IRegisteredServersOperations, resourceGroupName As String, storageSyncServiceName As String, serverId As String) As 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.

Devoluciones

Se aplica a