SubscriptionResourceGetAccountsOptions Class
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.
The SubscriptionResourceGetAccountsOptions.
public class SubscriptionResourceGetAccountsOptions
type SubscriptionResourceGetAccountsOptions = class
Public Class SubscriptionResourceGetAccountsOptions
- Inheritance
-
SubscriptionResourceGetAccountsOptions
Constructors
SubscriptionResourceGetAccountsOptions() |
Initializes a new instance of SubscriptionResourceGetAccountsOptions. |
Properties
Count |
The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. |
Filter |
OData filter. Optional. |
Orderby |
OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. |
Select |
OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. |
Skip |
The number of items to skip over before returning elements. Optional. |
Top |
The number of items to return. Optional. |
Applies to
Azure SDK for .NET