ContainerServiceFleetGateCollection.GetAllAsync Method

Definition

List Gate resources by Fleet

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/gates.
  • Operation Id. : Gates_ListByFleet.
  • Default Api Version. : 2026-02-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetGateResource> GetAllAsync(string filter = default, int? maxCount = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetGateResource>
override this.GetAllAsync : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetGateResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional maxCount As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerServiceFleetGateResource)

Parameters

filter
String

Filter the result list using the given expression.

maxCount
Nullable<Int32>

The number of result items to return.

skipToken
String

The page-continuation token to use with a paged version of this API.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ContainerServiceFleetGateResource that may take multiple service requests to iterate over.

Applies to