IExpressRouteManagementClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Express Route API provides programmatic access to the functionality needed by the customer to set up Dedicated Circuits and Dedicated Circuit Links. The Express Route Customer API is a REST API. All API operations are performed over SSL and mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)
public interface IExpressRouteManagementClient : IDisposable
type IExpressRouteManagementClient = interface
interface IDisposable
Public Interface IExpressRouteManagementClient
Implements IDisposable
- Derived
- Implements
Properties
ApiVersion |
Gets the API version. |
AuthorizedDedicatedCircuits | |
BaseUri |
Gets the URI used as the base for all cloud service requests. |
BorderGatewayProtocolPeerings | |
Credentials |
Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
CrossConnections | |
DedicatedCircuitLinkAuthorizationMicrosoftIds | |
DedicatedCircuitLinkAuthorizations | |
DedicatedCircuitLinks | |
DedicatedCircuitPeeringArpInfo | |
DedicatedCircuitPeeringRouteTableInfo | |
DedicatedCircuitPeeringRouteTableSummary | |
DedicatedCircuits | |
DedicatedCircuitServiceProviders | |
DedicatedCircuitStats | |
LongRunningOperationInitialTimeout |
Gets or sets the initial timeout for Long Running Operations. |
LongRunningOperationRetryTimeout |
Gets or sets the retry timeout for Long Running Operations. |
Methods
GetOperationStatusAsync(String, CancellationToken) |
The Get Express Route operation status gets information on the status of Express Route operations in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information) |
Extension Methods
GetOperationStatus(IExpressRouteManagementClient, String) |
The Get Express Route operation status gets information on the status of Express Route operations in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information) |
GetOperationStatusAsync(IExpressRouteManagementClient, String) |
The Get Express Route operation status gets information on the status of Express Route operations in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information) |