RegisteredServersOperationsExtensions.Get 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 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
Azure SDK for .NET