LargeInstanceExtensions.GetLargeStorageInstances Method

Definition

Overloads

GetLargeStorageInstances(ResourceGroupResource)

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

GetLargeStorageInstances(SubscriptionResource, CancellationToken)

Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances
  • Operation Id: AzureLargeStorageInstance_ListBySubscription
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource

GetLargeStorageInstances(ResourceGroupResource)

Source:
LargeInstanceExtensions.cs

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

public static Azure.ResourceManager.LargeInstance.LargeStorageInstanceCollection GetLargeStorageInstances (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetLargeStorageInstances : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.LargeInstance.LargeStorageInstanceCollection
<Extension()>
Public Function GetLargeStorageInstances (resourceGroupResource As ResourceGroupResource) As LargeStorageInstanceCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of LargeStorageInstanceResources and their operations over a LargeStorageInstanceResource.

Exceptions

resourceGroupResource is null.

Applies to

GetLargeStorageInstances(SubscriptionResource, CancellationToken)

Source:
LargeInstanceExtensions.cs

Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances
  • Operation Id: AzureLargeStorageInstance_ListBySubscription
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
public static Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource> GetLargeStorageInstances (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetLargeStorageInstances : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
<Extension()>
Public Function GetLargeStorageInstances (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LargeStorageInstanceResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to