ObjectAnchorsAccountsOperationsExtensions.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.
List Object Anchors Accounts by Subscription
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount> ListBySubscription (this Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount>
<Extension()>
Public Function ListBySubscription (operations As IObjectAnchorsAccountsOperations) As IPage(Of ObjectAnchorsAccount)
Parameters
- operations
- IObjectAnchorsAccountsOperations
The operations group for this extension method.