DedicatedCircuitLinkAuthorizationOperationsExtensions 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 static class DedicatedCircuitLinkAuthorizationOperationsExtensions
type DedicatedCircuitLinkAuthorizationOperationsExtensions = class
Public Module DedicatedCircuitLinkAuthorizationOperationsExtensions
- Inheritance
-
DedicatedCircuitLinkAuthorizationOperationsExtensions
Methods
BeginRemove(IDedicatedCircuitLinkAuthorizationOperations, String, String) |
The Remove Dedicated Circuit Link Authorization operation deletes an existing dedicated circuit link. |
BeginRemoveAsync(IDedicatedCircuitLinkAuthorizationOperations, String, String) |
The Remove Dedicated Circuit Link Authorization operation deletes an existing dedicated circuit link. |
Get(IDedicatedCircuitLinkAuthorizationOperations, String, String) |
Gets the link authorization for the specified dedicated circuit. |
GetAsync(IDedicatedCircuitLinkAuthorizationOperations, String, String) |
Gets the link authorization for the specified dedicated circuit. |
GetOperationStatus(IDedicatedCircuitLinkAuthorizationOperations, 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(IDedicatedCircuitLinkAuthorizationOperations, 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) |
List(IDedicatedCircuitLinkAuthorizationOperations, String) |
Lists the specified link authorization for the specified dedicated circuit. |
ListAsync(IDedicatedCircuitLinkAuthorizationOperations, String) |
Lists the specified link authorization for the specified dedicated circuit. |
New(IDedicatedCircuitLinkAuthorizationOperations, String, DedicatedCircuitLinkAuthorizationNewParameters) |
Gets the specified link authorization for the specified dedicated circuit. |
NewAsync(IDedicatedCircuitLinkAuthorizationOperations, String, DedicatedCircuitLinkAuthorizationNewParameters) |
Gets the specified link authorization for the specified dedicated circuit. |
Remove(IDedicatedCircuitLinkAuthorizationOperations, String, String) |
The Remove Dedicated Circuit Link Authorization operation deletes an existing dedicated circuit link. |
RemoveAsync(IDedicatedCircuitLinkAuthorizationOperations, String, String) |
The Remove Dedicated Circuit Link Authorization operation deletes an existing dedicated circuit link. |
Update(IDedicatedCircuitLinkAuthorizationOperations, String, String, DedicatedCircuitLinkAuthorizationUpdateParameters) |
Updates the specified link authorization for the specified dedicated circuit. |
UpdateAsync(IDedicatedCircuitLinkAuthorizationOperations, String, String, DedicatedCircuitLinkAuthorizationUpdateParameters) |
Updates the specified link authorization for the specified dedicated circuit. |
Applies to
Azure SDK for .NET