PeeringManagementClient Interface

public interface PeeringManagementClient

The interface for PeeringManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract CdnPeeringPrefixesClient getCdnPeeringPrefixes()

Gets the CdnPeeringPrefixesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract LegacyPeeringsClient getLegacyPeerings()

Gets the LegacyPeeringsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PeerAsnsClient getPeerAsns()

Gets the PeerAsnsClient object to access its operations.

abstract PeeringLocationsClient getPeeringLocations()

Gets the PeeringLocationsClient object to access its operations.

abstract PeeringsClient getPeerings()

Gets the PeeringsClient object to access its operations.

abstract PeeringServiceCountriesClient getPeeringServiceCountries()

Gets the PeeringServiceCountriesClient object to access its operations.

abstract PeeringServiceLocationsClient getPeeringServiceLocations()

Gets the PeeringServiceLocationsClient object to access its operations.

abstract PeeringServiceProvidersClient getPeeringServiceProviders()

Gets the PeeringServiceProvidersClient object to access its operations.

abstract PeeringServicesClient getPeeringServices()

Gets the PeeringServicesClient object to access its operations.

abstract PrefixesClient getPrefixes()

Gets the PrefixesClient object to access its operations.

abstract ReceivedRoutesClient getReceivedRoutes()

Gets the ReceivedRoutesClient object to access its operations.

abstract RegisteredAsnsClient getRegisteredAsns()

Gets the RegisteredAsnsClient object to access its operations.

abstract RegisteredPrefixesClient getRegisteredPrefixes()

Gets the RegisteredPrefixesClient object to access its operations.

abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

abstract String getSubscriptionId()

Gets The Azure subscription ID.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getCdnPeeringPrefixes

public abstract CdnPeeringPrefixesClient getCdnPeeringPrefixes()

Gets the CdnPeeringPrefixesClient object to access its operations.

Returns:

the CdnPeeringPrefixesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getLegacyPeerings

public abstract LegacyPeeringsClient getLegacyPeerings()

Gets the LegacyPeeringsClient object to access its operations.

Returns:

the LegacyPeeringsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPeerAsns

public abstract PeerAsnsClient getPeerAsns()

Gets the PeerAsnsClient object to access its operations.

Returns:

the PeerAsnsClient object.

getPeeringLocations

public abstract PeeringLocationsClient getPeeringLocations()

Gets the PeeringLocationsClient object to access its operations.

Returns:

the PeeringLocationsClient object.

getPeerings

public abstract PeeringsClient getPeerings()

Gets the PeeringsClient object to access its operations.

Returns:

the PeeringsClient object.

getPeeringServiceCountries

public abstract PeeringServiceCountriesClient getPeeringServiceCountries()

Gets the PeeringServiceCountriesClient object to access its operations.

Returns:

the PeeringServiceCountriesClient object.

getPeeringServiceLocations

public abstract PeeringServiceLocationsClient getPeeringServiceLocations()

Gets the PeeringServiceLocationsClient object to access its operations.

Returns:

the PeeringServiceLocationsClient object.

getPeeringServiceProviders

public abstract PeeringServiceProvidersClient getPeeringServiceProviders()

Gets the PeeringServiceProvidersClient object to access its operations.

Returns:

the PeeringServiceProvidersClient object.

getPeeringServices

public abstract PeeringServicesClient getPeeringServices()

Gets the PeeringServicesClient object to access its operations.

Returns:

the PeeringServicesClient object.

getPrefixes

public abstract PrefixesClient getPrefixes()

Gets the PrefixesClient object to access its operations.

Returns:

the PrefixesClient object.

getReceivedRoutes

public abstract ReceivedRoutesClient getReceivedRoutes()

Gets the ReceivedRoutesClient object to access its operations.

Returns:

the ReceivedRoutesClient object.

getRegisteredAsns

public abstract RegisteredAsnsClient getRegisteredAsns()

Gets the RegisteredAsnsClient object to access its operations.

Returns:

the RegisteredAsnsClient object.

getRegisteredPrefixes

public abstract RegisteredPrefixesClient getRegisteredPrefixes()

Gets the RegisteredPrefixesClient object to access its operations.

Returns:

the RegisteredPrefixesClient object.

getResourceProviders

public abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

Returns:

the ResourceProvidersClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The Azure subscription ID.

Returns:

the subscriptionId value.

Applies to