GetRegistrationAssignmentResult

data class GetRegistrationAssignmentResult(val azureApiVersion: String, val id: String, val name: String, val properties: RegistrationAssignmentPropertiesResponse, val systemData: SystemDataResponse, val type: String)

The registration assignment.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: RegistrationAssignmentPropertiesResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The fully qualified path of the registration assignment.

Link copied to clipboard

The name of the registration assignment.

Link copied to clipboard

The properties of a registration assignment.

Link copied to clipboard

The metadata for the registration assignment resource.

Link copied to clipboard

The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).