Get Landing Zone Configuration Operation Result
data class GetLandingZoneConfigurationOperationResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: LandingZoneConfigurationResourcePropertiesResponse, systemData: SystemDataResponse, type: String)