Share via


EdgeOrderAddressCollection.GetAllAsync Method

Definition

Lists all the addresses available under the given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EdgeOrder/addresses
  • Operation Id: ListAddressesAtResourceGroupLevel
public virtual Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource> GetAllAsync (string filter = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeOrderAddressResource)

Parameters

filter
String

$filter is supported to filter based on shipping address properties. Filter supports only equals operation.

skipToken
String

$skipToken is supported on Get list of addresses, which provides the next page in the list of address.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of EdgeOrderAddressResource that may take multiple service requests to iterate over.

Applies to