次の方法で共有


TargetsOperationsExtensions.GetAsync メソッド

定義

追跡対象のリージョン リソースを拡張するターゲット リソースを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Chaos.Models.Target> GetAsync (this Microsoft.Azure.Management.Chaos.ITargetsOperations operations, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Chaos.ITargetsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Chaos.Models.Target>
<Extension()>
Public Function GetAsync (operations As ITargetsOperations, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Target)

パラメーター

operations
ITargetsOperations

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

resourceGroupName
String

Azure リソース グループを表す文字列。

parentProviderNamespace
String

リソース プロバイダーの名前空間を表す文字列。

parentResourceType
String

リソースの種類を表す文字列。

parentResourceName
String

リソース名を表す文字列。

targetName
String

ターゲット リソース名を表す文字列。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象