Click or drag to resize
ISubscriptionManagerGetStatuses Method

[This is preliminary documentation and is subject to change.]

Retrieves statuses for subscriptions

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IEnumerable<ICurrentSubscriptionStatus>> GetStatuses(
	IEnumerable<long> subscriptionIds
)

Parameters

subscriptionIds
Type: System.Collections.GenericIEnumerableInt64
The subscription ids to retrieve statuses for

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableICurrentSubscriptionStatus
A dictionary with subscription id as key and statuses as value
See Also