Get Landing Zone Configuration Operation Result
data class GetLandingZoneConfigurationOperationResult(val id: String, val name: String, val properties: LandingZoneConfigurationResourcePropertiesResponse, val systemData: SystemDataResponse, val type: String)
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: LandingZoneConfigurationResourcePropertiesResponse, systemData: SystemDataResponse, type: String)