DevicesOperationsExtensions.ListBySubscription 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.
Gets all the data box edge/gateway devices in a subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice> ListBySubscription (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string expand = default);
static member ListBySubscription : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice>
<Extension()>
Public Function ListBySubscription (operations As IDevicesOperations, Optional expand As String = Nothing) As IPage(Of DataBoxEdgeDevice)
Parameters
- operations
- IDevicesOperations
The operations group for this extension method.
- expand
- String
Specify $expand=details to populate additional fields related to the resource or Specify $skipToken=<token> to populate the next page in the list.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET