Class PeeringManager
java.lang.Object
com.azure.resourcemanager.peering.PeeringManager
Entry point to PeeringManager.
Peering Client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic PeeringManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Peering service API entry point.static PeeringManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Peering service API entry point.Gets the resource collection API of CdnPeeringPrefixes.static PeeringManager.ConfigurableGets a Configurable instance that can be used to create PeeringManager with optional configuration.Gets the resource collection API of LegacyPeerings.Gets the resource collection API of Operations.peerAsns()Gets the resource collection API of PeerAsns.Gets the resource collection API of PeeringLocations.peerings()Gets the resource collection API of Peerings.Gets the resource collection API of PeeringServiceCountries.Gets the resource collection API of PeeringServiceLocations.Gets the resource collection API of PeeringServiceProviders.Gets the resource collection API of PeeringServices.prefixes()Gets the resource collection API of Prefixes.Gets the resource collection API of ReceivedRoutes.Gets the resource collection API of RegisteredAsns.Gets the resource collection API of RegisteredPrefixes.Gets the resource collection API of ResourceProviders.Gets wrapped service client PeeringManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-
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- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the Peering service API instance.
-
configure
Gets a Configurable instance that can be used to create PeeringManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
cdnPeeringPrefixes
Gets the resource collection API of CdnPeeringPrefixes.- Returns:
- Resource collection API of CdnPeeringPrefixes.
-
resourceProviders
Gets the resource collection API of ResourceProviders.- Returns:
- Resource collection API of ResourceProviders.
-
legacyPeerings
Gets the resource collection API of LegacyPeerings.- Returns:
- Resource collection API of LegacyPeerings.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
peerAsns
Gets the resource collection API of PeerAsns. It manages PeerAsn.- Returns:
- Resource collection API of PeerAsns.
-
peeringLocations
Gets the resource collection API of PeeringLocations.- Returns:
- Resource collection API of PeeringLocations.
-
registeredAsns
Gets the resource collection API of RegisteredAsns. It manages PeeringRegisteredAsn.- Returns:
- Resource collection API of RegisteredAsns.
-
registeredPrefixes
Gets the resource collection API of RegisteredPrefixes. It manages PeeringRegisteredPrefix.- Returns:
- Resource collection API of RegisteredPrefixes.
-
peerings
Gets the resource collection API of Peerings. It manages Peering.- Returns:
- Resource collection API of Peerings.
-
receivedRoutes
Gets the resource collection API of ReceivedRoutes.- Returns:
- Resource collection API of ReceivedRoutes.
-
peeringServiceCountries
Gets the resource collection API of PeeringServiceCountries.- Returns:
- Resource collection API of PeeringServiceCountries.
-
peeringServiceLocations
Gets the resource collection API of PeeringServiceLocations.- Returns:
- Resource collection API of PeeringServiceLocations.
-
prefixes
Gets the resource collection API of Prefixes. It manages PeeringServicePrefix.- Returns:
- Resource collection API of Prefixes.
-
peeringServiceProviders
Gets the resource collection API of PeeringServiceProviders.- Returns:
- Resource collection API of PeeringServiceProviders.
-
peeringServices
Gets the resource collection API of PeeringServices. It manages PeeringService.- Returns:
- Resource collection API of PeeringServices.
-
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.
-