Compartir a través de


PrivateLinkResourcesOperationsExtensions.Get Método

Definición

Obtiene un recurso de vínculo privado para el servidor MySQL.

public static Microsoft.Azure.Management.MySQL.Models.PrivateLinkResource Get (this Microsoft.Azure.Management.MySQL.IPrivateLinkResourcesOperations operations, string resourceGroupName, string serverName, string groupName);
static member Get : Microsoft.Azure.Management.MySQL.IPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.MySQL.Models.PrivateLinkResource
<Extension()>
Public Function Get (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, serverName As String, groupName As String) As PrivateLinkResource

Parámetros

operations
IPrivateLinkResourcesOperations

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.

serverName
String

El nombre del servidor.

groupName
String

Nombre del recurso de vínculo privado.

Devoluciones

Se aplica a