MockableLargeInstanceResourceGroupResource.GetLargeStorageInstance Method

Definition

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
public virtual Azure.Response<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource> GetLargeStorageInstance (string azureLargeStorageInstanceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLargeStorageInstance : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
override this.GetLargeStorageInstance : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
Public Overridable Function GetLargeStorageInstance (azureLargeStorageInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LargeStorageInstanceResource)

Parameters

azureLargeStorageInstanceName
String

Name of the AzureLargeStorageInstance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

azureLargeStorageInstanceName is null.

azureLargeStorageInstanceName is an empty string, and was expected to be non-empty.

Applies to