LargeStorageInstanceCollection Class

Definition

A class representing a collection of LargeStorageInstanceResource and their operations. Each LargeStorageInstanceResource in the collection will belong to the same instance of ResourceGroupResource. To get a LargeStorageInstanceCollection instance call the GetLargeStorageInstances method from an instance of ResourceGroupResource.

public class LargeStorageInstanceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
type LargeStorageInstanceCollection = class
    inherit ArmCollection
    interface seq<LargeStorageInstanceResource>
    interface IEnumerable
    interface IAsyncEnumerable<LargeStorageInstanceResource>
Public Class LargeStorageInstanceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of LargeStorageInstanceResource), IEnumerable(Of LargeStorageInstanceResource)
Inheritance
LargeStorageInstanceCollection
Implements

Constructors

LargeStorageInstanceCollection()

Initializes a new instance of the LargeStorageInstanceCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
  • Operation Id: AzureLargeStorageInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
  • Operation Id: AzureLargeStorageInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
Get(String, CancellationToken)

Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
  • Operation Id: AzureLargeStorageInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
GetAll(CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances
  • Operation Id: AzureLargeStorageInstance_ListByResourceGroup
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
GetAllAsync(CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances
  • Operation Id: AzureLargeStorageInstance_ListByResourceGroup
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
GetAsync(String, CancellationToken)

Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
  • Operation Id: AzureLargeStorageInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
  • Operation Id: AzureLargeStorageInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
  • Operation Id: AzureLargeStorageInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<LargeStorageInstanceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<LargeStorageInstanceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to