AzureLargeStorageInstanceOperations interface    
Interface representing a AzureLargeStorageInstanceOperations.
Methods
| get(string, string, Azure | Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name. | 
| list | Gets a list of AzureLargeStorageInstances in the specified subscription and resource group. The operations returns various properties of each Azure LargeStorage instance. | 
| list | Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance. | 
| update(string, string, Azure | Patches the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name. | 
Method Details
		get(string, string, AzureLargeStorageInstanceGetOptionalParams)
	      
	Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name.
function get(resourceGroupName: string, azureLargeStorageInstanceName: string, options?: AzureLargeStorageInstanceGetOptionalParams): Promise<AzureLargeStorageInstance>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
- azureLargeStorageInstanceName
- 
				string 
Name of the AzureLargeStorageInstance.
The options parameters.
Returns
Promise<AzureLargeStorageInstance>
		listByResourceGroup(string, AzureLargeStorageInstanceListByResourceGroupOptionalParams)
	          
	Gets a list of AzureLargeStorageInstances in the specified subscription and resource group. The operations returns various properties of each Azure LargeStorage instance.
function listByResourceGroup(resourceGroupName: string, options?: AzureLargeStorageInstanceListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AzureLargeStorageInstance, AzureLargeStorageInstance[], PageSettings>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
The options parameters.
Returns
		listBySubscription(AzureLargeStorageInstanceListBySubscriptionOptionalParams)
	        
	Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.
function listBySubscription(options?: AzureLargeStorageInstanceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AzureLargeStorageInstance, AzureLargeStorageInstance[], PageSettings>Parameters
The options parameters.
Returns
		update(string, string, AzureLargeStorageInstanceTagsUpdate, AzureLargeStorageInstanceUpdateOptionalParams)
	           
	Patches the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name.
function update(resourceGroupName: string, azureLargeStorageInstanceName: string, tagsParameter: AzureLargeStorageInstanceTagsUpdate, options?: AzureLargeStorageInstanceUpdateOptionalParams): Promise<AzureLargeStorageInstance>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
- azureLargeStorageInstanceName
- 
				string 
Name of the AzureLargeStorageInstance.
- tagsParameter
- AzureLargeStorageInstanceTagsUpdate
The resource properties to be updated.
The options parameters.
Returns
Promise<AzureLargeStorageInstance>