RecoveryServicesBackupExtensions.GetBackupPrivateEndpointConnections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of BackupPrivateEndpointConnectionResources in the ResourceGroupResource. MockingTo mock this method, please mock GetBackupPrivateEndpointConnections() instead.
public static Azure.ResourceManager.RecoveryServicesBackup.BackupPrivateEndpointConnectionCollection GetBackupPrivateEndpointConnections (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetBackupPrivateEndpointConnections : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.RecoveryServicesBackup.BackupPrivateEndpointConnectionCollection
<Extension()>
Public Function GetBackupPrivateEndpointConnections (resourceGroupResource As ResourceGroupResource) As BackupPrivateEndpointConnectionCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of BackupPrivateEndpointConnectionResources and their operations over a BackupPrivateEndpointConnectionResource.
Exceptions
resourceGroupResource
is null.
Applies to
Azure SDK for .NET