Compartilhar via


PrivateLinkResourcesOperationsExtensions.Get Método

Definição

Obtém um recurso de link privado para o 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

groupName
String

O nome do recurso de link privado.

Retornos

Aplica-se a