IAutomaticServiceConfigurationManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Provisioning.IAutomaticServiceConfigurationManager"]
Namespace: Netadmin.Management.Provisioning
public interface IAutomaticServiceConfigurationManager : ICruddableBatch<IAutomaticServiceConfiguration>, ICreateableBatch<IAutomaticServiceConfiguration>, IManager<IAutomaticServiceConfiguration>, IDetailsableBatch<IAutomaticServiceConfiguration>, IUpdateableBatch<IAutomaticServiceConfiguration>, IDeletableBatch<IAutomaticServiceConfiguration>, IGetAllable<IAutomaticServiceConfiguration>
The IAutomaticServiceConfigurationManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IEnumerableT | Create(IEnumerableT) |
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.) |
![]() | void | Delete(IEnumerableInt64) |
Deletes multiple entities in one operation
(Inherited from IDeletableBatchT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetAddressGroupsAvailableOnAutomaticServiceConfigurations(IEnumerableInt64) |
Get the addressgroup avaiable with the automatic services (configurations)
|
![]() | IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetAutomaticServiceConfigurationsOnAddressGroups(IEnumerableInt64) |
Get automatic service(configurations) from a given set of addressgroupids
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetBaseServicesOnAutomaticServiceConfigurations(IEnumerableInt64) |
Get base services on automatic services (configuration)
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetConfigurationsPerBaseServiceForSubscriptions(IEnumerableInt64) |
Gets all configurations for a given subscriptions
|
![]() | IEnumerableT, T: IAutomaticServiceConfiguration | GetGlobalAutomaticServiceConfigurations |
Gets all automatic services (configurations) that does not have any addressgroup relations set
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetPremiumServiceReplacementsOnAutomaticServiceConfigurations(IEnumerableInt64) |
Get all premium replacement services related with the automatic service ids
|
![]() | void | SetAddressGroupRelations(IEnumerableInt64, Int64) |
Sets addressgroups on the automatic service(configuration) NOTE: FULL UPDATE
|
![]() | void | SetBaseServiceReplacements(IEnumerableInt64, Int64) |
Sets base services to a given automatic service (configuration)
|
![]() | void | SetPremiumServiceReplacements(IEnumerableInt64, Int64) |
Set premium service replacementes
|
![]() | void | Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
Name | Description | ||
---|---|---|---|
![]() | IAutomaticServiceConfiguration | CreateIAutomaticServiceConfiguration(IAutomaticServiceConfiguration) | (Defined by CreateableBatchExtensions.) |
![]() | void | DeleteIAutomaticServiceConfiguration(Int64) | (Defined by DeletableBatchExtensions.) |
![]() | IAutomaticServiceConfiguration | DetailsAllIAutomaticServiceConfiguration(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIAutomaticServiceConfiguration(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IAutomaticServiceConfiguration | DetailsAnyIAutomaticServiceConfiguration(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | void | UpdateIAutomaticServiceConfiguration(IAutomaticServiceConfiguration) | (Defined by UpdateableBatchExtensions.) |