getRegistrationAssignment

Gets the details of the specified registration assignment. Uses Azure REST API version 2022-10-01.

Return

The registration assignment.

Parameters

argument

null


suspend fun getRegistrationAssignment(expandRegistrationDefinition: Boolean? = null, registrationAssignmentId: String, scope: String): GetRegistrationAssignmentResult

Return

The registration assignment.

Parameters

expandRegistrationDefinition

The flag indicating whether to return the registration definition details along with the registration assignment details.

registrationAssignmentId

The GUID of the registration assignment.

scope

The scope of the resource.

See also


Return

The registration assignment.

Parameters

argument

Builder for com.pulumi.azurenative.managedservices.kotlin.inputs.GetRegistrationAssignmentPlainArgs.

See also