API Reference
Class
ProviderLimitAccountSnapshot
One provider-account limit snapshot within a multi-account provider view.
Inheritance
- Object
- ProviderLimitAccountSnapshot
Constructors
public ProviderLimitAccountSnapshot(String accountId, String accountLabel, String planLabel, IReadOnlyList<ProviderLimitWindow> windows, String summary, String detailMessage, DateTimeOffset retrievedAtUtc, Boolean isSelected = false) #Parameters
- accountId String
- accountLabel String
- planLabel String
- windows IReadOnlyList<ProviderLimitWindow>
- summary String
- detailMessage String
- retrievedAtUtc DateTimeOffset
- isSelected Boolean = false
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AccountId { get; } #public String AccountLabel { get; } #public String PlanLabel { get; } #public IReadOnlyList<ProviderLimitWindow> Windows { get; } #public String Summary { get; } #public String DetailMessage { get; } #public DateTimeOffset RetrievedAtUtc { get; } #public Boolean IsSelected { get; } #public Boolean IsAvailable { get; } #