Interface PeeringManagementClient
public interface PeeringManagementClient
The interface for PeeringManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the CdnPeeringPrefixesClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the LegacyPeeringsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PeerAsnsClient object to access its operations.Gets the PeeringLocationsClient object to access its operations.Gets the PeeringsClient object to access its operations.Gets the PeeringServiceCountriesClient object to access its operations.Gets the PeeringServiceLocationsClient object to access its operations.Gets the PeeringServiceProvidersClient object to access its operations.Gets the PeeringServicesClient object to access its operations.Gets the PrefixesClient object to access its operations.Gets the ReceivedRoutesClient object to access its operations.Gets the RegisteredAsnsClient object to access its operations.Gets the RegisteredPrefixesClient object to access its operations.Gets the ResourceProvidersClient object to access its operations.Gets The Azure subscription ID.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The Azure subscription ID.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getCdnPeeringPrefixes
CdnPeeringPrefixesClient getCdnPeeringPrefixes()Gets the CdnPeeringPrefixesClient object to access its operations.- Returns:
- the CdnPeeringPrefixesClient object.
-
getResourceProviders
ResourceProvidersClient getResourceProviders()Gets the ResourceProvidersClient object to access its operations.- Returns:
- the ResourceProvidersClient object.
-
getLegacyPeerings
LegacyPeeringsClient getLegacyPeerings()Gets the LegacyPeeringsClient object to access its operations.- Returns:
- the LegacyPeeringsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getPeerAsns
PeerAsnsClient getPeerAsns()Gets the PeerAsnsClient object to access its operations.- Returns:
- the PeerAsnsClient object.
-
getPeeringLocations
PeeringLocationsClient getPeeringLocations()Gets the PeeringLocationsClient object to access its operations.- Returns:
- the PeeringLocationsClient object.
-
getRegisteredAsns
RegisteredAsnsClient getRegisteredAsns()Gets the RegisteredAsnsClient object to access its operations.- Returns:
- the RegisteredAsnsClient object.
-
getRegisteredPrefixes
RegisteredPrefixesClient getRegisteredPrefixes()Gets the RegisteredPrefixesClient object to access its operations.- Returns:
- the RegisteredPrefixesClient object.
-
getPeerings
PeeringsClient getPeerings()Gets the PeeringsClient object to access its operations.- Returns:
- the PeeringsClient object.
-
getReceivedRoutes
ReceivedRoutesClient getReceivedRoutes()Gets the ReceivedRoutesClient object to access its operations.- Returns:
- the ReceivedRoutesClient object.
-
getPeeringServiceCountries
PeeringServiceCountriesClient getPeeringServiceCountries()Gets the PeeringServiceCountriesClient object to access its operations.- Returns:
- the PeeringServiceCountriesClient object.
-
getPeeringServiceLocations
PeeringServiceLocationsClient getPeeringServiceLocations()Gets the PeeringServiceLocationsClient object to access its operations.- Returns:
- the PeeringServiceLocationsClient object.
-
getPrefixes
PrefixesClient getPrefixes()Gets the PrefixesClient object to access its operations.- Returns:
- the PrefixesClient object.
-
getPeeringServiceProviders
PeeringServiceProvidersClient getPeeringServiceProviders()Gets the PeeringServiceProvidersClient object to access its operations.- Returns:
- the PeeringServiceProvidersClient object.
-
getPeeringServices
PeeringServicesClient getPeeringServices()Gets the PeeringServicesClient object to access its operations.- Returns:
- the PeeringServicesClient object.
-