TenantResourceByExternalCloudProviderTypeDimensionsOptions 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 TenantResourceByExternalCloudProviderTypeDimensionsOptions.
public class TenantResourceByExternalCloudProviderTypeDimensionsOptions
type TenantResourceByExternalCloudProviderTypeDimensionsOptions = class
Public Class TenantResourceByExternalCloudProviderTypeDimensionsOptions
- Inheritance
-
TenantResourceByExternalCloudProviderTypeDimensionsOptions
Constructors
TenantResourceByExternalCloudProviderTypeDimensionsOptions(ExternalCloudProviderType, String) |
Initializes a new instance of TenantResourceByExternalCloudProviderTypeDimensionsOptions. |
Properties
Expand |
May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions. |
ExternalCloudProviderId |
This can be '{externalSubscriptionId}' for linked account or '{externalBillingAccountId}' for consolidated account used with dimension/query operations. |
ExternalCloudProviderType |
The external cloud provider type associated with dimension/query operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts' for consolidated account. |
Filter |
May be used to filter dimensions by properties/category, properties/usageStart, properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. |
Skiptoken |
Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. |
Top |
May be used to limit the number of results to the most recent N dimension data. |
Applies to
Azure SDK for .NET