Partager via


PSRecoveryServicesClient.ListResourceGuardMapping(String, String) Method

Definition

Method to fetch resource guard proxy list.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource> ListResourceGuardMapping (string vaultName, string resourceGroupName);
member this.ListResourceGuardMapping : string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource>
Public Function ListResourceGuardMapping (vaultName As String, resourceGroupName As String) As List(Of ResourceGuardProxyBaseResource)

Parameters

vaultName
String
resourceGroupName
String

Returns

Applies to