DedicatedCircuitLinkAuthorizationOperationsExtensions.GetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した専用回線のリンク承認を取得します。
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations operations, string serviceKey, string authId);
static member GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationGetResponse>
<Extension()>
Public Function GetAsync (operations As IDedicatedCircuitLinkAuthorizationOperations, serviceKey As String, authId As String) As Task(Of DedicatedCircuitLinkAuthorizationGetResponse)
パラメーター
- operations
- IDedicatedCircuitLinkAuthorizationOperations
Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations への参照。
- serviceKey
- String
必須。 回線を表すサービス キー。
- authId
- String
必須。 承認を表す GUID
戻り値
リンク承認操作の応答を取得します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET