Compartir a través de


PrivateLinkResourcesOperationsExtensions.List Método

Definición

Devuelve la lista de recursos de vínculo privado que se deben crear para Backup y SiteRecovery.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource> List (this Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations operations, string resourceGroupName, string vaultName);
static member List : Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource>
<Extension()>
Public Function List (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, vaultName As String) As IPage(Of PrivateLinkResource)

Parámetros

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

Nombre del grupo de recursos donde está presente el almacén de Recovery Services.

vaultName
String

Nombre del almacén de Recovery Services.

Devoluciones

Se aplica a