Location Profile Response
data class LocationProfileResponse(val location: String, val virtualMachineProfileOverride: BaseVirtualMachineProfileResponse? = null)
Represents the profile for a single additional location in the Fleet. The location and the virtualMachineProfileOverride (optional).
Constructors
Link copied to clipboard
constructor(location: String, virtualMachineProfileOverride: BaseVirtualMachineProfileResponse? = null)