get Registration Assignment
suspend fun getRegistrationAssignment(argument: GetRegistrationAssignmentPlainArgs): GetRegistrationAssignmentResult
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
expand Registration Definition
The flag indicating whether to return the registration definition details along with the registration assignment details.
registration Assignment Id
The GUID of the registration assignment.
scope
The scope of the resource.
See also
suspend fun getRegistrationAssignment(argument: suspend GetRegistrationAssignmentPlainArgsBuilder.() -> Unit): GetRegistrationAssignmentResult
Return
The registration assignment.
Parameters
argument
Builder for com.pulumi.azurenative.managedservices.kotlin.inputs.GetRegistrationAssignmentPlainArgs.