DevTestLabServiceFabricCollection.GetAllAsync 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 service fabrics in a given user profile.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics
- Operation Id: ServiceFabrics_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource> GetAllAsync (string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>
override this.GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>
Public Overridable Function GetAllAsync (Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DevTestLabServiceFabricResource)
Parameters
- expand
- String
Specify the $expand query. Example: 'properties($expand=applicableSchedule)'.
- filter
- String
The filter to apply to the operation. Example: '$filter=contains(name,'myName').
The maximum number of resources to return from the operation. Example: '$top=10'.
- orderby
- String
The ordering expression for the results, using OData notation. Example: '$orderby=name desc'.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of DevTestLabServiceFabricResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET