Get Landing Zone Registration Operation Result
data class GetLandingZoneRegistrationOperationResult(val id: String, val name: String, val properties: LandingZoneRegistrationResourcePropertiesResponse, val systemData: SystemDataResponse, val type: String)
The Landing zone registration resource type.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: LandingZoneRegistrationResourcePropertiesResponse, systemData: SystemDataResponse, type: String)