EdgeOrderExtensions.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.
Lists all the addresses available under the subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses
- Operation Id: ListAddressesAtSubscriptionLevel
public static Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource> GetEdgeOrderAddressesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetEdgeOrderAddressesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
<Extension()>
Public Function GetEdgeOrderAddressesAsync (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeOrderAddressResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- 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.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of EdgeOrderAddressResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET