MockableEdgeOrderSubscriptionResource.GetEdgeOrderAddresses 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 virtual Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource> GetEdgeOrderAddresses (string filter = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeOrderAddresses : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
override this.GetEdgeOrderAddresses : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource>
Public Overridable Function GetEdgeOrderAddresses (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 addresses.
- 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