Compartilhar via


PrivateLinkServicesOperationsExtensions.Get Método

Definição

Obtém o serviço de link 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

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

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço de link privado.

expand
String

Expande os recursos referenciados.

Retornos

Aplica-se a