次の方法で共有


RegistrationAssignmentsOperationsExtensions.GetAsync メソッド

定義

指定した登録割り当ての詳細を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignment> GetAsync (this Microsoft.Azure.Management.ManagedServices.IRegistrationAssignmentsOperations operations, string scope, string registrationAssignmentId, bool? expandRegistrationDefinition = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ManagedServices.IRegistrationAssignmentsOperations * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignment>
<Extension()>
Public Function GetAsync (operations As IRegistrationAssignmentsOperations, scope As String, registrationAssignmentId As String, Optional expandRegistrationDefinition As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RegistrationAssignment)

パラメーター

operations
IRegistrationAssignmentsOperations

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

scope
String

リソースのスコープ。

registrationAssignmentId
String

登録割り当ての Guid。

expandRegistrationDefinition
Nullable<Boolean>

登録定義の詳細と登録割り当ての詳細も返すかどうかを示します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象