Compartir a través de


PrivateLinkServicesOperationsExtensions.Get Método

Definición

Obtiene el servicio de vínculo privado especificado por grupo de recursos.

public static Microsoft.Azure.Management.Network.Models.PrivateLinkService Get (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string expand = default);
static member Get : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.PrivateLinkService
<Extension()>
Public Function Get (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, Optional expand As String = Nothing) As PrivateLinkService

Parámetros

operations
IPrivateLinkServicesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio private link.

expand
String

Expande los recursos a los que se hace referencia.

Devoluciones

Se aplica a