SessionHostCollection.GetAll 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.
List sessionHosts.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/sessionHosts.
- Operation Id. : SessionHosts_List.
- Default Api Version. : 2026-01-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.DesktopVirtualization.SessionHostResource> GetAll(int? pageSize = default, bool? isDescending = default, int? initialSkip = default, string vmPath = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * Nullable<bool> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DesktopVirtualization.SessionHostResource>
override this.GetAll : Nullable<int> * Nullable<bool> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DesktopVirtualization.SessionHostResource>
Public Overridable Function GetAll (Optional pageSize As Nullable(Of Integer) = Nothing, Optional isDescending As Nullable(Of Boolean) = Nothing, Optional initialSkip As Nullable(Of Integer) = Nothing, Optional vmPath As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SessionHostResource)
Parameters
- vmPath
- String
The path to the VM.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SessionHostResource that may take multiple service requests to iterate over.