Class MobileNetworkManager

java.lang.Object
com.azure.resourcemanager.mobilenetwork.MobileNetworkManager

public final class MobileNetworkManager extends Object
Entry point to MobileNetworkManager. The resources in this swagger specification will be used to manage attached data network resources in mobile network attached to a particular packet core instance.
  • Method Details

    • authenticate

      public static MobileNetworkManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of MobileNetwork service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the MobileNetwork service API instance.
    • authenticate

      public static MobileNetworkManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of MobileNetwork service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the MobileNetwork service API instance.
    • configure

      public static MobileNetworkManager.Configurable configure()
      Gets a Configurable instance that can be used to create MobileNetworkManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • attachedDataNetworks

      public AttachedDataNetworks attachedDataNetworks()
      Gets the resource collection API of AttachedDataNetworks. It manages AttachedDataNetwork.
      Returns:
      Resource collection API of AttachedDataNetworks.
    • dataNetworks

      public DataNetworks dataNetworks()
      Gets the resource collection API of DataNetworks. It manages DataNetwork.
      Returns:
      Resource collection API of DataNetworks.
    • mobileNetworks

      public MobileNetworks mobileNetworks()
      Gets the resource collection API of MobileNetworks. It manages MobileNetwork.
      Returns:
      Resource collection API of MobileNetworks.
    • sites

      public Sites sites()
      Gets the resource collection API of Sites. It manages Site.
      Returns:
      Resource collection API of Sites.
    • simGroups

      public SimGroups simGroups()
      Gets the resource collection API of SimGroups. It manages SimGroup.
      Returns:
      Resource collection API of SimGroups.
    • sims

      public Sims sims()
      Gets the resource collection API of Sims. It manages Sim.
      Returns:
      Resource collection API of Sims.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • packetCoreControlPlanes

      public PacketCoreControlPlanes packetCoreControlPlanes()
      Gets the resource collection API of PacketCoreControlPlanes. It manages PacketCoreControlPlane.
      Returns:
      Resource collection API of PacketCoreControlPlanes.
    • packetCoreControlPlaneVersions

      public PacketCoreControlPlaneVersions packetCoreControlPlaneVersions()
      Gets the resource collection API of PacketCoreControlPlaneVersions.
      Returns:
      Resource collection API of PacketCoreControlPlaneVersions.
    • packetCoreDataPlanes

      public PacketCoreDataPlanes packetCoreDataPlanes()
      Gets the resource collection API of PacketCoreDataPlanes. It manages PacketCoreDataPlane.
      Returns:
      Resource collection API of PacketCoreDataPlanes.
    • services

      public Services services()
      Gets the resource collection API of Services. It manages Service.
      Returns:
      Resource collection API of Services.
    • simPolicies

      public SimPolicies simPolicies()
      Gets the resource collection API of SimPolicies. It manages SimPolicy.
      Returns:
      Resource collection API of SimPolicies.
    • slices

      public Slices slices()
      Gets the resource collection API of Slices. It manages Slice.
      Returns:
      Resource collection API of Slices.
    • serviceClient

      public MobileNetworkManagementClient serviceClient()
      Returns:
      Wrapped service client MobileNetworkManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.