次の方法で共有


ProfilesOperationsExtensions.GetAsync メソッド

定義

Traffic Manager プロファイルを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner> GetAsync (this Microsoft.Azure.Management.TrafficManager.Fluent.IProfilesOperations operations, string resourceGroupName, string profileName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.TrafficManager.Fluent.IProfilesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>
<Extension()>
Public Function GetAsync (operations As IProfilesOperations, resourceGroupName As String, profileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProfileInner)

パラメーター

operations
IProfilesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Traffic Manager プロファイルを含むリソース グループの名前。

profileName
String

Traffic Manager プロファイルの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象