DedicatedCircuitLinkAuthorizationOperationsExtensions.Get Method
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.
Gets the link authorization for the specified dedicated circuit.
public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationGetResponse Get (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations operations, string serviceKey, string authId);
static member Get : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations * string * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationGetResponse
<Extension()>
Public Function Get (operations As IDedicatedCircuitLinkAuthorizationOperations, serviceKey As String, authId As String) As DedicatedCircuitLinkAuthorizationGetResponse
Parameters
- operations
- IDedicatedCircuitLinkAuthorizationOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
- serviceKey
- String
Required. The service key representing the circuit.
- authId
- String
Required. The GUID representing the authorization
Returns
Get link authorization operation response.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET