ITransitionConfiguration Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning.Dto
The ITransitionConfiguration type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | Int64 | AddressId |
The address id the method should check
|
![]() | IEnumerableT, T: Int64 | CancelDisconnect |
Ids of subscriptions to cancel disconnection
NOTE: Once executed, disconnections will be cancelled immediatly, not at the execution time
|
![]() | NullableT, T: Int64 | CustomerId |
Optionally specify a customer id, or null for no customer
|
![]() | DateTime | ExecutionTime |
A date and time when the transition should take place
|
![]() | Boolean | IgnoreBindingAndNoticePeriods |
Optionally ignore the binding time and notice periods
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | PreferedReferences |
A dictionary of source subscription id (or reference id) and target subscription id (or reference id). Empty dictionary or null means no preferences
|
![]() | IEnumerableT, T: IServiceConfiguration | ServicesToConnect |
IServiceConfigurations for services to connect
|
![]() | IEnumerableT, T: Int64 | SubscriptionsToDelete |
An enumerable of all subscriptions that should be deleted.
NOTE: Once executed, subscriptions will be deleted immediatly, not at the execution time
|
![]() | IEnumerableT, T: Int64 | SubscriptionsToDisconnect |
An enumerable of all subscriptions that would be disconnected
|