Compartir a través de


MobileNetwork Class

Definition

Low-level API implementation for the MobileNetwork service. The resources in this API specification will be used to manage attached data network resources in mobile network attached to a particular packet core instance

public class MobileNetwork
type MobileNetwork = class
Public Class MobileNetwork
Inheritance
MobileNetwork

Constructors

MobileNetwork()

Methods

AttachedDataNetworksCreateOrUpdate(String, String, String, String, String, IAttachedDataNetwork, Func<HttpResponseMessage,Task<IAttachedDataNetwork>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.

AttachedDataNetworksCreateOrUpdateViaIdentity(String, IAttachedDataNetwork, Func<HttpResponseMessage,Task<IAttachedDataNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates an attached data network. Must be created in the same location as its parent packet core data plane.

AttachedDataNetworksDelete(String, String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified attached data network.

AttachedDataNetworksDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified attached data network.

AttachedDataNetworksGet(String, String, String, String, String, Func<HttpResponseMessage,Task<IAttachedDataNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified attached data network.

AttachedDataNetworksGetViaIdentity(String, Func<HttpResponseMessage, Task<IAttachedDataNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified attached data network.

AttachedDataNetworksListByPacketCoreDataPlane(String, String, String, String, Func<HttpResponseMessage,Task<IAttachedDataNetworkListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets all the attached data networks associated with a packet core data plane.

AttachedDataNetworksListByPacketCoreDataPlaneViaIdentity(String, Func<HttpResponseMessage,Task<IAttachedDataNetworkListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets all the attached data networks associated with a packet core data plane.

AttachedDataNetworksUpdateTags(String, String, String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IAttachedDataNetwork>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates an attached data network tags.

AttachedDataNetworksUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage,Task<IAttachedDataNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates an attached data network tags.

DataNetworksCreateOrUpdate(String, String, String, String, IDataNetwork, Func<HttpResponseMessage,Task<IDataNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a data network. Must be created in the same location as its parent mobile network.

DataNetworksCreateOrUpdateViaIdentity(String, IDataNetwork, Func<HttpResponseMessage, Task<IDataNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a data network. Must be created in the same location as its parent mobile network.

DataNetworksDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified data network.

DataNetworksDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified data network.

DataNetworksGet(String, String, String, String, Func<HttpResponseMessage, Task<IDataNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified data network.

DataNetworksGetViaIdentity(String, Func<HttpResponseMessage,Task<IDataNetwork>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified data network.

DataNetworksListByMobileNetwork(String, String, String, Func<HttpResponseMessage, Task<IDataNetworkListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all data networks in the mobile network.

DataNetworksListByMobileNetworkViaIdentity(String, Func<HttpResponseMessage, Task<IDataNetworkListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all data networks in the mobile network.

DataNetworksUpdateTags(String, String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IDataNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates data network tags.

DataNetworksUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<IDataNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates data network tags.

MobileNetworksCreateOrUpdate(String, String, String, IMobileNetwork, Func<HttpResponseMessage,Task<IMobileNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a mobile network.

MobileNetworksCreateOrUpdateViaIdentity(String, IMobileNetwork, Func<HttpResponseMessage,Task<IMobileNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a mobile network.

MobileNetworksDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified mobile network.

MobileNetworksDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified mobile network.

MobileNetworksGet(String, String, String, Func<HttpResponseMessage, Task<IMobileNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified mobile network.

MobileNetworksGetViaIdentity(String, Func<HttpResponseMessage, Task<IMobileNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified mobile network.

MobileNetworksListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IMobileNetworkListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the mobile networks in a resource group.

MobileNetworksListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IMobileNetworkListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the mobile networks in a resource group.

MobileNetworksListBySubscription(String, Func<HttpResponseMessage, Task<IMobileNetworkListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the mobile networks in a subscription.

MobileNetworksListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<IMobileNetworkListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the mobile networks in a subscription.

MobileNetworksUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IMobileNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates mobile network tags.

MobileNetworksUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<IMobileNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates mobile network tags.

OperationsList(Func<HttpResponseMessage,Task<IOperationList>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of the operations.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of the operations.

PacketCoreControlPlanesCollectDiagnosticsPackage(String, String, String, IPacketCoreControlPlaneCollectDiagnosticsPackage, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.

PacketCoreControlPlanesCollectDiagnosticsPackageViaIdentity(String, IPacketCoreControlPlaneCollectDiagnosticsPackage, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.

PacketCoreControlPlanesCreateOrUpdate(String, String, String, IPacketCoreControlPlane, Func<HttpResponseMessage,Task<IPacketCoreControlPlane>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a packet core control plane.

PacketCoreControlPlanesCreateOrUpdateViaIdentity(String, IPacketCoreControlPlane, Func<HttpResponseMessage,Task<IPacketCoreControlPlane>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a packet core control plane.

PacketCoreControlPlanesDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified packet core control plane.

PacketCoreControlPlanesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified packet core control plane.

PacketCoreControlPlanesGet(String, String, String, Func<HttpResponseMessage, Task<IPacketCoreControlPlane>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified packet core control plane.

PacketCoreControlPlanesGetViaIdentity(String, Func<HttpResponseMessage, Task<IPacketCoreControlPlane>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified packet core control plane.

PacketCoreControlPlanesListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IPacketCoreControlPlaneListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the packet core control planes in a resource group.

PacketCoreControlPlanesListByResourceGroupViaIdentity(String, Func<HttpResponseMessage,Task<IPacketCoreControlPlaneListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the packet core control planes in a resource group.

PacketCoreControlPlanesListBySubscription(String, Func<HttpResponseMessage, Task<IPacketCoreControlPlaneListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the packet core control planes in a subscription.

PacketCoreControlPlanesListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<IPacketCoreControlPlaneListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the packet core control planes in a subscription.

PacketCoreControlPlanesReinstall(String, String, String, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Reinstall the specified packet core control plane. This action will remove any transaction state from the packet core to return it to a known state. This action will cause a service outage.

PacketCoreControlPlanesReinstallViaIdentity(String, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Reinstall the specified packet core control plane. This action will remove any transaction state from the packet core to return it to a known state. This action will cause a service outage.

PacketCoreControlPlanesRollback(String, String, String, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Roll back the specified packet core control plane to the previous version, "rollbackVersion". Multiple consecutive rollbacks are not possible. This action may cause a service outage.

PacketCoreControlPlanesRollbackViaIdentity(String, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Roll back the specified packet core control plane to the previous version, "rollbackVersion". Multiple consecutive rollbacks are not possible. This action may cause a service outage.

PacketCoreControlPlanesUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IPacketCoreControlPlane>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates packet core control planes tags.

PacketCoreControlPlanesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage,Task<IPacketCoreControlPlane>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates packet core control planes tags.

PacketCoreControlPlaneVersionsGet(String, Func<HttpResponseMessage, Task<IPacketCoreControlPlaneVersion>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified packet core control plane version.

PacketCoreControlPlaneVersionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPacketCoreControlPlaneVersion>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified packet core control plane version.

PacketCoreControlPlaneVersionsList(Func<HttpResponseMessage,Task<IPacketCoreControlPlaneVersionListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all supported packet core control planes versions.

PacketCoreControlPlaneVersionsListViaIdentity(String, Func<HttpResponseMessage, Task<IPacketCoreControlPlaneVersionListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all supported packet core control planes versions.

PacketCoreDataPlanesCreateOrUpdate(String, String, String, String, IPacketCoreDataPlane, Func<HttpResponseMessage,Task<IPacketCoreDataPlane>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a packet core data plane. Must be created in the same location as its parent packet core control plane.

PacketCoreDataPlanesCreateOrUpdateViaIdentity(String, IPacketCoreDataPlane, Func<HttpResponseMessage,Task<IPacketCoreDataPlane>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a packet core data plane. Must be created in the same location as its parent packet core control plane.

PacketCoreDataPlanesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified packet core data plane.

PacketCoreDataPlanesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified packet core data plane.

PacketCoreDataPlanesGet(String, String, String, String, Func<HttpResponseMessage, Task<IPacketCoreDataPlane>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified packet core data plane.

PacketCoreDataPlanesGetViaIdentity(String, Func<HttpResponseMessage, Task<IPacketCoreDataPlane>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified packet core data plane.

PacketCoreDataPlanesListByPacketCoreControlPlane(String, String, String, Func<HttpResponseMessage,Task<IPacketCoreDataPlaneListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the packet core data planes associated with a packet core control plane.

PacketCoreDataPlanesListByPacketCoreControlPlaneViaIdentity(String, Func<HttpResponseMessage,Task<IPacketCoreDataPlaneListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the packet core data planes associated with a packet core control plane.

PacketCoreDataPlanesUpdateTags(String, String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IPacketCoreDataPlane>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates packet core data planes tags.

PacketCoreDataPlanesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage,Task<IPacketCoreDataPlane>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates packet core data planes tags.

ServicesCreateOrUpdate(String, String, String, String, IService, Func<HttpResponseMessage,Task<IService>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a service. Must be created in the same location as its parent mobile network.

ServicesCreateOrUpdateViaIdentity(String, IService, Func<HttpResponseMessage, Task<IService>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a service. Must be created in the same location as its parent mobile network.

ServicesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified service.

ServicesDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the specified service.

ServicesGet(String, String, String, String, Func<HttpResponseMessage, Task<IService>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified service.

ServicesGetViaIdentity(String, Func<HttpResponseMessage,Task<IService>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified service.

ServicesListByMobileNetwork(String, String, String, Func<HttpResponseMessage, Task<IServiceListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the services in a mobile network.

ServicesListByMobileNetworkViaIdentity(String, Func<HttpResponseMessage, Task<IServiceListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the services in a mobile network.

ServicesUpdateTags(String, String, String, String, ITagsObject, Func<HttpResponseMessage,Task<IService>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates service tags.

ServicesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<IService>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates service tags.

SimGroupsCreateOrUpdate(String, String, String, ISimGroup, Func<HttpResponseMessage, Task<ISimGroup>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a SIM group.

SimGroupsCreateOrUpdateViaIdentity(String, ISimGroup, Func<HttpResponseMessage, Task<ISimGroup>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a SIM group.

SimGroupsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified SIM group.

SimGroupsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the specified SIM group.

SimGroupsGet(String, String, String, Func<HttpResponseMessage, Task<ISimGroup>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified SIM group.

SimGroupsGetViaIdentity(String, Func<HttpResponseMessage,Task<ISimGroup>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified SIM group.

SimGroupsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<ISimGroupListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the SIM groups in a resource group.

SimGroupsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<ISimGroupListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the SIM groups in a resource group.

SimGroupsListBySubscription(String, Func<HttpResponseMessage, Task<ISimGroupListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the SIM groups in a subscription.

SimGroupsListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<ISimGroupListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the SIM groups in a subscription.

SimGroupsUpdateTags(String, String, String, ITagsObject, Func<HttpResponseMessage, Task<ISimGroup>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates SIM group tags.

SimGroupsUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<ISimGroup>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates SIM group tags.

SimPoliciesCreateOrUpdate(String, String, String, String, ISimPolicy, Func<HttpResponseMessage,Task<ISimPolicy>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a SIM policy. Must be created in the same location as its parent mobile network.

SimPoliciesCreateOrUpdateViaIdentity(String, ISimPolicy, Func<HttpResponseMessage, Task<ISimPolicy>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a SIM policy. Must be created in the same location as its parent mobile network.

SimPoliciesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified SIM policy.

SimPoliciesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified SIM policy.

SimPoliciesGet(String, String, String, String, Func<HttpResponseMessage, Task<ISimPolicy>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified SIM policy.

SimPoliciesGetViaIdentity(String, Func<HttpResponseMessage,Task<ISimPolicy>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified SIM policy.

SimPoliciesListByMobileNetwork(String, String, String, Func<HttpResponseMessage, Task<ISimPolicyListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the SIM policies in a mobile network.

SimPoliciesListByMobileNetworkViaIdentity(String, Func<HttpResponseMessage, Task<ISimPolicyListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the SIM policies in a mobile network.

SimPoliciesUpdateTags(String, String, String, String, ITagsObject, Func<HttpResponseMessage,Task<ISimPolicy>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates SIM policy tags.

SimPoliciesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<ISimPolicy>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates SIM policy tags.

SimsBulkDelete(String, String, String, ISimDeleteList, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Bulk delete SIMs from a SIM group.

SimsBulkDeleteViaIdentity(String, ISimDeleteList, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Bulk delete SIMs from a SIM group.

SimsBulkUpload(String, String, String, ISimUploadList, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Bulk upload SIMs to a SIM group.

SimsBulkUploadEncrypted(String, String, String, IEncryptedSimUploadList, Func<HttpResponseMessage,Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Bulk upload SIMs in encrypted form to a SIM group. The SIM credentials must be encrypted.

SimsBulkUploadEncryptedViaIdentity(String, IEncryptedSimUploadList, Func<HttpResponseMessage,Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Bulk upload SIMs in encrypted form to a SIM group. The SIM credentials must be encrypted.

SimsBulkUploadViaIdentity(String, ISimUploadList, Func<HttpResponseMessage, Task<IAsyncOperationStatus>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Bulk upload SIMs to a SIM group.

SimsCreateOrUpdate(String, String, String, String, ISim, Func<HttpResponseMessage, Task<ISim>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a SIM.

SimsCreateOrUpdateViaIdentity(String, ISim, Func<HttpResponseMessage, Task<ISim>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a SIM.

SimsDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified SIM.

SimsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the specified SIM.

SimsGet(String, String, String, String, Func<HttpResponseMessage, Task<ISim>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified SIM.

SimsGetViaIdentity(String, Func<HttpResponseMessage,Task<ISim>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified SIM.

SimsListByGroup(String, String, String, Func<HttpResponseMessage, Task<ISimListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets all the SIMs in a SIM group.

SimsListByGroupViaIdentity(String, Func<HttpResponseMessage,Task<ISimListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets all the SIMs in a SIM group.

SitesCreateOrUpdate(String, String, String, String, ISite, Func<HttpResponseMessage, Task<ISite>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a mobile network site. Must be created in the same location as its parent mobile network.

SitesCreateOrUpdateViaIdentity(String, ISite, Func<HttpResponseMessage, Task<ISite>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a mobile network site. Must be created in the same location as its parent mobile network.

SitesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified mobile network site. This will also delete any network functions that are a part of this site.

SitesDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the specified mobile network site. This will also delete any network functions that are a part of this site.

SitesGet(String, String, String, String, Func<HttpResponseMessage, Task<ISite>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified mobile network site.

SitesGetViaIdentity(String, Func<HttpResponseMessage,Task<ISite>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified mobile network site.

SitesListByMobileNetwork(String, String, String, Func<HttpResponseMessage, Task<ISiteListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists all sites in the mobile network.

SitesListByMobileNetworkViaIdentity(String, Func<HttpResponseMessage, Task<ISiteListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists all sites in the mobile network.

SitesUpdateTags(String, String, String, String, ITagsObject, Func<HttpResponseMessage, Task<ISite>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates site tags.

SitesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<ISite>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates site tags.

SlicesCreateOrUpdate(String, String, String, String, ISlice, Func<HttpResponseMessage, Task<ISlice>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a network slice. Must be created in the same location as its parent mobile network.

SlicesCreateOrUpdateViaIdentity(String, ISlice, Func<HttpResponseMessage, Task<ISlice>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates a network slice. Must be created in the same location as its parent mobile network.

SlicesDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified network slice.

SlicesDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the specified network slice.

SlicesGet(String, String, String, String, Func<HttpResponseMessage, Task<ISlice>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets information about the specified network slice.

SlicesGetViaIdentity(String, Func<HttpResponseMessage,Task<ISlice>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets information about the specified network slice.

SlicesListByMobileNetwork(String, String, String, Func<HttpResponseMessage, Task<ISliceListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists all slices in the mobile network.

SlicesListByMobileNetworkViaIdentity(String, Func<HttpResponseMessage, Task<ISliceListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists all slices in the mobile network.

SlicesUpdateTags(String, String, String, String, ITagsObject, Func<HttpResponseMessage,Task<ISlice>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Updates slice tags.

SlicesUpdateTagsViaIdentity(String, ITagsObject, Func<HttpResponseMessage, Task<ISlice>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Updates slice tags.

Applies to