LargeInstanceExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.LargeInstance.

public static class LargeInstanceExtensions
type LargeInstanceExtensions = class
Public Module LargeInstanceExtensions
Inheritance
LargeInstanceExtensions

Methods

GetLargeInstance(ResourceGroupResource, String, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}
  • Operation Id: AzureLargeInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeInstanceResource
GetLargeInstanceAsync(ResourceGroupResource, String, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}
  • Operation Id: AzureLargeInstance_Get
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeInstanceResource
GetLargeInstanceResource(ArmClient, ResourceIdentifier)

Gets an object representing a LargeInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a LargeInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLargeInstanceResource(ResourceIdentifier) instead.

GetLargeInstances(ResourceGroupResource)

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

GetLargeInstances(SubscriptionResource, CancellationToken)

Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeInstances
  • Operation Id: AzureLargeInstance_ListBySubscription
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeInstanceResource
GetLargeInstancesAsync(SubscriptionResource, CancellationToken)

Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeInstances
  • Operation Id: AzureLargeInstance_ListBySubscription
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeInstanceResource
GetLargeStorageInstance(ResourceGroupResource, 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
GetLargeStorageInstanceAsync(ResourceGroupResource, 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
GetLargeStorageInstanceResource(ArmClient, ResourceIdentifier)

Gets an object representing a LargeStorageInstanceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a LargeStorageInstanceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLargeStorageInstanceResource(ResourceIdentifier) instead.

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
GetLargeStorageInstancesAsync(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

Applies to