Class PeeringManager

java.lang.Object
com.azure.resourcemanager.peering.PeeringManager

public final class PeeringManager extends Object
Entry point to PeeringManager. Peering Client.
  • Method Details

    • authenticate

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

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

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

      public CdnPeeringPrefixes cdnPeeringPrefixes()
      Gets the resource collection API of CdnPeeringPrefixes.
      Returns:
      Resource collection API of CdnPeeringPrefixes.
    • resourceProviders

      public ResourceProviders resourceProviders()
      Gets the resource collection API of ResourceProviders.
      Returns:
      Resource collection API of ResourceProviders.
    • legacyPeerings

      public LegacyPeerings legacyPeerings()
      Gets the resource collection API of LegacyPeerings.
      Returns:
      Resource collection API of LegacyPeerings.
    • operations

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

      public PeerAsns peerAsns()
      Gets the resource collection API of PeerAsns. It manages PeerAsn.
      Returns:
      Resource collection API of PeerAsns.
    • peeringLocations

      public PeeringLocations peeringLocations()
      Gets the resource collection API of PeeringLocations.
      Returns:
      Resource collection API of PeeringLocations.
    • registeredAsns

      public RegisteredAsns registeredAsns()
      Gets the resource collection API of RegisteredAsns. It manages PeeringRegisteredAsn.
      Returns:
      Resource collection API of RegisteredAsns.
    • registeredPrefixes

      public RegisteredPrefixes registeredPrefixes()
      Gets the resource collection API of RegisteredPrefixes. It manages PeeringRegisteredPrefix.
      Returns:
      Resource collection API of RegisteredPrefixes.
    • peerings

      public Peerings peerings()
      Gets the resource collection API of Peerings. It manages Peering.
      Returns:
      Resource collection API of Peerings.
    • receivedRoutes

      public ReceivedRoutes receivedRoutes()
      Gets the resource collection API of ReceivedRoutes.
      Returns:
      Resource collection API of ReceivedRoutes.
    • peeringServiceCountries

      public PeeringServiceCountries peeringServiceCountries()
      Gets the resource collection API of PeeringServiceCountries.
      Returns:
      Resource collection API of PeeringServiceCountries.
    • peeringServiceLocations

      public PeeringServiceLocations peeringServiceLocations()
      Gets the resource collection API of PeeringServiceLocations.
      Returns:
      Resource collection API of PeeringServiceLocations.
    • prefixes

      public Prefixes prefixes()
      Gets the resource collection API of Prefixes. It manages PeeringServicePrefix.
      Returns:
      Resource collection API of Prefixes.
    • peeringServiceProviders

      public PeeringServiceProviders peeringServiceProviders()
      Gets the resource collection API of PeeringServiceProviders.
      Returns:
      Resource collection API of PeeringServiceProviders.
    • peeringServices

      public PeeringServices peeringServices()
      Gets the resource collection API of PeeringServices. It manages PeeringService.
      Returns:
      Resource collection API of PeeringServices.
    • serviceClient

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