MockableEdgeOrderSubscriptionResource.GetEdgeOrderAddressesAsync 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 all the addresses available under the subscription.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses.
- Operation Id. : AddressResources_ListBySubscription.
- Default Api Version. : 2024-02-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource> GetEdgeOrderAddressesAsync(string filter = default, string skipToken = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeOrderAddressesAsync : string * string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
override this.GetEdgeOrderAddressesAsync : string * string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
Public Overridable Function GetEdgeOrderAddressesAsync (Optional filter As String = Nothing, Optional skipToken As String = Nothing, Optional top As Nullable(Of Integer) = 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 addresses.
$top is supported on fetching list of resources. $top=10 means that the first 10 items in the list will be returned to the API caller.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of EdgeOrderAddressResource that may take multiple service requests to iterate over.