EdgeOrderAddressCollection.GetAll(String, String, 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.
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.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource> GetAll (string filter = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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
A collection of EdgeOrderAddressResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET