ExpressRouteManagementClient Class
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 class ExpressRouteManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient
type ExpressRouteManagementClient = class
inherit ServiceClient<ExpressRouteManagementClient>
interface IExpressRouteManagementClient
interface IDisposable
Public Class ExpressRouteManagementClient
Inherits ServiceClient(Of ExpressRouteManagementClient)
Implements IDisposable, IExpressRouteManagementClient
- Inheritance
-
Hyak.Common.ServiceClient<ExpressRouteManagementClient>ExpressRouteManagementClient
- Implements
Constructors
ExpressRouteManagementClient() |
Initializes a new instance of the ExpressRouteManagementClient class. |
ExpressRouteManagementClient(HttpClient) |
Initializes a new instance of the ExpressRouteManagementClient class. |
ExpressRouteManagementClient(SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the ExpressRouteManagementClient class. |
ExpressRouteManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the ExpressRouteManagementClient class. |
ExpressRouteManagementClient(SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the ExpressRouteManagementClient class. |
ExpressRouteManagementClient(SubscriptionCloudCredentials) |
Initializes a new instance of the ExpressRouteManagementClient class. |
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
Clone(ServiceClient<ExpressRouteManagementClient>) |
Clones properties from current instance to another ExpressRouteManagementClient instance |
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) |
Applies to
Azure SDK for .NET