PureStoragePoolResource.GetAvsConnectionAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns current information about an on-going connection to an AVS instance
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PureStorage.Block/storagePools/{storagePoolName}/getAvsConnection
- Operation Id: StoragePools_GetAvsConnection
- Default Api Version: 2024-11-01
- Resource: PureStoragePoolResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvsConnection>> GetAvsConnectionAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvsConnectionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvsConnection>>
override this.GetAvsConnectionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvsConnection>>
Public Overridable Function GetAvsConnectionAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PureStorageAvsConnection))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.