RecoveryServicesExtensions.GetRecoveryServicesVaults Method

Definition

Overloads

GetRecoveryServicesVaults(ResourceGroupResource)

Gets a collection of RecoveryServicesVaultResources in the ResourceGroupResource. MockingTo mock this method, please mock GetRecoveryServicesVaults() instead.

GetRecoveryServicesVaults(SubscriptionResource, CancellationToken)

Fetches all the resources of the specified type in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults
  • Operation Id: Vaults_ListBySubscriptionId
  • Default Api Version: 2023-04-01
  • Resource: RecoveryServicesVaultResource

GetRecoveryServicesVaults(ResourceGroupResource)

Source:
RecoveryServicesExtensions.cs
Source:
RecoveryServicesExtensions.cs

Gets a collection of RecoveryServicesVaultResources in the ResourceGroupResource. MockingTo mock this method, please mock GetRecoveryServicesVaults() instead.

C#
public static Azure.ResourceManager.RecoveryServices.RecoveryServicesVaultCollection GetRecoveryServicesVaults(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of RecoveryServicesVaultResources and their operations over a RecoveryServicesVaultResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

GetRecoveryServicesVaults(SubscriptionResource, CancellationToken)

Source:
RecoveryServicesExtensions.cs
Source:
RecoveryServicesExtensions.cs

Fetches all the resources of the specified type in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults
  • Operation Id: Vaults_ListBySubscriptionId
  • Default Api Version: 2023-04-01
  • Resource: RecoveryServicesVaultResource
C#
public static Azure.Pageable<Azure.ResourceManager.RecoveryServices.RecoveryServicesVaultResource> GetRecoveryServicesVaults(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of RecoveryServicesVaultResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview