ISubscriptionManagerGetStatuses Method |
[This is preliminary documentation and is subject to change.]
Retrieves statuses for subscriptions
Namespace: Netadmin.Management.ProvisioningAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<long, IEnumerable<ICurrentSubscriptionStatus>> GetStatuses(
IEnumerable<long> subscriptionIds
)
Function GetStatuses (
subscriptionIds As IEnumerable(Of Long)
) As IReadOnlyDictionary(Of Long, IEnumerable(Of ICurrentSubscriptionStatus))
Parameters
- subscriptionIds
- Type: System.Collections.GenericIEnumerableInt64
The subscription ids to retrieve statuses for
Return Value
Type:
IReadOnlyDictionaryInt64,
IEnumerableICurrentSubscriptionStatusA dictionary with subscription id as key and statuses as value
See Also