UserAssignedIdentitiesOperationsExtensions.GetAsync メソッド

定義

ID を取得します。

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

パラメーター

operations
IUserAssignedIdentitiesOperations

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

resourceGroupName
String

ID が属するリソース グループの名前。

resourceName
String

ID リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象